git clone https://github.com/GX77/Dual-Stream-Transformer-for-Generic-Event-Boundary-Captioning.git
Download Kinetic-GEBC Dataset
Install dependencies
Python 3.7、PyTorch 1.1.0
python3 train.py \
--dset_name kin \
--data_dir ${data_dir} \
--video_feature_dir ${v_feat_dir} \
--region_feature_dir ${r_feat_dir} \
--region_number ${r_n} \
--word2idx_path ${word2idx_path} \
python3 translate.py
This code used resources from the following projects: Transformers, Mart