Doubiiu / CodeTalker

[CVPR 2023] CodeTalker: Speech-Driven 3D Facial Animation with Discrete Motion Prior
MIT License
538 stars 58 forks source link

psbody module #60

Closed Tinaa23 closed 1 year ago

Tinaa23 commented 1 year ago

Hi. Thank you for sharing your code. When trying to run the demo.py file, it returns No module named 'psbody'. I tried to install it with pip, but it returned No matching distribution found for psbody. Can you help how to solve this?

Doubiiu commented 1 year ago

Hi, it should be installed via https://github.com/MPI-IS/mesh, as mentioned in the environment setup step.

Tinaa23 commented 1 year ago

Hi, it should be installed via https://github.com/MPI-IS/mesh, as mentioned in the environment setup step.

Thank you for your reply. After installing MPI-IS/mesh I received this error: can not import name 'plyutils' from 'psbody.mesh.serialization'. When I checked the psbody/mesh/serialization directory, there was no plyutils.py file. Can you help with this?

Tinaa23 commented 1 year ago

Hi, it should be installed via https://github.com/MPI-IS/mesh, as mentioned in the environment setup step.

Thank you for your reply. After installing MPI-IS/mesh I received this error: can not import name 'plyutils' from 'psbody.mesh.serialization'. When I checked the psbody/mesh/serialization directory, there was no plyutils.py file. Can you help with this?

I solved this issue. The problem was with my installation path.