TimoBolkart / voca

This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
https://voca.is.tue.mpg.de/en
1.14k stars 271 forks source link

Windows support and installing MPI-IS / mesh #109

Open wandrzej opened 1 year ago

wandrzej commented 1 year ago

I tried to install and run VOCA on W11 and got blocked with psbody.

Make doesn't work on Windows, so installing Perceiving Systems Mesh Package isn't possible according to their description, so I'm wondering how one should proceed (and judging by other issues, some have run it on Windows)

tried to follow these instructions to install boost, but got some Python version errors https://github.com/johnbanq/mesh/tree/fix/MSVC_compilation

Link requires a different Python (3.6.8 not in: '>=3.7'): : https://files.pythonhosted.org/packages/9f/8b/a09 ....

still confused how one gets the Mesh Package via installing those c++ libraries.

OS:W11, environment created with miniconda

wandrzej commented 1 year ago

tried with colab

also getting ModuleNotFoundError: No module named 'psbody'

but before that

Successfully installed psbody-mesh
Removed build tracker: '/tmp/pip-req-tracker-mz6iz1j0'

maybe I'm doing this in the wrong folder