Skip to content

taki0112/StackGAN-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackGAN — Simple TensorFlow Implementation [Paper]

: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks

Dataset

char-CNN-RNN text embedding

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
           ├── char-CNN-RNN-embeddings.pickle
           ├── filenames.pickle

Train

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

Test

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

Results

Author

Junho Kim

About

Simple Tensorflow implementation of "StackGAN: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks" (ICCV 2017 Oral)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages