StackGAN-v2
Image Text GAN Framework
Software framework for training and evaluating generative models of images and text based on adversarial networks
847 stars
34 watching
190 forks
Language: Python
last commit: about 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,863 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 602 |
zcemycl/matlab-gan | A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 190 |
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. | 243 |
google-research/xmcgan_image_generation | This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. | 98 |
wuhuikai/gp-gan | An algorithm for blending two images together to create realistic high-resolution images | 463 |
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 340 |
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,515 |
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,343 |
jerryli27/twingan | A framework for unpaired cross-domain image translation using GANs with adaptive normalization parameters and weight-sharing. | 718 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 944 |
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,286 |