dariakern commited on
Commit
d5e1a94
·
verified ·
1 Parent(s): 72535ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +311 -110
README.md CHANGED
@@ -1,115 +1,316 @@
1
  ---
2
  license: cc-by-4.0
3
  dataset_info:
4
- config_name: full-dataset
5
- features:
6
- - name: image
7
- dtype: image
8
- - name: segmentation_mask
9
- dtype: image
10
- - name: coop
11
- dtype:
12
- class_label:
13
- names:
14
- '0': '1'
15
- '1': '2'
16
- '2': '3'
17
- '3': '4'
18
- '4': '5'
19
- '5': '6'
20
- '6': '7'
21
- '7': '8'
22
- '8': '9'
23
- '9': '10'
24
- '10': '11'
25
- - name: instances
26
- list:
27
- - name: crop
28
- dtype: image
29
- - name: instance_mask
30
- dtype: image
31
- - name: identity
32
- dtype:
33
- class_label:
34
- names:
35
- '0': Beate
36
- '1': Borghild
37
- '2': Eleonore
38
- '3': Mona
39
- '4': Henriette
40
- '5': Margit
41
- '6': Millie
42
- '7': Sigrun
43
- '8': Kristina
44
- '9': Unknown
45
- '10': Tina
46
- '11': Gretel
47
- '12': Lena
48
- '13': Yolkoono
49
- '14': Skimmy
50
- '15': Mavi
51
- '16': Mirmir
52
- '17': Nugget
53
- '18': Fernanda
54
- '19': Isolde
55
- '20': Mechthild
56
- '21': Brunhilde
57
- '22': Spiderman
58
- '23': Brownie
59
- '24': Camy
60
- '25': Samy
61
- '26': Yin
62
- '27': Yuriko
63
- '28': Renate
64
- '29': Regina
65
- '30': Monika
66
- '31': Heidi
67
- '32': Erna
68
- '33': Marina
69
- '34': Kathrin
70
- '35': Isabella
71
- '36': Amalia
72
- '37': Edeltraut
73
- '38': Erdmute
74
- '39': Oktavia
75
- '40': Siglinde
76
- '41': Ulrike
77
- '42': Hermine
78
- '43': Matilda
79
- '44': Chantal
80
- '45': Chayenne
81
- '46': Jaqueline
82
- '47': Mandy
83
- '48': Henny
84
- '49': Shady
85
- '50': Shorty
86
- '51': Evelyn
87
- '52': Marley
88
- '53': Elvis
89
- '54': Jackson
90
- - name: visibility
91
- dtype:
92
- class_label:
93
- names:
94
- '0': best
95
- '1': good
96
- '2': bad
97
- - name: animal_category
98
- dtype:
99
- class_label:
100
- names:
101
- '0': chicken
102
- '1': duck
103
- '2': rooster
104
- splits:
105
- - name: train
106
- num_bytes: 22621129760.0
107
- num_examples: 677
108
- download_size: 22521029844
109
- dataset_size: 22621129760.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  configs:
111
- - config_name: full-dataset
112
- data_files:
113
- - split: train
114
- path: full-dataset/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  ---
 
1
  ---
2
  license: cc-by-4.0
3
  dataset_info:
4
+ - config_name: semantic-segmentation
5
+ features:
6
+ - name: image
7
+ dtype: image
8
+ - name: segmentation_mask
9
+ dtype: image
10
+ splits:
11
+ - name: train
12
+ num_bytes: 20684093931
13
+ num_examples: 677
14
+ dataset_size: 20684093931
15
+ download_size: 20650350872
16
+ - config_name: animal-category-anomalies
17
+ features:
18
+ - name: crop
19
+ dtype: image
20
+ - name: animal_category
21
+ dtype:
22
+ class_label:
23
+ names:
24
+ "0": chicken
25
+ "1": duck
26
+ "2": rooster
27
+ splits:
28
+ - name: train
29
+ num_bytes: 1925963361.27
30
+ num_examples: 1270
31
+ download_size: 1847129073
32
+ dataset_size: 1925963361.27
33
+ - config_name: instance-segmentation
34
+ features:
35
+ - name: image
36
+ dtype: image
37
+ - name: instances
38
+ list:
39
+ - name: instance_mask
40
+ dtype: image
41
+ splits:
42
+ - name: train
43
+ num_bytes: 20716569484
44
+ num_examples: 677
45
+ download_size: 20653857847
46
+ dataset_size: 20716569484
47
+ - config_name: full-dataset
48
+ features:
49
+ - name: image
50
+ dtype: image
51
+ - name: segmentation_mask
52
+ dtype: image
53
+ - name: coop
54
+ dtype:
55
+ class_label:
56
+ names:
57
+ "0": "1"
58
+ "1": "2"
59
+ "2": "3"
60
+ "3": "4"
61
+ "4": "5"
62
+ "5": "6"
63
+ "6": "7"
64
+ "7": "8"
65
+ "8": "9"
66
+ "9": "10"
67
+ "10": "11"
68
+ - name: instances
69
+ list:
70
+ - name: crop
71
+ dtype: image
72
+ - name: instance_mask
73
+ dtype: image
74
+ - name: identity
75
+ dtype:
76
+ class_label:
77
+ names:
78
+ "0": Beate
79
+ "1": Borghild
80
+ "2": Eleonore
81
+ "3": Mona
82
+ "4": Henriette
83
+ "5": Margit
84
+ "6": Millie
85
+ "7": Sigrun
86
+ "8": Kristina
87
+ "9": Unknown
88
+ "10": Tina
89
+ "11": Gretel
90
+ "12": Lena
91
+ "13": Yolkoono
92
+ "14": Skimmy
93
+ "15": Mavi
94
+ "16": Mirmir
95
+ "17": Nugget
96
+ "18": Fernanda
97
+ "19": Isolde
98
+ "20": Mechthild
99
+ "21": Brunhilde
100
+ "22": Spiderman
101
+ "23": Brownie
102
+ "24": Camy
103
+ "25": Samy
104
+ "26": Yin
105
+ "27": Yuriko
106
+ "28": Renate
107
+ "29": Regina
108
+ "30": Monika
109
+ "31": Heidi
110
+ "32": Erna
111
+ "33": Marina
112
+ "34": Kathrin
113
+ "35": Isabella
114
+ "36": Amalia
115
+ "37": Edeltraut
116
+ "38": Erdmute
117
+ "39": Oktavia
118
+ "40": Siglinde
119
+ "41": Ulrike
120
+ "42": Hermine
121
+ "43": Matilda
122
+ "44": Chantal
123
+ "45": Chayenne
124
+ "46": Jaqueline
125
+ "47": Mandy
126
+ "48": Henny
127
+ "49": Shady
128
+ "50": Shorty
129
+ "51": Evelyn
130
+ "52": Marley
131
+ "53": Elvis
132
+ "54": Jackson
133
+ - name: visibility
134
+ dtype:
135
+ class_label:
136
+ names:
137
+ "0": best
138
+ "1": good
139
+ "2": bad
140
+ - name: animal_category
141
+ dtype:
142
+ class_label:
143
+ names:
144
+ "0": chicken
145
+ "1": duck
146
+ "2": rooster
147
+ splits:
148
+ - name: train
149
+ num_bytes: 22621129760
150
+ num_examples: 677
151
+ download_size: 22521029844
152
+ dataset_size: 22621129760
153
+ - config_name: chicken-re-id-best-visibility
154
+ features:
155
+ - name: crop
156
+ dtype: image
157
+ - name: identity
158
+ dtype:
159
+ class_label:
160
+ names:
161
+ "0": Beate
162
+ "1": Borghild
163
+ "2": Eleonore
164
+ "3": Mona
165
+ "4": Henriette
166
+ "5": Margit
167
+ "6": Millie
168
+ "7": Sigrun
169
+ "8": Kristina
170
+ "9": Tina
171
+ "10": Gretel
172
+ "11": Lena
173
+ "12": Yolkoono
174
+ "13": Skimmy
175
+ "14": Mavi
176
+ "15": Mirmir
177
+ "16": Nugget
178
+ "17": Fernanda
179
+ "18": Isolde
180
+ "19": Mechthild
181
+ "20": Brunhilde
182
+ "21": Spiderman
183
+ "22": Brownie
184
+ "23": Camy
185
+ "24": Samy
186
+ "25": Yin
187
+ "26": Yuriko
188
+ "27": Renate
189
+ "28": Regina
190
+ "29": Monika
191
+ "30": Heidi
192
+ "31": Erna
193
+ "32": Marina
194
+ "33": Kathrin
195
+ "34": Isabella
196
+ "35": Amalia
197
+ "36": Edeltraut
198
+ "37": Erdmute
199
+ "38": Oktavia
200
+ "39": Siglinde
201
+ "40": Ulrike
202
+ "41": Hermine
203
+ "42": Matilda
204
+ "43": Chantal
205
+ "44": Chayenne
206
+ "45": Jaqueline
207
+ "46": Mandy
208
+ "47": Henny
209
+ "48": Shady
210
+ "49": Shorty
211
+ splits:
212
+ - name: train
213
+ num_bytes: 1116940840
214
+ num_examples: 630
215
+ - name: test
216
+ num_bytes: 282284300
217
+ num_examples: 163
218
+ download_size: 1396952370
219
+ dataset_size: 1399225140
220
+ - config_name: chicken-re-id-all-visibility
221
+ features:
222
+ - name: crop
223
+ dtype: image
224
+ - name: identity
225
+ dtype:
226
+ class_label:
227
+ names:
228
+ "0": Beate
229
+ "1": Borghild
230
+ "2": Eleonore
231
+ "3": Mona
232
+ "4": Henriette
233
+ "5": Margit
234
+ "6": Millie
235
+ "7": Sigrun
236
+ "8": Kristina
237
+ "9": Tina
238
+ "10": Gretel
239
+ "11": Lena
240
+ "12": Yolkoono
241
+ "13": Skimmy
242
+ "14": Mavi
243
+ "15": Mirmir
244
+ "16": Nugget
245
+ "17": Fernanda
246
+ "18": Isolde
247
+ "19": Mechthild
248
+ "20": Brunhilde
249
+ "21": Spiderman
250
+ "22": Brownie
251
+ "23": Camy
252
+ "24": Samy
253
+ "25": Yin
254
+ "26": Yuriko
255
+ "27": Renate
256
+ "28": Regina
257
+ "29": Monika
258
+ "30": Heidi
259
+ "31": Erna
260
+ "32": Marina
261
+ "33": Kathrin
262
+ "34": Isabella
263
+ "35": Amalia
264
+ "36": Edeltraut
265
+ "37": Erdmute
266
+ "38": Oktavia
267
+ "39": Siglinde
268
+ "40": Ulrike
269
+ "41": Hermine
270
+ "42": Matilda
271
+ "43": Chantal
272
+ "44": Chayenne
273
+ "45": Jaqueline
274
+ "46": Mandy
275
+ "47": Henny
276
+ "48": Shady
277
+ "49": Shorty
278
+ splits:
279
+ - name: train
280
+ num_bytes: 1440206054
281
+ num_examples: 916
282
+ - name: test
283
+ num_bytes: 356817885
284
+ num_examples: 230
285
+ download_size: 1794292959
286
+ dataset_size: 1797023939
287
  configs:
288
+ - config_name: full-dataset
289
+ data_files:
290
+ - split: train
291
+ path: full-dataset/train-*
292
+ - config_name: semantic-segmentation
293
+ data_files:
294
+ - split: train
295
+ path: semantic-segmentation/train-*
296
+ - config_name: instance-segmentation
297
+ data_files:
298
+ - split: train
299
+ path: instance-segmentation/train-*
300
+ - config_name: animal-category-anomalies
301
+ data_files:
302
+ - split: train
303
+ path: animal-category-anomalies/train-*
304
+ - config_name: chicken-re-id-best-visibility
305
+ data_files:
306
+ - split: train
307
+ path: chicken-re-id-best-visibility/train-*
308
+ - split: test
309
+ path: chicken-re-id-best-visibility/test-*
310
+ - config_name: chicken-re-id-all-visibility
311
+ data_files:
312
+ - split: train
313
+ path: chicken-re-id-all-visibility/train-*
314
+ - split: test
315
+ path: chicken-re-id-all-visibility/test-*
316
  ---