AI数据的保存和标注平台
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitry Kruchinin 4960260e35
Cypress test. Context images for 2D tasks. (#3257)
5 years ago
.github CVAT 3D Milestone-5 (#3079) 5 years ago
.vscode Integration with an internal training server (#2785) 5 years ago
components Website with documentation (#3039) 5 years ago
cvat Project tasks loading only when needed (#3223) 5 years ago
cvat-canvas Bump dns-packet from 1.3.1 to 1.3.4 in /cvat-canvas (#3242) 5 years ago
cvat-canvas3d CVAT 3D Milestone-5 (#3079) 5 years ago
cvat-core CVAT 3D Milestone-5 (#3079) 5 years ago
cvat-data Fixed hundreds of vulnerabilities in npm audit (#3169) 5 years ago
cvat-ui fix: upgrade @types/react-router from 5.1.13 to 5.1.14 (#3249) 5 years ago
cvat_proxy Intelligent scissors with OpenCV javascript (#2689) 5 years ago
docs REST API design based on our experience and popular articles (#2427) 5 years ago
helm-chart Add helm chart proto (#3102) 5 years ago
serverless GPU-Suport: Mask-RCNN + Minor GPU fixes (#2714) 5 years ago
site Fix documentation for CVAT format (#3243) 5 years ago
ssh Reformatted (#2349) 5 years ago
tests Cypress test. Context images for 2D tasks. (#3257) 5 years ago
utils add cli kwargs for image_quality and frame_step when creating task (#3176) 5 years ago
.bandit Skip 28 bandit warnings (lxml, subprocess, ...). (#259) 7 years ago
.codacy.yml Reformatted (#2349) 5 years ago
.coveragerc Manifest (#2763) 5 years ago
.dockerignore React UI: Player in annotation view & settings page (#1018) 6 years ago
.editorconfig Add editorconfig (#1142) 6 years ago
.eslintignore updated eslintignore 5 years ago
.eslintrc.js Updated license year (#2687) 5 years ago
.gitattributes DL models as serverless functions (#1767) 6 years ago
.gitignore Website with documentation (#3039) 5 years ago
.gitmodules Website with documentation (#3039) 5 years ago
.nycrc The change in the measurement of CVAT-UI code coverage. (#2295) 5 years ago
.prettierignore fixed templates 5 years ago
.prettierrc Reformatted (#2349) 5 years ago
.pylintrc DL models as serverless functions (#1767) 6 years ago
.remarkrc.js Fixed CHANGELOG.md (remarklint issues) (#3125) 5 years ago
.stylelintrc.json Reformatted (#2349) 5 years ago
CHANGELOG.md Project tasks loading only when needed (#3223) 5 years ago
CONTRIBUTING.md GPU-Suport: Mask-RCNN + Minor GPU fixes (#2714) 5 years ago
Dockerfile CI. Using the Docker layer cache. Parallelizing test runs. (#3100) 5 years ago
Dockerfile.ci Added CI workflow to publish CVAT images (#2766) 5 years ago
Dockerfile.ui CVAT-3D Milestone2 (#2645) 5 years ago
LICENSE Added CI workflow to publish CVAT images (#2766) 5 years ago
README.md CVAT 3D Milestone-5 (#3079) 5 years ago
docker-compose.ci.yml CI. Using the Docker layer cache. Parallelizing test runs. (#3100) 5 years ago
docker-compose.dev.yml CI. Using the Docker layer cache. Parallelizing test runs. (#3100) 5 years ago
docker-compose.yml Integration with an internal training server (#2785) 5 years ago
lint-staged.config.js CVAT-3D Milestone2 (#2645) 5 years ago
manage.py Moved development on public github. 8 years ago
mod_wsgi.conf Intelligent scissors with OpenCV javascript (#2689) 5 years ago
package-lock.json Updated husky to run git hooks on commit (#3034) 5 years ago
package.json Fixed prepare command in case when there aren't husky config (#3047) 5 years ago
supervisord.conf OpenH264 encoder (#2562) 5 years ago
wait-for-it.sh Release 0.1.0 8 years ago

README.md

Computer Vision Annotation Tool (CVAT)

CI Gitter chat Coverage Status server pulls ui pulls DOI

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.

CVAT screenshot

Documentation

Screencasts

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
WIDER Face X X
VGGFace2 X X
Market-1501 X X
ICDAR13/15 X X

Deep learning serverless functions for automatic labeling

Name Type Framework CPU GPU
Deep Extreme Cut interactor OpenVINO X
Faster RCNN detector OpenVINO X
Mask RCNN detector OpenVINO X
YOLO v3 detector OpenVINO X
Object reidentification reid OpenVINO X
Semantic segmentation for ADAS detector OpenVINO X
Text detection v4 detector OpenVINO X
SiamMask tracker PyTorch X
f-BRS interactor PyTorch X
Inside-Outside Guidance interactor PyTorch X
Faster RCNN detector TensorFlow X X
Mask RCNN detector TensorFlow X 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

Prebuilt Docker images

Prebuilt docker images for CVAT releases are available on Docker Hub:

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.

This software uses LGPL licensed libraries from the FFmpeg project. The exact steps on how FFmpeg was configured and compiled can be found in the Dockerfile.

FFmpeg is an open source framework licensed under LGPL and GPL. See https://www.ffmpeg.org/legal.html. You are solely responsible for determining if your use of FFmpeg requires any additional licenses. Intel is not responsible for obtaining any such licenses, nor liable for any licensing fees due in connection with your use of FFmpeg.

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:

Projects using CVAT

  • Onepanel is an open source vision AI platform that fully integrates CVAT with scalable data processing and parallelized training pipelines.
  • DataIsKey uses CVAT as their prime data labeling tool to offer annotation services for projects of any size.