exposing `box_iou_batch` in `supervision/detection/utils__init__.py`
This commit is contained in:
parent
317ac0810e
commit
76ee05420d
|
|
@ -0,0 +1,3 @@
|
|||
from supervision.detection.utils.iou_and_nms import box_iou_batch
|
||||
|
||||
__all__ = ["box_iou_batch"]
|
||||
Loading…
Reference in New Issue