Open maecky opened 9 months ago
I would also be very interested by the answer to this issue. From the documentation, it is not possible to understand how to load data from the cloud storage...
I'm facing a similar issue, the documentation is extremely lacking, especially when it comes to cloud storage.
Actions before raising this issue
Steps to Reproduce
I do have Azure Blob Storage connected to CVAT. All image files with corresponding manifest are located in the storage. I could like to automate the task creation in a project with the help of the cvat_sdk. From the documentation, it is impossible for me to get that working.
First I tried it via the swagger_api documentation (and reverse engineered the browser calls). I was only able to create empty tasks there:
This request always ends in Response[500]. I tried with various combinations of Upload-Start and Upload-Finish headers but I am not able to get it working....
Then I switched to cvat-sdk high level API:
The result I get is:
The documentation of the SDK is pretty hard to follow, it would be nice to have a few more examples in there. Any help would be apprecitad. Thanks!
Expected Behavior
No response
Possible Solution
No response
Context
No response
Environment
No response