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.
 
 
 
 
 
 
AetherBreeze c83d17007b
Add several flags to task_create CLI (#4119)
* Add serveral flags to CLI & generalize CLI code

definition.py:
	- Add use_zip_chunks, start_frame, stop_frame, and chunk_size
	  as CLI flags
	- Rename --bug to --bug_tracker to be consistent with website
	  and API
	- No longer include optional kwargs in all requests
core.py:
	- Add a single loop to handle all kwargs for extensibility
	- Lump optional task_create args into kwargs for brevity

* Add --bug as alias for --bug_tracker

- Add back old --bug flag for backwards compatability

* Update licence header

Update licence header for core.py

* Remove redundant parameter assignment

- Remove hardcoded `image_quality` default value, as this is already
  handled by the argparse default value.

* CHANGELOG entry for new CLI flags

* CLI linting fixes

- Several linting fixes for CLI

* Fix CLI test

- Re-add default image_quality in case task_create is called manually

* Resolve changelog merge conflict

* Update CHANGELOG.md

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
4 years ago
.github Updated license year. (#4157) 4 years ago
.vscode IAM: Open Policy Agent integration (#3788) 4 years ago
components IAM: Open Policy Agent integration (#3788) 4 years ago
cvat Email in org invitations should be case insensitive (#4153) 4 years ago
cvat-canvas Added support of ellipses (#4062) 4 years ago
cvat-canvas3d Interaction handler keyboard handlers fix (#3881) 4 years ago
cvat-core Added support of ellipses (#4062) 4 years ago
cvat-data Working on linter configurations (#3839) 4 years ago
cvat-ui Added support of ellipses (#4062) 4 years ago
helm-chart Make user-data-permission-fix optional (#3994) 4 years ago
serverless fix dextr deployment. See https://github.com/openvinotoolkit/cvat/issues/3819 4 years ago
site Update documentation (Development Environment section) (#4082) 4 years ago
ssh Fix all remark warnings (#3261) 5 years ago
tests Added support of ellipses (#4062) 4 years ago
utils Add several flags to task_create CLI (#4119) 4 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 Webpack dev server proxy (#3368) 5 years ago
.eslintrc.js Updated license year. (#4157) 4 years ago
.gitattributes DL models as serverless functions (#1767) 6 years ago
.gitignore IAM: Open Policy Agent integration (#3788) 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 DL models as serverless functions (#1767) 6 years ago
.remarkrc.js Fix all remark warnings (#3261) 5 years ago
.stylelintrc.json Reformatted (#2349) 5 years ago
CHANGELOG.md Add several flags to task_create CLI (#4119) 4 years ago
Dockerfile IAM: Open Policy Agent integration (#3788) 4 years ago
Dockerfile.ci Migrate to node 16, npm 7. (#3773) 4 years ago
Dockerfile.ui Working on linter configurations (#3839) 4 years ago
LICENSE Updated license year. (#4157) 4 years ago
README.md Improved documentation site. Adding a copy button for code blocks (#4024) 4 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.https.yml Replace Nginx proxy with Traefik (#3409) 5 years ago
docker-compose.yml IAM: Open Policy Agent integration (#3788) 4 years ago
lint-staged.config.js Working on linter configurations (#3839) 4 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 Working on linter configurations (#3839) 4 years ago
package.json Working on linter configurations (#3839) 4 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
Open Images V6 X X
Cityscapes X X
KITTI X X
LFW 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 X
f-BRS interactor PyTorch X
HRNet interactor PyTorch X
Inside-Outside Guidance interactor PyTorch X
Faster RCNN detector TensorFlow X X
Mask RCNN detector TensorFlow X X
RetinaNet detector PyTorch 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:

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.

Partners

  • 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.

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: