vchoutas / smplx

SMPL-X
https://smpl-x.is.tue.mpg.de/
Other
1.79k stars 304 forks source link

How to get the location of the joints at another camera view #88

Closed KelestZ closed 2 years ago

KelestZ commented 3 years ago

Hi, thanks for the impressive work. I was wondering two questions: 1) how can I know the camera params in smpl? (e.g., FOV, transformation matrix, etc) 2) how to get the location of joints at another camera view? For instance, I'l like to globally rotate the human body to a canonical space, and I want to know the joints in the new view. (In this case, the human gestures are kept.)

vchoutas commented 2 years ago

The camera parameters are not part of SMPL. It's up to you to specify or estimate these parameters. Do you want to get the parameters in the canonical space or just transform the joints? For the first one check the dropbox paper in the Readme, for the second you just need to apply the correct transformation on the joints.