Replies: 1 comment
-
Hi
If the videos are stored on a remote location, you can download them from there. If the videos were uploaded to BIIGLE, you can download them via the API. Here is a Python script helper that makes authentication a little easier. You can then use this API endpoint to get the file. It will redirect you to a temporary S3 URL of the video.
There is also a script for the largo patches. You can't get the whole video frame from BIIGLE. |
Beta Was this translation helpful? Give feedback.
-
For a project multiple videos have been annotated by domain experts. We now want to export the annotations in order to obtain images which contain the annotations from the videos. So far I have been able to get the annotations as csv data by requesting a report.
Beta Was this translation helpful? Give feedback.
All reactions