pub fn parse_tracking_dataset_mot( ground_truth_text: &str, predictions_text: &str, ) -> Result<Vec<TrackingDatasetFrame>, EvalError>