keras_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
keras_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 6 years ago • 2 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. @@@michalfaber any answers are welcome,Thanks

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

mAP is metric of COCO keypoints challenge, they have API for matlab and python.

In my fork I have [may be not really finished] python implementaton by ddremov@ https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation/blob/new-generation/testing/coco.ipynb https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation/blob/new-generation/testing/coco_metric.py

anatolix avatar Jan 20 '18 16:01 anatolix

thank you for your work,it is wonderful! but how can i get the file of cocotest_result.json ? please help me TAT

1209805200 avatar May 16 '19 06:05 1209805200