pub fn parse_detection_dataset_openimages_csv( ground_truth_csv: &str, predictions_csv: &str, ) -> Result<Vec<DetectionDatasetFrame>, EvalError>