Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
probicheaux committed Feb 27, 2024
1 parent cc60f53 commit b899024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
YOLONASObjectDetection,
YOLOv5InstanceSegmentation,
YOLOv5ObjectDetection,
YOLOv9ObjectDetection,
YOLOv7InstanceSegmentation,
YOLOv8Classification,
YOLOv8InstanceSegmentation,
YOLOv8ObjectDetection,
YOLOv9ObjectDetection,
)
from inference.models.yolov8.yolov8_keypoints_detection import YOLOv8KeypointsDetection

Expand Down

0 comments on commit b899024

Please sign in to comment.