getitune-preparing-datasets

Installation
SKILL.md

Preparing datasets for getitune

When you pass a filesystem path to data= (Python API) or --data_root (CLI), getitune uses Datumaro to auto-detect the dataset format — you point at the dataset root and the same call works regardless of the underlying format.

Run everything from library/.

Supported formats and how they are detected

Format Detected by
COCO an annotations/ directory with COCO JSON files
YOLO a data.yaml file (Ultralytics layout)
Pascal VOC JPEGImages/, Annotations/, ImageSets/ directories
Datumaro (native) metadata.json + data.parquet at the root
Installs
14
GitHub Stars
1.3K
First Seen
9 days ago
getitune-preparing-datasets — open-edge-platform/geti