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.
 
 
 
 
 
 
zhiltsov-max 0eb005c9f2
Support relative paths in import and export (#1463)
* Move annotations to dm

* Refactor dm

* Rename data manager

* Move anno dump and upload functions

* Join server host and port in cvat cli

* Move export templates dir

* add dm project exporter

* update mask format support

* Use decorators for formats definition

* Update formats

* Update format implementations

* remove parameter

* Add dm views

* Move annotation components to dm

* restore extension for export formats

* update rest api

* use serializers, update views

* merge develop

* Update format names

* Update docs

* Update tests

* move test

* fix import

* Extend format tests

* django compatibility for directory access

* move tests

* update module links

* fixes

* fix git application

* fixes

* add extension recommentation

* fixes

* api

* join api methods

* Add trim whitespace to workspace config

* update tests

* fixes

* Update format docs

* join format queries

* fixes

* update new ui

* ui tests

* old ui

* update js bundles

* linter fixes

* add image with loader tests

* fix linter

* fix frame step and frame access

* use server file name for annotations export

* update cvat core

* add import hack for rest api tests

* move cli tests

* fix cvat format converter args parsing

* remove folder on extract error

* print error message on incorrect xpath expression

* use own categories when no others exist

* update changelog

* really add text to changelog

* Fix annotation window menu

* fix ui

* fix replace

* update extra apps

* format readme

* readme

* linter

* Fix old ui

* Update CHANGELOG.md

* update user guide

* linter

* more linter fixes

* update changelog

* Add image attributes

* add directory check in save image

* update image tests

* update image dir format with relative paths

* update datumaro format

* update coco format

* update cvat format

* update labelme format

* update mot format

* update image dir format

* update voc format

* update mot format

* update yolo format

* update labelme test

* update voc format

* update tfrecord format

* fixes

* update save_image usage

* remove item name conversion

* fix merge

* fix export

* prohibit relative paths in labelme format

* Add test for relative name matching

* move code

* implement frame matching

* fix yolo

* fix merge

* fix merge

* prettify code

* fix methid call

* fix frame matching in yolo

* add tests

* regularize function output

* update changelog

* fixes

* fix z_order use

* fix slash replacement

* linter

* t

* t2

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
.github Added item with npm package version increasing to the PR template (#1542) 6 years ago
.vscode Merge annotations and dataset_manager apps (#1352) 6 years ago
components Fix Kibana working time calculation (#1654) 6 years ago
cvat Support relative paths in import and export (#1463) 6 years ago
cvat-canvas Batch of fixes (#1667) 6 years ago
cvat-core Add tf import checks and tests (#1567) 6 years ago
cvat-data Updated README.md files (added info about versioning) (#1490) 6 years ago
cvat-ui [CVAT-UI] Fixed AAM bug: #1750 (#1755) 6 years ago
cvat_proxy Fixed 'Open task' button doesn't work (#1474) 6 years ago
datumaro [Datumaro] Refactor explain and models CLI (#1714) 6 years ago
ssh Git application (#184) 7 years ago
tests RESTful API (#389) 7 years ago
utils fixed linter issues and store credentials cookie in the session object (#1526) 6 years ago
.bandit Skip 28 bandit warnings (lxml, subprocess, ...). (#259) 7 years ago
.codacy.yml Data streaming using chunks (#1007) 6 years ago
.coveragerc Fix coverage measurement (#1516) 6 years ago
.dockerignore React UI: Player in annotation view & settings page (#1018) 6 years ago
.editorconfig Add editorconfig (#1142) 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 update https install section 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 Fix coverage measurement (#1516) 6 years ago
CHANGELOG.md Support relative paths in import and export (#1463) 6 years ago
CONTRIBUTING.md [React] Added shortcuts & ability to search a label (#1683) 6 years ago
Dockerfile Added clamav integration (#1712) 6 years ago
Dockerfile.ci Fix coverage measurement (#1516) 6 years ago
Dockerfile.ui Added the ability to configure custom pageViewHit (may useful for web analytics) (#1566) 6 years ago
LICENSE Add pull request and issue templates (#1359) 6 years ago
README.md added initial version of frequently asked questions page (#1682) 6 years ago
docker-compose.ci.yml Add coverage for python (#1483) 6 years ago
docker-compose.yml Added clamav integration (#1712) 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 Bump remark-lint-strong-marker from 1.0.4 to 2.0.0 (#1702) 6 years ago
supervisord.conf Added clamav integration (#1712) 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. 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.

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

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: