WebQnA/WebQA_Baseline

Cannot find txt_dataset_json_path

Closed this issue · 3 comments

Thank you for your contribution on baseline.
I took part in WebQA competition, which provides data files including WebQA_train_val.json, WebQA_test.json, imgs and so on. But I can't find txt_dataset_json_path, img_dataset_json_path files which run_webqa.py needs.

me too

In case you didn't see, they added this to the Readme:

In our baseline code, we separate the data loading of image- and text-based queries for the sake of performance breakdown. Thus, the two arguments, txt_dataset_json_path and img_dataset_json_path, correspond to the two folds, according to the Qcate field.

For path issues, please also refer to this README and issue #7.