pkhungurn / talking-head-anime-2-demo

Demo programs for the Talking Head Anime from a Single Image 2: More Expressive project.
http://pkhungurn.github.io/talking-head-anime-2/
MIT License
1.13k stars 155 forks source link

ModuleNotFoundError: No module named 'tha2' #15

Open hjenryin opened 3 years ago

hjenryin commented 3 years ago

Traceback (most recent call last): File "D:\Downloads\IDM\Compressed\talking-head-anime-2-demo-main\talking-head-anime-2-demo-main\tha2\app\manual_poser.py", line 13, in from tha2.poser.poser import Poser, PoseParameterCategory, PoseParameterGroup ModuleNotFoundError: No module named 'tha2'

Could you please help me? :(

dragonmeteor commented 3 years ago

What was the command that you used to invoke the program? What directory that you invoke it for?

cryptowooser commented 1 year ago

In case anybody else has this error, you need to run the software from the base directory of the repository, not the \tha2\app directory.