vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.69k stars 330 forks source link

Why the output mesh is already in the origin? #203

Open felixshing opened 11 months ago

felixshing commented 11 months ago

Hi, when I visualize the output mesh using meshlab, I found the mesh has already been in the origin, but not in the position that has "transl" towards camera's position (0,0,0)as shown below. image This is my transl parameters stored in .pkl files. As we can see, the z-axis of mesh should have 2.1991365 meters distance to camera. But it does not appear in the output mesh image

felixshing commented 11 months ago

image

Another weird thing is after I re-render the mesh from .pkl parameters, the mesh goes back to the position of "transl", but the hand pose totally changes......