😷 Top level import of MaskAnnotator

This commit is contained in:
SkalskiP 2023-04-09 23:05:56 +02:00
parent ff2788945d
commit 511375f24b
1 changed files with 1 additions and 1 deletions

View File

@ -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