otaheri / GrabNet

GrabNet: A Generative model to generate realistic 3D hands grasping unseen objects (ECCV2020)
https://grab.is.tue.mpg.de
Other
229 stars 29 forks source link

psbody cannot import 'plyutils' #10

Closed quanzhou-li closed 2 years ago

quanzhou-li commented 3 years ago

Hi, Thanks for your wonderful research work!

I am working on a research project and I'm highly interested in adapting your model into our work. I followed the steps of the installation instructions, but when I tried to run grab_new_objects.py to generate grasps for unseen objects, it constantly gave the error that 'plyutils' cannot be imported. I'm wondering if you can give a hand on how to fix this. Thanks very much!

image

otaheri commented 2 years ago

@quanzhou-li Thank you for the interest in our work. I have checked the error, it seems that it comes from the psbody.mesh package and not from the GrabNet code. Have you tried installing the package from source as it is described in the repo?

quanzhou-li commented 2 years ago

Hi Omid, thanks for your reply! I followed the psbody.mesh repo above to reinstall the package and the issue was resolved. It was previously because I didn't get the boost libraries installed properly. I am closing this issue :)

Thanks again and have a nice day!