Skip to content

Improvements and bug fixes.

Choose a tag to compare

@VaghinakDev VaghinakDev released this 21 Aug 18:44
· 1041 commits to master since this release
0ecd8ab

4.4.3 - August 21, 2022

Updated

  • the schema of classes JSON to support new values for the "group_type" key for a given attribute group. "group_type": "radio" | "checklist" | "text" | "numeric".
  • the schema of video annotation JSON to support instances that have a "tag" type.

Fixed

  • SAClient.get_annotations() method to address the issue of working with the large projects.
  • SAClient.get_annotations_per_frame() method to address the issue of throwing an error on small videos when the fps is set to 1.
  • SAClient.upload_annotations_from_folder_to_project() to address the issue of timestamp values represented in seconds for the "lastAction".
  • SAClient.download_export() method to address the issue of empty logs.
  • SAClient.clone_project() method to address the issue of having a corrupted project clone, when the source project has a keypoint workflow.