All Projects → nashory → text2image-benchmark

nashory / text2image-benchmark

Licence: other
Performance comparison of existing GAN based Text To Image algorithms. (GAN-CLS, StackGAN, TAC-GAN)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to text2image-benchmark

Text2Image
The most useful & easy2use PHP library for converting any text into image
Stars: ✭ 29 (+16%)
Mutual labels:  text, text2image
VQGAN-CLIP-Docker
Zero-Shot Text-to-Image Generation VQGAN+CLIP Dockerized
Stars: ✭ 58 (+132%)
Mutual labels:  generative-adversarial-network, text2image
textTinyR
Text Processing for Small or Big Data Files in R
Stars: ✭ 32 (+28%)
Mutual labels:  text
progressive-growing-of-gans.pytorch
Unofficial PyTorch implementation of "Progressive Growing of GANs for Improved Quality, Stability, and Variation".
Stars: ✭ 51 (+104%)
Mutual labels:  generative-adversarial-network
binarygan
Code for "Training Generative Adversarial Networks with Binary Neurons by End-to-end Backpropagation"
Stars: ✭ 25 (+0%)
Mutual labels:  generative-adversarial-network
txt
📝 Simple text editor/notepad with cloud sync.
Stars: ✭ 35 (+40%)
Mutual labels:  text
SMILE
SMILE: Semantically-guided Multi-attribute Image and Layout Editing, ICCV Workshops 2021.
Stars: ✭ 28 (+12%)
Mutual labels:  generative-adversarial-network
Generative Continual Learning
No description or website provided.
Stars: ✭ 51 (+104%)
Mutual labels:  generative-adversarial-network
MMD-GAN
Improving MMD-GAN training with repulsive loss function
Stars: ✭ 82 (+228%)
Mutual labels:  generative-adversarial-network
Pytorch-conditional-GANs
Implementation of Conditional Generative Adversarial Networks in PyTorch
Stars: ✭ 91 (+264%)
Mutual labels:  generative-adversarial-network
Volvo-melbus
Volvo MELBUS Bluetooth audio input and remote control with Arduino Nano
Stars: ✭ 51 (+104%)
Mutual labels:  text
GAN-LTH
[ICLR 2021] "GANs Can Play Lottery Too" by Xuxi Chen, Zhenyu Zhang, Yongduo Sui, Tianlong Chen
Stars: ✭ 24 (-4%)
Mutual labels:  generative-adversarial-network
speech-enhancement-WGAN
speech enhancement GAN on waveform/log-power-spectrum data using Improved WGAN
Stars: ✭ 35 (+40%)
Mutual labels:  generative-adversarial-network
DCGAN-CIFAR10
A implementation of DCGAN (Deep Convolutional Generative Adversarial Networks) for CIFAR10 image
Stars: ✭ 18 (-28%)
Mutual labels:  generative-adversarial-network
HashGAN
HashGAN: Deep Learning to Hash with Pair Conditional Wasserstein GAN
Stars: ✭ 63 (+152%)
Mutual labels:  generative-adversarial-network
text2imageNet
Generate image from text with Generative Adversarial Network
Stars: ✭ 26 (+4%)
Mutual labels:  generative-adversarial-network
FAST-RIR
This is the official implementation of our neural-network-based fast diffuse room impulse response generator (FAST-RIR) for generating room impulse responses (RIRs) for a given acoustic environment.
Stars: ✭ 90 (+260%)
Mutual labels:  generative-adversarial-network
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+204%)
Mutual labels:  generative-adversarial-network
Self-Supervised-GANs
Tensorflow Implementation for paper "self-supervised generative adversarial networks"
Stars: ✭ 34 (+36%)
Mutual labels:  generative-adversarial-network
obs-text-slideshow
OBS plugin inspired by the built in image slideshow, except for text sources instead. Both Free Type 2 and GDI+ are supported.
Stars: ✭ 45 (+80%)
Mutual labels:  text

text2image-benchmark

Performance comparison of existing GAN based Text To Image algorithms. (GAN-CLS, StackGAN, TAC-GAN)
Note: The codes in algorithms folder is brought from the respective author's repo, not written by me.

Bug fixed.

  • StackGAN:

    • modified requirements.txt to avoid environemnt conflict.
    • used tensorflow 1.0.1 version instead of 0.12.0, to avoid tf.zeros_initializer() error.
    • change the argument order of tf.concat to avoid type mismatch error. [see here]
    • added folder/file creation code to automatically create Data/birds/example_captions.txt file. (please add example sentences to example_captions.txt file, otherwise there will be error.)
  • GAN-CLS:

    • used tensorflow 0.11.0 version instead of 0.12.0, to avoidi get_variable() error.
     (you may need to manually do this to install tensorflow 0.11.0 version using pip)
     export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
     sudo pip install --upgrade $TF_BINARY_URL
    

How to run?

  • StackGAN
. venv/bin/activate
python demo/birds_skip_thought_demo.py --cfg demo/cfg/birds-skip-thought-demo.yml --gpu 0 --caption_path <your_text_sentences_path>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].