You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I download the origin mano params from the freihand. I found that the provided dataset have the different pose_param, but they have the same shape_params. I wonder what's the difference between them?
The text was updated successfully, but these errors were encountered:
Yeah, I notice lmb-freiburg/freihand#6 (comment) this issue, I set the flat_hand_mean to False and visualize the mesh, both origin pose_params and provided pose_params seem ok to me.

I wonder how this deviation come about or how can I get the provided pose_params from the original one?
The first three params represent 3D root rotation (3D wrist rotation). The original FreiHAND dataset does not provide 3D root rotation in the camera-centered coordinate system. Instead, it provides 3D root rotation in the world-coordinate system. I obtained the 3D root rotation in the camera centered coordinate system by rigidly aligning 3D hand meshes to the provided 3D joint coordinates in the camera-centered coordinate system. That is why there is a small 3D root rotation difference.
Hi, I download the origin mano params from the freihand. I found that the provided dataset have the different pose_param, but they have the same shape_params. I wonder what's the difference between them?
The text was updated successfully, but these errors were encountered: