September 1st, 2023
over 1 year ago by Kili Technology
Changelog (v2.138.5)
Changed
- [Labeling] Video (legacy) projects are deprecated and will be removed in a future release. For questions and feedback, contact [email protected].
Fixed
- [Labeling] In environments with slow network access, a distracting warning message periodically appeared in Kili UI. Also, autosaves were not properly completed. We’ve fixed these issues.
- [Python SDK] An old GraphQL field was being used when
kili.copy_project(...)
was called, which caused the method to malfunction. We’ve fixed this issue. - [Python SDK] We’ve fixed a bug in the COCO import tutorial , related to the pose estimation label conversion step.
- [Python SDK] In a parsed label, you can now access the category name with
.name
to get its full name, and.display_name
to get the name as displayed in the Kili app. More information about this in the documentation.