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
782 stars 143 forks source link

Fine tuning to optimize a specific face output #52

Open EylonSho opened 2 years ago

EylonSho commented 2 years ago

Thank you so much for publishing this great implementation!

I'd like to use the pre-trained model in order to drive a specific face to talk, by another driving person's talking head.

How would you suggest to fine tune the model? Whether should I train with the target face talking? Or whether with the driving person? Or both of them?

Any comments would be very appreciated! 😄

zhanglonghao1992 commented 2 years ago

@EylonSho I haven't tried fine tune the model for a specific person yet. But I think it's hard to succeed unless you have a large number of pictures of this person. For a specific person, maybe you should try some NeRF methods.

EylonSho commented 2 years ago

Thank you the tip! I'll try that.