😷 to 📦 initial version of mask_to_xyxy util
This commit is contained in:
parent
aab7e238e4
commit
a14bb94b46
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue