CoGAN
Image generator
An implementation of a Generative Adversarial Network (GAN) designed to generate diverse types of images from single input images
285 stars
14 watching
65 forks
Language: Jupyter Notebook
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
google-research/xmcgan_image_generation | This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. | 98 |
kohjingyu/gill | A software framework for generating images and text using large language models | 430 |
pbaylies/stylegan2 | Implementation of a generative adversarial network for generating images with conditional variations. | 315 |
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 339 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 913 |
wuhuikai/gp-gan | A software framework for generating high-resolution image blends by combining source and destination images using a deep generative model. | 461 |
mattya/chainer-dcgan | Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm | 935 |
mingyuliutw/unit | An unsupervised deep learning framework for translating images between different modalities | 1,988 |
cs-chan/artgan | A software framework for generating art-inspired images using deep learning techniques | 411 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 599 |
mxgmn/convchain | An algorithm for generating images from patterns using Markov chains and MCMC sampling | 742 |
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
ypxie/hdgan | A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. | 150 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |