From a14bb94b46a48dd8cb3e4863033e1ffd3b9e5ab3 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Mon, 10 Apr 2023 18:58:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B7=20to=20=F0=9F=93=A6=20initial=20ve?= =?UTF-8?q?rsion=20of=20mask=5Fto=5Fxyxy=20util?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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