* Cuboid feature * migration files * Refactored cuboidShape Fixed a bug where coloring by label would not update cuboids properly Fixed a bug where the select points would not scale properly on initialization * Removed math.js dependency Implemented custom line intersection function * new cvat formatting with labelled points * Added MIT License to js files that were missing it * Added simple constraints to the cuboids * reverted commit for settings for vscode to hide local path * fixed locking for cuboids * fixed cuboid View when locked * fixed occlusion view for cuboids * Allow cuboid points to be outside the frame dimensions. Signed-off-by: Tritin Truong <truongtritin98@gmail.com> * Added stricter constraints on cuboid edges. * Slightly stricter restrictions for edge case * Cleaned up unused imports * removed dashed lines on cuboids * Moved projection lines to settings tab * Fixed Cuboid shape buffer \ * Fix migrations (two 022 migrations after merge with the develop branch). * Fix compatibility issues with auto segmentation. * Grab points and update control scheme * Greatly improved control scheme, fixed shape merging Fixed Cuboid upload * Fixed slight visual bug when dragging faces * Some optimizations * Hiding the grab point on creation Small refactoring * Fixed some cases where cuboid breaks * Fixed upload for videos * Removed perspective effects * Made left back edge editable * left back edge resizable * fix statistics bug * added toggles for the back edges * Constraints for the back edges * Fix creation bug * Tightened creation constraints * Fixing the code style * updated message for invalid cuboids * Code style * More style fixes * Codacy fixes * added shift control for edges * More Codacy fixes * More Codacy fixes * Double arrows for cursor * Fix Drag bug * More Codacy fixes * Fix double quotes * Fix camel case * More camelcase fixes * Generic object sink fixes * Various codacy fixes * Codacy * Double quotes * Fix migrations * Updated shape creation Fix jittering * Adjusted constraints * Codacy fixes * Codacy fixes again * Drawing cuboids from the top and bottom * Codacy * Resetting perspective on cuboids * Choosing orientation of cuboids. * Codacy fix * Merge cleanup * revert vs-code settings * Update settings.json Co-authored-by: timbowl <54648082+timbowl@users.noreply.github.com> Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> |
6 years ago | |
|---|---|---|
| .vscode | 6 years ago | |
| components | 6 years ago | |
| cvat | 6 years ago | |
| cvat-canvas | 6 years ago | |
| cvat-core | 6 years ago | |
| cvat-ui | 6 years ago | |
| datumaro | 6 years ago | |
| ssh | 7 years ago | |
| tests | 7 years ago | |
| utils | 6 years ago | |
| .bandit | 7 years ago | |
| .codacy.yml | 6 years ago | |
| .dockerignore | 6 years ago | |
| .editorconfig | 6 years ago | |
| .eslintrc.js | 7 years ago | |
| .gitattributes | 7 years ago | |
| .gitignore | 6 years ago | |
| .pylintrc | 7 years ago | |
| .remarkrc.js | 7 years ago | |
| .travis.yml | 6 years ago | |
| CHANGELOG.md | 6 years ago | |
| CONTRIBUTING.md | 6 years ago | |
| CONTRIBUTORS.md | 7 years ago | |
| Dockerfile | 6 years ago | |
| Dockerfile.ci | 6 years ago | |
| Dockerfile.ui | 6 years ago | |
| LICENSE | 8 years ago | |
| README.md | 6 years ago | |
| docker-compose.ci.yml | 6 years ago | |
| docker-compose.yml | 6 years ago | |
| manage.py | 8 years ago | |
| mod_wsgi.conf | 8 years ago | |
| package.json | 6 years ago | |
| supervisord.conf | 6 years ago | |
| wait-for-it.sh | 8 years ago | |
README.md
Computer Vision Annotation Tool (CVAT)
CVAT is free, online, interactive video and image annotation tool for computer vision. It is being used by our team to annotate million of objects with different properties. Many UI and UX decisions are based on feedbacks from professional data annotation team.
Documentation
- Installation guide
- User's guide
- Django REST API documentation
- Datumaro dataset framework
- Command line interface
- XML annotation format
- AWS Deployment Guide
- Questions
Screencasts
- Introduction
- Annotation mode
- Interpolation mode
- Attribute mode
- Segmentation mode
- Tutorial for polygons
- Semi-automatic segmentation
Supported annotation formats
Format selection is possible after clicking on the Upload annotation / Dump annotation button. Datumaro dataset framework allows additional dataset transformations via its command line tool.
| Annotation format | Dumper | Loader |
|---|---|---|
| CVAT XML v1.1 for images | X | X |
| CVAT XML v1.1 for a video | X | X |
| Pascal VOC | X | X |
| YOLO | X | X |
| MS COCO Object Detection | X | X |
| PNG mask | X | |
| PNG instance mask | X | |
| TFrecord | X | X |
| MOT | X | X |
| LabelMe | X | X |
Links
- Intel AI blog: New Computer Vision Tool Accelerates Annotation of Digital Images and Video
- Intel Software: Computer Vision Annotation Tool: A Universal Approach to Data Annotation
- VentureBeat: Intel open-sources CVAT, a toolkit for data labeling
Online Demo
Onepanel has added CVAT as an environment into their platform and a running demo of CVAT can be accessed at CVAT Public Demo.
After you click the link above:
- Click on "GO TO WORKSPACE" and the CVAT environment will load up
- The environment is backed by a K80 GPU
If you have any questions, please contact Onepanel directly at support@onepanel.io. If you are in the Onepanel application, you can also use the chat icon in the bottom right corner.
REST API
Automatically generated Swagger documentation for Django REST API is
available on <cvat_origin>/api/swagger (default: localhost:8080/api/swagger).
LICENSE
Code released under the MIT License.
Questions
CVAT usage related questions or unclear concepts can be posted in our Gitter chat for quick replies from contributors and other users.
However, if you have a feature request or a bug report that can reproduced, feel free to open an issue (with steps to reproduce the bug if it's a bug report) on GitHub* issues.
If you are not sure or just want to browse other users common questions, Gitter chat is the way to go.
Other ways to ask questions and get our support:
- #cvat tag on StackOverflow*
- Forum on Intel Developer Zone

