Skip to main content

postprocess_detections

Function postprocess_detections 

Source
pub fn postprocess_detections(
    raw: &[Detection],
    config: &ModelDetectorConfig,
) -> Vec<Detection>
Expand description

Post-processes raw model output into final detections.

Applies score thresholding and NMS.