😷 Top level import of MaskAnnotator
This commit is contained in:
parent
ff2788945d
commit
511375f24b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue