File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252from supervision .detection .tools .polygon_zone import PolygonZone , PolygonZoneAnnotator
5353from supervision .detection .tools .smoother import DetectionsSmoother
5454from supervision .detection .utils .boxes import (
55+ box_aspect_ratio ,
5556 clip_boxes ,
5657 denormalize_boxes ,
5758 move_boxes ,
5859 pad_boxes ,
5960 scale_boxes ,
60- box_aspect_ratio
6161)
6262from supervision .detection .utils .converters import (
6363 mask_to_polygons ,
197197 "VideoInfo" ,
198198 "VideoSink" ,
199199 "approximate_polygon" ,
200+ "box_aspect_ratio" ,
200201 "box_iou" ,
201202 "box_iou_batch" ,
202203 "box_iou_batch_with_jaccard" ,
203204 "box_non_max_merge" ,
204205 "box_non_max_suppression" ,
205- "box_aspect_ratio" ,
206206 "calculate_masks_centroids" ,
207207 "calculate_optimal_line_thickness" ,
208208 "calculate_optimal_text_scale" ,
You can’t perform that action at this time.
0 commit comments