The dataset is available here. Flick30k + Keras and its VGG16 pretrained models or download feature files Glove embeddings
Obtain the image features by either extracting using Keras and Flickr30k dataset or download the features file (git-lfs)
- To extract image features by yourself, specify location of Flickr30k dataset in image_utils.py
and run
python image_utils.py
- Specify location of the embedding in the config file
python main.py --config_file=file_config_name_here.config