YuanxunLu / LiveSpeechPortraits

Live Speech Portraits: Real-Time Photorealistic Talking-Head Animation (SIGGRAPH Asia 2021)
MIT License
1.16k stars 200 forks source link

questions on feature matching loss. bugs? #24

Closed X-niper closed 2 years ago

X-niper commented 2 years ago

Hello, thanks for the great job!

In your code, feature2face_model.py , feature matching loss is computed as part of the D loss, which is then used to optimize discriminator but usually, the feature matching loss is used to optimize the generator and your paper said so.

I wonder whether there is anything wrong with the code..

Thanks!

YuanxunLu commented 2 years ago

You're right. I've updated the codes. Thanks for your report!