README.md 4.8 KB
Newer Older
N
Nikita Manovich 已提交
1 2
# Computer Vision Annotation Tool (CVAT)

D
DanVev 已提交
3
[![Build Status](https://travis-ci.org/opencv/cvat.svg?branch=develop)](https://travis-ci.org/opencv/cvat)
N
Nikita Manovich 已提交
4
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/840351da141e4eaeac6476fd19ec0a33)](https://app.codacy.com/app/cvat/cvat?utm_source=github.com&utm_medium=referral&utm_content=opencv/cvat&utm_campaign=Badge_Grade_Dashboard)
5
[![Gitter chat](https://badges.gitter.im/opencv-cvat/gitter.png)](https://gitter.im/opencv-cvat)
6
[![Coverage Status](https://coveralls.io/repos/github/opencv/cvat/badge.svg?branch=)](https://coveralls.io/github/opencv/cvat?branch=develop)
7

N
Nikita Manovich 已提交
8
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.
N
Nikita Manovich 已提交
9

N
Nikita Manovich 已提交
10
![CVAT screenshot](cvat/apps/documentation/static/documentation/images/cvat.jpg)
N
Nikita Manovich 已提交
11 12 13

## Documentation

N
Nikita Manovich 已提交
14 15
- [Installation guide](cvat/apps/documentation/installation.md)
- [User's guide](cvat/apps/documentation/user_guide.md)
16
- [Django REST API documentation](#rest-api)
17
- [Command line interface](utils/cli/)
N
Nikita Manovich 已提交
18 19 20
- [XML annotation format](cvat/apps/documentation/xml_format.md)
- [AWS Deployment Guide](cvat/apps/documentation/AWS-Deployment-Guide.md)
- [Questions](#questions)
N
Nikita Manovich 已提交
21 22 23

## Screencasts

N
Nikita Manovich 已提交
24 25 26 27 28 29 30
- [Introduction](https://youtu.be/L9_IvUIHGwM)
- [Annotation mode](https://youtu.be/6h7HxGL6Ct4)
- [Interpolation mode](https://youtu.be/U3MYDhESHo4)
- [Attribute mode](https://youtu.be/UPNfWl8Egd8)
- [Segmentation mode](https://youtu.be/Fh8oKuSUIPs)
- [Tutorial for polygons](https://www.youtube.com/watch?v=XTwfXDh4clI)
- [Semi-automatic segmentation](https://www.youtube.com/watch?v=vnqXZ-Z-VTQ)
31

32
## Supported annotation formats
A
Andrey Zhavoronkov 已提交
33

34
Format selection is possible after clicking on the Upload annotation / Dump annotation button.
N
Nikita Manovich 已提交
35

36 37 38 39 40 41 42
| Annotation format                                                                  | Dumper | Loader |
| ---------------------------------------------------------------------------------- | ------ | ------ |
| [CVAT XML v1.1 for images](cvat/apps/documentation/xml_format.md#annotation)       | X      | X      |
| [CVAT XML v1.1 for a video](cvat/apps/documentation/xml_format.md#interpolation)   | X      | X      |
| [Pascal VOC](http://host.robots.ox.ac.uk/pascal/VOC/)                              | X      | X      |
| [YOLO](https://pjreddie.com/darknet/yolo/)                                         | X      | X      |
| [MS COCO Object Detection](http://cocodataset.org/#format-data)                    | X      | X      |
A
Andrey Zhavoronkov 已提交
43
| PNG mask                                                                           | X      |        |
44
| [TFrecord](https://www.tensorflow.org/tutorials/load_data/tf_records)              | X      | X      |
A
Andrey Zhavoronkov 已提交
45

46
## Links
N
Nikita Manovich 已提交
47 48 49
- [Intel AI blog: New Computer Vision Tool Accelerates Annotation of Digital Images and Video](https://www.intel.ai/introducing-cvat)
- [Intel Software: Computer Vision Annotation Tool: A Universal Approach to Data Annotation](https://software.intel.com/en-us/articles/computer-vision-annotation-tool-a-universal-approach-to-data-annotation)
- [VentureBeat: Intel open-sources CVAT, a toolkit for data labeling](https://venturebeat.com/2019/03/05/intel-open-sources-cvat-a-toolkit-for-data-labeling/)
N
Nikita Manovich 已提交
50

51 52 53 54 55 56
## Online Demo

[Onepanel](https://www.onepanel.io/) has added CVAT as an environment into their platform and a running demo of CVAT can be accessed at [CVAT Public Demo](https://c.onepanel.io/onepanel-demo/projects/cvat-public-demo/workspaces).

After you click the link above:

N
Nikita Manovich 已提交
57 58
- Click on "GO TO WORKSPACE" and the CVAT environment will load up
- The environment is backed by a K80 GPU
59 60 61

If you have any questions, please contact Onepanel directly at support@onepanel.io. If you are in the Onepanel application, you can also use the chat icon in the bottom right corner.

62 63 64 65 66
## REST API

Automatically generated Swagger documentation for Django REST API is
available on ``<cvat_origin>/api/swagger`` (default: ``localhost:8080/api/swagger``).

N
Nikita Manovich 已提交
67 68 69 70
## LICENSE

Code released under the [MIT License](https://opensource.org/licenses/MIT).

I
idriss 已提交
71 72
## Questions

N
Nikita Manovich 已提交
73 74 75
CVAT usage related questions or unclear concepts can be posted in our
[Gitter chat](https://gitter.im/opencv-cvat) for **quick replies** from
contributors and other users.
I
idriss 已提交
76

N
Nikita Manovich 已提交
77 78
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
79
report) on [GitHub* issues](https://github.com/opencv/cvat/issues).
I
idriss 已提交
80

N
Nikita Manovich 已提交
81
If you are not sure or just want to browse other users common questions,
82 83 84 85 86
[Gitter chat](https://gitter.im/opencv-cvat) is the way to go.

Other ways to ask questions and get our support:
* [\#cvat](https://stackoverflow.com/search?q=%23cvat) tag on StackOverflow*
* [Forum on Intel Developer Zone](https://software.intel.com/en-us/forums/computer-vision)