StackGAN-v2
Image Text GAN Framework
Software framework for training and evaluating generative models of images and text based on adversarial networks
843 stars
33 watching
190 forks
Language: Python
last commit: almost 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,860 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 599 |
zcemycl/matlab-gan | A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 186 |
saic-mdal/hidt | A software framework implementing a generative adversarial network (GAN) model for image generation and manipulation | 4 |
htzheng/cm-gan-inpainting | A deep learning framework for image inpainting using a cascaded modulation GAN design with object-aware training and spatial adaptive modulation. | 242 |
google-research/xmcgan_image_generation | This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. | 98 |
wuhuikai/gp-gan | A software framework for generating high-resolution image blends by combining source and destination images using a deep generative model. | 461 |
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 339 |
caogang/wgan-gp | An implementation of an improved training algorithm for generative adversarial networks (GANs), specifically designed to stabilize the training process using a gradient penalty term. | 1,510 |
subeeshvasu/awsome-gan-training | A curated collection of resources and techniques for training Generative Adversarial Networks (GANs) with various architectures, normalization methods, and regularization strategies. | 27 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
jerryli27/twingan | A framework for unpaired cross-domain image translation using GANs with adaptive normalization parameters and weight-sharing. | 719 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 937 |
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,283 |