MVIG-SJTU / AlphaPose

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

About the results accuracy by two version of Alphapose #113

Closed Sarah20187 closed 6 years ago

Sarah20187 commented 6 years ago

I have run both two version of Alphapose on examples and found the original version has a better result although it is very slow. The result of the original version 3 The result of pytorch version 3

It can be seen that the original version can detect more persons. So could someone tell me how can I get the same result from the pytorch version?

Fang-Haoshu commented 6 years ago

Hi, to detect more people, you can simply lower the conf threshold by adding a flag like --conf 0.05 You can also increase the nms thres, check the run.md and speed_up.md for more details