Releases: fastlabel/fastlabel-python-sdk
Releases · fastlabel/fastlabel-python-sdk
Release 0.19.6
bugfix: enable to convert from fastlabel-format polygon to yolo segmentation
Release 0.19.4
- enable to initialize client with api key
- enable to set external id
Release 0.19.4
What's Changed
Full Changelog: 0.19.3...0.19.4
Release 0.19.3
What's Changed
- bugfix: A 404 error occurs when the object_name passed to find_dataset_object or delete_dataset_object contains a
/. by @kmkkiii in #246
Full Changelog: 0.19.2...0.19.3
Release 0.19.2
What's Changed
- feature: Enable export_coco to output keypoints for bbox annotations with keypoints. by @kmkkiii in #243
Full Changelog: 0.19.1...0.19.2
Release 0.19.1
- bug fix: enable to export annotations by yolo format
Release 0.19.0
Release 0.18.0
What's Changed
- add get appendixes data by @Akkiy3314 in #235
- add execute auto-annotation job by @kmkkiii in #236
- add algorithm_type parameter to execute_auto_annotation_job by @kmkkiii in #237
New Contributors
Full Changelog: 0.17.0...0.18.0
Release 0.17.0
Added import appendix information for camera calibration
Release 0.16.1
- fix mask export logic