pub fn parse_detection_dataset_coco( ground_truth_json: &str, predictions_json: &str, ) -> Result<Vec<DetectionDatasetFrame>, EvalError>