zhanglonghao1992 / One-Shot_Free-View_Neural_Talking_Head_Synthesis

Pytorch implementation of paper "One-Shot Free-View Neural Talking-Head Synthesis for Video Conferencing"
Other
764 stars 143 forks source link

It seems having a incorrect code in line 292 of file modules/mdoel.py #24

Closed jasonfjptchh0821 closed 2 years ago

jasonfjptchh0821 commented 2 years ago

Isn't "loss_values['perceptual'] = value_total" ought to be the same scope of "for" in line 285?

zhanglonghao1992 commented 2 years ago

@jasonfjptchh0821 Yes, you are right. Thanks~