Recipe 01 — Bootstrap A Dataset
- Run
dataset_inspectto confirm image count, class count, and split structure. - Run
dataset_validateto catch unreadable images, bbox range issues, and class-id errors. - Run
dataset_find_duplicatesif the source is stitched from multiple exports. - If needed, run
dataset_convertordataset_splitbefore training.
This recipe is the fastest way to turn “I got a folder from someone else” into a trusted local training input.