Upload a COCO JSON annotation file — the tool converts it to CVAT XML ready for import into CVAT. Processing runs on the server; your file is not stored.
COCO JSON supported (instances_*.json)
COCO (Common Objects in Context) is one of the most common annotation formats for computer vision. It is used in PyTorch, Detectron2, MMDetection, and other frameworks. The file contains images, annotations, and categories structures.
CVAT (Computer Vision Annotation Tool) is a professional open-source annotation platform. Tasks are imported using XML that describes objects, attributes, labels, and image bindings.
When a dataset is already labeled in COCO (e.g. exported from another tool) but needs review or further labeling in CVAT. Conversion lets you open existing annotations in CVAT and continue working.