qirui-chen / MultiHop-EgoQA

14 stars 0 forks source link

How to test on custom datasets #2

Open Shi-Yuhong opened 1 month ago

Shi-Yuhong commented 1 month ago

Dear author, thank you for your excellent work. May I ask how to test on my custom dataset?

Shi-Yuhong commented 1 month ago

Meanwhile, the file corresponding to Dataset Preparation in README.md has become invalid.

qirui-chen commented 1 month ago

Thank you for pointing out the issue; the missing file DATASET.md caused by .gitignore has been updated.

If you want to perform zero-shot testing on a custom dataset, you should refer to the code inference_multihop_qa.py and the script. First, download the checkpoint we provided, and then extract the video features based on InternVideo. Then, modify the file path where the related questions are saved.