MILVLG / openvqa

A lightweight, scalable, and general framework for visual question answering research
Apache License 2.0
320 stars 64 forks source link

Setup Issues #36

Closed qwertyatp closed 5 years ago

qwertyatp commented 5 years ago

Hello,

I have experienced some issues when getting openvqa to set up. First, the "setup.sh" file is not available in this repository, so I just used the "setup.sh" file in the mcan-vqa repository. Is this suitable?

This may be related to the first issue, but when I try the first run command "python3 run.py --RUN='train' --MODEL='mcan_small' --DATASET='vqa'", I receive the error "./data/vqa/feats/train2014 NOT EXIST".

Thank you very much for your help.

MIL-VLG commented 5 years ago

The setup.sh has some error at present, as the data folder name for openvqa is slightly different from mcan-vqa. We will fix it soon.

You can manually put the unzipped feature folders (i.e., the train2014, val2014, test2015 folders) into the data/vqa/feats folder and all the json files into data/vqa/raw folder, respectively.

MIL-VLG commented 5 years ago

we have fixed and updated the VQA setup for openvqa in INSTALL.md.