Skip to main content

evaluate_detections_from_dataset

Function evaluate_detections_from_dataset 

Source
pub fn evaluate_detections_from_dataset(
    frames: &[DetectionDatasetFrame],
    config: DetectionEvalConfig,
) -> Result<DetectionMetrics, EvalError>