-
YoloX support which is currently present is useful, but it would be great to have YoloV10 |
Beta Was this translation helpful? Give feedback.
Answered by
fcakyon
Oct 18, 2024
Replies: 1 comment
-
It should work with ultralytics yolov10 using: AutoDetectionModel.from_pretrained(
model_type='yolov8',
...
) You can try it in https://github.com/obss/sahi/blob/main/demo/inference_for_yolov8.ipynb |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fcakyon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should work with ultralytics yolov10 using:
You can try it in https://github.com/obss/sahi/blob/main/demo/inference_for_yolov8.ipynb