chainer-DCGAN
Image generator
Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm
Chainer implementation of Deep Convolutional Generative Adversarial Network
936 stars
47 watching
183 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 340 |
google-research/xmcgan_image_generation | This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. | 98 |
dribnet/portrain-gan | A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. | 40 |
mingyuliutw/cogan | An implementation of a Generative Adversarial Network (GAN) designed to generate diverse types of images from single input images | 286 |
pbaylies/stylegan2 | Implementation of a generative adversarial network for generating images with conditional variations. | 315 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
casualganpapers/make-a-scene | PyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation | 334 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,491 |
cs-chan/artgan | A software framework for generating art-inspired images using deep learning techniques | 412 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 538 |
jcjohnson/cnn-vis | This project enables users to generate images using convolutional neural networks (CNNs) and visualize their activations. | 499 |
pavitrakumar78/anime-face-gan-keras | A GAN-based system to generate anime faces using a custom dataset | 198 |
pathak22/context-encoder | Unsupervised feature learning by image inpainting using Generative Adversarial Networks (GANs) | 887 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,863 |