ANDRYHA commited on
Commit
6ae4477
·
verified ·
1 Parent(s): 6af3644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
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
+ [![OpenSAL360 Code](https://img.shields.io/badge/OpenSAL360-Code-brightgreen?style=for-the-badge)](https://github.com/msu-video-group/OpenSAL360)
18
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/623a3b20fa4890c51b04cba7/qyOoHGqxr06O16i9LyI8w.png)
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.);