From 511375f24b4daffab9ce35befeafe13d15f01554 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Sun, 9 Apr 2023 23:05:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B7=20Top=20level=20import=20of=20Mask?= =?UTF-8?q?Annotator?= 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 1211432d..4b58d6b5 100644 --- a/supervision/__init__.py +++ b/supervision/__init__.py @@ -1,7 +1,7 @@ __version__ = "0.4.0" from supervision.annotation.voc import detections_to_voc_xml -from supervision.detection.annotate import BoxAnnotator +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