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

Uploading annotations to jobs #4346

Closed
CzakuGim opened this issue Feb 15, 2022 · 0 comments
Closed

Uploading annotations to jobs #4346

CzakuGim opened this issue Feb 15, 2022 · 0 comments

Comments

@CzakuGim
Copy link

CzakuGim commented Feb 15, 2022

Hello,

I'm trying to upload annotations.
So I have prepared my annotations in YOLO format, saved in right format and compressed as .zip and it's working when I'm using the cvat page MENU->UPLOAD ANNOTATIONS-> FORMAT YOLO.
So the format of my annotations is ok.

As I have seen in logsto upload annotations PUT request is used:
PUT /api/v1/jobs/XX/annotations?format=YOLO%201.1

So I wanted to prepare python script to do the same by using requests.

I know, that it's possible by using annotations in json format, so it's needed to convert the annotations.zip to json?

But I have not seen any examples of the above.

Is there any possibility to find sample script how to prepare data to upload the annotations?

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

1 participant