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.
 
 
 
 
 
 
Nikita Manovich feebec2670
Release v0.6.1 (#1267)
* Change the version and updated CHANGELOG.md

* Installation issues for development environment (#1280)

* Installation issues

* Added ffmpeg

* Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui (#1270)

* Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui

Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Updated CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>

* Bump acorn from 6.2.1 to 6.4.1 in /cvat-canvas (#1281)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.2.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Use source label map for voc export (#1276)

* Use source label map for voc export

* Add line to changelog

* [Datumaro] Fix frame matching in video annotations import (#1274)

* Add extra frame matching way for videos

* Add line to changelog

* [Datumaro] Allow empty COCO dataset export (#1272)

* Allow empty dataset export in coco

* Add line to changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>

* [Datumaro] Fix occluded and z_order attributes export (#1271)

* Fix occluded and z_order attributes export

* Add line to changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>

* Fix LabelMe format (#1260)

* Fix labelme filenames

* Change module path

* Add tests for LabelMe

* Update test

* Fix test

* Add line in changelog

* Fix release date.

Co-authored-by: Boris Sekachev <40690378+bsekachev@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
Co-authored-by: zhiltsov-max <zhiltsov.max35@gmail.com>
6 years ago
.vscode Release 0.6.0 (#1238) 6 years ago
components Release 0.6.0 (#1238) 6 years ago
cvat Release v0.6.1 (#1267) 6 years ago
cvat-canvas Release v0.6.1 (#1267) 6 years ago
cvat-core Release 0.6.0 (#1238) 6 years ago
cvat-ui Release v0.6.1 (#1267) 6 years ago
cvat_proxy Release 0.6.0 (#1238) 6 years ago
datumaro Release v0.6.1 (#1267) 6 years ago
ssh Git application (#184) 7 years ago
tests RESTful API (#389) 7 years ago
utils Release 0.6.0 (#1238) 6 years ago
.bandit Skip 28 bandit warnings (lxml, subprocess, ...). (#259) 7 years ago
.codacy.yml Release 0.6.0 (#1238) 6 years ago
.dockerignore Release 0.6.0 (#1238) 6 years ago
.editorconfig Release 0.6.0 (#1238) 6 years ago
.eslintrc.js Different fixes for Release 0.5.0 (#667) 7 years ago
.gitattributes Fixed line endings for *.cfg (#540) 7 years ago
.gitignore Release 0.6.0 (#1238) 6 years ago
.pylintrc Auth for REST API (api/v1/auth/*) (#622) 7 years ago
.remarkrc.js cvat user guide v0.4.0 (#438) 7 years ago
.travis.yml Release 0.6.0 (#1238) 6 years ago
CHANGELOG.md Release v0.6.1 (#1267) 6 years ago
CONTRIBUTING.md Release v0.6.1 (#1267) 6 years ago
CONTRIBUTORS.md CI tool integration (#244) 7 years ago
Dockerfile Release 0.6.0 (#1238) 6 years ago
Dockerfile.ci Release 0.6.0 (#1238) 6 years ago
Dockerfile.ui Release 0.6.0 (#1238) 6 years ago
LICENSE Moved development on public github. 8 years ago
README.md Release 0.6.0 (#1238) 6 years ago
docker-compose.ci.yml Release 0.6.0 (#1238) 6 years ago
docker-compose.yml Release 0.6.0 (#1238) 6 years ago
manage.py Moved development on public github. 8 years ago
mod_wsgi.conf Release 0.1.0 8 years ago
package.json Release 0.6.0 (#1238) 6 years ago
supervisord.conf Release 0.6.0 (#1238) 6 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 codebeat badge 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.

CVAT screenshot

Documentation

Screencasts

Supported annotation formats

Format selection is possible after clicking on the Upload annotation / Dump annotation button. Datumaro dataset framework allows additional dataset transformations via its command line tool.

Annotation format Dumper Loader
CVAT XML v1.1 for images X X
CVAT XML v1.1 for a video X X
Pascal VOC X X
YOLO X X
MS COCO Object Detection X X
PNG class mask + instance mask as in Pascal VOC X X
TFrecord X X
MOT X X
LabelMe X X

Online Demo

Onepanel has added CVAT as an environment into their platform and a running demo of CVAT can be accessed at CVAT Public Demo.

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.

REST API

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

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: