not an issue - emotion transfer / stylegan2 #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've seen other code that's been added to fsgan to attempt to inject emotion.
24637fcf10because the architecture is quite simple - presumably - you'd just need to do some neural net surgery on the ID injection layer?
if you have any line numbers to / blended networks to play with.....
Also - I see the pix2pix model is part of the architecture - were there any efforts to tack on stylegan2 into the mix?
Thanks for your golden suggestion!
Our framework was designed to maintain the original emotion of target face.
We believe that to injection layer is a critical component in manipulating the generation results.
Actually, there are a lot of papers employ the stylegan1/2 scheme to edit face attributes and swap face.
fyi ShapeEditer: a StyleGAN Encoder for Face Swapping
https://arxiv.org/pdf/2106.13984v1.pdf
Results are not super impressive to me, as I don't think that "face identity" is preserved.
stylegan2 is a difficult to explore latent space. The Pivotal Tuning paper / code by @danielroich seems most promising with impressive results. https://github.com/danielroich/PTI - maybe @williamyang1991 / the author of paper could leverage this PTI approach to upgrade results.