MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
8.06k stars 1.98k forks source link

Can someone use yolov8 instead of yolov3 in detector? #1212

Open lsm101010 opened 6 months ago

lsm101010 commented 6 months ago

Can someone use yolov8 instead of yolov3 in detector?

Madou-AI commented 6 months ago

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

lsm101010 commented 5 months ago

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

do you have any ideas?

zhou-jered commented 1 month ago

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

valentin-fngr commented 1 month ago

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.