Question about the AVQA dataset
Opened this issue · 0 comments
tanganke commented
Thank you for your great work!
I am trying to run the AVQA evaluation and I downloaded AVQA from here.
The folder structure is as follows:
.
├── AVQA
│ ├── AVQA_dataset
│ │ ├── avqa_download_urls.csv
│ │ ├── train_qa.json
│ │ └── val_qa.json
│ └── AVQA_extracted_features
│ ├── AVQA_appearance_resnet101_feat.h5
│ ├── AVQA_audio_PANNs_feat.h5
│ └── AVQA_motion_resnext101_feat.h5
└── AVQA.zip
But when I run the script, it raises FileNotFoundError
s such as
No such file or directory: '.../ModelCompose/data/evaluation_datasets/AVQA/image/EdhHwpq1Isg_000064.jpg'
How can I get those data files?