xingyizhou / pytorch-pose-hg-3d

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

Performance On MPI-INF Dataset #87

Closed FishWoWater closed 4 years ago

FishWoWater commented 4 years ago

It seems that results(pckh@0.5 and auc) on MPI-INF were released in your paper, but I can not find corresponding code for evaluation in your repository. Could you help me with the implementation of the evaluator? What thresholds of pckh did you use to calculate auc(in mpii is 0:0.5:0.01, what about mpiinf?) Thanks!