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

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

Open Ai-is-light opened this issue 7 years ago • 1 comments

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

Ai-is-light avatar Jan 20 '18 07:01 Ai-is-light

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.

last-one avatar Jan 21 '18 06:01 last-one