How to upload annotation files via the REST API #7784
Unanswered
Shin-ichi-Takayama
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
task_test1_annotations_2024_04_18_09_52_22_cvat for images 1.1.zip
Hello.
I am trying to upload annotation file (zip file) to a task using the REST API. Here is the code.
But the response of
session.put(f'{cvat_url}/api/tasks/{task_id}/annotations/', files=files, params=params)
is 403.Is this code incorrect?
The cvat-cli command worked fine.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions