mks0601 / Hand4Whole_RELEASE

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

[Hand4Whole]A problem on Agora #58

Closed cyk990422 closed 1 year ago

cyk990422 commented 1 year ago

This is an excellent job. I had a small problem when I reproduced it on Agora. The global rotation parameter in SMPL parameters given by Agora is in the world coordinate system. How did you convert it to the camera coordinate system?

mks0601 commented 1 year ago

Hi, yes you're right. AGORA dataset provides joint/mesh coordinates in camera-centered coordinate system and smplx parameters in world coordinate system. As you can see here, I do not use global rotation of smplx for the supervision.

cyk990422 commented 1 year ago

I have completely understood. Thank you so much for your patience and kindness, and I wish you to harvest more scenery in your future research journey!