Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 570 Bytes

File metadata and controls

24 lines (19 loc) · 570 Bytes

StackGAN-Text-to-Photo-Realistic-Image-Synthesis

Usuage:

To start training the StackGAN run python main.py

Directory structure for Dataset:

      |
      |----> train
              |----> char-CNN-RNN-embedding.pickle
              |----> filenames.pickle
              |----> class_ids.pickle
      |----> test
              |----> char-CNN-RNN-embedding.pickle
              |----> filenames.pickle
              |----> class_ids.pickle
              
      |----> CUB_200_2011
      |
      |----> models
      |
      |----> results```