Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Overwrite images uploaded to Roboflow #170

Open
xmsi opened this issue Aug 24, 2023 · 3 comments
Open

[Feature]: Overwrite images uploaded to Roboflow #170

xmsi opened this issue Aug 24, 2023 · 3 comments

Comments

@xmsi
Copy link

xmsi commented Aug 24, 2023

 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

@xmsi xmsi changed the title owerwirting existing images overwirting existing images Aug 24, 2023
@capjamesg capjamesg changed the title overwirting existing images [Feature]: Overwrite images uploaded to Roboflow Sep 1, 2023
@lukasaebi
Copy link

I am encountering the same problem. I would love to update/overwrite my object detection annotations via API as described in the comment by xmsi.

However, I get the following error message:

'hint': 'This image was already annotated; to overwrite the annotation, pass overwrite=true as a query parameter.'

Is there anything planned in this regard? Or might there be a workaround for overwriting existing annotations?

@plutonic89
Copy link

I am also encountering the same problem.

@lukasaebi
Copy link

I am also encountering the same problem.

There's a pull request pending. Might work in the future.
#216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants