Merge pull request #1910 from rafaelpadilla/fix/import_box_iou_batch

exposing `box_iou_batch`  in `supervision/detection/utils__init__.py`
This commit is contained in:
Soumik Rakshit 2025-07-23 22:00:55 +05:30 committed by GitHub
commit 932c1aa91e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"]