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

torch 1.8 compatibility when normalize tensor #11

Closed xk-huang closed 1 year ago

xk-huang commented 2 years ago

Failure occurs when x['driving] is Tensor type, fix by manually normalize inputs.