AlphaPose icon indicating copy to clipboard operation
AlphaPose copied to clipboard

Can someone use yolov8 instead of yolov3 in detector?

Open lsm101010 opened this issue 9 months ago • 4 comments

Can someone use yolov8 instead of yolov3 in detector?

lsm101010 avatar May 04 '24 09:05 lsm101010

i want to use the yolov9 but i don't know how

Madou-AI avatar May 24 '24 16:05 Madou-AI

i want to use the yolov9 but i don't know how

do you have any ideas?

lsm101010 avatar Jun 11 '24 08:06 lsm101010

you only need to give the object's retangle, that's all you need

zhou-jered avatar Oct 01 '24 15:10 zhou-jered

Yes but you will likely need to create a Yolov8 API under /detector. You can simply train a yolov8 from ultralytics, write a similar code as the yolo API in /detector/ and replace the model by the one you just trained.

valentin-fngr avatar Oct 02 '24 09:10 valentin-fngr