Home

Awesome

HCRN-BERT

This repo. includes a BERT-version HCRN(Le et. al., CVPR'20) implementation. Code is tested on NExT-QA dataset. Official GloVe-version implementation is found here.

Set-up

Please follow official repo to set up the environment.

Data Preparation

Please download the pre-computed video features for NExT-QA here. Then, extract the features into data/feats/HCRN/. data/ should be in the same directory as this repo.: workspace/HCRN-BERT, workspace/data. Please follow NExT-QA repo to download and prepare the finetuned BERT features.

Usage

Once the data is ready, you can easily run the code.

>python train.py

License

Please follow the official repo.