Improvements and bug fixes.
4.4.3 - August 21, 2022
Updated
- the schema of
classes JSONto support new values for the"group_type"key for a given attribute group."group_type": "radio" | "checklist" | "text" | "numeric". - the schema of
video annotation JSONto 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.