Datasets:

Modalities:
Image
Formats:
parquet
Languages:
English
ArXiv:
Tags:
tanganke commited on
Commit
429010a
1 Parent(s): 99cc476

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

.gitattributes CHANGED
@@ -1 +1,10 @@
1
  *.zip filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
1
  *.zip filter=lfs diff=lfs merge=lfs -text
2
+ data/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
3
+ data/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
4
+ data/contrast-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
5
+ data/gaussian_noise-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
6
+ data/impulse_noise-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
7
+ data/jpeg_compression-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
8
+ data/motion_blur-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
9
+ data/pixelate-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
10
+ data/spatter-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,4 +1,10 @@
1
  ---
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -32,9 +38,8 @@ dataset_info:
32
  '22': red and white triangle rough / bumpy road warning
33
  '23': red and white triangle car skidding / slipping warning
34
  '24': red and white triangle with merging / narrow lanes warning
35
- '25': >-
36
- red and white triangle with person digging / construction / road
37
- work warning
38
  '26': red and white triangle with traffic light approaching warning
39
  '27': red and white triangle with person walking warning
40
  '28': red and white triangle with child and person walking warning
@@ -50,48 +55,61 @@ dataset_info:
50
  '38': blue circle with white keep right arrow mandatory
51
  '39': blue circle with white keep left arrow mandatory
52
  '40': blue circle with white arrows indicating a traffic circle
53
- '41': >-
54
- white circle with gray strike bar indicating no passing for cars has
55
  ended
56
- '42': >-
57
- white circle with gray strike bar indicating no passing for trucks
58
  has ended
59
  splits:
60
  - name: train
61
- num_bytes: 3190230
62
  num_examples: 26640
63
  - name: test
64
- num_bytes: 1411339
65
  num_examples: 12630
66
  - name: contrast
67
- num_bytes: 1512379
68
  num_examples: 12630
69
  - name: gaussian_noise
70
- num_bytes: 1663939
71
  num_examples: 12630
72
  - name: impulse_noise
73
- num_bytes: 1638679
74
  num_examples: 12630
75
  - name: jpeg_compression
76
- num_bytes: 1714459
77
  num_examples: 12630
78
  - name: motion_blur
79
- num_bytes: 1588159
80
  num_examples: 12630
81
  - name: pixelate
82
- num_bytes: 1512379
83
  num_examples: 12630
84
  - name: spatter
85
- num_bytes: 1487119
86
  num_examples: 12630
87
- download_size: 841108239
88
- dataset_size: 15718682
89
- task_categories:
90
- - image-classification
91
- language:
92
- - en
93
- size_categories:
94
- - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  ---
96
 
97
 
 
1
  ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 10K<n<100K
6
+ task_categories:
7
+ - image-classification
8
  dataset_info:
9
  features:
10
  - name: image
 
38
  '22': red and white triangle rough / bumpy road warning
39
  '23': red and white triangle car skidding / slipping warning
40
  '24': red and white triangle with merging / narrow lanes warning
41
+ '25': red and white triangle with person digging / construction / road work
42
+ warning
 
43
  '26': red and white triangle with traffic light approaching warning
44
  '27': red and white triangle with person walking warning
45
  '28': red and white triangle with child and person walking warning
 
55
  '38': blue circle with white keep right arrow mandatory
56
  '39': blue circle with white keep left arrow mandatory
57
  '40': blue circle with white arrows indicating a traffic circle
58
+ '41': white circle with gray strike bar indicating no passing for cars has
 
59
  ended
60
+ '42': white circle with gray strike bar indicating no passing for trucks
 
61
  has ended
62
  splits:
63
  - name: train
64
+ num_bytes: 252930879.36
65
  num_examples: 26640
66
  - name: test
67
+ num_bytes: 104816357.02
68
  num_examples: 12630
69
  - name: contrast
70
+ num_bytes: 104816357.02
71
  num_examples: 12630
72
  - name: gaussian_noise
73
+ num_bytes: 104816357.02
74
  num_examples: 12630
75
  - name: impulse_noise
76
+ num_bytes: 104816357.02
77
  num_examples: 12630
78
  - name: jpeg_compression
79
+ num_bytes: 104816357.02
80
  num_examples: 12630
81
  - name: motion_blur
82
+ num_bytes: 104816357.02
83
  num_examples: 12630
84
  - name: pixelate
85
+ num_bytes: 39121740.4
86
  num_examples: 12630
87
  - name: spatter
88
+ num_bytes: 104816357.02
89
  num_examples: 12630
90
+ download_size: 1027074522
91
+ dataset_size: 1025767118.8999999
92
+ configs:
93
+ - config_name: default
94
+ data_files:
95
+ - split: train
96
+ path: data/train-*
97
+ - split: test
98
+ path: data/test-*
99
+ - split: contrast
100
+ path: data/contrast-*
101
+ - split: gaussian_noise
102
+ path: data/gaussian_noise-*
103
+ - split: impulse_noise
104
+ path: data/impulse_noise-*
105
+ - split: jpeg_compression
106
+ path: data/jpeg_compression-*
107
+ - split: motion_blur
108
+ path: data/motion_blur-*
109
+ - split: pixelate
110
+ path: data/pixelate-*
111
+ - split: spatter
112
+ path: data/spatter-*
113
  ---
114
 
115
 
data/contrast-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a7a5d2da523c3f224fc30360003e00ee702d21cd96599fafd55be51e3729e2b
3
+ size 100203225
data/gaussian_noise-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cedc2a65e9fcbde17321f222cb3964bbd403ed11f40eaf02823eebaceb420016
3
+ size 118497039
data/impulse_noise-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def3beda451e7cf55b06a947faebaed68ef79111db69f7911dffe72e5898d087
3
+ size 109913778
data/jpeg_compression-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73293904025663de31f2a08608e264fa61d8270cf427f8af20718e1a339ce529
3
+ size 107520146
data/motion_blur-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87f38380da38c3fb296327271ea075407632713fcc0674846100c1af820d5839
3
+ size 109348620
data/pixelate-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47cc9b1e369d74c0c355009a8eaac777b1592264e2efe86639e1fcb049803b6a
3
+ size 38517533
data/spatter-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2606bd08fcfe2d5781688bcd9bee84772f52255a860b4bb83c6336184e350489
3
+ size 109736444
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f868c4e7ae887b3aee00c3c6348ac155287e5fb0497f1c7d7683694299c7e67
3
+ size 109166076
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f75b0cab6937dab1c82de33f8354ae14d4b42d42b08c94879027b26cb97cb6
3
+ size 224171661