What problem does it solve?
Managing image annotation datasets for machine learning requires consistent storage, label tracking, and export to standard formats like COCO, which is tedious to handle manually across many frames and datasets.
Core Features & Use Cases
- Dataset CRUD: Create, read, update, and delete annotation datasets stored as JSONL files with metadata.
- Annotation & Label Management: Save per-frame annotations, list labels, and compute statistics such as per-label counts.
- COCO Export: Convert datasets into standard COCO JSON format with categories, images, and bounding-box annotations for training pipelines.
- Use Case: While labeling camera frames in an annotation studio, save bounding-box annotations per frame, track label distribution statistics, then export the finished dataset as COCO JSON for model training.
Quick Start
Ask the assistant to list my annotation datasets and export the dataset named my_dataset to COCO format.