dataset_validate
Deep integrity checks for YOLO datasets.
Inputs
dataset_pathformatcheck_image_readablecheck_bbox_boundscheck_class_id_rangestrict
Outputs
valid- structured
errorsandwarnings - one-line
summary - optional
remediation_script
Examples
{"dataset_path":"~/data/mini_yolo"}
{"dataset_path":"~/data/warehouse","strict":true}
{"dataset_path":"~/data/retail","check_image_readable":false}
Common Errors
- unsupported non-YOLO format
- missing dataset path
Related Tools
dataset_inspect, dataset_convert