facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.12k stars 373 forks source link

Importing .pkl data into Houdini? #140

Closed ryanmross closed 2 years ago

ryanmross commented 2 years ago

Has anyone had any luck importing the .pkl data into Houdini? I'm working on a python script that imports it, but am running into a couple issues:

Thanks!

penincillin commented 2 years ago

@ryanmross Thanks for your interest in our work and providing the detailed descriptions. My replies are:

ryanmross commented 2 years ago

Thanks! Also I had another question— how come there’s is a discrepancy between the joints in the joint position list and the joints that are in the joint angles list? Are there certain joints in the joints position list that correspond to the ones in the joint angles list?

penincillin commented 2 years ago

@ryanmross You are correct. The order of joint positions and joint angles are different. You may refer to the joint_order for detailed orders of body/hand joint positions/rotations.

ryanmross commented 2 years ago

So for example, in the body joint angles list, there are listed Spine_01, Spine_02, and Spine_03. Which body joint positions would correspond to these?

penincillin commented 2 years ago

@ryanmross The joint positions listed in readme or not the original 3D joints from SMPL model. They are obtained by reordering the original joints and regressing new joints. You can use smpl_output.joints obtained from here to get the original joints whose order is the same as the order of joint angles.