vchoutas / smplx

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

Converting SMPL to SMPLX and saving prameters in axis angle format. #130

Open SnehithR opened 2 years ago

SnehithR commented 2 years ago

I want to convert SMPL paramters into SMPLX paramters in axis angle format. The pose paramters are in rotation matrix format and when I try to convert them into axis angle and load using smplx.create() method i can see slight translation in Y-axis and change in hands pose compared to the mesh saved while fitting SMPL to SMPLX. I was using scipy to convert rotaion matrix into rotvec.

TIA.
Snehith