Skip to main content

load_detection_dataset_coco_files

Function load_detection_dataset_coco_files 

Source
pub fn load_detection_dataset_coco_files(
    ground_truth_path: &Path,
    predictions_path: &Path,
) -> Result<Vec<DetectionDatasetFrame>, EvalError>