CoGAN
Image generator
An implementation of a Generative Adversarial Network (GAN) designed to generate diverse types of images from single input images
286 stars
14 watching
66 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 | 440 |
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. | 340 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 912 |
wuhuikai/gp-gan | This project provides an implementation of a deep generative model for realistic high-resolution image blending | 463 |
mattya/chainer-dcgan | Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm | 936 |
mingyuliutw/unit | An unsupervised deep learning framework for translating images between different modalities | 1,994 |
cs-chan/artgan | A software framework for generating art-inspired images using deep learning techniques | 412 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 602 |
mxgmn/convchain | An algorithm for generating images from patterns using Markov chains and MCMC sampling | 743 |
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,343 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,491 |
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 |