All Projects → openvinotoolkit → Cvat

openvinotoolkit / Cvat

Licence: other
Powerful and efficient Computer Vision Annotation Tool (CVAT)

Programming Languages

typescript
32286 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Cvat

Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+10.78%)
Mutual labels:  dataset, semantic-segmentation, image-classification, annotations, imagenet, annotation, image-annotation, labeling, annotation-tool, boundingbox, image-labeling, labeling-tool, image-labelling-tool
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (-75.78%)
Mutual labels:  image-classification, imagenet, annotation, image-annotation, labeling, annotation-tool, boundingbox, image-labeling, labeling-tool, computer-vision-annotation
image-sorter2
One-click image sorting/labelling script
Stars: ✭ 65 (-99.01%)
Mutual labels:  image-annotation, annotation, image-classification, labeling, annotation-tool, image-labeling, labeling-tool
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-99.28%)
Mutual labels:  image-annotation, image-classification, labeling, annotation-tool, boundingbox, labeling-tool
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (-98.41%)
Mutual labels:  annotation, annotations, labeling, annotation-tool, labeling-tool
label-studio-frontend
Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
Stars: ✭ 230 (-96.49%)
Mutual labels:  image-annotation, semantic-segmentation, annotation-tool, image-labeling, labeling-tool
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (-94.85%)
Mutual labels:  image-classification, annotations, imagenet, image-annotation
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (-98.28%)
Mutual labels:  dataset, semantic-segmentation, annotation, image-annotation
Awesome Data Labeling
A curated list of awesome data labeling tools
Stars: ✭ 1,120 (-82.92%)
Mutual labels:  semantic-segmentation, annotation, image-annotation, labeling
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (-79.32%)
Mutual labels:  dataset, semantic-segmentation, image-annotation, labeling
Labelme
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
Stars: ✭ 7,742 (+18.07%)
Mutual labels:  semantic-segmentation, annotations, image-annotation, video-annotation
Pixie
Pixie is a GUI annotation tool which provides the bounding box, polygon, free drawing and semantic segmentation object labelling
Stars: ✭ 52 (-99.21%)
Mutual labels:  image-annotation, semantic-segmentation, image-labeling, labeling-tool
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (-63.32%)
Mutual labels:  semantic-segmentation, image-classification, imagenet
Vott
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
Stars: ✭ 3,684 (-43.82%)
Mutual labels:  image-annotation, labeling, annotation-tool
Kili Playground
Simplest and fastest image and text annotation tool.
Stars: ✭ 166 (-97.47%)
Mutual labels:  semantic-segmentation, annotation, labeling
Torchdistill
PyTorch-based modular, configuration-driven framework for knowledge distillation. 🏆18 methods including SOTA are implemented so far. 🎁 Trained models, training logs and configurations are available for ensuring the reproducibiliy.
Stars: ✭ 177 (-97.3%)
Mutual labels:  semantic-segmentation, image-classification, imagenet
Cocostuff10k
The official homepage of the (outdated) COCO-Stuff 10K dataset.
Stars: ✭ 248 (-96.22%)
Mutual labels:  dataset, semantic-segmentation, annotations
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (-93.46%)
Mutual labels:  imagenet, image-classification, semantic-segmentation
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-99.74%)
Mutual labels:  annotations, annotation-tool, labeling-tool
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (-99.04%)
Mutual labels:  annotations, imagenet, image-classification

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

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:

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].