Can I Trust Your Answer? Visually Grounded Video Question Answering (CVPR'24, Highlight)
89
stars
25
commits
Python
primary language
Jul 1, 2024
updated
Assume you have installed Anaconda, please do the following to setup the environment:
>conda create -n videoqa python==3.8
>conda activate videoqa
>conda install pytorch==1.8.1 torchvision==0.9.1 cudatoolkit=11.1 -c pytorch -c nvidia
>git clone https://github.com/doc-doc/NExT-GQA.git
>pip install -r requirements.txt
Please create a data folder outside this repo, so you have two folders in your workspace 'workspace/data/' and 'workspace/NExT-GQA/'.
Please download the related video feature or raw videos. Extract the feature into workspace/data/nextqa/CLIPL/. If you download the raw videos, you need to decode each video at 6fps and then extract the frame feature of CLIP via the script provided in code/TempCLIP/tools/extract_feat.sh.
Please follow the instructions in code for training and testing the respective models.
@inproceedings{xiao2024can,
title={Can i trust your answer? visually grounded video question answering},
author={Xiao, Junbin and Yao, Angela and Li, Yicong and Chua, Tat-Seng},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={13204--13214},
year={2024}
}
25 commits
Python
99.5%
Can I Trust Your Answer? Visually Grounded Video Question Answering (CVPR'24, Highlight)
89
stars
25
commits
Python
primary language
Jul 1, 2024
updated
Assume you have installed Anaconda, please do the following to setup the environment:
>conda create -n videoqa python==3.8
>conda activate videoqa
>conda install pytorch==1.8.1 torchvision==0.9.1 cudatoolkit=11.1 -c pytorch -c nvidia
>git clone https://github.com/doc-doc/NExT-GQA.git
>pip install -r requirements.txt
Please create a data folder outside this repo, so you have two folders in your workspace 'workspace/data/' and 'workspace/NExT-GQA/'.
Please download the related video feature or raw videos. Extract the feature into workspace/data/nextqa/CLIPL/. If you download the raw videos, you need to decode each video at 6fps and then extract the frame feature of CLIP via the script provided in code/TempCLIP/tools/extract_feat.sh.
Please follow the instructions in code for training and testing the respective models.
@inproceedings{xiao2024can,
title={Can i trust your answer? visually grounded video question answering},
author={Xiao, Junbin and Yao, Angela and Li, Yicong and Chua, Tat-Seng},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={13204--13214},
year={2024}
}
25 commits
Python
99.5%