A Facial Style Transfer Project Based On DualStyleGAN
In this work, I present a facial style transfer project based on DualStyleGAN. Given a portrait, what does it look like in a buddha style? I adopted DualStyleGAN to answer the question of: human(content) + buddha(style) = ?
. My code is publicly available at github.
Methods
- Collect buddha dataset
- Fine-tune DualStyleGAN on buddha dataset
- Use DualStyleGAN to transfer style from buddha to human
Results
This post is licensed under CC BY 4.0 by the author.