This repository provides the database and code for reproducing the results in the paper:
- Saliency Prediction of Sports Videos: A Large-scale Database and a Self-Adaptive Approach. Minglang Qiao, Mai Xu, Shijie Wen, Lai Jiang, Shengxi Li, Tao Xu, Yunjin Chen, Leonid Sigal.
Accepted by ICASSP 2024.
The database can be download from Here. Due to the copyright of the videos, the database is password protected, please send me email ([email protected]) to get the password of the download link.
python test_single_video.py --gpu 6 --use_sound True --residual_fusion True \
--test_video_path "/xx/all_1000video/out_of_play_(2).mp4" \
--save_path "/xx/model_output/" \
--file_weight "/xx/VSTNet_pseudo_test.pth"
The pre-trained model can be download from Here.
TO BE UPDATE