Add new utils to library interface

This commit is contained in:
Paweł Pęczek 2024-03-25 19:47:45 +01:00
parent de8222203c
commit 0aacfa47d3
No known key found for this signature in database
GPG Key ID: A20D4B3B43DF723D
1 changed files with 9 additions and 1 deletions

View File

@ -72,7 +72,15 @@ from supervision.geometry.utils import get_polygon_center
from supervision.metrics.detection import ConfusionMatrix, MeanAveragePrecision
from supervision.tracker.byte_tracker.core import ByteTrack
from supervision.utils.file import list_files_with_extensions
from supervision.utils.image import ImageSink, crop_image, place_image, resize_image
from supervision.utils.image import (
ImageSink,
create_tiles,
crop_image,
letterbox_image,
place_image,
resize_image,
resize_image_keeping_aspect_ratio,
)
from supervision.utils.notebook import plot_image, plot_images_grid
from supervision.utils.video import (
FPSMonitor,