Update README.md
Browse files
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 |
-
[](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 |
+
[](https://videoprocessing.ai/datasets/crowdsal.html)
|
| 20 |
+
[](https://github.com/msu-video-group/CrowdSAL)
|
| 21 |
[](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
|