

CVAT is an open-source data annotation platform for building and maintaining computer vision datasets. Teams use it to label images, videos, point clouds, and 3D cuboids, then export annotations into common training formats or automate workflows through its API, SDK, and CLI.
CVAT covers common visual labeling workflows including image classification, object detection, segmentation, skeletons, video tracking, and point-cloud annotation. The platform supports manual labeling, review workflows, quality control features, cloud storage connections, and serverless auto-annotation with external models.
CVAT fits teams that want one annotation workspace for both ad hoc labeling and repeatable dataset operations. The documentation highlights REST API access, Python SDK and CLI tooling, native CVAT import/export, and integrations such as FiftyOne for programmatic dataset workflows.
For manufacturing and industrial AI work, CVAT is relevant when teams need to create defect-detection, worker-safety, automotive, or robotics datasets from camera and LiDAR footage. Its support for on-premise deployment also makes it usable in environments where raw visual data cannot leave a private network.
CVAT supports a broad set of annotation shapes and task types in one interface, including boxes, polygons, masks, skeletons, cuboids, and tracks. The project also supports many exchange formats through its native exporters and Datumaro-based dataset tooling, which helps teams move data into downstream training pipelines without building a custom labeling stack first.
CVATCVAT supports serverless auto-annotation functions based on OpenVINO models, allowing teams to run assisted labeling workflows from the annotation interface. This makes OpenVINO a practical inference backend for CVAT deployments that want CPU-optimized automatic labeling on Intel hardware.
CVAT
FiftyOneCVAT supports a FiftyOne integration that lets teams programmatically create CVAT tasks and jobs, upload data, define label schemas, and download annotations from FiftyOne. CVAT documentation describes the integration surface for driving annotation operations from FiftyOne Python APIs.