All Projects → sarvasvkulpati → Awesome-GAN-Resources

sarvasvkulpati / Awesome-GAN-Resources

Licence: other
🤖A list of resources to help anyone getting started with GANs 🤖

Projects that are alternatives of or similar to Awesome-GAN-Resources

Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+53.33%)
Mutual labels:  generative-adversarial-network, gans
Colorizing With Gans
Grayscale Image Colorization with Generative Adversarial Networks. https://arxiv.org/abs/1803.05400
Stars: ✭ 209 (+132.22%)
Mutual labels:  generative-adversarial-network, gans
A Pytorch Tutorial To Super Resolution
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | a PyTorch Tutorial to Super-Resolution
Stars: ✭ 157 (+74.44%)
Mutual labels:  generative-adversarial-network, gans
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+12047.78%)
Mutual labels:  generative-adversarial-network, gans
Finegan
FineGAN: Unsupervised Hierarchical Disentanglement for Fine-grained Object Generation and Discovery
Stars: ✭ 240 (+166.67%)
Mutual labels:  generative-adversarial-network, gans
Ganspapercollection
Stars: ✭ 130 (+44.44%)
Mutual labels:  generative-adversarial-network, gans
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (+124.44%)
Mutual labels:  generative-adversarial-network, gans
Doppelganger
[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions
Stars: ✭ 97 (+7.78%)
Mutual labels:  generative-adversarial-network, gans
Gif
GIF is a photorealistic generative face model with explicit 3D geometric and photometric control.
Stars: ✭ 233 (+158.89%)
Mutual labels:  generative-adversarial-network, gans
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+18207.78%)
Mutual labels:  generative-adversarial-network, gans
3d Recgan
🔥3D-RecGAN in Tensorflow (ICCV Workshops 2017)
Stars: ✭ 116 (+28.89%)
Mutual labels:  generative-adversarial-network, gans
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+1703.33%)
Mutual labels:  generative-adversarial-network, gans
3d Recgan Extended
🔥3D-RecGAN++ in Tensorflow (TPAMI 2018)
Stars: ✭ 98 (+8.89%)
Mutual labels:  generative-adversarial-network, gans
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (+51.11%)
Mutual labels:  generative-adversarial-network, gans
Tagan
An official PyTorch implementation of the paper "Text-Adaptive Generative Adversarial Networks: Manipulating Images with Natural Language", NeurIPS 2018
Stars: ✭ 97 (+7.78%)
Mutual labels:  generative-adversarial-network, gans
Edge Connect
EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
Stars: ✭ 2,163 (+2303.33%)
Mutual labels:  generative-adversarial-network, gans
Pacgan
[NeurIPS 2018] [JSAIT] PacGAN: The power of two samples in generative adversarial networks
Stars: ✭ 67 (-25.56%)
Mutual labels:  generative-adversarial-network, gans
Bicyclegan
Toward Multimodal Image-to-Image Translation
Stars: ✭ 1,215 (+1250%)
Mutual labels:  generative-adversarial-network, gans
Cocosnet
Cross-domain Correspondence Learning for Exemplar-based Image Translation. (CVPR 2020 Oral)
Stars: ✭ 211 (+134.44%)
Mutual labels:  generative-adversarial-network, gans
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-76.67%)
Mutual labels:  generative-adversarial-network, gans

Awesome-GAN-Resources Awesome

GANs have probably been one of the coolest ideas in computer science in the past few years. They've gone from generating fuzzy images of digits to photorealistic faces. I've been exploring GANs a lot, and I though I'd compile a list of all of the resources I found helpful.

GAN generated digits GAN generated faces

Contributing

If you've found any cool resources that you think belong here, be sure to submit a pull request!

Getting Started 👨‍💻️

The original GAN Paper

NIPS Tutorial on GANs

NIPS workshop series on how to train GANs

Tips and Tricks for training GANs

Tutorials 📔

A Brief Introduction to GANs (and how to code them)

Deep Diving into GANs: from theory to production

A Beginner's Guide to Generative Adversarial Networks (GANs)

Code 💻

KerasGAN - Python library with loads of implementations of GANs

DCGAN Tensorflow - Implementation of DCGAN in Tensorflow

CycleGAN - PyTorch implementation of CycleGAN

Wasserstein GAN - Code accompanying the Wasserstein GAN paper

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