kohillyang / mx-openpose

Mxnet version of https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
http://notes.kohill.cn/openpose
25 stars 2 forks source link

Empty Heatmap, pagmap and mask from mpi_parse.py #7

Closed MBocchi closed 4 years ago

MBocchi commented 6 years ago

Hi,

I followed your instructions to convert MPII annotations (.mat) with mpi_2_json.py and it works. Then I use the mpi_parse.py script to generate the DB file but I saw that all heatmap, pagmap and mask images are empty (black color corresponding to the np.zeros(...) initialization). Do you have an idea why ?

Thank you