pub fn evaluate_detections_coco(
frames: &[DetectionFrame<'_>],
score_threshold: f32,
) -> Result<CocoMetrics, EvalError>Expand description
Evaluate detections using COCO-style multi-threshold metrics.
pub fn evaluate_detections_coco(
frames: &[DetectionFrame<'_>],
score_threshold: f32,
) -> Result<CocoMetrics, EvalError>Evaluate detections using COCO-style multi-threshold metrics.