v0.7.3
HumanSignal/label-studiov0.7.3Jul 9, 2020by niklub
AI Summary
Label Studio v0.7.3 is a feature-rich release introducing significant UI/UX improvements including a tree-like view for region organization, canvas rotation controls, and image previews in tasks, along with important bug fixes for zoomed image interactions and NER-related issues.
Key Highlights
- Tree-like view of regions for grouping and semantic organization
- New rotatecontrol="yes" to rotate the canvas for better viewing
- Image previews in tasks (when label config contains images)
- Major bug fixes for zoomed images: moving, resizing, and polygon modification now work correctly
- Choices layout="select" with filtering for handling large choice lists
New Features
- Tree-like view of regions for grouping and better semantic organization
- Improved overall appearance of regions and relations
- Choices layout="select" for huge lists of choices with filtering
- New rotatecontrol="yes" to rotate the canvas
- Display skipped completions in task manager
- Prev/next buttons for label stream
- HTML upload as files (issue #288)
- Generate signed URLs on GCE instance (#326)
- Relative path to js static
- Image previews in tasks (if label config contains images)
- Basic auth with username and password
Full Release Notes
**Features**: * Tree-like view of regions for grouping and better semantic organization. Also overall appearance of regions and relations are improved. * Choices `layout="select"` for huge lists of choices; filtering included. * New `rotatecontrol="yes"` added to rotate all the canvas instead of your head while trying to get the whole picture. * display skipped completions in task manager * implementation of tests * prev/next buttons for label stream * https://github.com/heartexlabs/label-studio/issues/288 (html upload as files) * generate signed URLs on GCE instance (#326) * relative path to js static * image previews in tasks (if label config contains images) * basic auth with username and password **Fixes**: * fix with Text and Header floats in import tasks * fix uri resolver on s3 with custom credentials passed * https://github.com/heartexlabs/label-studio/issues/330 * https://github.com/heartexlabs/label-studio/issues/329 * ML backend with locally served images * Weird bugs on zoomed images are fixed: moving, resizing, polygon modification — they all are good finally. * Also creation of new regions works well on the edge of the image now. * Almost all warnings and errors are fixed, so your console won't be flooded. * Other issues were fixed as well, especially related to NER.