This repository holds the codes for ActivityNet Challenge Task 1: Temporal Action Proposals
Temporal Segment Networks
TSN PyTorch
BSN-boundary-sensitive-network.pytorch
anet2016 CUHK
conda env create -f environment.yml
Extract Frames and Optical Flow Images
RGB&Flow
cd ./TSN && sh run.sh
RGB&Flow
sh extract_feature.sh
cd ./BSN
python data_process.py arch ../TSN/RGB_feature_folder ../TSN/Flow_feature_folder num_works
sh bsn_3fold_diff_backbone.sh
./BSN/output/result_proposal.json
Naive greed search to find a combination.
mv ./BSN/ensemble/* ./BSN
# need to add
Put TSN RGB trained model in the folder ./demo_activity
Download: dpn92_RGB_k600_fold_2_rgb_model_best.pth.tar, google_drive or baidu_pan_passwd_3u29
cd demo_activity && sh run.sh VIDEO_PATH