SeanChenxy / HandMesh

MIT License
339 stars 69 forks source link

I am running the demo script but it is giving me this error in mesh_sampling.py file. from psbody.mesh import Mesh ModuleNotFoundError: No module named 'psbody' #89

Closed HashUsama closed 1 year ago

JCheng314 commented 11 months ago

Hi, do you mind sharing how you resolve the issue?

SeanChenxy commented 11 months ago

Hi, you would want to install https://github.com/MPI-IS/mesh

JCheng314 commented 11 months ago

Thanks a lot for the response!