You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: