isarandi / poseviz

3D Human Pose Visualizer for Python
MIT License
120 stars 15 forks source link

get 3d pose rotation angle ? #3

Closed luoww1992 closed 2 years ago

luoww1992 commented 2 years ago

i notice you use mayavi, can we get the 3d pose rotation angle with parent-children by this project or other module ? i try to shoe the result 3d pose in UE, can you give me some advices ? maybe it needs to change to smpl pose ?

isarandi commented 2 years ago

Thanks for your interest! This project just visualizes points connected by edges. Joint rotations are not computed or used. You'd need to perform inverse kinematics to compute rotations.