Skip to content

Will support for YoloV10 be added? #1084

Answered by fcakyon
apalkk asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fcakyon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants