hyounghk / VideoQADenseCapFrameGate-ACL2020

Code for ACL 2020 paper "Dense-Caption Matching and Frame-Selection Gating for Temporal Localization in VideoQA." Hyounghun Kim, Zineng Tang, Mohit Bansal.
MIT License
34 stars 10 forks source link

VideoQADenseCapFrameGate-ACL2020

Code for ACL 2020 paper "Dense-Caption Matching and Frame-Selection Gating for Temporal Localization in VideoQA." Hyounghun Kim, Zineng Tang, Mohit Bansal.

Prerequisites

Usage

To train the model:

bash main_run.sh

Best pre-trained model can be downloaded from here.

Acknowledgments

Base code is from the TVQA+ code repository.