fix: typo in utils.py
This commit is contained in:
parent
7c1168fbc6
commit
9f3ffdd26d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue