Pytorch_Realtime_Multi-Person_Pose_Estimation
Pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard
How to get or calculate the final mAP/AP and AR?
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
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.