mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
279 stars 27 forks source link

Question about hand evaluation. #15

Open mls1999725 opened 2 years ago

mls1999725 commented 2 years ago

Hi, I found that there is no evaluation codes in FreiHAND.py. Could you please provide the codes of FreiHAND to calculate MPJPE and PA-MPJPE or provide some reference links? I think FreiHand is needed to see the evaluation results of the second stage which pretrains the hand-only pose2pose.

Looking forward to your reply!

mks0601 commented 2 years ago

You should use official evaluation server of the FreiHAND dataset: https://competitions.codalab.org/competitions/21238

mls1999725 commented 2 years ago

You should use official evaluation server of the FreiHAND dataset: https://competitions.codalab.org/competitions/21238

Thanks!