* CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D * CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping. * Added Support for 3D file Upload in BIN and PCD. * Added Dimension attribute defaulting to 2D for importer and exporter. * Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers * Modified code as per review comments * Updated Unit test cases for 3D task creation * Refactored Dimension Enum in UI and backend code * Resolving conflicts * Updated Unit Test Case * Refactored TaskDimension to DimensionType, Simplified usage of Dimension accross classes * Removing manually created test files * Removing old pcd mime-type mapping * Added test files generated by synthetic data using open3d * Merged with develop branch latest changes * Added libraries required for open3d * Added files * Added synthethic pcd,bin and img test files * Modified test file name * Trigger travis ci * Modified test case to ignore 3D preview images * Trigger notification * Deleting DS Store files * Modified test cases as per review comments * Checking pre-commit hook * Fixed Lint issues - precommit hook verification * Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show * Modified changes * Added canvas3D for 3D Perspective * Added missing files * Added code to get image context for 3D view * Codacy check for stylesheet * Modified frame navigantion for 3D View * Modified style for context-image * Trigger notification * Added Support for 3D file Upload in BIN and PCD. * Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers * Modified code as per review comments * Refactored Dimension Enum in UI and backend code * Merged with develop branch latest changes * Added files * Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show * Modified changes * Added canvas3D for 3D Perspective * Added missing files * Added code to get image context for 3D view * Codacy check for stylesheet * Modified frame navigantion for 3D View * Modified style for context-image * Changed cvat-data lint issues * Modified to use opencv as per review comments * Removed unwanted imports * Fixed css and added usage of hooks * Merged Develop branch code * Removed unused data structures * Removed unused data structures * Refactored unused data structures * Added three js dependency in cvat ui package-lock.json * Merged develop branch code and refactored code * Fixed snyk issue * Modified Camera Icon in photo-context * Update icons.tsx * Remove unused svg file * Modified changelog file Co-authored-by: cdp <cdp123> |
5 years ago | |
|---|---|---|
| .github | 5 years ago | |
| .vscode | 5 years ago | |
| components | 5 years ago | |
| cvat | 5 years ago | |
| cvat-canvas | 5 years ago | |
| cvat-canvas3d | 5 years ago | |
| cvat-core | 5 years ago | |
| cvat-data | 5 years ago | |
| cvat-ui | 5 years ago | |
| cvat_proxy | 5 years ago | |
| docs | 5 years ago | |
| serverless | 5 years ago | |
| ssh | 5 years ago | |
| tests | 5 years ago | |
| utils | 5 years ago | |
| .bandit | 7 years ago | |
| .codacy.yml | 5 years ago | |
| .coveragerc | 6 years ago | |
| .dockerignore | 6 years ago | |
| .editorconfig | 6 years ago | |
| .eslintignore | 5 years ago | |
| .eslintrc.js | 5 years ago | |
| .gitattributes | 6 years ago | |
| .gitignore | 5 years ago | |
| .nycrc | 5 years ago | |
| .prettierignore | 5 years ago | |
| .prettierrc | 5 years ago | |
| .pylintrc | 6 years ago | |
| .remarkrc.js | 5 years ago | |
| .stylelintrc.json | 5 years ago | |
| CHANGELOG.md | 5 years ago | |
| CONTRIBUTING.md | 5 years ago | |
| Dockerfile | 5 years ago | |
| Dockerfile.ci | 5 years ago | |
| Dockerfile.ui | 5 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
| docker-compose.ci.yml | 5 years ago | |
| docker-compose.yml | 5 years ago | |
| lint-staged.config.js | 5 years ago | |
| manage.py | 8 years ago | |
| mod_wsgi.conf | 5 years ago | |
| package-lock.json | 5 years ago | |
| package.json | 5 years ago | |
| supervisord.conf | 5 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. Try it online cvat.org.
Documentation
- Installation guide
- User's guide
- Django REST API documentation
- Datumaro dataset framework
- Command line interface
- XML annotation format
- AWS Deployment Guide
- Frequently asked questions
- Questions
Screencasts
- Introduction
- Annotation mode
- Interpolation of bounding boxes
- Interpolation of polygons
- Tag annotation video
- Attribute mode
- Segmentation mode
- Tutorial for polygons
- Semi-automatic segmentation
Supported annotation formats
Format selection is possible after clicking on the Upload annotation and Dump annotation buttons. Datumaro dataset framework allows additional dataset transformations via its command line tool and Python library.
For more information about supported formats look at the documentation.
| Annotation format | Import | Export |
|---|---|---|
| CVAT for images | X | X |
| CVAT for a video | X | X |
| Datumaro | X | |
| PASCAL VOC | X | X |
| Segmentation masks from PASCAL VOC | X | X |
| YOLO | X | X |
| MS COCO Object Detection | X | X |
| TFrecord | X | X |
| MOT | X | X |
| LabelMe 3.0 | X | X |
| ImageNet | X | X |
| CamVid | X | X |
Deep learning models for automatic labeling
| Name | Type | Framework | CPU | GPU |
|---|---|---|---|---|
| Deep Extreme Cut | interactor | OpenVINO | X | |
| Faster RCNN | detector | TensorFlow | X | X |
| Mask RCNN | detector | OpenVINO | X | |
| YOLO v3 | detector | OpenVINO | X | |
| Text detection v4 | detector | OpenVINO | X | |
| Semantic segmentation for ADAS | detector | OpenVINO | X | |
| Mask RCNN | detector | TensorFlow | X | |
| Object reidentification | reid | OpenVINO | X |
Online demo: cvat.org
This is an online demo with the latest version of the annotation tool. Try it online without local installation. Only own or assigned tasks are visible to users.
Disabled features:
Limitations:
- No more than 10 tasks per user
- Uploaded data is limited to 500Mb
REST API
Automatically generated Swagger documentation for Django REST API is
available on <cvat_origin>/api/swagger
(default: localhost:8080/api/swagger).
Swagger documentation is visiable on allowed hostes, Update environement variable in docker-compose.yml file with cvat hosted machine IP or domain name. Example - ALLOWED_HOSTS: 'localhost, 127.0.0.1')
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
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
Projects using CVAT
- Onepanel - Onepanel is an open source vision AI platform that fully integrates CVAT with scalable data processing and parallelized training pipelines.

