Ask a Question
why we not sign up this website.
why we not sign up this website. and only sign in option is available sir please guide me.
Posted by Farooq Qaisar 1 day ago
How to upload a video via Python SDK upload_video_to_project() function?
I have created a new project and wanted to upload the first video to it. I don't use any cloud storage integration, so I simply want to upload the video via the Python SDK. So after installing it via pip and and setting the SDK auth token I called the function like so:
import superannotate as sa
sa.upload_video_to_project(project="test", video_path="/path/to/video-01.mp4")
However, that leads to the following error:
AppException: The function does not support projects containing videos attached with URLs
But this is a completely new and empty project, not attached videos with URLs.
What am I doing wrong here?
Posted by Matthias 18 days ago
Delete uploded image
How can I delete uploaded images?
Posted by Mo Jafari 22 days ago
Annotator throughput report
Hello,
Is there a way to generate an annotator throughput report that logs progress, daily and weekly?
Thank you,
Shanna
Posted by Shanna Bressie 26 days ago
How to convert to XML format?
Hello,
In my project, I labeled images in order to create an object detection tool.
Could you please guide me and tell me how to convert to XML (I can download it in SA or COCO formats)?
Thanks,
Miki
Posted by Miki Kogan 26 days ago
Download is imssing data when fused images enabled
Hi all,
I want to download my complete dataset from superannotate, including the fused and original images.
However, when I enable the "include fused images" option, some images in my folders are not included in the download.
When downloading with disabled "include fused images" option, the dataset is complete and no files are missing.
Unfortunately I need the original images with the json files, so simply disabling "include fused images" is not an option for me.
Is this a known bug or did anyone else have this problem?
Posted by Joel Zbinden 27 days ago
Image size limitation
Hi, I´m trying to upload images with more than 4 MB but it doesn´t work. Is it possible to upload images with more size than 4 MB?
Posted by Florian Breit about 1 month ago
Exception in prepare_export function
Hi,
i'm trying to download folder using the pyhton SDK function.
when i calling the prepare_export function with the following arguments:
project_export = sa.prepare_export(
project = 'AV_2021_08_22',
folder_names = ['all_images__33210__400'],
annotation_statuses = None,
include_fuse = True,
only_pinned = True)
I get the following exception: "Support the only Condition types".
note that maybe it's because I updated to the latest SDK version(4.3.3).
previously when I used the same methods all worked fine.
I would like to know how can I solve this problem.
Thanks,
Posted by Yuval Haim about 1 month ago
Export list of files in Data
Hi,
I want to export a list of files in Data for a project, ie. get a text list of them. Is there a way to do that?
ie. not export the files themselves, just a list of their names.
Cheers
Shaun
Posted by Shaun Van Werkhoven about 2 months ago
update annotation
how to update an existing annotation through python SDK . for example if we have to remove one bounding box out of four in an image
Posted by Carscan about 2 months ago