Get multiple image annotations with one request? #976
Unanswered
ymelnikova
asked this question in
Q&A
Replies: 1 comment
-
Currently there is no API endpoint that allows you to fetch many annotations directly. As a workaround, you could request a report (CSV or COCO). The request will return the report ID and you can poll BIIGLE for the finished report. Once finished, you can download the file and extract the annotation information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
Is there a way to get annotations from images in bulk via one http request?
Currently, it is a single request per image and it takes 8 seconds for around 10 images. I looked at using threads and asynchronous calls with aiohttp, which is a working option.
But maybe something with Biigle API is possible, or can become a future feature?
Beta Was this translation helpful? Give feedback.
All reactions