last-one / Pytorch_Realtime_Multi-Person_Pose_Estimation

Pytorch version of Realtime Multi-Person Pose Estimation project
MIT License
216 stars 70 forks source link

How to get or calculate the final mAP/AP and AR? #18

Open Ai-is-light opened 6 years ago

Ai-is-light commented 6 years ago

I'm really confused about how to get the pose coordination and get the AP/mAP, AR by my trained model. I just know the output of the two branches are the heatmap, and in the deploy prototxt ,the output are also the heat map with 46*46, so, there are any special toolbox or special code for the metrics? And, in my sever , I do not have the caffe-matlab app, so the author's method is not suit for my situation. Thanks @last-one

last-one commented 6 years ago

Because the evaluation of my task doesn't use mAP, I didn't write the script. You can see my testing script, which could get the estimated points and edges. Hope it helpful for you.