wangsen1312 / joints2smpl

fit smpl parameters model using 3D joints
166 stars 11 forks source link

Add root position to the .pkl file dump #6

Closed jinzishuai closed 1 year ago

jinzishuai commented 1 year ago

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.