MVIG-SJTU / RMPE

RMPE: Regional Multi-person Pose Estimation, forked from Caffe. Research purpose only.
Other
259 stars 84 forks source link

about pose_NMS error #16

Open lunalulu opened 5 years ago

lunalulu commented 5 years ago

I think the description of pose_NMS in the paper is wrong, d(Pi, Pj|Λ, λ) ≤ η should be d(Pi, Pj|Λ, λ) > η??? The code seems to support my idea, too! see below, delete_ids = np.arange(img_scores.shape[0])[simi > gamma]

Please give me the correct answer, thanks very much!

roachsinai commented 3 years ago

Hi @lunalulu could show me the link of above code?