Skip to main content

batched_nms

Function batched_nms 

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

Class-aware greedy NMS over detection records.