roboflow / roboflow/roboflow-python

[Feature]: Overwrite images uploaded to Roboflow

Open
#170 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.