michaildoukas / head2head

PyTorch implementation for Head2Head and Head2Head++. It can be used to fully transfer the head pose, facial expression and eye movements from a source video to a target identity.
MIT License
308 stars 42 forks source link

Stitching head back to origin image #17

Open xukaiquan opened 2 years ago

xukaiquan commented 2 years ago

Dear Authors,

Thanks for your excelent package. I have a problem: the target head from an image with human body and hands, after head reenactment, how can I stitch the head back to the origin image? I mean concating the head with the origin body and hands to make it natural.

Thanks a lot

kike-0304 commented 7 months ago

Hello, I have also encountered this problem. How did you solve it