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

719 stars
28 watching
99 forks
Language: Python
last commit: almost 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 843
tensorlayer/dcgan A deep learning implementation of a generative adversarial network for generating images from text descriptions. 339
yunjey/mnist-svhn-transfer A PyTorch implementation of cycle and semi-supervised GANs for domain transfer between MNIST and SVHN datasets 432
mingyuliutw/unit An unsupervised deep learning framework for translating images between different modalities 1,988
williamyang1991/gp-unit This implementation enables unsupervised translation between two domains with drastic visual discrepancies using a Generative Prior-guided approach. 192
tensorflow/gan Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow 937
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. 727
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,486
wuhuikai/gp-gan A software framework for generating high-resolution image blends by combining source and destination images using a deep generative model. 461
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