mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
336 stars 90 forks source link

How much AP does NMS add? #66

Open wmcnally opened 3 years ago

wmcnally commented 3 years ago

Hello. Thank you for this repo. Do you know how much AP NMS adds? I re-implemented in TF2 and I'm getting 0.700 AP without NMS but oddly 0.698 AP with NMS so I'm trying to debug..

mks0601 commented 3 years ago

I can't remember clearly, but I think NMS definitely improved AP. About less than 1.5 AP?