Afdile commited on
Commit
624ea5f
·
verified ·
1 Parent(s): fcd3e82

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - saliency
5
+ - gaze-prediction
6
+ - video-understanding
7
+ ---
8
+
9
+ # DiffSal Weights (Mirror)
10
+
11
+ Pretrained weights for [DiffSal](https://github.com/junwenxiong/diff_sal) (CVPR 2024).
12
+
13
+ Mirrored from Google Drive for reliable Docker builds.
14
+
15
+ ## Files
16
+ - `best.pth`: 1102.0 MB
17
+
18
+
19
+ ## Citation
20
+ ```bibtex
21
+ @inproceedings{xiong2024diffsal,
22
+ title={DiffSal: Joint Audio and Video Learning for Diffusion Saliency Prediction},
23
+ author={Xiong, Junwen and Zhang, Peng and You, Tao and Li, Chengyu and Huang, Wei and Zha, Yongfei},
24
+ booktitle={CVPR},
25
+ year={2024}
26
+ }
27
+ ```