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.
 
 
 
 
 
 
Kirill Sizov 20bf2883f0
Full check: use SHA instead of branch name (#5009)
3 years ago
.github Full check: use SHA instead of branch name (#5009) 3 years ago
.vscode Add 2nd layer of SDK (#19) 4 years ago
components Analytics: set cvat/server tag same as for docker-compose.yml (#4988) 3 years ago
cvat Fix project export with skeletons (#5004) 3 years ago
cvat-canvas fix type declaration of private fields in cvat-canvas which are possibly null (#4932) 3 years ago
cvat-canvas3d Added support of skeletons (#1) 4 years ago
cvat-cli Add SDK docs (#4928) 3 years ago
cvat-core Cypress tests for source & target storage (#4914) 3 years ago
cvat-data [Snyk] Upgrade jszip from 3.7.1 to 3.10.0 (#21) 4 years ago
cvat-sdk Add SDK docs (#4928) 3 years ago
cvat-ui added advanced configuration header styles (#4982) 3 years ago
helm-chart fix Django admin page (#4983) 3 years ago
serverless Adjusted application links (#4880) 4 years ago
site Fix project import with skeletons (#4867) 3 years ago
ssh Extend helm to support Serverless functions and Analytics (#110) 4 years ago
supervisord Extend helm to support Serverless functions and Analytics (#110) 4 years ago
tests Fix project export with skeletons (#5004) 3 years ago
utils Initial version of update_version.py script to bump CVAT version (#4889) 3 years ago
.bandit SDK layer 2 - cover RC1 usecases (#4813) 4 years ago
.codacy.yml Reformatted (#2349) 5 years ago
.coveragerc Add 2nd layer of SDK (#19) 4 years ago
.dockerignore React UI: Player in annotation view & settings page (#1018) 6 years ago
.editorconfig Add editorconfig (#1142) 6 years ago
.eslintignore Webpack dev server proxy (#3368) 5 years ago
.eslintrc.js Added support of skeletons (#1) 4 years ago
.gitattributes DL models as serverless functions (#1767) 6 years ago
.gitignore Create documentation to authenticate with LDAP (#39) 4 years ago
.gitmodules Website with documentation (#3039) 5 years ago
.nycrc Cypress. Exclude some files from instrumentation. (#3349) 5 years ago
.prettierignore fixed templates 5 years ago
.prettierrc Reformatted (#2349) 5 years ago
.pylintrc Add 2nd layer of SDK (#19) 4 years ago
.remarkignore Add 2nd layer of SDK (#19) 4 years ago
.remarkrc.js Fix all remark warnings (#3261) 5 years ago
.stylelintrc.json Reformatted (#2349) 5 years ago
CHANGELOG.md Fix project export with skeletons (#5004) 3 years ago
Dockerfile Extend helm to support Serverless functions and Analytics (#110) 4 years ago
Dockerfile.ci Add 2nd layer of SDK (#19) 4 years ago
Dockerfile.ui [Snyk] Security upgrade nginx from mainline-alpine to 1.23.1-alpine (#94) 4 years ago
LICENSE Try to fix detection of the license by GitHub as MIT (#42) 4 years ago
README.md Add SDK docs (#4928) 3 years ago
SECURITY.md Update SECURITY.md 4 years ago
docker-compose.ci.yml Extend helm to support Serverless functions and Analytics (#110) 4 years ago
docker-compose.dev.yml Extend helm to support Serverless functions and Analytics (#110) 4 years ago
docker-compose.https.yml Fix docker-compose.https.yml service names (#4847) 4 years ago
docker-compose.yml Bump version: v2.3.0.alpha 3 years ago
lint-staged.config.js Added some JEST tests to cover skeleton basic features (#4865) 4 years ago
manage.py Fixed Intel license headers (#119) 4 years ago
mod_wsgi.conf Intelligent scissors with OpenCV javascript (#2689) 5 years ago
package.json Upgraded some npm dependencies (#78) 4 years ago
wait-for-it.sh Release 0.1.0 8 years ago
yarn.lock Fixed hot reload when develop with yarn (#4825) 4 years ago

README.md

CVAT logo

Computer Vision Annotation Tool (CVAT)

CVAT – Computer Vision Annotation Tool - The open data annotation platform for AI | Product Hunt

CI Gitter chat Discord Coverage Status server pulls ui pulls DOI

CVAT is an interactive video and image annotation tool for computer vision. It is used by tens of thousands of users and companies around the world. CVAT is free and open-source.

A new repo: CVAT core team moved the active development of the tool to this new repository. Our mission is to help developers, companies and organizations around the world to solve real problems using the Data-centric AI approach.

Start using CVAT online for free: cvat.ai. Or set it up as a self-hosted solution: read here.

CVAT screencast

Quick start

Partners ❤️

CVAT is used by teams all over the world. If you use us, please drop us a line at contact@cvat.ai - and we'll add you to this list.

  • ATLANTIS, an open-source dataset for semantic segmentation of waterbody images, depeloped by iWERS group in the Department of Civil and Environmental Engineering at University of South Carolina, is using CVAT. For developing a semantic segmentation dataset using CVAT, please check ATLANTIS published article, ATLANTIS Development Kit and annotation tutorial videos.
  • 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.
  • Human Protocol uses CVAT as a way of adding annotation service to the Human Protocol.
  • Cogito Tech LLC, a Human-in-the-Loop Workforce Solutions Provider, used CVAT in annotation of about 5,000 images for a brand operating in the fashion segment.
  • FiftyOne is an open-source dataset curation and model analysis tool for visualizing, exploring, and improving computer vision datasets and models that is tightly integrated with CVAT for annotation and label refinement.

CVAT online: cvat.ai

This is an online version of CVAT. It's free, efficient, and easy to use.

cvat.ai runs the latest version of the tool. You can create up to 10 tasks there and upload up to 500Mb of data to annotate. It will only be visible to you or people you assign to it.

For now, it does not have analytics features like management and monitoring the data annotation team.

We plan to enhance cvat.ai with new powerful features. Stay tuned!

Prebuilt Docker images 🐳

Prebuilt docker images are the easiest way to start using CVAT locally. They are available on Docker Hub:

The images have been downloaded more than 1M times so far.

Screencasts 🎦

Here are some screencasts showing how to use CVAT.

API

SDK

CLI

Supported annotation formats

CVAT supports multiple annotation formats. You can select the format after clicking 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 the supported formats, look at the documentation.

Annotation format Import Export
CVAT for images ✔️ ✔️
CVAT for a video ✔️ ✔️
Datumaro ✔️
PASCAL VOC ✔️ ✔️
Segmentation masks from PASCAL VOC ✔️ ✔️
YOLO ✔️ ✔️
MS COCO Object Detection ✔️ ✔️
MS COCO Keypoints Detection ✔️ ✔️
TFrecord ✔️ ✔️
MOT ✔️ ✔️
LabelMe 3.0 ✔️ ✔️
ImageNet ✔️ ✔️
CamVid ✔️ ✔️
WIDER Face ✔️ ✔️
VGGFace2 ✔️ ✔️
Market-1501 ✔️ ✔️
ICDAR13/15 ✔️ ✔️
Open Images V6 ✔️ ✔️
Cityscapes ✔️ ✔️
KITTI ✔️ ✔️
LFW ✔️ ✔️

Deep learning serverless functions for automatic labeling

CVAT supports automatic labelling. It can speed up the annotation process up to 10x. Here is a list of the algorithms we support, and the platforms they can be ran on:

Name Type Framework CPU GPU
Deep Extreme Cut interactor OpenVINO ✔️
Faster RCNN detector OpenVINO ✔️
Mask RCNN detector OpenVINO ✔️
YOLO v3 detector OpenVINO ✔️
Object reidentification reid OpenVINO ✔️
Semantic segmentation for ADAS detector OpenVINO ✔️
Text detection v4 detector OpenVINO ✔️
YOLO v5 detector PyTorch ✔️
SiamMask tracker PyTorch ✔️ ✔️
f-BRS interactor PyTorch ✔️
HRNet interactor PyTorch ✔️
Inside-Outside Guidance interactor PyTorch ✔️
Faster RCNN detector TensorFlow ✔️ ✔️
Mask RCNN detector TensorFlow ✔️ ✔️
RetinaNet detector PyTorch ✔️ ✔️
Face Detection detector OpenVINO ✔️

License

The code is 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. CVAT.ai Corporation is not responsible for obtaining any such licenses, nor liable for any licensing fees due in connection with your use of FFmpeg.

Where to ask questions

Gitter chat: you can post CVAT usage related questions there. Typically they get answered fast by the core team or community. There you can also browse other common questions.

Discord is the place to also ask questions or discuss any other stuff related to CVAT.

GitHub issues: please post them for feature requests or bug reports. If it's a bug, please add the steps to reproduce it.

#cvat tag on StackOverflow is one more way to ask questions and get our support.

contact@cvat.ai: reach out to us with feedback, comments, or inquiries.