Skip to content

taki0112/AttnGAN-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AttnGAN — Simple TensorFlow Implementation [Paper]

: Fine-Grained Text to Image Generation with Attentional Generative Adversarial Networks

TO DO

  • Deep Attentional Multimodal Similarity Model (DAMSM)

Dataset

Text

Image

Usage

├── dataset
   └── YOUR_DATASET_NAME
       ├── images
           ├── domain1 (domain folder)
               ├── xxx.jpg (domain1 image)
               ├── yyy.png
               ├── ...
           ├── domain2
               ├── aaa.jpg (domain2 image)
               ├── bbb.png
               ├── ...
           ├── domain3
           ├── ...
       ├── text
           ├── captions.pickle
           ├── filenames_train.pickle
           ├── filenames_test.pickle

Train

python main.py --dataset birds --phase train

Test

python main.py --dataset birds --phase test

Author

Junho Kim

About

Simple Tensorflow implementation of "AttnGAN: Fine-Grained Text to Image Generation with Attentional Generative Adversarial Networks" (CVPR 2018)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages