xingyizhou / pytorch-pose-hg-3d

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

2D Pose Accuracy #68

Open NiteshBharadwaj opened 5 years ago

NiteshBharadwaj commented 5 years ago

The checkpoint provided on ResNet gives 2D PCKh of 85.68% as compared to >90% by SHG. Is that a trade-off for speed?

xingyizhou commented 5 years ago

Hi. Hourglass is about 86 PCKh in this implementation. > 90% requires flip testing, multi-scale testing and is evaluated on the test set, not validation.