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

Problem #29

Closed SeaL773 closed 2 years ago

SeaL773 commented 2 years ago

I can open ifacialmocap_puppeteer and load the image, iFacialMocap is working too. But can‘t create the movable picture

It return this

File "F:\talking-head-anime-2-demo-main\tha2\compute\cached_computation_protocol.py", line 19, in get_output output = self.compute_output(key, modules, batch, outputs) File "F:\talking-head-anime-2-demo-main\tha2\poser\modes\mode_20.py", line 81, in compute_output eyebrow_morphing_combiner_output = self.get_output( File "F:\talking-head-anime-2-demo-main\tha2\compute\cached_computation_protocol.py", line 19, in get_output output = self.compute_output(key, modules, batch, outputs) File "F:\talking-head-anime-2-demo-main\tha2\poser\modes\mode_20.py", line 71, in compute_output eyebrow_decomposer_output = self.get_output(KEY_EYEBROW_DECOMPOSER_OUTPUT, modules, batch, outputs) File "F:\talking-head-anime-2-demo-main\tha2\compute\cached_computation_protocol.py", line 19, in get_output output = self.compute_output(key, modules, batch, outputs) File "F:\talking-head-anime-2-demo-main\tha2\poser\modes\mode_20.py", line 69, in compute_output return modules[KEY_EYEBROW_DECOMPOSER].forward_from_batch([input_image]) KeyError: 'eyebrow_decomposer'

SeaL773 commented 2 years ago

Sorry I see the lssues #17 I fixed it