diff --git a/supervision/detection/utils.py b/supervision/detection/utils.py index 0c017919..e0844b75 100644 --- a/supervision/detection/utils.py +++ b/supervision/detection/utils.py @@ -52,7 +52,7 @@ def box_iou( box_true: Union[List[float], np.ndarray], box_detection: Union[List[float], np.ndarray], ) -> float: - r""" + """ Compute the Intersection over Union (IoU) between two bounding boxes. Mathematically, it is defined as: