exposing `box_iou_batch` in `supervision/detection/utils__init__.py`

This commit is contained in:
rcvsq 2025-07-23 14:58:09 +00:00
parent 317ac0810e
commit 76ee05420d
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
from supervision.detection.utils.iou_and_nms import box_iou_batch
__all__ = ["box_iou_batch"]