ANDRYHA commited on
Commit
aee239a
·
verified ·
1 Parent(s): 7f74017

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -12,12 +12,14 @@ license: cc-by-4.0
12
 
13
  # CrowdSAL: Video Saliency Dataset and Benchmark
14
 
 
 
15
 
16
  ## Dataset
17
- [![Dataset on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-md-dark.svg)](https://huggingface.co/datasets/ANDRYHA/CrowdSAL)
 
18
  [![Google Drive](https://img.shields.io/badge/Google%20Drive-4285F4?style=for-the-badge&logo=googledrive&logoColor=white)](https://drive.google.com/drive/folders/1daH-14w_vHLc9OuGQ_RU0HgUv_Wc3G0o?usp=sharing)
19
 
20
-
21
  **CrowdSAL** is the largest video saliency dataset with the following key features:
22
  * Large scale: **5000** videos with mean **18.4s** duration, **2.7M+** frames;
23
  * Mouse fixations from **>19000** observers (**>75** per video);
@@ -36,7 +38,9 @@ license: cc-by-4.0
36
 
37
  4) `Fixations` — 5000 json files with per-frame fixation coordinates, from which saliency maps were obtained;
38
 
39
- 5) `metadata.jsonl` — meta information about each video (e.g. license, source URL, etc.)
 
 
40
 
41
 
42
  ## Benchmark Evaluation
 
12
 
13
  # CrowdSAL: Video Saliency Dataset and Benchmark
14
 
15
+ <img width="1920" height="471" alt="Teaser_scaled" src="https://github.com/user-attachments/assets/3c63d7bb-c5cf-4d22-9d59-ba6dced25835" />
16
+
17
 
18
  ## Dataset
19
+ [![Dataset Page](https://img.shields.io/badge/Dataset-Page-brightgreen?style=for-the-badge)](https://videoprocessing.ai/datasets/crowdsal.html)
20
+ [![GitHub Code](https://img.shields.io/badge/Github%20Code-blue?style=for-the-badge&logo=github)](https://github.com/msu-video-group/CrowdSAL)
21
  [![Google Drive](https://img.shields.io/badge/Google%20Drive-4285F4?style=for-the-badge&logo=googledrive&logoColor=white)](https://drive.google.com/drive/folders/1daH-14w_vHLc9OuGQ_RU0HgUv_Wc3G0o?usp=sharing)
22
 
 
23
  **CrowdSAL** is the largest video saliency dataset with the following key features:
24
  * Large scale: **5000** videos with mean **18.4s** duration, **2.7M+** frames;
25
  * Mouse fixations from **>19000** observers (**>75** per video);
 
38
 
39
  4) `Fixations` — 5000 json files with per-frame fixation coordinates, from which saliency maps were obtained;
40
 
41
+ 5) `metadata.jsonl` — meta information about each video (e.g. license, source URL, etc.);
42
+
43
+ 6) `bench.py` — code for CrowdSAL benchmark evaluation.
44
 
45
 
46
  ## Benchmark Evaluation