😷 to 📦 initial version of mask_to_xyxy util

This commit is contained in:
SkalskiP 2023-04-10 18:58:07 +02:00
parent aab7e238e4
commit a14bb94b46
1 changed files with 1 additions and 1 deletions

View File

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