fix: typo in utils.py

This commit is contained in:
Soumik Rakshit 2025-07-15 17:17:39 +05:30 committed by GitHub
parent 7c1168fbc6
commit 9f3ffdd26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: