nghorbani / human_body_prior

VPoser: Variational Human Pose Prior
https://smpl-x.is.tue.mpg.de/
Other
799 stars 145 forks source link

psbody_mesh_tools missing for IK #44

Closed ujemd closed 3 years ago

ujemd commented 3 years ago

Hello, thanks for the code!

It seems to me that there's some function/file missing for the IK engine. In ik_engine.py line 27 it imports from body visualizer, but the file is missing in the original repo I believe.

Thanks again for the help!

David

ujemd commented 3 years ago

Finally I installed https://github.com/nghorbani/body_visualizer and modified ik_engine.py line 27: from body_visualizer.tools.mesh_tools import rotateXYZ from body_visualizer.mesh.psbody_mesh_cube import points_to_cubes from body_visualizer.mesh.psbody_mesh_sphere import points_to_spheres