hanzhanggit / StackGAN

MIT License
1.86k stars 455 forks source link

Having issues while reproducing #9

Open zzhang1987 opened 7 years ago

zzhang1987 commented 7 years ago

When I am trying to training a GAN model by myself. I met the following issue:

Total filenames: 11788 001.Black_footed_Albatross/Black_Footed_Albatross_0046_18.jpg Traceback (most recent call last): File "misc/preprocess_birds.py", line 101, in convert_birds_dataset_pickle(BIRD_DIR) File "misc/preprocess_birds.py", line 91, in convert_birds_dataset_pickle train_filenames = load_filenames(train_dir) File "misc/preprocess_birds.py", line 27, in load_filenames with open(filepath, 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: 'Data/birds/train/filenames.pickle'

Where Can I find or generate the file 'Data/birds/train/filenames.pickle'?

DrSleep commented 7 years ago

I think you have missed this step:

Download our preprocessed char-CNN-RNN text embeddings for birds and flowers and save them to Data/.