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