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 FileNotFoundErrors such as
No such file or directory: '.../ModelCompose/data/evaluation_datasets/AVQA/image/EdhHwpq1Isg_000064.jpg'
How can I get those data files?
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.zipBut when I run the script, it raises
FileNotFoundErrors such asNo such file or directory: '.../ModelCompose/data/evaluation_datasets/AVQA/image/EdhHwpq1Isg_000064.jpg'How can I get those data files?