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.
 
 
 
 
 
 
DmitriyOparin 68dfa5da64
Cypress test. Attribute annotation mode zoom margin feature. (#2573)
* add test

* improvements test

* improvements other tests

* add cssSelectors

* small improvements

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
.github DL models as serverless functions (#1767) 6 years ago
.vscode Projects (#2255) 5 years ago
components Auto annotation GPU support (#2546) 5 years ago
cvat Bump tensorflow from 2.2.1 to 2.4.0 in /cvat/requirements (#2576) 5 years ago
cvat-canvas Bump ini from 1.3.5 to 1.3.7 in /cvat-canvas (#2558) 5 years ago
cvat-core Merged develop 5 years ago
cvat-data fix: upgrade async-mutex from 0.2.4 to 0.2.6 (#2601) 5 years ago
cvat-ui Cypress test. Attribute annotation mode zoom margin feature. (#2573) 5 years ago
cvat_proxy Added django-rq to the proxy match pattern. (#2069) 6 years ago
docs REST API design based on our experience and popular articles (#2427) 5 years ago
serverless Auto annotation GPU support (#2546) 5 years ago
ssh Reformatted (#2349) 5 years ago
tests Cypress test. Attribute annotation mode zoom margin feature. (#2573) 5 years ago
utils Reformatted (#2349) 5 years ago
.bandit Skip 28 bandit warnings (lxml, subprocess, ...). (#259) 7 years ago
.codacy.yml Reformatted (#2349) 5 years ago
.coveragerc Install Datumaro as package (#2163) 6 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 Minor code refactoring 5 years ago
.gitattributes DL models as serverless functions (#1767) 6 years ago
.gitignore Projects (#2255) 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 Reformatted (#2349) 5 years ago
.stylelintrc.json Reformatted (#2349) 5 years ago
.travis.yml Fix migration error in CRON type of CI. (#2606) 5 years ago
CHANGELOG.md Fixed the memory consumption when creating a task (#2582) 5 years ago
CONTRIBUTING.md Added usage npm ci 5 years ago
Dockerfile Fix build cron type. (#2597) 5 years ago
Dockerfile.ci OpenH264 encoder (#2562) 5 years ago
Dockerfile.ui fixed cvat_ui image build 5 years ago
LICENSE Add pull request and issue templates (#1359) 6 years ago
README.md Add CamVid format (#2559) 5 years ago
docker-compose.ci.yml Reformatted (#2349) 5 years ago
docker-compose.yml Reformatted (#2349) 5 years ago
lint-staged.config.js Fixes for eslint & precommit configuration (#2352) 5 years ago
manage.py Moved development on public github. 8 years ago
mod_wsgi.conf Release 0.1.0 8 years ago
package-lock.json Fixes for eslint & precommit configuration (#2352) 5 years ago
package.json Fixes for eslint & precommit configuration (#2352) 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)

Build Status Codacy Badge Gitter chat Coverage Status 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

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:

Projects using CVAT

  • Onepanel - Onepanel is an open source vision AI platform that fully integrates CVAT with scalable data processing and parallelized training pipelines.