Doubiiu / CodeTalker

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

psbody module #60

Closed Tinaa23 closed 11 months ago

Tinaa23 commented 11 months 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 11 months ago

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

Tinaa23 commented 11 months 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 11 months 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.