Cadene / murel.bootstrap.pytorch

MUREL (CVPR 2019), a multimodal relational reasoning module for VQA
https://arxiv.org/abs/1902.09487
BSD 3-Clause "New" or "Revised" License
194 stars 24 forks source link

FileNotFoundError #21

Open kausikb opened 4 years ago

kausikb commented 4 years ago

Downloaded the vqacp2 dataset only. When I am trying to run '/murel/options/vqacp2/murel.yaml', getting this FileNotFound error:'data/vqa/coco/extract_rcnn/2018-04-27_bottom-up-attention_fixed_36/COCO_train2014_000000465824.jpg.pth'.

Where do I find this file? Do I need anyother dataset outside of vqacp2 dataset?

uniddr commented 2 years ago

Downloaded the vqacp2 dataset only. When I am trying to run '/murel/options/vqacp2/murel.yaml', getting this FileNotFound error:'data/vqa/coco/extract_rcnn/2018-04-27_bottom-up-attention_fixed_36/COCO_train2014_000000465824.jpg.pth'.

Where do I find this file? Do I need anyother dataset outside of vqacp2 dataset?

The image set for vqacp2 seems to be the same as that for vqa2. So u probably have to use the 2nd half of download_vqa2.sh script.