From 9f3ffdd26dafedbc3dcb8447d13dfc28fea6df2d Mon Sep 17 00:00:00 2001 From: Soumik Rakshit <19soumik.rakshit96@gmail.com> Date: Tue, 15 Jul 2025 17:17:39 +0530 Subject: [PATCH] fix: typo in utils.py --- supervision/detection/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: