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
The result of pytorch version
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?
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
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 The result of pytorch version
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?