mxnet_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
mxnet_Realtime_Multi-Person_Pose_Estimation copied to clipboard

Details about CPM refinement mentioned in paper?

Open hufengshuo07 opened this issue 8 years ago • 4 comments

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?

hufengshuo07 avatar Aug 04 '17 09:08 hufengshuo07

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 avatar Aug 09 '17 03:08 dragonfly90

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 avatar Aug 09 '17 03:08 dragonfly90

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

dragonfly90 avatar Aug 23 '17 15:08 dragonfly90

Have you finished the CPM refinement? @

Ai-is-light avatar Jan 31 '18 02:01 Ai-is-light