Formats
Annotation format reference.
Complete reference for YOLO, COCO JSON, Pascal VOC, TFRecord, and other annotation formats used in computer vision.
Supported
YOLO Format
.txt + dataset.yaml
YOLO label format with normalized bounding box coordinates and class indices.
Supported
COCO JSON Format
.json
COCO format annotations with images, annotations, and categories arrays.
Planned
Pascal VOC Format
.xml
Pascal VOC XML annotation format for object detection.
Supported
Classification CSV Format
.csv
Simple CSV format for image classification datasets.
Supported
dataset.yaml Reference
.yaml
YOLO dataset.yaml configuration file format with paths, classes, and splits.
Planned
TFRecord Format
.tfrecord
TensorFlow TFRecord format for TensorFlow and Keras training.
Planned
LabelMe JSON Format
.json
LabelMe JSON annotation format for polygons and bounding boxes.