NVlabs / stylegan2-ada

StyleGAN2 with adaptive discriminator augmentation (ADA) - Official TensorFlow implementation
https://arxiv.org/abs/2006.06676
Other
1.79k stars 502 forks source link

broaden domain adaptation #89

Open samurzl opened 3 years ago

samurzl commented 3 years ago

What can i do to make the model adapt to a more broad domain, like instead of faces, whole bodies in different poses ? Is this even possible without big changes in the model itself ?

MoemaMike commented 3 years ago

you would need to create a custom dataset of your target domain and train on that dataset