diff --git a/supervision/__init__.py b/supervision/__init__.py index 2e0e3a49..43278acb 100644 --- a/supervision/__init__.py +++ b/supervision/__init__.py @@ -5,7 +5,7 @@ from supervision.detection.annotate import BoxAnnotator, MaskAnnotator from supervision.detection.core import Detections from supervision.detection.line_counter import LineZone, LineZoneAnnotator from supervision.detection.polygon_zone import PolygonZone, PolygonZoneAnnotator -from supervision.detection.utils import generate_2d_mask +from supervision.detection.utils import generate_2d_mask, mask_to_xyxy from supervision.draw.color import Color, ColorPalette from supervision.draw.utils import draw_filled_rectangle, draw_polygon, draw_text from supervision.geometry.core import Point, Position, Rect