core.services.data.dataset.utils¶
utils
¶
Functions:
| Name | Description |
|---|---|
load_datasets_impl_generic |
Generic implementation shared by COCO/YOLO. |
validate_dataset_impl |
Validate a single dataset or each split of a DatasetCollection. |
load_datasets_impl_generic(*, context, dataset_cls, ann_dir_name, use_id, skip_asset_listing)
¶
Generic implementation shared by COCO/YOLO. Clear orchestration by context type, minimal duplication.
validate_dataset_impl(dataset, fix_annotation=False)
¶
Validate a single dataset or each split of a DatasetCollection. Logs failures per split for easier troubleshooting.