dragonmeteor
dragonmeteor
What was the command that you used to invoke the program? What directory that you invoke it for?
I'm sorry for the long silence. Can you provide more information? Can you print out the whole exception?
If 4.1.1 does not work, you can try an older version. The code does not use that many features from wxPython, so a version that is quite recent is fine....
Sorry for not answering for a very long time. The problem indicates that you did not put the mode files (the "data/eyebrow_decomposer.pt") at the right place. Have you downloaded the...
I wrote scripts that convert MMD motion data (in VMD format) to a sequence of parameters that my neural network model accepts. However, I do not plan to release those...
I don't quite understand what you are trying to do. However, you might want to take a look at the Poser interface (https://github.com/pkhungurn/talking-head-anime-2-demo/blob/main/tha2/poser/poser.py#L129), which encapsulates the neural networks in a...
It seems that you are not able to run Pytorch on your machine because the system gets an error when it wants to load a library. Let's check first if...
In that case, let's try creating a new Python environment from scratch with Anaconda, using the instruction of the README file.
Sorry for the late reply. First, let us confirm one thing. Do you have an Nvidia GPU? You said you have a new driver, but you didn't say you have...
I've updated the README to say that a GPU is required. You can definitely run the code with only a CPU, but it is hopelessly slow.