Sahi with yolo11 #1093
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Hey @AJITKUMAR130012 @SDIX-7, Ultralytics YOLOv5U/YOLOv8/YOLO11 OBB models are supported with latest sahi release: https://github.com/obss/sahi/releases/tag/0.11.20 Usage is similar to Ultralytics det/seg models: https://github.com/obss/sahi/blob/main/demo/inference_for_ultralytics.ipynb This now works: |
Beta Was this translation helpful? Give feedback.
Hey @AJITKUMAR130012 @SDIX-7, Ultralytics YOLOv5U/YOLOv8/YOLO11 OBB models are supported with latest sahi release: https://github.com/obss/sahi/releases/tag/0.11.20
Usage is similar to Ultralytics det/seg models: https://github.com/obss/sahi/blob/main/demo/inference_for_ultralytics.ipynb
This now works:
sahi predict --model_path yolo11_face_best.pt --model_type ultralytics --source "video.mp4"