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

Blender Add On: Load Pose #180

Closed hshreeshail closed 1 year ago

hshreeshail commented 2 years ago

Both the questions below are wrt the SMPLX Blender add-on. 1] What is the format of *.pkl file that Load Pose expects? I tried passing it the .pkl parameter file generated by PIXIE, but it didn't work. 2] Does the Load Pose functionality cover the pose of the finger joints as well as the facial expression parameters?

king-face commented 1 year ago

Hi @Shreeshail-Hingane ,

  1. The *.pkl file format is pickle. you can read and write to it with python.
  2. Yes, the load pose functionality cover the pose of the finger joints as well as the facial expression parameters