Keypoints: Expose KeyPoints, annotators in __init__

This commit is contained in:
Linas Kondrackis 2024-04-23 19:28:34 +03:00
parent d079ce92df
commit a00604bfb2
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ from supervision.detection.utils import (
polygon_to_xyxy,
scale_boxes,
)
from supervision.keypoints.core import KeyPoints, YOLO_V8_SKELETON
from supervision.keypoints.annotate import PointAnnotator, SkeletonAnnotator
from supervision.draw.color import Color, ColorPalette
from supervision.draw.utils import (
calculate_optimal_line_thickness,