Skip to main content

evaluate_detections_coco

Function evaluate_detections_coco 

Source
pub fn evaluate_detections_coco(
    frames: &[DetectionFrame<'_>],
    score_threshold: f32,
) -> Result<CocoMetrics, EvalError>
Expand description

Evaluate detections using COCO-style multi-threshold metrics.