Skip to content

Improvements and bug fixes.

Choose a tag to compare

@VaghinakDev VaghinakDev released this 13 Nov 18:33
· 852 commits to master since this release
2260e44

4.4.6 - November 23, 2022

Updated

  • SAClient.aggregate_annotations_as_df method to aggregate "comment" type instances.
  • SAClient.add_annotation_bbox_to_image, SAClient.add_annotation_point_to_image, SAClient.add_annotation_comment_to_image methods to add deprecati

Fixed

  • Special characters are being encoded after annotation upload (Windows)
  • SAClient.assign_folder method to address the invalid argument name.
  • SAClient.upload_images_from_folder_to_project method to address uploading of more than 500 items.
  • SAClient.upload_annotations_from_folder_to_project method to address the issue of a folder size being more than 25,5 MB.
  • SAClient.download_image method to address the KeyError 'id' when include_annotations is set to True.

Removed

SAClient.upload_preannotations_from_folder_to_project method
SAClient.copy_image method