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.12k stars 154 forks source link

RuntimeError about mouth_lowered_corner #1

Closed asha-ndf closed 3 years ago

asha-ndf commented 3 years ago

When I use this innovative program with Google Colab, I face this error. It seems that this error occur with any image.

We can find it when we change _'mouth_loweredcorner' parametor.

I'm sorry I have no knowledge about fix it.


/content/talking-head-anime-2-demo/tha2/poser/poser.py in get_parameter_index(self, name)
     78                     return index
     79                 index += 1
---> 80         raise RuntimeError("Cannot find parameter with name %s" % name)
     81 
     82     def get_parameter_name(self, index: int) -> str:

RuntimeError: Cannot find parameter with name mouth_lowered_corner

image

asha-ndf commented 3 years ago

Sorry it might be just one time. When I reboot, no error occur.