Currently, I can load the .pkl file into blender to get all the pose information but the body remains at center point. This PR stores the root location information so that we could load that as well. With this change, I am able to use a python script to drive the SMPL model to generate animation.
Currently, I can load the .pkl file into blender to get all the pose information but the body remains at center point. This PR stores the root location information so that we could load that as well. With this change, I am able to use a python script to drive the SMPL model to generate animation.
Thanks.