jeschmalfuss commited on
Commit
89f2fc0
·
verified ·
1 Parent(s): 41259d7

Update readme with more metadata

Browse files
Files changed (1) hide show
  1. README.md +49 -38
README.md CHANGED
@@ -1,38 +1,49 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: image1_path
6
- dtype: string
7
- - name: image2_path
8
- dtype: string
9
- - name: image1s_path
10
- dtype: string
11
- - name: image2s_path
12
- dtype: string
13
- - name: corruption
14
- dtype: string
15
- - name: split
16
- dtype: string
17
- - name: scene_id
18
- dtype: string
19
- - name: frame_leftright
20
- dtype: string
21
- - name: frame_forwardbackward
22
- dtype: string
23
- - name: index
24
- dtype: int32
25
- - name: sample_type
26
- dtype: string
27
- splits:
28
- - name: test
29
- num_bytes: 34406100
30
- num_examples: 158800
31
- download_size: 2757713
32
- dataset_size: 34406100
33
- configs:
34
- - config_name: default
35
- data_files:
36
- - split: test
37
- path: data/test-*
38
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: image1_path
6
+ dtype: string
7
+ - name: image2_path
8
+ dtype: string
9
+ - name: image1s_path
10
+ dtype: string
11
+ - name: image2s_path
12
+ dtype: string
13
+ - name: corruption
14
+ dtype: string
15
+ - name: split
16
+ dtype: string
17
+ - name: scene_id
18
+ dtype: string
19
+ - name: frame_leftright
20
+ dtype: string
21
+ - name: frame_forwardbackward
22
+ dtype: string
23
+ - name: index
24
+ dtype: int32
25
+ - name: sample_type
26
+ dtype: string
27
+ splits:
28
+ - name: test
29
+ num_bytes: 34406100
30
+ num_examples: 158800
31
+ download_size: 2757713
32
+ dataset_size: 34406100
33
+ configs:
34
+ - config_name: default
35
+ data_files:
36
+ - split: test
37
+ path: data/test-*
38
+ language:
39
+ - en
40
+ tags:
41
+ - computer-vision
42
+ - robustness
43
+ - image-corruption
44
+ - optical-flow
45
+ - scene-flow
46
+ - stereo
47
+ size_categories:
48
+ - 100K<n<1M
49
+ ---