microsoft / human-pose-estimation.pytorch

The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"
MIT License
2.93k stars 601 forks source link

Why your PCKh0.5 results excludes pelvis and thorax keypoints? #78

Closed Binyr closed 5 years ago

Binyr commented 5 years ago

Does MPII official evaluation also exclude pelvis and thorax keypoints? Otherwise this will mislead many fresh hand like me。

Binyr commented 5 years ago

https://github.com/Microsoft/human-pose-estimation.pytorch/blob/master/lib/dataset/mpii.py#L157。This line excludes pelvis and thorax keypoints from pckh evaluation.

leoxiaobin commented 5 years ago

The evaluation just follows the MPII official evaluation.

Binyr commented 5 years ago

Thanks!