Closed Bozcomlekci closed 3 years ago
trans
is just a 3D translation vector. You can add the 3D translation vector to the output 3D joint/mesh coordinates if you do not add them.
mano_mesh_cam
needs some translation for rendering.
Thanks for the explanation for mano_trans
.
Maybe I should have asked it in a separate issue but I still have questions regarding mano_joint_cam
and mano_mesh_cam
. Why don't you perform these operations on the mano_mesh_cam
as well? In this line, you switch back to milimeter. Doesn't it create an inconsistency between mano_mesh_cam
and mano_joint_cam
since you apply these operations only one of them?
I got it. Thanks for the reply.
Greetings,
I couldn't understand why trans parameter is passed to the mano layer for extracting joints and vertices. Some implementations (e. g. MeshTransforner - METRO) were not passing this parameter. What is the function of this parameter?
Also, could you explain why root wrist is subtracted from mano_joint_cam but not from mano_mesh_cam?
Thanks in advance.