MVIG-SJTU / AlphaPose

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

Any implementation with yolov5? #1081

Closed iamdami closed 1 year ago

iamdami commented 2 years ago

Hi. Thank you for your amazing work!

I know there are some implementation with yoloX. I saw the comment saying that EfficientDet and yolov5 series have worse performance than yolov3 for pose estimation and yoloX is the only one that surpass yolov5 so far. So I'm gonna try it out first, but is there any news regarding the implementation with yolov5?

HaoyiZhu commented 1 year ago

Hi, we do not add yolov5 in AlphaPose due to the license issue. However, you can refer to https://github.com/MVIG-SJTU/AlphaPose/tree/master/detector and add yolov5 here by yourself.

Fang-Haoshu commented 1 year ago

the official yolov5 implementation is at https://github.com/ultralytics/yolov5