Zhiquan-Wen / TDS

Pytorch Implementation for "Test-Time Model Adaptation for Visual Question Answering with Debiased Self-Supervisions" (IEEE TMM 2023).
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

VQA-CP v2 dataset #7

Open sekamuri opened 3 days ago

sekamuri commented 3 days ago

download vqacp2

wget -P vqacp2/ https://computing.ece.vt.edu/~aish/vqacp/vqacp_v2_train_questions.json wget -P vqacp2/ https://computing.ece.vt.edu/~aish/vqacp/vqacp_v2_test_questions.json wget -P vqacp2/ https://computing.ece.vt.edu/~aish/vqacp/vqacp_v2_train_annotations.json wget -P vqacp2/ https://computing.ece.vt.edu/~aish/vqacp/vqacp_v2_test_annotations.json

Hello! this link is dead, so I can't download it. Is there a way to share the dataset? Thanks!

Zhiquan-Wen commented 3 days ago

https://drive.google.com/file/d/1xQ6O7FG4b3C6yLFmT-5IVbbD4ECNmvj3/view?usp=sharing

I have uploaded the dataset to Google Drive, and you can download it from the link above.