Skip to main content

batched_nms

Function batched_nms 

pub fn batched_nms(
    detections: &[Detection],
    score_threshold: f32,
    iou_threshold: f32,
) -> Result<Vec<usize>, VisionError>
Expand description

Class-aware greedy NMS over detection records.