Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into 'feature/batched-inference-slicer'
  • Loading branch information
LinasKo committed Oct 30, 2024
commit c273aa8575e061f61513d5eb01178d072f5f802d
5 changes: 4 additions & 1 deletion supervision/detection/tools/inference_slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
from supervision.detection.overlap_filter import OverlapFilter
from supervision.detection.utils import move_boxes, move_masks, move_oriented_boxes
from supervision.utils.image import crop_image
from supervision.utils.internal import SupervisionWarnings
from supervision.utils.internal import (
SupervisionWarnings,
warn_deprecated,
)
from supervision.utils.iterables import create_batches


Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.