unet stylegan2
0.5.1
使用 UNet Discriminator 實作 Stylegan2。此儲存庫的工作方式與 Stylegan2 Pytorch 基本上相同。只需將所有stylegan2_pytorch
指令替換為unet_stylegan2
即可。
更新:結果非常好。需要將其與其他一些技術結合起來進行研究,然後我將編寫完整的使用說明。
$ 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 }
}