ANDRYHA commited on
Commit
3a2729b
·
verified ·
1 Parent(s): 9aa5492

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -3,10 +3,18 @@ configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
- path: "Train/**"
7
  - split: test
8
- path: "Test/**"
9
  license: cc-by-4.0
 
 
 
 
 
 
 
 
10
  ---
11
 
12
 
@@ -65,4 +73,4 @@ Usage example:
65
  * `--gt_fixations_path` — folder from dataset page with gt saliency fixations
66
  * `--mode` — Train/Test subsets split
67
  * `--results_json` — path to the output results json
68
- 5) The result you get will be available following `results_json` path.
 
3
  - config_name: default
4
  data_files:
5
  - split: train
6
+ path: Train/**
7
  - split: test
8
+ path: Test/**
9
  license: cc-by-4.0
10
+ tags:
11
+ - video
12
+ - saliency
13
+ - human
14
+ - crowdsourcing
15
+ pretty_name: CrowdSAL
16
+ size_categories:
17
+ - 1K<n<10K
18
  ---
19
 
20
 
 
73
  * `--gt_fixations_path` — folder from dataset page with gt saliency fixations
74
  * `--mode` — Train/Test subsets split
75
  * `--results_json` — path to the output results json
76
+ 5) The result you get will be available following `results_json` path.