Unsup-Im2Im
Image translator
A framework for unsupervised image-to-image translation using Generative Adversarial Networks (GANs) and deep learning.
Unsupervised Image to Image Translation with Generative Adversarial Networks
73 stars
10 watching
16 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
deep-learninggangenerative-adversarial-networkimage-to-imagetensorflowtensorlayer
Related projects:
Repository | Description | Stars |
---|---|---|
mingyuliutw/unit | An unsupervised deep learning framework for translating images between different modalities | 1,988 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 599 |
sktbrain/discogan | An implementation of cross-domain relation discovery using Generative Adversarial Networks (GANs) to translate images between domains | 773 |
williamyang1991/gp-unit | This implementation enables unsupervised translation between two domains with drastic visual discrepancies using a Generative Prior-guided approach. | 192 |
jerryli27/twingan | A framework for unpaired cross-domain image translation using GANs with adaptive normalization parameters and weight-sharing. | 719 |
zsdonghao/spatial-transformer-nets | An implementation of Spatial Transformer Networks in TensorFlow for learning to apply transformations to images via classification tasks. | 36 |
hanzhanggit/stackgan-v2 | Software framework for training and evaluating generative models of images and text based on adversarial networks | 843 |
mrzhu-cool/pix2pix-pytorch | A PyTorch implementation of an image-to-image translation algorithm using conditional adversarial networks | 425 |
williamfalcon/pix2pix-keras | An implementation of an image-to-image translation algorithm using a neural network architecture | 140 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 913 |
gink03/alt-i2v | An implementation of a deep learning-based image representation learning approach using a modified fully connected layer and transfer learning from VGG16 | 34 |
yunjey/domain-transfer-network | Generates images from one domain into another without paired data using a neural network model | 862 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
elliottd/groundedtranslation | Trains multilingual image description models using neural sequence models and extracts hidden features from trained models. | 46 |
zk-ml/uchikoma | A tool that translates neural network code into languages that can run on devices without floating-point operations. | 29 |