roboflow / roboflow/roboflow-python
[Feature]: Overwrite images uploaded to Roboflow
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 629
- Forks
- 140
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 5
Description
new_project.upload(
image_path=image_path,
annotation_path=annotation_path,
split="train",
is_prediction=True,
overwrite=True)
I could not find overwrite parameter in (https://github.com/roboflow/roboflow-python/blob/main/roboflow/core/project.py). Could you please add owerwirting existing images
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in roboflow/core/project.py and trace the project upload entry point shown in the issue. Determine how the upload call should accept overwrite=True and verify that an existing image is replaced when the option is enabled, while preserving current behavior otherwise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100