fartashf / vsepp

PyTorch Code for the paper "VSE++: Improving Visual-Semantic Embeddings with Hard Negatives"
Apache License 2.0
488 stars 125 forks source link

Missing some files to run certain models #2

Closed shenkev closed 6 years ago

shenkev commented 6 years ago

Seems like I'm missing some files to run certain models. I can run coco_vse++ but when I try to use coco_vse0_resnet_restval_finetune, I get:

IOError: [Errno 2] No such file or directory: './data/coco/annotations/captions_val2014.json'

I indeed don't have this file, I didn't seem to get it from you downloads you listed.

fartashf commented 6 years ago

This file can be downloaded from http://cs.stanford.edu/people/karpathy/deepimagesent/. I did not include it in data.tar, instead included links and instructions in the readme.