xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
615 stars 141 forks source link

Why is MPJPE divided by 16 instead of 15? #41

Open NiteshBharadwaj opened 5 years ago

NiteshBharadwaj commented 5 years ago

Since you made it root relative, is it not imperative to divide by 15 joints?

xingyizhou commented 5 years ago

Hi, Thanks for the challenge. As far as I know, the ECCV 3d pose challenge on human 3.6m also counts the root joint (http://vision.imar.ro/human3.6m/challenge.php). There is an evaluation script on their train/val data.