Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
Fix delete_custom_fields response
v4.4.1dev5 Update version.py
Fix create_custom_values
fix type
Add custom values
What's Changed
- Fix ssl_verify env variable read by @VaghinakDev in #472
- Added create/get/delete custom fields by @VaghinakDev in #469
- Custom field values by @VaghinakDev in #470
- fix video instance convertor by @VaghinakDev in #471
Full Changelog: v4.4.1dev2...v4.4.1dev3
v4.4.1dev2
1187 query fix by @VaghinakDev in #464
fix init flow by @VaghinakDev in #465
deleted delete_images, assign_images(unassign) by @VaghinakDev in #466
Updated video data handler to incldue more instance fields by @VaghinakDev in #467
1209 fix folder metadata by @TumanyanV in #468
SDK Generic Functions v3
4.4.0 - July 03, 2022
Added
superannotate.SAClient()class to instantiate team-level authentication and inheriting methods to access the back-end.SAClient.download_annotations()method to download annotations without preparing an Export object.SAClient.get_subsets()method to get the existing subsets for a given project.SAClient.assign_items()method to assign items in a given project to annotators or quality specialists.SAClient.unassign_items()method to remove assignments from items.SAClient.delete_items()method to delete items in a given project.
Updated
JSON Schemafor video annotations to version1.0.45to show polygon and polyline annotations.SAClient.get_annotations_per_frame()method to show polygon and polyline annotations.SAClient.get_annotations_per_frame()method to pick instances closer to a given frame start instead of the median.SAClient.query()method to add thesubsetargument to support querying in a subset.
Fixed
SAClient.set_annotation_statuses()method to address the issue occurring with more than 500 items.SAClient.get_annotations()method to address thePayloadErroroccurring with more than 20000 items.SAClient.get_annotations()method to address the missing'duration'and'tags'keys for newly uploaded and unannotated videos.SAClient.get_annotations_per_frame()method to address missing'duration'and'tags'keys for newly uploaded and unannotated videos.SAClient.get_annotations_per_frame()method to address the wrongclassIdvalue for unclassified instances.
Removed
superannotate.init()function. Please instantiatesuperannotate.SAClient()class to authenticate.superannotate.set_image_annotation_status()function. Please use theSAClient.set_annotation_statuses()method instead.superannotate.set_images_annotations_statuses()function. Please use theSAClient.set_annotation_statuses()method instead.
Add SaClient
v4.3.5b1 Update version.py
Update schema versoins
v4.3.5dev23 Update version.py
[get_annotations_per_frame] Changes/Improvements
v4.3.5dev21 Update version.py
Subset and docs updates
v4.3.5dev20 Update version.py
Added delete items
v4.3.5dev16 Update version.py