v0.4.7
HumanSignal/label-studiov0.4.7Feb 25, 2020by niklub
AI Summary
This is a bug fix and minor feature release for label-studio v0.4.7 that adds a video classification example, introduces a new export directory structure, and resolves various compatibility issues with Python 3.5, 3.8, and Windows.
Key Highlights
- Added video classification example
- New export directory structure (`project_name/export`) for saved results
- Fixed Python 3.5, 3.8, and Windows compatibility issues
- Fixed orjson error
- Fixed error on completion without objects or relations
New Features
- Video classification example
- New `project_name/export` directory for exported results
Full Release Notes
- Video classification example - `project_name/export` directory where exported results will be saved - Fixed compatibility issues with Python 3.5 Python 3.8 and Windows (https://github.com/heartexlabs/label-studio/issues/214, https://github.com/heartexlabs/label-studio/issues/203) - Fix orjson error (https://github.com/heartexlabs/label-studio/issues/215) - Fix error on completion without objects or relations https://github.com/heartexlabs/label-studio/issues/197 - Actualise installation and docker deployment instructions