pub fn detection_tensor_to_detections(
tensor: &TensorBuffer,
) -> VisionResult<Vec<Detection>>Expand description
Decodes axis-aligned detections from an [N,6] tensor of
x0,y0,x1,y1,score,class.
pub fn detection_tensor_to_detections(
tensor: &TensorBuffer,
) -> VisionResult<Vec<Detection>>Decodes axis-aligned detections from an [N,6] tensor of
x0,y0,x1,y1,score,class.