dragonfly90 / mxnet_Realtime_Multi-Person_Pose_Estimation

This is a mxnet version of Realtime_Multi-Person_Pose_Estimation, origin code is here https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
125 stars 38 forks source link

Details about CPM refinement mentioned in paper? #2

Open hufengshuo07 opened 7 years ago

hufengshuo07 commented 7 years ago

Table 4 in papar mentioned that CPM refinement can provide more than 2-point AP increase. Is it a post-processing method? Has it been added to this existed code?

dragonfly90 commented 7 years ago

The original paper has python demo and evaluation matlab code. They talked about the evaluation in original caffe implementation. The original evaluation code seems to be Matlab( I am trying to reimplement the evaluation code in Python). https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/issues/72

dragonfly90 commented 7 years ago

If you are interested in it, we can collaborate in reimplementing the evaluation code in python. I am also interested to the performance of CPM refinement. @hufengshuo07

dragonfly90 commented 7 years ago

Hi @hufengshuo07, I finished the evaluation code. https://github.com/dragonfly90/mxnet_Realtime_Multi-Person_Pose_Estimation/blob/master/evaluation_coco.py

Ai-is-light commented 6 years ago

Have you finished the CPM refinement? @