Data
- Download our preprocessed char-CNN-RNN text embeddings for birds and flowers and save them to
Data/
.
- [Optional] Follow the instructions here to download the pretrained char-CNN-RNN text encoders and extract your own text embeddings.
- Download the birds and flowers image data. Extract them to
Data/birds/
andData/flowers/
, respectively. - Preprocess images.
- For birds:
python ./misc/preprocess_birds.py
- For flowers:
python ./misc/preprocess_flowers.py
Skip-thought Vocabulary
- Download vocabulary for skip-thought vectors to
Data/
.