You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 asNo such file or directory: '.../ModelCompose/data/evaluation_datasets/AVQA/image/EdhHwpq1Isg_000064.jpg'
How can I get those data files?
The text was updated successfully, but these errors were encountered: