Function candle_transformers::object_detection::iou  
source · pub fn iou<D>(b1: &Bbox<D>, b2: &Bbox<D>) -> f32Expand description
Intersection over union of two bounding boxes.
pub fn iou<D>(b1: &Bbox<D>, b2: &Bbox<D>) -> f32Intersection over union of two bounding boxes.