Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- video
|
| 5 |
+
- omnidirectional
|
| 6 |
+
- saliency
|
| 7 |
+
- crowdsourcing
|
| 8 |
+
pretty_name: OpenSAL360
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
# OpenSAL360: Open-Source Crowdsourcing Platform for Omnidirectional Video Saliency Collection
|
| 17 |
+
[](https://github.com/msu-video-group/OpenSAL360)
|
| 18 |
+

|
| 19 |
+
|
| 20 |
+
## Dataset
|
| 21 |
+
**OpenSAL360** sample dataset is the largest omnidirectional video saliency dataset with the following key features:
|
| 22 |
+
* Large scale: **500** videos with mean **18.1s** duration;
|
| 23 |
+
* Fixations from **>2000** observers (**>84** per video);
|
| 24 |
+
* **Audio** track saved and played to observers;
|
| 25 |
+
* High resolution: all streams are **3840x1920**;
|
| 26 |
+
* Diverse content from **YouTube**;
|
| 27 |
+
* License: **CC-BY**;
|
| 28 |
+
|
| 29 |
+
### File Structure
|
| 30 |
+
|
| 31 |
+
1) `videos` — 500 mp4 omnidirectional videos in ERP, 30 FPS videos with audio streams;
|
| 32 |
+
|
| 33 |
+
2) `saliency` — 500 mp4 almost losslessly (crf 0, 10bit, min-max normalized) compressed continuous saliency maps videos;
|
| 34 |
+
|
| 35 |
+
3) `fixations` — 500 json files with per-frame fixation coordinates, from which saliency maps were obtained;
|
| 36 |
+
|
| 37 |
+
4) `metadata.json` — meta information about each video (e.g. license, source URL, etc.);
|