TwinGAN

GAN translator

A framework for unpaired cross-domain image translation using GANs with adaptive normalization parameters and weight-sharing.

Twin-GAN -- Unpaired Cross-Domain Image Translation with Weight-Sharing GANs

GitHub

718 stars
28 watching
99 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sktbrain/discogan An implementation of cross-domain relation discovery using Generative Adversarial Networks (GANs) to translate images between domains 773
zsdonghao/unsup-im2im A framework for unsupervised image-to-image translation using Generative Adversarial Networks (GANs) and deep learning. 73
hanzhanggit/stackgan-v2 Software framework for training and evaluating generative models of images and text based on adversarial networks 847
tensorlayer/dcgan A deep learning implementation of a generative adversarial network for generating images from text descriptions. 340
yunjey/mnist-svhn-transfer A PyTorch implementation of cycle and semi-supervised GANs for domain transfer between MNIST and SVHN datasets 433
mingyuliutw/unit An unsupervised deep learning framework for translating images between different modalities 1,994
williamyang1991/gp-unit This implementation enables unsupervised translation between two domains with drastic visual discrepancies using a Generative Prior-guided approach. 193
tensorflow/gan Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow 944
dribnet/portrain-gan A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. 40
wtjiang98/psgan An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. 737
saic-mdal/hidt A software framework implementing a generative adversarial network (GAN) model for image generation and manipulation 4
junyanz/bicyclegan A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. 1,491
wuhuikai/gp-gan An algorithm for blending two images together to create realistic high-resolution images 463
trevor-m/tensorflow-srgan An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution 39
nashory/gans-collection.torch A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) 55