All Projects → manicman1999 → Stylegan2 Tensorflow 2.0

manicman1999 / Stylegan2 Tensorflow 2.0

Licence: mit
StyleGAN 2 in Tensorflow 2.0

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stylegan2 Tensorflow 2.0

Deep Generative Prior
Code for deep generative prior (ECCV2020 oral)
Stars: ✭ 308 (-16.76%)
Mutual labels:  gan
Gan Playground
GAN Playground - Experiment with Generative Adversarial Nets in your browser. An introduction to GANs.
Stars: ✭ 336 (-9.19%)
Mutual labels:  gan
Advanced Tensorflow
Little More Advanced TensorFlow Implementations
Stars: ✭ 364 (-1.62%)
Mutual labels:  gan
Gp Gan
Official Chainer implementation of GP-GAN: Towards Realistic High-Resolution Image Blending (ACMMM 2019, oral)
Stars: ✭ 317 (-14.32%)
Mutual labels:  gan
Seq2seq Chatbot For Keras
This repository contains a new generative model of chatbot based on seq2seq modeling.
Stars: ✭ 322 (-12.97%)
Mutual labels:  gan
T81 558 deep learning
Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks
Stars: ✭ 4,152 (+1022.16%)
Mutual labels:  gan
Non Stationary texture syn
Code used for texture synthesis using GAN
Stars: ✭ 307 (-17.03%)
Mutual labels:  gan
Msgan
MSGAN: Mode Seeking Generative Adversarial Networks for Diverse Image Synthesis (CVPR2019)
Stars: ✭ 366 (-1.08%)
Mutual labels:  gan
Hifi Gan
HiFi-GAN: Generative Adversarial Networks for Efficient and High Fidelity Speech Synthesis
Stars: ✭ 325 (-12.16%)
Mutual labels:  gan
Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (-3.78%)
Mutual labels:  gan
Few Shot Patch Based Training
The official implementation of our SIGGRAPH 2020 paper Interactive Video Stylization Using Few-Shot Patch-Based Training
Stars: ✭ 313 (-15.41%)
Mutual labels:  gan
Psgan
PyTorch code for "PSGAN: Pose and Expression Robust Spatial-Aware GAN for Customizable Makeup Transfer" (CVPR 2020 Oral)
Stars: ✭ 318 (-14.05%)
Mutual labels:  gan
Cat Generator
Generate cat images with neural networks
Stars: ✭ 354 (-4.32%)
Mutual labels:  gan
Improved Video Gan
GitHub repository for "Improving Video Generation for Multi-functional Applications"
Stars: ✭ 314 (-15.14%)
Mutual labels:  gan
Sdv
Synthetic Data Generation for tabular, relational and time series data.
Stars: ✭ 360 (-2.7%)
Mutual labels:  gan
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+793.78%)
Mutual labels:  gan
Basicocr
BasicOCR是一个致力于解决自然场景文字识别算法研究的项目。该项目由长城数字大数据应用技术研究院佟派AI团队发起和维护。
Stars: ✭ 336 (-9.19%)
Mutual labels:  gan
Anycost Gan
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
Stars: ✭ 367 (-0.81%)
Mutual labels:  gan
Pytorch Mnist Celeba Gan Dcgan
Pytorch implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Networks (DCGAN) for MNIST and CelebA datasets
Stars: ✭ 363 (-1.89%)
Mutual labels:  gan
Time Series Prediction
A collection of time series prediction methods: rnn, seq2seq, cnn, wavenet, transformer, unet, n-beats, gan, kalman-filter
Stars: ✭ 351 (-5.14%)
Mutual labels:  gan

StyleGAN2 Tensorflow 2.0

Unofficial implementation of StyleGAN 2 using TensorFlow 2.0.

Original paper: Analyzing and Improving the Image Quality of StyleGAN

Arxiv: https://arxiv.org/abs/1912.04958

This implementation includes all improvements from StyleGAN to StyleGAN2, including:

Modulated/Demodulated Convolution, Skip block Generator, ResNet Discriminator, No Growth,

Lazy Regularization, Path Length Regularization, and can include larger networks (by adjusting the cha variable).

Image Samples

Trained on Landscapes for 3.48 million images (290k steps, batch size 12, channel coefficient 24): To clarify, 3.48 million images were shown to the Discriminator, but the dataset consists of only ~14k images. Thus, of those 3.48 million images, most are repeats of already seen images.

Teaser image

Mixing Styles:

Teaser image

Before Running

Please ensure you have created the following folders:

  1. /Models/
  2. /Results/
  3. /data/

Additionally, please ensure that your folder with images is in /data/ and changed at the top of stylegan.py.

For pretrained models, download the pretrained models from here

Then, adjust the main code at the bottom to use model.load(model_num), where model_num = the number from the downloaded model.

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].