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 when load image features. #2

Closed ghost closed 5 years ago

ghost commented 5 years ago

When I run python -m bootstrap.run -o murel/options/vqa2/murel.yaml , I found the error below. FileNotFoundError: [Errno 2] No such file or directory: 'data/vqa/coco/extract_rcnn/2018-04-27_bottom-up-attention_fixed_36/COCO_train2014_000000010083.jpg.pth' And then I found that there are 37,695 files in 'extract_rcnn' folder. Is the feature file incomplete?

Cadene commented 5 years ago

That's strange. Did you try to download the tar file again?

$ du -h block/coco/extract_rcnn$ du -h 2018-04-27_bottom-up-attention_fixed_36.tar
57G 2018-04-27_bottom-up-attention_fixed_36.tar
ghost commented 5 years ago

That's strange. Did you try to download the tar file again?

$ du -h block/coco/extract_rcnn$ du -h 2018-04-27_bottom-up-attention_fixed_36.tar
57G   2018-04-27_bottom-up-attention_fixed_36.tar

I re-downloaded the tar file and everything goes will。Thanks!

Cadene commented 5 years ago

You're welcome