Naman-ntc / Pytorch-Human-Pose-Estimation

Implementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
MIT License
472 stars 76 forks source link

Can you add new performance metrics #22

Closed wongkwan closed 4 years ago

wongkwan commented 4 years ago

Can you provide implement code for showing the MAP performance on the COCO dataset? Thank you very much if you can help me !!

Naman-ntc commented 4 years ago

Hi, to compute COCO MAP you cannot compute it at every iteration since COCOEval computes evaluation on entire dataset at once. Plus since this repo does single person pose estimation MAP evaluation does not fit perfectly with the current scripts. Check #18 to see guidelines about MAP