unet stylegan2
0.5.1
Une implémentation de Stylegan2 avec UNet Discriminator. Ce référentiel fonctionne en grande partie de la même manière que Stylegan2 Pytorch. Remplacez simplement toutes les commandes stylegan2_pytorch
par unet_stylegan2
à la place.
Mise à jour : les résultats ont été très bons. Il faudra étudier la combinaison de cela avec quelques autres techniques, puis j'écrirai des instructions d'utilisation complètes.
$ pip install unet-stylegan2
$ unet_stylegan2 --data ./path/to/data
@misc { karras2019analyzing ,
title = { Analyzing and Improving the Image Quality of StyleGAN } ,
author = { Tero Karras and Samuli Laine and Miika Aittala and Janne Hellsten and Jaakko Lehtinen and Timo Aila } ,
year = { 2019 } ,
eprint = { 1912.04958 } ,
archivePrefix = { arXiv } ,
primaryClass = { cs.CV }
}
@misc { schnfeld2020unet ,
title = { A U-Net Based Discriminator for Generative Adversarial Networks } ,
author = { Edgar Schönfeld and Bernt Schiele and Anna Khoreva } ,
year = { 2020 } ,
eprint = { 2002.12655 } ,
archivePrefix = { arXiv } ,
primaryClass = { cs.CV }
}