Releases: fastlabel/fastlabel-python-sdk
Releases · fastlabel/fastlabel-python-sdk
Release 0.19.10
Robotics methods
0.19.9
- export tasks as coco / pascal-voc formats when content width or height equals 0.
Release 0.19.8
- enable to decide new name and slug when copy a project.
Release 0.19.7
- enable to update project user role via 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