All Projects → lucidrains → Unet Stylegan2

lucidrains / Unet Stylegan2

Licence: mit
A Pytorch implementation of Stylegan2 with UNet Discriminator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Unet Stylegan2

Stylegan2 Pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
Stars: ✭ 2,656 (+2405.66%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Cool Fashion Papers
👔👗🕶️🎩 Cool resources about Fashion + AI! (papers, datasets, workshops, companies, ...) (constantly updating)
Stars: ✭ 464 (+337.74%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+83.96%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Deep Learning With Pytorch Tutorials
深度学习与PyTorch入门实战视频教程 配套源代码和PPT
Stars: ✭ 1,986 (+1773.58%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Pytorch Pretrained Biggan
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
Stars: ✭ 779 (+634.91%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Gan Sandbox
Vanilla GAN implemented on top of keras/tensorflow enabling rapid experimentation & research. Branches correspond to implementations of stable GAN variations (i.e. ACGan, InfoGAN) and other promising variations of GANs like conditional and Wasserstein.
Stars: ✭ 210 (+98.11%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Fast Srgan
A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps
Stars: ✭ 417 (+293.4%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Lightweight Gan
Implementation of 'lightweight' GAN, proposed in ICLR 2021, in Pytorch. High resolution image generations that can be trained within a day or two
Stars: ✭ 539 (+408.49%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+605.66%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Pytorch Cyclegan
A clean and readable Pytorch implementation of CycleGAN
Stars: ✭ 558 (+426.42%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Hypergan
Composable GAN framework with api and user interface
Stars: ✭ 1,104 (+941.51%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Pytorch Cpp
C++ Implementation of PyTorch Tutorials for Everyone
Stars: ✭ 1,014 (+856.6%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Chemgan Challenge
Code for the paper: Benhenda, M. 2017. ChemGAN challenge for drug discovery: can AI reproduce natural chemical diversity? arXiv preprint arXiv:1708.08227.
Stars: ✭ 98 (-7.55%)
Mutual labels:  artificial-intelligence, generative-adversarial-network
Talos
Hyperparameter Optimization for TensorFlow, Keras and PyTorch
Stars: ✭ 1,382 (+1203.77%)
Mutual labels:  artificial-intelligence
Faceaging By Cyclegan
Stars: ✭ 105 (-0.94%)
Mutual labels:  generative-adversarial-network
Milestones
The Automagic Project Planner
Stars: ✭ 102 (-3.77%)
Mutual labels:  artificial-intelligence
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-5.66%)
Mutual labels:  generative-adversarial-network
Convolutional Network
A convolutional neural network from scratch
Stars: ✭ 105 (-0.94%)
Mutual labels:  artificial-intelligence
Natsr
Natural and Realistic Single Image Super-Resolution with Explicit Natural Manifold Discrimination (CVPR, 2019)
Stars: ✭ 105 (-0.94%)
Mutual labels:  generative-adversarial-network
Top Deep Learning
Top 200 deep learning Github repositories sorted by the number of stars.
Stars: ✭ 1,365 (+1187.74%)
Mutual labels:  artificial-intelligence

UNet Stylegan2

An implementation of Stylegan2 with UNet Discriminator. This repository works largely the same way as Stylegan2 Pytorch. Simply replace all the stylegan2_pytorch command with unet_stylegan2 instead.

Update: Results have been very good. Will need to investigate combining this with a few other techniques, and then I will write up full instructions for use.

Install

$ pip install unet-stylegan2

Usage

$ unet_stylegan2 --data ./path/to/data

Citations

@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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].