Skip to content

Releases: superannotateai/superannotate-python-sdk

Fix delete_custom_fields response

15 Jul 07:57

Choose a tag to compare

Pre-release
v4.4.1dev5

Update version.py

Fix create_custom_values

14 Jul 07:54
9161d01

Choose a tag to compare

Pre-release

fix type

Add custom values

13 Jul 06:48

Choose a tag to compare

Add custom values Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.1dev2...v4.4.1dev3

v4.4.1dev2

08 Jul 13:23
a047e1d

Choose a tag to compare

v4.4.1dev2 Pre-release
Pre-release

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

03 Jul 18:22
55df342

Choose a tag to compare

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 Schema for video annotations to version 1.0.45 to 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 the subset argument 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 the PayloadError occurring 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 wrong classId value for unclassified instances.

Removed

  • superannotate.init() function. Please instantiate superannotate.SAClient() class to authenticate.
  • superannotate.set_image_annotation_status() function. Please use the SAClient.set_annotation_statuses() method instead.
  • superannotate.set_images_annotations_statuses() function. Please use the SAClient.set_annotation_statuses() method instead.

Add SaClient

30 Jun 13:20
13947bc

Choose a tag to compare

Add SaClient Pre-release
Pre-release
v4.3.5b1

Update version.py

Update schema versoins

29 Jun 14:11
050cb2a

Choose a tag to compare

Pre-release
v4.3.5dev23

Update version.py

[get_annotations_per_frame] Changes/Improvements

29 Jun 11:09
8f12e39

Choose a tag to compare

v4.3.5dev21

Update version.py

Subset and docs updates

28 Jun 12:51
1cfa511

Choose a tag to compare

Pre-release
v4.3.5dev20

Update version.py

Added delete items

23 Jun 13:43
76f9dd8

Choose a tag to compare

Added delete items Pre-release
Pre-release
v4.3.5dev16

Update version.py