-
Notifications
You must be signed in to change notification settings - Fork 3.2k
docs: Upate Export page supported formats #8684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
|
|
||
| #### Text, audio, and video tags | ||
|
|
||
| | Export Format | Text | Audio | Labels | Choices | TextArea | TimeSeries | Video | Comments | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's group it by object and control tags
| | Export Format | BrushLabels | RectangleLabels | KeyPointLabels | PolygonLabels | Comments | | ||
| |---------------|-------------|-----------------|----------------|---------------|----------| | ||
| | **NumPy** | ✅ | ❌ | ❌ | ❌ | | | ||
| | **COCO** | ✅ | ✅ | ✅ | ✅ | See [note](#kpl-note) on KeyPointLabels | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | **JSON_MIN** | ✅ | ✅ | ✅ | ✅ | All project types | | ||
| | **Pascal VOC XML** | ❌ | ✅ | ❌ | ❌ | RectangleLabels only | | ||
| | **TSV** | ✅ | ✅ | ✅ | ✅ | All project types | | ||
| | **YOLO** | ❌ | ✅ | ✅ | ✅ | See [note](#kpl-note) on KeyPointLabels | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.


Add matrix tables
Update YOLO section with PolygonLabels support
Clarify BrushLabels for COCO