Code for TileGAN: Synthesis of Large-Scale Non-Homogeneous Textures (SIGGRAPH 2019)
Support
Quality
Security
License
Reuse
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.
Support
Quality
Security
License
Reuse
code for "Adversarial Feature Learning"
Support
Quality
Security
License
Reuse
Auxiliary Classifier Generative Adversarial Networks in Keras
Support
Quality
Security
License
Reuse
Symbolic Music Genre Transfer with CycleGAN
Support
Quality
Security
License
Reuse
GANs for time series generation in pytorch
Support
Quality
Security
License
Reuse
a Pytorch implementation of the paper "Generating Adversarial Examples with Adversarial Networks" (advGAN).
Support
Quality
Security
License
Reuse
This repo is intended as an extension for OpenAI Gym for auxiliary tasks (multitask learning, transfer learning, inverse reinforcement learning, etc.)
Support
Quality
Security
License
Reuse
See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN
Support
Quality
Security
License
Reuse
A tensorflow implementation of Junbo et al's Energy-based generative adversarial network ( EBGAN ) paper.
Support
Quality
Security
License
Reuse
Benchmarking synthetic data generation methods.
Support
Quality
Security
License
Reuse
Facelet-Bank for Fast Portrait Manipulation (pytorch)
Support
Quality
Security
License
Reuse
This is a pix2pix demo that learns from pose and translates this into a human. A webcam-enabled application is also provided that translates your pose to the trained pose. Everybody dance now !
Support
Quality
Security
License
Reuse
Facelet-Bank for Fast Portrait Manipulation (pytorch)
Support
Quality
Security
License
Reuse
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
Support
Quality
Security
License
Reuse
Theano code for experiments in the paper "A Hybrid Convolutional Variational Autoencoder for Text Generation."
Support
Quality
Security
License
Reuse
Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs (CVPRW 2020)
Support
Quality
Security
License
Reuse
Boundary Equibilibrium Generative Adversarial Networks Implementation in Tensorflow
Support
Quality
Security
License
Reuse
Simple & Intuitive Tensorflow implementation of StyleGAN (CVPR 2019 Oral)
Support
Quality
Security
License
Reuse
G
Generative-Adversarial-Networks-Projectsby PacktPublishing
Python 196 Version:Current License: Permissive (MIT)
Generative Adversarial Networks Projects, published by Packt
Support
Quality
Security
License
Reuse
A DCGAN that generate Cat pictures 🐱💻
Support
Quality
Security
License
Reuse
g
gans-from-theory-to-productionby zurutech
Jupyter Notebook 195 Version:Current License: Weak Copyleft (MPL-2.0)
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Support
Quality
Security
License
Reuse
ManipNet: Neural Manipulation Synthesis with a Hand-Object Spatial Representation - SIGGRAPH 2021
Support
Quality
Security
License
Reuse
StoryGAN: A Sequential Conditional GAN for Story Visualization
Support
Quality
Security
License
Reuse
Video Frame Synthesis using Deep Voxel Flow (ICCV 2017 Oral)
Support
Quality
Security
License
Reuse
A
Automatic-Unpaired-Shape-Deformation-Transferby gaolinorange
C++ 193 Version:Current License: Proprietary (Proprietary)
SIGGRAPH ASIA 2018
Support
Quality
Security
License
Reuse
Generative Adversarial Network for MNIST with tensorflow
Support
Quality
Security
License
Reuse
Unofficial PyTorch Implementation of SUM-GAN from "Unsupervised Video Summarization with Adversarial LSTM Networks" (CVPR 2017)
Support
Quality
Security
License
Reuse
Code for the paper CVPR‘18 "A Generative Adversarial Approach for Zero-Shot Learning from Noisy Texts"
Support
Quality
Security
License
Reuse
A pytorch implementation of Paper "Wavelet-srnet: A wavelet-based cnn for multi-scale face super resolution"
Support
Quality
Security
License
Reuse
D
Deep-Semantic-Similarity-Model-PyTorchby nishnik
Python 189 Version:Current License: Permissive (MIT)
My PyTorch implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.
Support
Quality
Security
License
Reuse
EigenGAN: Layer-Wise Eigen-Learning for GANs
Support
Quality
Security
License
Reuse
Defense-GAN: Protecting Classifiers Against Adversarial Attacks Using Generative Models (published in ICLR2018)
Support
Quality
Security
License
Reuse
A simple 3D face alignment and warping demo.
Support
Quality
Security
License
Reuse
TensorFlow implementation of paper "LINE: Large-scale Information Network Embedding" by Jian Tang, et al.
Support
Quality
Security
License
Reuse
Pytorch implementation of Wasserstein GANs with Gradient Penalty
Support
Quality
Security
License
Reuse
Simple Tensorflow implementation of CartoonGAN (CVPR 2018)
Support
Quality
Security
License
Reuse
An official TensorFlow implementation of "Multi-view to Novel view: Synthesizing novel views with Self-Learned Confidence" (ECCV 2018) by Shao-Hua Sun, Minyoung Huh, Yuan-Hong Liao, Ning Zhang, and Joseph J. Lim
Support
Quality
Security
License
Reuse
image generation via GANs
Support
Quality
Security
License
Reuse
Tensorflow implementation of generative adversarial imitation learning
Support
Quality
Security
License
Reuse
Adding positional encoding to the input preserves sharp edges in the image
Support
Quality
Security
License
Reuse
Generative adversarial training for generating synthetic tabular data.
Support
Quality
Security
License
Reuse
Pytorch codes for "Learning Spatial Attention for Face Super-Resolution", TIP 2020.
Support
Quality
Security
License
Reuse
Learning kernels to maximize the power of MMD tests
Support
Quality
Security
License
Reuse
A
Anime-GAN-tensorflowby ANIME305
Jupyter Notebook 183 Version:Current License: No License (No License)
The BIGGAN based Anime generation implemented with tensorflow. All training data has been open sourced.
Support
Quality
Security
License
Reuse
Implementation for paper "Disentangled Representation Learning for 3D Face Shape" CVPR 2019
Support
Quality
Security
License
Reuse
MLSS 2018 Madrid lecture materials on Generative Adversarial Networks (GANs)
Support
Quality
Security
License
Reuse
A Pytorch implementation of Stylegan2 with UNet Discriminator
Support
Quality
Security
License
Reuse
Code to reproduce results from the paper: "Compressed Sensing using Generative Models".
Support
Quality
Security
License
Reuse
p
practical-torchtextby keitakurita
Jupyter Notebook 179 Version:Current License: No License (No License)
A set of tutorials for torchtext
Support
Quality
Security
License
Reuse
t
tileGANby afruehstueck
Code for TileGAN: Synthesis of Large-Scale Non-Homogeneous Textures (SIGGRAPH 2019)
Python 213Updated: 2 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
G
GAN-Sandboxby mjdietzx
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.
Python 213Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
b
biganby jeffdonahue
code for "Adversarial Feature Learning"
Python 211Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
k
keras-acganby lukedeo
Auxiliary Classifier Generative Adversarial Networks in Keras
Jupyter Notebook 210Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
C
CycleGAN-Music-Style-Transferby sumuzhao
Symbolic Music Genre Transfer with CycleGAN
Python 209Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
p
pytorch-GAN-timeseriesby proceduralia
GANs for time series generation in pytorch
Python 209Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
a
advGAN_pytorchby mathcbc
a Pytorch implementation of the paper "Generating Adversarial Examples with Adversarial Networks" (advGAN).
Python 209Updated: 1 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
g
gym-extensionsby Breakend
This repo is intended as an extension for OpenAI Gym for auxiliary tasks (multitask learning, transfer learning, inverse reinforcement learning, etc.)
Python 209Updated: 2 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
t
triple-ganby zhenxuan00
See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN
Python 208Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
e
ebganby buriburisuri
A tensorflow implementation of Junbo et al's Energy-based generative adversarial network ( EBGAN ) paper.
Python 207Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
S
SDGymby sdv-dev
Benchmarking synthetic data generation methods.
Python 206Updated: 2 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
F
Facelet_Bankby Jia-Research-Lab
Facelet-Bank for Fast Portrait Manipulation (pytorch)
Python 206Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
p
pose2poseby GordonRen
This is a pix2pix demo that learns from pose and translates this into a human. A webcam-enabled application is also provided that translates your pose to the trained pose. Everybody dance now !
Python 206Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
F
Facelet_Bankby dvlab-research
Facelet-Bank for Fast Portrait Manipulation (pytorch)
Python 206Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
C
Conditional-GANby zhangqianhui
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
Python 204Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
t
textvaeby ssemeniuta
Theano code for experiments in the paper "A Hybrid Convolutional Variational Autoencoder for Text Generation."
Python 200Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
F
FreezeDby sangwoomo
Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs (CVPRW 2020)
Python 200Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
B
BEGANby artcg
Boundary Equibilibrium Generative Adversarial Networks Implementation in Tensorflow
Python 199Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
S
StyleGAN-Tensorflowby taki0112
Simple & Intuitive Tensorflow implementation of StyleGAN (CVPR 2019 Oral)
Python 198Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
G
Generative-Adversarial-Networks-Projectsby PacktPublishing
Generative Adversarial Networks Projects, published by Packt
Python 196Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
C
CatDCGANby simoninithomas
A DCGAN that generate Cat pictures 🐱💻
Jupyter Notebook 196Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
g
gans-from-theory-to-productionby zurutech
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Jupyter Notebook 195Updated: 3 y ago License: Weak Copyleft (MPL-2.0)
Support
Quality
Security
License
Reuse
M
ManipNetby cghezhang
ManipNet: Neural Manipulation Synthesis with a Hand-Object Spatial Representation - SIGGRAPH 2021
C++ 195Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
S
StoryGANby yitong91
StoryGAN: A Sequential Conditional GAN for Story Visualization
Python 193Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
v
voxel-flowby liuziwei7
Video Frame Synthesis using Deep Voxel Flow (ICCV 2017 Oral)
Python 193Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
A
Automatic-Unpaired-Shape-Deformation-Transferby gaolinorange
SIGGRAPH ASIA 2018
C++ 193Updated: 3 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
G
GAN-MNISTby yihui-he
Generative Adversarial Network for MNIST with tensorflow
Python 192Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
A
Adversarial_Video_Summaryby j-min
Unofficial PyTorch Implementation of SUM-GAN from "Unsupervised Video Summarization with Adversarial LSTM Networks" (CVPR 2017)
Python 191Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
Z
ZSL_GANby EthanZhu90
Code for the paper CVPR‘18 "A Generative Adversarial Approach for Zero-Shot Learning from Noisy Texts"
Python 191Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
W
WaveletSRNetby hhb072
A pytorch implementation of Paper "Wavelet-srnet: A wavelet-based cnn for multi-scale face super resolution"
Python 190Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
D
Deep-Semantic-Similarity-Model-PyTorchby nishnik
My PyTorch implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.
Python 189Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
E
EigenGAN-Tensorflowby LynnHo
EigenGAN: Layer-Wise Eigen-Learning for GANs
Python 189Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
d
defenseganby kabkabm
Defense-GAN: Protecting Classifiers Against Adversarial Attacks Using Generative Models (published in ICLR2018)
Python 188Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
F
FaceDemoby junyanz
A simple 3D face alignment and warping demo.
C++ 188Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
l
lineby snowkylin
TensorFlow implementation of paper "LINE: Large-scale Information Network Embedding" by Jian Tang, et al.
Python 187Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
w
wgan-gpby EmilienDupont
Pytorch implementation of Wasserstein GANs with Gradient Penalty
Python 187Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
C
CartoonGAN-Tensorflowby taki0112
Simple Tensorflow implementation of CartoonGAN (CVPR 2018)
Python 185Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
M
Multiview2Novelviewby shaohua0116
An official TensorFlow implementation of "Multi-view to Novel view: Synthesizing novel views with Self-Learned Confidence" (ECCV 2018) by Shao-Hua Sun, Minyoung Huh, Yuan-Hong Liao, Ning Zhang, and Joseph J. Lim
Python 185Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
g
generative-adversialby kvfrans
image generation via GANs
Python 184Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
g
gail-tfby andrewliao11
Tensorflow implementation of generative adversarial imitation learning
Python 184Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
n
nerf2Dby ankurhanda
Adding positional encoding to the input preserves sharp edges in the image
Python 184Updated: 1 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
T
TGANby sdv-dev
Generative adversarial training for generating synthetic tabular data.
Python 184Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
F
Face-SPARNetby chaofengc
Pytorch codes for "Learning Spatial Attention for Face Super-Resolution", TIP 2020.
Python 184Updated: 1 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
o
opt-mmdby djsutherland
Learning kernels to maximize the power of MMD tests
Python 183Updated: 3 y ago License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
A
Anime-GAN-tensorflowby ANIME305
The BIGGAN based Anime generation implemented with tensorflow. All training data has been open sourced.
Jupyter Notebook 183Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
D
DR-Learning-for-3D-Faceby zihangJiang
Implementation for paper "Disentangled Representation Learning for 3D Face Shape" CVPR 2019
Python 182Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
m
mlss2018-madrid-ganby nowozin
MLSS 2018 Madrid lecture materials on Generative Adversarial Networks (GANs)
Jupyter Notebook 182Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
u
unet-stylegan2by lucidrains
A Pytorch implementation of Stylegan2 with UNet Discriminator
Python 179Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
c
csgmby AshishBora
Code to reproduce results from the paper: "Compressed Sensing using Generative Models".
Python 179Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
p
practical-torchtextby keitakurita
A set of tutorials for torchtext
Jupyter Notebook 179Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse