File size: 80,795 Bytes
4db2bfd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
{"image": "ILSVRC2012_val_00000005.JPEG", "label": "cradle", "output": "5. cradle", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 3, 1, 0]}
{"image": "ILSVRC2012_val_00000106.JPEG", "label": "Windsor tie", "output": "2. Windsor tie", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 2, 4]}
{"image": "ILSVRC2012_val_00000231.JPEG", "label": "hermit crab", "output": "3. hermit crab", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00000291.JPEG", "label": "trench coat", "output": "3. trench coat", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 3, 1]}
{"image": "ILSVRC2012_val_00000369.JPEG", "label": "military aircraft", "output": "1. military aircraft", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 2, 3]}
{"image": "ILSVRC2012_val_00000457.JPEG", "label": "Maltese", "output": "2. Maltese", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 2, 3, 1]}
{"image": "ILSVRC2012_val_00000518.JPEG", "label": "mongoose", "output": "1. mongoose", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 2, 1]}
{"image": "ILSVRC2012_val_00000608.JPEG", "label": "mask", "output": "2. mask", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 4, 2]}
{"image": "ILSVRC2012_val_00000717.JPEG", "label": "moped", "output": "3. vespa", "y_true": 1, "y_pred": 2, "reordering": [1, 0, 2, 4, 3]}
{"image": "ILSVRC2012_val_00000788.JPEG", "label": "chimpanzee", "output": "4. chimpanzee", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 1, 0, 4]}
{"image": "ILSVRC2012_val_00000876.JPEG", "label": "hair dryer", "output": "3. hair dryer", "y_true": 2, "y_pred": 2, "reordering": [2, 3, 0, 4, 1]}
{"image": "ILSVRC2012_val_00000980.JPEG", "label": "dust jacket", "output": "5. dust jacket", "y_true": 4, "y_pred": 4, "reordering": [1, 2, 4, 3, 0]}
{"image": "ILSVRC2012_val_00001087.JPEG", "label": "pillow", "output": "3. pillow", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 4, 1]}
{"image": "ILSVRC2012_val_00001187.JPEG", "label": "red admiral butterfly", "output": "3. red admiral butterfly", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00001275.JPEG", "label": "dumbbell", "output": "1. dumbbell", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 2, 4, 3]}
{"image": "ILSVRC2012_val_00001347.JPEG", "label": "poke bonnet", "output": "2. poke bonnet", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00001413.JPEG", "label": "fire screen", "output": "3. fire screen", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 4, 2]}
{"image": "ILSVRC2012_val_00001470.JPEG", "label": "strainer", "output": "1. strainer", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 1, 4]}
{"image": "ILSVRC2012_val_00001588.JPEG", "label": "coffee mug", "output": "1. coffee mug", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 2, 1]}
{"image": "ILSVRC2012_val_00001674.JPEG", "label": "cassette", "output": "1. cassette", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 3, 4]}
{"image": "ILSVRC2012_val_00001754.JPEG", "label": "perfume", "output": "3. perfume", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 2, 4]}
{"image": "ILSVRC2012_val_00001803.JPEG", "label": "sewing machine", "output": "5. sewing machine", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 3, 1, 0]}
{"image": "ILSVRC2012_val_00001903.JPEG", "label": "radio", "output": "1. radio", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 1, 2]}
{"image": "ILSVRC2012_val_00001982.JPEG", "label": "microphone", "output": "1. microphone", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 1, 3]}
{"image": "ILSVRC2012_val_00002020.JPEG", "label": "poke bonnet", "output": "4. poke bonnet", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 2, 0, 1]}
{"image": "ILSVRC2012_val_00002116.JPEG", "label": "cowboy boot", "output": "1. cowboy boot", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 2, 3, 4]}
{"image": "ILSVRC2012_val_00002241.JPEG", "label": "goldfish", "output": "1. goldfish", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 1, 3, 2]}
{"image": "ILSVRC2012_val_00002368.JPEG", "label": "cowboy hat", "output": "2. cowboy hat", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 2, 3]}
{"image": "ILSVRC2012_val_00002452.JPEG", "label": "garter snake", "output": "4. garter snake", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 2, 0, 4]}
{"image": "ILSVRC2012_val_00002586.JPEG", "label": "movie theater", "output": "1. movie theater", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 1, 4]}
{"image": "ILSVRC2012_val_00002670.JPEG", "label": "seat belt", "output": "3. seat belt", "y_true": 2, "y_pred": 2, "reordering": [3, 4, 0, 2, 1]}
{"image": "ILSVRC2012_val_00002759.JPEG", "label": "parking meter", "output": "4. parking meter", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00002860.JPEG", "label": "frying pan", "output": "4. frying pan", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 1, 0, 3]}
{"image": "ILSVRC2012_val_00003011.JPEG", "label": "black stork", "output": "1. black stork", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 3, 4, 2]}
{"image": "ILSVRC2012_val_00003079.JPEG", "label": "electrical switch", "output": "2. electrical switch", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 2, 3]}
{"image": "ILSVRC2012_val_00003163.JPEG", "label": "gazelle", "output": "2. gazelle", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 4, 1, 2]}
{"image": "ILSVRC2012_val_00003256.JPEG", "label": "cowboy hat", "output": "5. cowboy hat", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00003393.JPEG", "label": "soda bottle", "output": "4. soda bottle", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 2, 0, 3]}
{"image": "ILSVRC2012_val_00003462.JPEG", "label": "cleaver", "output": "1. cleaver", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 1, 2, 4]}
{"image": "ILSVRC2012_val_00003571.JPEG", "label": "weighing scale", "output": "4. weighing scale", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 3, 0, 2]}
{"image": "ILSVRC2012_val_00003663.JPEG", "label": "velvet fabric", "output": "3. pillow", "y_true": 3, "y_pred": 2, "reordering": [4, 2, 3, 0, 1]}
{"image": "ILSVRC2012_val_00003754.JPEG", "label": "microwave oven", "output": "2. microwave oven", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00003850.JPEG", "label": "fountain pen", "output": "5. fountain pen", "y_true": 4, "y_pred": 4, "reordering": [3, 2, 1, 4, 0]}
{"image": "ILSVRC2012_val_00003945.JPEG", "label": "jeep", "output": "3. jeep", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 2, 4]}
{"image": "ILSVRC2012_val_00004071.JPEG", "label": "castle", "output": "4. castle", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00004150.JPEG", "label": "crutch", "output": "5. crutch", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 1, 2, 0]}
{"image": "ILSVRC2012_val_00004247.JPEG", "label": "eraser", "output": "I don't know.", "y_true": 2, "y_pred": -1, "reordering": [4, 2, 0, 1, 3]}
{"image": "ILSVRC2012_val_00004300.JPEG", "label": "cottontail rabbit", "output": "1. cottontail rabbit", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 1, 4]}
{"image": "ILSVRC2012_val_00004409.JPEG", "label": "badger", "output": "2. badger", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 2, 3]}
{"image": "ILSVRC2012_val_00004481.JPEG", "label": "crate", "output": "3. crate", "y_true": 2, "y_pred": 2, "reordering": [3, 4, 0, 2, 1]}
{"image": "ILSVRC2012_val_00004591.JPEG", "label": "goblet", "output": "1. goblet", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 1, 3, 2]}
{"image": "ILSVRC2012_val_00004680.JPEG", "label": "scarf", "output": "1. scarf", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 1, 3]}
{"image": "ILSVRC2012_val_00004775.JPEG", "label": "doormat", "output": "5. doormat", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00004871.JPEG", "label": "analog clock", "output": "5. analog clock", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 1, 4, 0]}
{"image": "ILSVRC2012_val_00004992.JPEG", "label": "Rhodesian Ridgeback", "output": "3. Rhodesian Ridgeback", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00005108.JPEG", "label": "oil filter", "output": "2. oil filter", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 4, 2]}
{"image": "ILSVRC2012_val_00005194.JPEG", "label": "Dutch oven", "output": "4. Dutch oven", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 4, 0, 1]}
{"image": "ILSVRC2012_val_00005285.JPEG", "label": "piggy bank", "output": "4. piggy bank", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 2, 0, 4]}
{"image": "ILSVRC2012_val_00005411.JPEG", "label": "combination lock", "output": "5. combination lock", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00005488.JPEG", "label": "prison", "output": "4. prison", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00005555.JPEG", "label": "tray", "output": "3. tray", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00005631.JPEG", "label": "ping-pong ball", "output": "1. ping-pong ball", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 1, 2]}
{"image": "ILSVRC2012_val_00005688.JPEG", "label": "mobile phone", "output": "3. mobile phone", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 2, 4]}
{"image": "ILSVRC2012_val_00005812.JPEG", "label": "cocktail shaker", "output": "2. cocktail shaker", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 1, 4, 3]}
{"image": "ILSVRC2012_val_00005930.JPEG", "label": "bee", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 3, 1, 0]}
{"image": "ILSVRC2012_val_00006034.JPEG", "label": "digital watch", "output": "2. digital watch", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 2, 3]}
{"image": "ILSVRC2012_val_00006112.JPEG", "label": "cougar", "output": "3. cougar", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 4, 2]}
{"image": "ILSVRC2012_val_00006176.JPEG", "label": "backpack", "output": "4. backpack", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 4, 0, 1]}
{"image": "ILSVRC2012_val_00006233.JPEG", "label": "diaper", "output": "1. diaper", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00006320.JPEG", "label": "badger", "output": "2. badger", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 3, 4, 1]}
{"image": "ILSVRC2012_val_00006392.JPEG", "label": "fox squirrel", "output": "3. fox squirrel", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 4, 2]}
{"image": "ILSVRC2012_val_00006573.JPEG", "label": "water jug", "output": "3. water bottle", "y_true": 3, "y_pred": 2, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00006685.JPEG", "label": "guinea pig", "output": "4. guinea pig", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 4, 0, 1]}
{"image": "ILSVRC2012_val_00006779.JPEG", "label": "dumbbell", "output": "3. dumbbell", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 2, 3]}
{"image": "ILSVRC2012_val_00006839.JPEG", "label": "shopping cart", "output": "2. shopping cart", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 3, 4, 1]}
{"image": "ILSVRC2012_val_00006914.JPEG", "label": "ice cream", "output": "1. ice cream", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 1, 2]}
{"image": "ILSVRC2012_val_00006993.JPEG", "label": "bathtub", "output": "3. bathtub", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 4, 1]}
{"image": "ILSVRC2012_val_00007119.JPEG", "label": "doormat", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00007176.JPEG", "label": "car wheel", "output": "4. car wheel", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 1, 0, 2]}
{"image": "ILSVRC2012_val_00007320.JPEG", "label": "wine bottle", "output": "2", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00007427.JPEG", "label": "cornet", "output": "2. cornet", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 4, 1, 2]}
{"image": "ILSVRC2012_val_00007557.JPEG", "label": "baluster / handrail", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00007632.JPEG", "label": "Border Collie", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 1, 4]}
{"image": "ILSVRC2012_val_00007687.JPEG", "label": "baguette", "output": "2. baguette", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 1, 3]}
{"image": "ILSVRC2012_val_00007779.JPEG", "label": "airship", "output": "1. airship", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 1, 4, 2]}
{"image": "ILSVRC2012_val_00007862.JPEG", "label": "coffeemaker", "output": "1. coffeemaker", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 3, 4, 2]}
{"image": "ILSVRC2012_val_00007919.JPEG", "label": "punching bag", "output": "4. punching bag", "y_true": 3, "y_pred": 3, "reordering": [3, 4, 2, 0, 1]}
{"image": "ILSVRC2012_val_00007982.JPEG", "label": "chain-link fence", "output": "4. chain", "y_true": 1, "y_pred": 3, "reordering": [4, 0, 3, 2, 1]}
{"image": "ILSVRC2012_val_00008119.JPEG", "label": "Cocker Spaniel", "output": "3. Cocker Spaniel", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00008227.JPEG", "label": "swimming cap", "output": "3. swimming cap", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 1, 4]}
{"image": "ILSVRC2012_val_00008307.JPEG", "label": "cardigan", "output": "1. cardigan", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 4, 3]}
{"image": "ILSVRC2012_val_00008396.JPEG", "label": "bucket", "output": "3. bucket", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 2, 4]}
{"image": "ILSVRC2012_val_00008494.JPEG", "label": "bolo tie", "output": "5. bolo tie", "y_true": 4, "y_pred": 4, "reordering": [3, 4, 1, 2, 0]}
{"image": "ILSVRC2012_val_00008551.JPEG", "label": "gown", "output": "4. gown", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 4, 0, 2]}
{"image": "ILSVRC2012_val_00008649.JPEG", "label": "shield", "output": "2", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 2, 4]}
{"image": "ILSVRC2012_val_00008736.JPEG", "label": "wallaby", "output": "2. wallaby", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 2, 3]}
{"image": "ILSVRC2012_val_00008827.JPEG", "label": "buckle", "output": "2. buckle", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 2, 1, 3]}
{"image": "ILSVRC2012_val_00008911.JPEG", "label": "sweatshirt", "output": "1", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 1, 3]}
{"image": "ILSVRC2012_val_00009065.JPEG", "label": "Ibizan Hound", "output": "2. Ibizan Hound", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 4, 2]}
{"image": "ILSVRC2012_val_00009204.JPEG", "label": "power drill", "output": "2. power drill", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 3, 2]}
{"image": "ILSVRC2012_val_00009289.JPEG", "label": "shipwreck", "output": "2. shipwreck", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 4, 2]}
{"image": "ILSVRC2012_val_00009395.JPEG", "label": "flute", "output": "3. flute", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 3, 2]}
{"image": "ILSVRC2012_val_00009475.JPEG", "label": "strainer", "output": "2. fishing casting reel", "y_true": 3, "y_pred": 1, "reordering": [1, 3, 4, 0, 2]}
{"image": "ILSVRC2012_val_00009569.JPEG", "label": "convertible", "output": "3. convertible", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00009648.JPEG", "label": "cannon", "output": "1. cannon", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 2, 1]}
{"image": "ILSVRC2012_val_00009760.JPEG", "label": "hunting bow", "output": "3. hunting bow", "y_true": 2, "y_pred": 2, "reordering": [2, 3, 0, 4, 1]}
{"image": "ILSVRC2012_val_00009810.JPEG", "label": "Basenji", "output": "5. Basenji", "y_true": 4, "y_pred": 4, "reordering": [3, 4, 1, 2, 0]}
{"image": "ILSVRC2012_val_00009896.JPEG", "label": "holster", "output": "2. holster", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 3, 1]}
{"image": "ILSVRC2012_val_00009991.JPEG", "label": "oystercatcher", "output": "1. oystercatcher", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 2, 1, 4]}
{"image": "ILSVRC2012_val_00010062.JPEG", "label": "Otterhound", "output": "1. Otterhound", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 2, 4, 1]}
{"image": "ILSVRC2012_val_00010175.JPEG", "label": "bucket", "output": "2. bucket", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00010239.JPEG", "label": "gong", "output": "1. gong", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 1, 2, 3]}
{"image": "ILSVRC2012_val_00010300.JPEG", "label": "Petri dish", "output": "1. Petri dish", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 4, 1]}
{"image": "ILSVRC2012_val_00010417.JPEG", "label": "Egyptian Mau", "output": "2. window screen", "y_true": 4, "y_pred": 1, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00010512.JPEG", "label": "forklift", "output": "4. forklift", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 4, 0, 2]}
{"image": "ILSVRC2012_val_00010604.JPEG", "label": "half-track", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 4, 2]}
{"image": "ILSVRC2012_val_00010683.JPEG", "label": "pufferfish", "output": "3. pufferfish", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 3, 1]}
{"image": "ILSVRC2012_val_00010841.JPEG", "label": "hot pot", "output": "3. hot pot", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 4, 1]}
{"image": "ILSVRC2012_val_00010947.JPEG", "label": "bridegroom", "output": "4. bridegroom", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 1, 0, 3]}
{"image": "ILSVRC2012_val_00011028.JPEG", "label": "throne", "output": "3. throne", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 1, 3]}
{"image": "ILSVRC2012_val_00011127.JPEG", "label": "drumstick", "output": "1. drumstick", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00011208.JPEG", "label": "scuba diver", "output": "1. scuba diver", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 3, 2]}
{"image": "ILSVRC2012_val_00011279.JPEG", "label": "soda bottle", "output": "5. soda bottle", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 1, 3, 0]}
{"image": "ILSVRC2012_val_00011383.JPEG", "label": "jellyfish", "output": "1. jellyfish", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 3, 2]}
{"image": "ILSVRC2012_val_00011479.JPEG", "label": "suit", "output": "4. suit", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 2, 0, 1]}
{"image": "ILSVRC2012_val_00011566.JPEG", "label": "obelisk", "output": "2", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 2, 1, 3]}
{"image": "ILSVRC2012_val_00011676.JPEG", "label": "oxygen mask", "output": "4. oxygen mask", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 4, 0, 2]}
{"image": "ILSVRC2012_val_00011792.JPEG", "label": "Treeing Walker Coonhound", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 3, 1]}
{"image": "ILSVRC2012_val_00011880.JPEG", "label": "park bench", "output": "3. park bench", "y_true": 2, "y_pred": 2, "reordering": [3, 4, 0, 1, 2]}
{"image": "ILSVRC2012_val_00011962.JPEG", "label": "baby pacifier", "output": "3. baby pacifier", "y_true": 2, "y_pred": 2, "reordering": [4, 1, 0, 3, 2]}
{"image": "ILSVRC2012_val_00012019.JPEG", "label": "bassoon", "output": "1. bassoon", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 1, 4, 2]}
{"image": "ILSVRC2012_val_00012113.JPEG", "label": "sea cucumber", "output": "3. sea cucumber", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 4, 2]}
{"image": "ILSVRC2012_val_00012195.JPEG", "label": "dock", "output": "1. aircraft carrier", "y_true": 1, "y_pred": 0, "reordering": [1, 0, 3, 2, 4]}
{"image": "ILSVRC2012_val_00012268.JPEG", "label": "praying mantis", "output": "4. praying mantis", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 1, 0, 4]}
{"image": "ILSVRC2012_val_00012395.JPEG", "label": "Irish Terrier", "output": "2. Irish Terrier", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 1, 4]}
{"image": "ILSVRC2012_val_00012487.JPEG", "label": "movie theater", "output": "4. movie theater", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 4, 0, 2]}
{"image": "ILSVRC2012_val_00012538.JPEG", "label": "hair clip", "output": "4. hair clip", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 1, 0, 3]}
{"image": "ILSVRC2012_val_00012594.JPEG", "label": "wine bottle", "output": "5. wine bottle", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 4, 1, 0]}
{"image": "ILSVRC2012_val_00012687.JPEG", "label": "baseball", "output": "2. baseball", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 2, 3, 1]}
{"image": "ILSVRC2012_val_00012801.JPEG", "label": "lampshade", "output": "3. lampshade", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00012868.JPEG", "label": "bath towel", "output": "5. bath towel", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00012955.JPEG", "label": "banjo", "output": "4. banjo", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 2, 0, 3]}
{"image": "ILSVRC2012_val_00013053.JPEG", "label": "German Shepherd Dog", "output": "4. German Shepherd Dog", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 1, 0, 3]}
{"image": "ILSVRC2012_val_00013194.JPEG", "label": "neck brace", "output": "4. neck brace", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 2, 0, 1]}
{"image": "ILSVRC2012_val_00013307.JPEG", "label": "digital watch", "output": "1. digital watch", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 1, 3]}
{"image": "ILSVRC2012_val_00013423.JPEG", "label": "rock crab", "output": "1. fiddler crab", "y_true": 1, "y_pred": 0, "reordering": [4, 0, 2, 3, 1]}
{"image": "ILSVRC2012_val_00013490.JPEG", "label": "pan flute", "output": "4. pan flute", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 4, 0, 1]}
{"image": "ILSVRC2012_val_00013562.JPEG", "label": "cardigan", "output": "1. cardigan", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00013663.JPEG", "label": "bath towel", "output": "5. bath towel", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 4, 1, 0]}
{"image": "ILSVRC2012_val_00013753.JPEG", "label": "jay", "output": "4. jay", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 1, 0, 4]}
{"image": "ILSVRC2012_val_00013852.JPEG", "label": "sandal", "output": "2. sandal", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 1, 3]}
{"image": "ILSVRC2012_val_00013967.JPEG", "label": "cardboard box / carton", "output": "4. cardboard box / carton", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 2, 0, 4]}
{"image": "ILSVRC2012_val_00014072.JPEG", "label": "bath towel", "output": "5. bath towel", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00014146.JPEG", "label": "water jug", "output": "1. water jug", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 1, 2]}
{"image": "ILSVRC2012_val_00014213.JPEG", "label": "trash can", "output": "5. trash can", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00014312.JPEG", "label": "Gila monster", "output": "4. Gila monster", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 3, 0, 2]}
{"image": "ILSVRC2012_val_00014414.JPEG", "label": "tape player", "output": "4. radio", "y_true": 1, "y_pred": 3, "reordering": [3, 0, 2, 1, 4]}
{"image": "ILSVRC2012_val_00014466.JPEG", "label": "hair clip", "output": "5. hair clip", "y_true": 4, "y_pred": 4, "reordering": [3, 1, 4, 2, 0]}
{"image": "ILSVRC2012_val_00014536.JPEG", "label": "salt shaker", "output": "3. salt shaker", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 2, 4]}
{"image": "ILSVRC2012_val_00014661.JPEG", "label": "castle", "output": "4. castle", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 2, 0, 4]}
{"image": "ILSVRC2012_val_00014771.JPEG", "label": "stingray", "output": "4. stingray", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 4, 0, 2]}
{"image": "ILSVRC2012_val_00014884.JPEG", "label": "muzzle", "output": "4. muzzle", "y_true": 3, "y_pred": 3, "reordering": [1, 2, 4, 0, 3]}
{"image": "ILSVRC2012_val_00014960.JPEG", "label": "cleaver", "output": "2. cleaver", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 4, 2, 1]}
{"image": "ILSVRC2012_val_00015095.JPEG", "label": "popsicle", "output": "5. popsicle", "y_true": 4, "y_pred": 4, "reordering": [3, 2, 1, 4, 0]}
{"image": "ILSVRC2012_val_00015214.JPEG", "label": "power drill", "output": "3. power drill", "y_true": 2, "y_pred": 2, "reordering": [4, 1, 0, 3, 2]}
{"image": "ILSVRC2012_val_00015344.JPEG", "label": "bikini", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 3, 1]}
{"image": "ILSVRC2012_val_00015432.JPEG", "label": "chimpanzee", "output": "4. chimpanzee", "y_true": 3, "y_pred": 3, "reordering": [3, 4, 1, 0, 2]}
{"image": "ILSVRC2012_val_00015529.JPEG", "label": "siamang", "output": "5. siamang", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00015649.JPEG", "label": "spatula", "output": "2. spatula", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 2, 4]}
{"image": "ILSVRC2012_val_00015788.JPEG", "label": "apron", "output": "3. apron", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 4, 1]}
{"image": "ILSVRC2012_val_00015852.JPEG", "label": "combination lock", "output": "3. combination lock", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 4, 2]}
{"image": "ILSVRC2012_val_00015951.JPEG", "label": "sewing machine", "output": "5. sewing machine", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 3, 1, 0]}
{"image": "ILSVRC2012_val_00016053.JPEG", "label": "minivan", "output": "2. minivan", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 3, 2]}
{"image": "ILSVRC2012_val_00016184.JPEG", "label": "apron", "output": "4. apron", "y_true": 3, "y_pred": 3, "reordering": [3, 4, 1, 0, 2]}
{"image": "ILSVRC2012_val_00016261.JPEG", "label": "barbell", "output": "3. barbell", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00016343.JPEG", "label": "cradle", "output": "2. cradle", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 2, 1]}
{"image": "ILSVRC2012_val_00016422.JPEG", "label": "smooth newt", "output": "3. smooth newt", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 1, 3]}
{"image": "ILSVRC2012_val_00016465.JPEG", "label": "CD player", "output": "5. CD player", "y_true": 4, "y_pred": 4, "reordering": [3, 2, 4, 1, 0]}
{"image": "ILSVRC2012_val_00016535.JPEG", "label": "poke bonnet", "output": "5", "y_true": 1, "y_pred": 4, "reordering": [1, 0, 3, 2, 4]}
{"image": "ILSVRC2012_val_00016611.JPEG", "label": "gibbon", "output": "4. siamang", "y_true": 1, "y_pred": 3, "reordering": [3, 0, 4, 1, 2]}
{"image": "ILSVRC2012_val_00016727.JPEG", "label": "T-shirt", "output": "2. T-shirt", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 4, 2]}
{"image": "ILSVRC2012_val_00016792.JPEG", "label": "microphone", "output": "4. microphone", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 2, 0, 3]}
{"image": "ILSVRC2012_val_00016875.JPEG", "label": "hair dryer", "output": "3. hair dryer", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 2, 4]}
{"image": "ILSVRC2012_val_00016947.JPEG", "label": "American lobster", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 1, 4, 0]}
{"image": "ILSVRC2012_val_00017045.JPEG", "label": "corkscrew", "output": "5. corkscrew", "y_true": 4, "y_pred": 4, "reordering": [3, 1, 2, 4, 0]}
{"image": "ILSVRC2012_val_00017141.JPEG", "label": "iPod", "output": "2. iPod", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 3, 4, 1]}
{"image": "ILSVRC2012_val_00017198.JPEG", "label": "church", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [3, 1, 2, 4, 0]}
{"image": "ILSVRC2012_val_00017284.JPEG", "label": "soccer ball", "output": "1. soccer ball", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 3, 1]}
{"image": "ILSVRC2012_val_00017394.JPEG", "label": "sliding door", "output": "4. sliding door", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 1, 0, 3]}
{"image": "ILSVRC2012_val_00017460.JPEG", "label": "magnetic compass", "output": "4", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 4, 0, 2]}
{"image": "ILSVRC2012_val_00017584.JPEG", "label": "soap dispenser", "output": "2. soap dispenser", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 2, 1]}
{"image": "ILSVRC2012_val_00017750.JPEG", "label": "jigsaw puzzle", "output": "3. jigsaw puzzle", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 3, 1]}
{"image": "ILSVRC2012_val_00017869.JPEG", "label": "toy terrier", "output": "2. toy terrier", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 2, 3]}
{"image": "ILSVRC2012_val_00017958.JPEG", "label": "mask", "output": "3. mask", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 1, 4]}
{"image": "ILSVRC2012_val_00018060.JPEG", "label": "bagel", "output": "3. bagel", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00018122.JPEG", "label": "electrical switch", "output": "2. electrical switch", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 2, 4]}
{"image": "ILSVRC2012_val_00018212.JPEG", "label": "bobsleigh", "output": "3. bobsleigh", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00018308.JPEG", "label": "fire screen", "output": "4. fire screen", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 3, 0, 1]}
{"image": "ILSVRC2012_val_00018401.JPEG", "label": "plunger", "output": "2. plunger", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 3, 2]}
{"image": "ILSVRC2012_val_00018518.JPEG", "label": "paintbrush", "output": "1. paintbrush", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00018565.JPEG", "label": "harmonica", "output": "2. harmonica", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 4, 1, 2]}
{"image": "ILSVRC2012_val_00018610.JPEG", "label": "drumstick", "output": "4. drumstick", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 4, 0, 2]}
{"image": "ILSVRC2012_val_00018723.JPEG", "label": "gong", "output": "4. gong", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 3, 0, 1]}
{"image": "ILSVRC2012_val_00018778.JPEG", "label": "shower cap", "output": "4. shower cap", "y_true": 3, "y_pred": 3, "reordering": [1, 2, 3, 0, 4]}
{"image": "ILSVRC2012_val_00018847.JPEG", "label": "cradle", "output": "3. cradle", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 4, 2]}
{"image": "ILSVRC2012_val_00018918.JPEG", "label": "matchstick", "output": "4. matchstick", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 2, 0, 4]}
{"image": "ILSVRC2012_val_00018992.JPEG", "label": "Brittany dog", "output": "4. Brittany dog", "y_true": 3, "y_pred": 3, "reordering": [3, 4, 1, 0, 2]}
{"image": "ILSVRC2012_val_00019077.JPEG", "label": "baboon", "output": "4", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 4, 0, 1]}
{"image": "ILSVRC2012_val_00019133.JPEG", "label": "vestment", "output": "3. vestment", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 4, 2]}
{"image": "ILSVRC2012_val_00019244.JPEG", "label": "velvet fabric", "output": "4. cardigan", "y_true": 4, "y_pred": 3, "reordering": [2, 3, 1, 4, 0]}
{"image": "ILSVRC2012_val_00019357.JPEG", "label": "leaf beetle", "output": "4. leaf beetle", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 2, 0, 3]}
{"image": "ILSVRC2012_val_00019442.JPEG", "label": "CRT monitor", "output": "1. CRT monitor", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 4, 1]}
{"image": "ILSVRC2012_val_00019506.JPEG", "label": "dome", "output": "4. dome", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 2, 0, 4]}
{"image": "ILSVRC2012_val_00019592.JPEG", "label": "cockroach", "output": "2. cockroach", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 3, 4]}
{"image": "ILSVRC2012_val_00019654.JPEG", "label": "fig", "output": "1. fig", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00019692.JPEG", "label": "marimba", "output": "4. marimba", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 4, 0, 1]}
{"image": "ILSVRC2012_val_00019733.JPEG", "label": "teapot", "output": "2. teapot", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 4, 3]}
{"image": "ILSVRC2012_val_00019844.JPEG", "label": "ballpoint pen", "output": "3. ballpoint pen", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 3, 1]}
{"image": "ILSVRC2012_val_00019899.JPEG", "label": "syringe", "output": "4. syringe", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 1, 0, 4]}
{"image": "ILSVRC2012_val_00020044.JPEG", "label": "chameleon", "output": "2. chameleon", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 3, 4]}
{"image": "ILSVRC2012_val_00020110.JPEG", "label": "tobacco shop", "output": "5. tobacco shop", "y_true": 4, "y_pred": 4, "reordering": [3, 2, 4, 1, 0]}
{"image": "ILSVRC2012_val_00020183.JPEG", "label": "lacewing", "output": "1. lacewing", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 1, 3]}
{"image": "ILSVRC2012_val_00020234.JPEG", "label": "can opener", "output": "1. can opener", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 2, 1]}
{"image": "ILSVRC2012_val_00020306.JPEG", "label": "breakwater", "output": "4. breakwater", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 2, 0, 3]}
{"image": "ILSVRC2012_val_00020413.JPEG", "label": "missile", "output": "5. missile", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00020532.JPEG", "label": "miniskirt", "output": "4. miniskirt", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 1, 0, 3]}
{"image": "ILSVRC2012_val_00020650.JPEG", "label": "hair clip", "output": "5. hair clip", "y_true": 4, "y_pred": 4, "reordering": [1, 3, 4, 2, 0]}
{"image": "ILSVRC2012_val_00020819.JPEG", "label": "bra", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00020925.JPEG", "label": "barn", "output": "1", "y_true": 4, "y_pred": 0, "reordering": [2, 4, 3, 1, 0]}
{"image": "ILSVRC2012_val_00021008.JPEG", "label": "toy store", "output": "5. toy store", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00021148.JPEG", "label": "power drill", "output": "1. power drill", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 1, 4, 2]}
{"image": "ILSVRC2012_val_00021257.JPEG", "label": "can opener", "output": "4. can opener", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 3, 0, 4]}
{"image": "ILSVRC2012_val_00021325.JPEG", "label": "hammerhead shark", "output": "4. hammerhead shark", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 2, 0, 1]}
{"image": "ILSVRC2012_val_00021394.JPEG", "label": "hatchet", "output": "3. hatchet", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 1, 4]}
{"image": "ILSVRC2012_val_00021507.JPEG", "label": "combine harvester", "output": "2. combine harvester", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 4, 2, 1]}
{"image": "ILSVRC2012_val_00021640.JPEG", "label": "Dutch oven", "output": "2. Dutch oven", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 3, 4]}
{"image": "ILSVRC2012_val_00021727.JPEG", "label": "daisy", "output": "1. daisy", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00021824.JPEG", "label": "teapot", "output": "2. teapot", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 2, 3]}
{"image": "ILSVRC2012_val_00021863.JPEG", "label": "oboe", "output": "1. oboe", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00021958.JPEG", "label": "hair clip", "output": "3. hair clip", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 2, 3]}
{"image": "ILSVRC2012_val_00022051.JPEG", "label": "throne", "output": "3. throne", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 4, 2]}
{"image": "ILSVRC2012_val_00022149.JPEG", "label": "plectrum", "output": "5. plectrum", "y_true": 4, "y_pred": 4, "reordering": [3, 1, 4, 2, 0]}
{"image": "ILSVRC2012_val_00022197.JPEG", "label": "pajamas", "output": "4. pajamas", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 4, 0, 2]}
{"image": "ILSVRC2012_val_00022236.JPEG", "label": "mink", "output": "3. mink", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 1, 3]}
{"image": "ILSVRC2012_val_00022313.JPEG", "label": "flamingo", "output": "2", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00022427.JPEG", "label": "giant panda", "output": "1. giant panda", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 3, 2]}
{"image": "ILSVRC2012_val_00022481.JPEG", "label": "screwdriver", "output": "5. screwdriver", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00022605.JPEG", "label": "bucket", "output": "2. bucket", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 4, 2]}
{"image": "ILSVRC2012_val_00022656.JPEG", "label": "Australian Silky Terrier", "output": "4. Australian Silky Terrier", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 4, 0, 2]}
{"image": "ILSVRC2012_val_00022734.JPEG", "label": "airplane wing", "output": "3. airplane wing", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00022860.JPEG", "label": "tool kit", "output": "2. tool kit", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 3, 1]}
{"image": "ILSVRC2012_val_00022947.JPEG", "label": "hyena", "output": "1. hyena", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 2, 3]}
{"image": "ILSVRC2012_val_00023036.JPEG", "label": "safety pin", "output": "2. safety pin", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 4, 2]}
{"image": "ILSVRC2012_val_00023128.JPEG", "label": "kite (bird of prey)", "output": "3. kite (bird of prey)", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00023188.JPEG", "label": "rhinoceros beetle", "output": "5. rhinoceros beetle", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 2, 3, 0]}
{"image": "ILSVRC2012_val_00023314.JPEG", "label": "candle", "output": "3. candle", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00023426.JPEG", "label": "orangutan", "output": "2. orangutan", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 3, 4]}
{"image": "ILSVRC2012_val_00023522.JPEG", "label": "baby bib", "output": "1. baby bib", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 4, 3]}
{"image": "ILSVRC2012_val_00023633.JPEG", "label": "cassette", "output": "5. cassette", "y_true": 4, "y_pred": 4, "reordering": [2, 4, 3, 1, 0]}
{"image": "ILSVRC2012_val_00023712.JPEG", "label": "miniskirt", "output": "5. miniskirt", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00023792.JPEG", "label": "messenger bag", "output": "3. messenger bag", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 4, 3]}
{"image": "ILSVRC2012_val_00023873.JPEG", "label": "cuirass", "output": "5. cuirass", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 1, 2, 0]}
{"image": "ILSVRC2012_val_00023962.JPEG", "label": "quill", "output": "1. quill", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 1, 2, 4]}
{"image": "ILSVRC2012_val_00024036.JPEG", "label": "boathouse", "output": "3. boathouse", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00024172.JPEG", "label": "quail", "output": "4. quail", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 4, 0, 2]}
{"image": "ILSVRC2012_val_00024294.JPEG", "label": "Geoffroy's spider monkey", "output": "5. Geoffroy's spider monkey", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 4, 3, 0]}
{"image": "ILSVRC2012_val_00024375.JPEG", "label": "printer", "output": "5. printer", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00024443.JPEG", "label": "popsicle", "output": "2. popsicle", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 3, 4, 1]}
{"image": "ILSVRC2012_val_00024542.JPEG", "label": "American Staffordshire Terrier", "output": "3. American Staffordshire Terrier", "y_true": 2, "y_pred": 2, "reordering": [3, 1, 0, 2, 4]}
{"image": "ILSVRC2012_val_00024662.JPEG", "label": "military uniform", "output": "2. military uniform", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 1, 3, 4]}
{"image": "ILSVRC2012_val_00024751.JPEG", "label": "German Shorthaired Pointer", "output": "1. German Shorthaired Pointer", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 3, 2]}
{"image": "ILSVRC2012_val_00024869.JPEG", "label": "laptop computer", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 4, 2]}
{"image": "ILSVRC2012_val_00024959.JPEG", "label": "thimble", "output": "2. thimble", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 1, 3]}
{"image": "ILSVRC2012_val_00025088.JPEG", "label": "hair clip", "output": "3. hair clip", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 4, 3]}
{"image": "ILSVRC2012_val_00025136.JPEG", "label": "rotary dial telephone", "output": "1. rotary dial telephone", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 3, 4, 2]}
{"image": "ILSVRC2012_val_00025231.JPEG", "label": "barrel", "output": "1. barrel", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 3, 4, 2]}
{"image": "ILSVRC2012_val_00025295.JPEG", "label": "bakery", "output": "3. Dutch oven", "y_true": 3, "y_pred": 2, "reordering": [2, 4, 3, 0, 1]}
{"image": "ILSVRC2012_val_00025404.JPEG", "label": "crutch", "output": "4. crutch", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 2, 0, 3]}
{"image": "ILSVRC2012_val_00025485.JPEG", "label": "CD player", "output": "1. CD player", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 4, 1]}
{"image": "ILSVRC2012_val_00025591.JPEG", "label": "golf ball", "output": "1. golf ball", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 3, 4, 2]}
{"image": "ILSVRC2012_val_00025697.JPEG", "label": "unicycle", "output": "3. unicycle", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 2, 1]}
{"image": "ILSVRC2012_val_00025777.JPEG", "label": "balloon", "output": "1. balloon", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 3, 1]}
{"image": "ILSVRC2012_val_00025885.JPEG", "label": "pillow", "output": "3. pillow", "y_true": 2, "y_pred": 2, "reordering": [4, 1, 0, 3, 2]}
{"image": "ILSVRC2012_val_00026005.JPEG", "label": "Rottweiler", "output": "3", "y_true": 4, "y_pred": 2, "reordering": [1, 4, 2, 3, 0]}
{"image": "ILSVRC2012_val_00026169.JPEG", "label": "cloak", "output": "4. cloak", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 2, 0, 4]}
{"image": "ILSVRC2012_val_00026213.JPEG", "label": "American bullfrog", "output": "1. American bullfrog", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 1, 3]}
{"image": "ILSVRC2012_val_00026286.JPEG", "label": "Lakeland Terrier", "output": "1. Lakeland Terrier", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00026352.JPEG", "label": "ford model t", "output": "5. ford model t", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00026457.JPEG", "label": "loupe magnifying glass", "output": "4. loupe magnifying glass", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 1, 0, 2]}
{"image": "ILSVRC2012_val_00026561.JPEG", "label": "tool kit", "output": "5. tool kit", "y_true": 4, "y_pred": 4, "reordering": [3, 4, 2, 1, 0]}
{"image": "ILSVRC2012_val_00026659.JPEG", "label": "fishing casting reel", "output": "3. fishing casting reel", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00026752.JPEG", "label": "digital clock", "output": "5. digital clock", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 1, 3, 0]}
{"image": "ILSVRC2012_val_00026840.JPEG", "label": "fireboat", "output": "1. fireboat", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 3, 4]}
{"image": "ILSVRC2012_val_00026946.JPEG", "label": "chainsaw", "output": "5. chainsaw", "y_true": 4, "y_pred": 4, "reordering": [3, 1, 2, 4, 0]}
{"image": "ILSVRC2012_val_00027013.JPEG", "label": "tabby cat", "output": "4. tabby cat", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 2, 0, 3]}
{"image": "ILSVRC2012_val_00027144.JPEG", "label": "shower cap", "output": "2. shower cap", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 3, 2]}
{"image": "ILSVRC2012_val_00027234.JPEG", "label": "pencil sharpener", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [1, 3, 2, 4, 0]}
{"image": "ILSVRC2012_val_00027299.JPEG", "label": "cassette", "output": "2. cassette", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 2, 1]}
{"image": "ILSVRC2012_val_00027387.JPEG", "label": "leafhopper", "output": "5. leafhopper", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00027531.JPEG", "label": "slide rule", "output": "2. slide rule", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 2, 4]}
{"image": "ILSVRC2012_val_00027578.JPEG", "label": "slot machine", "output": "3. slot machine", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 1, 3]}
{"image": "ILSVRC2012_val_00027651.JPEG", "label": "fur coat", "output": "2. fur coat", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 1, 3, 4]}
{"image": "ILSVRC2012_val_00027728.JPEG", "label": "violin", "output": "4", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 1, 0, 3]}
{"image": "ILSVRC2012_val_00027793.JPEG", "label": "tape player", "output": "2. tape player", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 2, 4]}
{"image": "ILSVRC2012_val_00027875.JPEG", "label": "Alaskan Malamute", "output": "4. Alaskan Malamute", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 2, 0, 3]}
{"image": "ILSVRC2012_val_00027944.JPEG", "label": "lemon", "output": "5. lemon", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 1, 2, 0]}
{"image": "ILSVRC2012_val_00028022.JPEG", "label": "oil filter", "output": "4. oil filter", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 4, 0, 1]}
{"image": "ILSVRC2012_val_00028123.JPEG", "label": "stretcher", "output": "3. stretcher", "y_true": 2, "y_pred": 2, "reordering": [3, 4, 0, 2, 1]}
{"image": "ILSVRC2012_val_00028176.JPEG", "label": "hand-held computer", "output": "3. hand-held computer", "y_true": 2, "y_pred": 2, "reordering": [4, 1, 0, 2, 3]}
{"image": "ILSVRC2012_val_00028296.JPEG", "label": "gorilla", "output": "2. gorilla", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 3, 4, 1]}
{"image": "ILSVRC2012_val_00028430.JPEG", "label": "sarong", "output": "1. triumphal arch", "y_true": 1, "y_pred": 0, "reordering": [1, 0, 2, 4, 3]}
{"image": "ILSVRC2012_val_00028490.JPEG", "label": "dishwasher", "output": "4. dishwasher", "y_true": 3, "y_pred": 3, "reordering": [1, 2, 4, 0, 3]}
{"image": "ILSVRC2012_val_00028549.JPEG", "label": "library", "output": "4. library", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 1, 0, 4]}
{"image": "ILSVRC2012_val_00028653.JPEG", "label": "hermit crab", "output": "4. hermit crab", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 1, 0, 4]}
{"image": "ILSVRC2012_val_00028756.JPEG", "label": "dock", "output": "2. catamaran", "y_true": 0, "y_pred": 1, "reordering": [0, 3, 2, 1, 4]}
{"image": "ILSVRC2012_val_00028856.JPEG", "label": "stone wall", "output": "3. stone wall", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 3, 4]}
{"image": "ILSVRC2012_val_00028934.JPEG", "label": "fountain", "output": "3. fountain", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00029022.JPEG", "label": "duck", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [3, 4, 0, 2, 1]}
{"image": "ILSVRC2012_val_00029107.JPEG", "label": "sea cucumber", "output": "2. sea cucumber", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 1, 3]}
{"image": "ILSVRC2012_val_00029159.JPEG", "label": "suit", "output": "5. suit", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 4, 1, 0]}
{"image": "ILSVRC2012_val_00029199.JPEG", "label": "kimono", "output": "4. kimono", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 3, 0, 2]}
{"image": "ILSVRC2012_val_00029307.JPEG", "label": "longhorn beetle", "output": "1. longhorn beetle", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 3, 4]}
{"image": "ILSVRC2012_val_00029404.JPEG", "label": "hard disk drive", "output": "4. hard disk drive", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 4, 0, 1]}
{"image": "ILSVRC2012_val_00029445.JPEG", "label": "drumstick", "output": "4. drumstick", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 4, 0, 1]}
{"image": "ILSVRC2012_val_00029561.JPEG", "label": "throne", "output": "2. throne", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 2, 3]}
{"image": "ILSVRC2012_val_00029717.JPEG", "label": "bobsleigh", "output": "3. bobsleigh", "y_true": 2, "y_pred": 2, "reordering": [3, 4, 0, 2, 1]}
{"image": "ILSVRC2012_val_00029826.JPEG", "label": "bow tie", "output": "3. bow tie", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00029904.JPEG", "label": "oil filter", "output": "1. oil filter", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 1, 2]}
{"image": "ILSVRC2012_val_00030048.JPEG", "label": "lakeshore", "output": "5. lakeshore", "y_true": 4, "y_pred": 4, "reordering": [3, 4, 2, 1, 0]}
{"image": "ILSVRC2012_val_00030098.JPEG", "label": "gar fish", "output": "5. gar fish", "y_true": 4, "y_pred": 4, "reordering": [1, 2, 4, 3, 0]}
{"image": "ILSVRC2012_val_00030154.JPEG", "label": "espresso machine", "output": "1. espresso machine", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 4, 3]}
{"image": "ILSVRC2012_val_00030242.JPEG", "label": "bathtub", "output": "2. bathtub", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 4, 2]}
{"image": "ILSVRC2012_val_00030325.JPEG", "label": "Petri dish", "output": "5. Petri dish", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00030458.JPEG", "label": "fox squirrel", "output": "1. fox squirrel", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 1, 3, 2]}
{"image": "ILSVRC2012_val_00030546.JPEG", "label": "cardboard box / carton", "output": "1. cardboard box / carton", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 3, 1, 2]}
{"image": "ILSVRC2012_val_00030681.JPEG", "label": "submarine", "output": "3. submarine", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00030729.JPEG", "label": "gorilla", "output": "3. chimpanzee", "y_true": 4, "y_pred": 2, "reordering": [2, 3, 1, 4, 0]}
{"image": "ILSVRC2012_val_00030869.JPEG", "label": "bikini", "output": "1. beach", "y_true": 1, "y_pred": 0, "reordering": [3, 0, 2, 1, 4]}
{"image": "ILSVRC2012_val_00030965.JPEG", "label": "chain", "output": "1. chain", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00031040.JPEG", "label": "Black and Tan Coonhound", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 3, 1, 0]}
{"image": "ILSVRC2012_val_00031119.JPEG", "label": "mosque", "output": "5. mosque", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 1, 2, 0]}
{"image": "ILSVRC2012_val_00031218.JPEG", "label": "bassoon", "output": "1. bassoon", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 1, 3]}
{"image": "ILSVRC2012_val_00031321.JPEG", "label": "chiton", "output": "3. chiton", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 3, 1]}
{"image": "ILSVRC2012_val_00031408.JPEG", "label": "hermit crab", "output": "4. hermit crab", "y_true": 3, "y_pred": 3, "reordering": [3, 4, 1, 0, 2]}
{"image": "ILSVRC2012_val_00031478.JPEG", "label": "airplane wing", "output": "3. military aircraft", "y_true": 4, "y_pred": 2, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00031563.JPEG", "label": "electric fan", "output": "3. electric fan", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 4, 1]}
{"image": "ILSVRC2012_val_00031713.JPEG", "label": "Wire Fox Terrier", "output": "2. Wire Fox Terrier", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 1, 4, 3]}
{"image": "ILSVRC2012_val_00031759.JPEG", "label": "bath towel", "output": "3. bassinet", "y_true": 3, "y_pred": 2, "reordering": [4, 2, 3, 0, 1]}
{"image": "ILSVRC2012_val_00031849.JPEG", "label": "cornet", "output": "4. cornet", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 1, 0, 4]}
{"image": "ILSVRC2012_val_00031940.JPEG", "label": "missile", "output": "3. missile", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00032048.JPEG", "label": "scabbard", "output": "1. cleaver", "y_true": 1, "y_pred": 0, "reordering": [4, 0, 2, 3, 1]}
{"image": "ILSVRC2012_val_00032122.JPEG", "label": "toucan", "output": "3. toucan", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 4, 2]}
{"image": "ILSVRC2012_val_00032241.JPEG", "label": "messenger bag", "output": "2. purse", "y_true": 4, "y_pred": 1, "reordering": [2, 3, 1, 4, 0]}
{"image": "ILSVRC2012_val_00032302.JPEG", "label": "desk", "output": "4. desk", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00032414.JPEG", "label": "fig", "output": "3. fig", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 3, 4]}
{"image": "ILSVRC2012_val_00032504.JPEG", "label": "ant", "output": "1. ant", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 3, 4]}
{"image": "ILSVRC2012_val_00032574.JPEG", "label": "dining table", "output": "1. dining table", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 2, 4, 1]}
{"image": "ILSVRC2012_val_00032644.JPEG", "label": "scorpion", "output": "5. scorpion", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 3, 1, 0]}
{"image": "ILSVRC2012_val_00032714.JPEG", "label": "eastern diamondback rattlesnake", "output": "1. eastern diamondback rattlesnake", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 4, 3]}
{"image": "ILSVRC2012_val_00032771.JPEG", "label": "coffeemaker", "output": "3. coffeemaker", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00032818.JPEG", "label": "chiffonier", "output": "2. chiffonier", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 1, 4, 3]}
{"image": "ILSVRC2012_val_00032891.JPEG", "label": "computer mouse", "output": "2. computer mouse", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 2, 3, 1]}
{"image": "ILSVRC2012_val_00032972.JPEG", "label": "hammer", "output": "5. hammer", "y_true": 4, "y_pred": 4, "reordering": [1, 2, 3, 4, 0]}
{"image": "ILSVRC2012_val_00033119.JPEG", "label": "hair dryer", "output": "3. hair dryer", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 2, 1]}
{"image": "ILSVRC2012_val_00033165.JPEG", "label": "wardrobe", "output": "5. wardrobe", "y_true": 4, "y_pred": 4, "reordering": [2, 4, 1, 3, 0]}
{"image": "ILSVRC2012_val_00033227.JPEG", "label": "spider web", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 1, 4]}
{"image": "ILSVRC2012_val_00033325.JPEG", "label": "traffic or street sign", "output": "5. traffic or street sign", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00033478.JPEG", "label": "letter opener", "output": "4. letter opener", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 3, 0, 2]}
{"image": "ILSVRC2012_val_00033554.JPEG", "label": "ringlet butterfly", "output": "2. ringlet butterfly", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 4, 1, 2]}
{"image": "ILSVRC2012_val_00033667.JPEG", "label": "fur coat", "output": "3. fur coat", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00033787.JPEG", "label": "plunger", "output": "5. plunger", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00033896.JPEG", "label": "wooden spoon", "output": "1. wooden spoon", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00034004.JPEG", "label": "bookstore", "output": "5. bookstore", "y_true": 4, "y_pred": 4, "reordering": [3, 2, 1, 4, 0]}
{"image": "ILSVRC2012_val_00034150.JPEG", "label": "automated teller machine", "output": "2. automated teller machine", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 1, 4, 2]}
{"image": "ILSVRC2012_val_00034221.JPEG", "label": "Greater Swiss Mountain Dog", "output": "4. Greater Swiss Mountain Dog", "y_true": 3, "y_pred": 3, "reordering": [1, 2, 3, 0, 4]}
{"image": "ILSVRC2012_val_00034338.JPEG", "label": "chain", "output": "5. chain", "y_true": 4, "y_pred": 4, "reordering": [3, 1, 2, 4, 0]}
{"image": "ILSVRC2012_val_00034434.JPEG", "label": "drum", "output": "4. drum", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 3, 0, 4]}
{"image": "ILSVRC2012_val_00034538.JPEG", "label": "teapot", "output": "4. teapot", "y_true": 3, "y_pred": 3, "reordering": [1, 3, 4, 0, 2]}
{"image": "ILSVRC2012_val_00034635.JPEG", "label": "thatched roof", "output": "5. thatched roof", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 1, 4, 0]}
{"image": "ILSVRC2012_val_00034723.JPEG", "label": "infant bed", "output": "3. infant bed", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00034819.JPEG", "label": "castle", "output": "2. castle", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 3, 4, 1]}
{"image": "ILSVRC2012_val_00034891.JPEG", "label": "whistle", "output": "4. whistle", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 3, 0, 2]}
{"image": "ILSVRC2012_val_00034977.JPEG", "label": "spatula", "output": "1. spatula", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00035019.JPEG", "label": "ring-necked snake", "output": "5. water snake", "y_true": 3, "y_pred": 4, "reordering": [4, 1, 2, 0, 3]}
{"image": "ILSVRC2012_val_00035117.JPEG", "label": "Basset Hound", "output": "5. Basset Hound", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00035182.JPEG", "label": "Boston Terrier", "output": "3", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00035263.JPEG", "label": "candle", "output": "1. candle", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 4, 3]}
{"image": "ILSVRC2012_val_00035346.JPEG", "label": "oxygen mask", "output": "3. oxygen mask", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 3, 4]}
{"image": "ILSVRC2012_val_00035416.JPEG", "label": "lens cap", "output": "3. lens cap", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 3, 2]}
{"image": "ILSVRC2012_val_00035488.JPEG", "label": "Redbone Coonhound", "output": "5. Rhodesian Ridgeback", "y_true": 1, "y_pred": 4, "reordering": [3, 0, 1, 2, 4]}
{"image": "ILSVRC2012_val_00035588.JPEG", "label": "ladle", "output": "4. ladle", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 3, 0, 1]}
{"image": "ILSVRC2012_val_00035733.JPEG", "label": "unicycle", "output": "2. unicycle", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 2, 1, 3]}
{"image": "ILSVRC2012_val_00035857.JPEG", "label": "poke bonnet", "output": "3. poke bonnet", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 4, 3]}
{"image": "ILSVRC2012_val_00035955.JPEG", "label": "holster", "output": "5. holster", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00036083.JPEG", "label": "beer bottle", "output": "5. beer bottle", "y_true": 4, "y_pred": 4, "reordering": [1, 2, 3, 4, 0]}
{"image": "ILSVRC2012_val_00036182.JPEG", "label": "teddy bear", "output": "2. teddy bear", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 3, 2]}
{"image": "ILSVRC2012_val_00036237.JPEG", "label": "torch", "output": "4. torch", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00036332.JPEG", "label": "fire screen", "output": "3. fire screen", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 2, 1]}
{"image": "ILSVRC2012_val_00036485.JPEG", "label": "CD player", "output": "3. CD player", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 3, 1]}
{"image": "ILSVRC2012_val_00036575.JPEG", "label": "teddy bear", "output": "3. teddy bear", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 3, 2]}
{"image": "ILSVRC2012_val_00036677.JPEG", "label": "hair wig", "output": "1. hair wig", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 1, 3]}
{"image": "ILSVRC2012_val_00036768.JPEG", "label": "poke bonnet", "output": "3. poke bonnet", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00036814.JPEG", "label": "Band-Aid", "output": "5. Band-Aid", "y_true": 4, "y_pred": 4, "reordering": [2, 4, 3, 1, 0]}
{"image": "ILSVRC2012_val_00036903.JPEG", "label": "tandem bicycle", "output": "5. tandem bicycle", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 2, 3, 0]}
{"image": "ILSVRC2012_val_00036990.JPEG", "label": "stick insect", "output": "5. stick insect", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00037085.JPEG", "label": "beer glass", "output": "2. beer glass", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 1, 4]}
{"image": "ILSVRC2012_val_00037196.JPEG", "label": "bell tower", "output": "5. bell tower", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00037290.JPEG", "label": "Australian Kelpie", "output": "2. dingo", "y_true": 0, "y_pred": 1, "reordering": [0, 1, 3, 4, 2]}
{"image": "ILSVRC2012_val_00037389.JPEG", "label": "cheeseburger", "output": "4. cheeseburger", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00037468.JPEG", "label": "flute", "output": "3. flute", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00037550.JPEG", "label": "diaper", "output": "4", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 4, 0, 2]}
{"image": "ILSVRC2012_val_00037625.JPEG", "label": "envelope", "output": "4. envelope", "y_true": 3, "y_pred": 3, "reordering": [1, 4, 2, 0, 3]}
{"image": "ILSVRC2012_val_00037703.JPEG", "label": "Australian Kelpie", "output": "3. Australian Kelpie", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00037787.JPEG", "label": "harvestman", "output": "2. harvestman", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 3, 2]}
{"image": "ILSVRC2012_val_00037899.JPEG", "label": "badger", "output": "2. badger", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 3, 4]}
{"image": "ILSVRC2012_val_00037996.JPEG", "label": "cannon", "output": "2. cannon", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 1, 4]}
{"image": "ILSVRC2012_val_00038053.JPEG", "label": "drumstick", "output": "3. drumstick", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00038135.JPEG", "label": "cassette", "output": "5. cassette", "y_true": 4, "y_pred": 4, "reordering": [2, 4, 1, 3, 0]}
{"image": "ILSVRC2012_val_00038232.JPEG", "label": "fiddler crab", "output": "3. fiddler crab", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 2, 3]}
{"image": "ILSVRC2012_val_00038320.JPEG", "label": "cleaver", "output": "1. cleaver", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 2, 1]}
{"image": "ILSVRC2012_val_00038377.JPEG", "label": "throne", "output": "2. throne", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 1, 3]}
{"image": "ILSVRC2012_val_00038471.JPEG", "label": "schooner", "output": "3. schooner", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 2, 3]}
{"image": "ILSVRC2012_val_00038561.JPEG", "label": "semi-trailer truck", "output": "3. semi-trailer truck", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00038603.JPEG", "label": "projector", "output": "3. projector", "y_true": 2, "y_pred": 2, "reordering": [2, 3, 0, 4, 1]}
{"image": "ILSVRC2012_val_00038729.JPEG", "label": "stopwatch", "output": "2. stopwatch", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 4, 3]}
{"image": "ILSVRC2012_val_00038851.JPEG", "label": "projector", "output": "1. projector", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 1, 4]}
{"image": "ILSVRC2012_val_00038968.JPEG", "label": "storage chest", "output": "2. storage chest", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 2, 1]}
{"image": "ILSVRC2012_val_00039027.JPEG", "label": "Irish Terrier", "output": "5. Irish Terrier", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00039133.JPEG", "label": "trash can", "output": "1. trash can", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 1, 3, 4]}
{"image": "ILSVRC2012_val_00039197.JPEG", "label": "bubble", "output": "5. bubble", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 2, 3, 0]}
{"image": "ILSVRC2012_val_00039309.JPEG", "label": "pole", "output": "5. pole", "y_true": 4, "y_pred": 4, "reordering": [1, 3, 2, 4, 0]}
{"image": "ILSVRC2012_val_00039377.JPEG", "label": "bulletproof vest", "output": "2. bulletproof vest", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 4, 2]}
{"image": "ILSVRC2012_val_00039452.JPEG", "label": "Irish Terrier", "output": "3. Irish Terrier", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 3, 4]}
{"image": "ILSVRC2012_val_00039574.JPEG", "label": "jeans", "output": "1. jeans", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 2, 3]}
{"image": "ILSVRC2012_val_00039679.JPEG", "label": "guillotine", "output": "1. guillotine", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 3, 4, 1]}
{"image": "ILSVRC2012_val_00039778.JPEG", "label": "shopping cart", "output": "5. shopping cart", "y_true": 4, "y_pred": 4, "reordering": [1, 2, 3, 4, 0]}
{"image": "ILSVRC2012_val_00039897.JPEG", "label": "crate", "output": "2. crate", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 3, 2]}
{"image": "ILSVRC2012_val_00040107.JPEG", "label": "poke bonnet", "output": "4. poke bonnet", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 2, 0, 4]}
{"image": "ILSVRC2012_val_00040199.JPEG", "label": "gown", "output": "4. gown", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00040305.JPEG", "label": "spotlight", "output": "1. spotlight", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00040435.JPEG", "label": "filing cabinet", "output": "2. filing cabinet", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 4, 1]}
{"image": "ILSVRC2012_val_00040542.JPEG", "label": "binoculars", "output": "2. binoculars", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 4, 2, 1]}
{"image": "ILSVRC2012_val_00040603.JPEG", "label": "go-kart", "output": "5. go-kart", "y_true": 4, "y_pred": 4, "reordering": [1, 2, 4, 3, 0]}
{"image": "ILSVRC2012_val_00040711.JPEG", "label": "flagpole", "output": "5. flagpole", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00040791.JPEG", "label": "spiral or coil", "output": "2. spiral or coil", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 1, 3, 4]}
{"image": "ILSVRC2012_val_00040860.JPEG", "label": "loupe magnifying glass", "output": "1. loupe magnifying glass", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 2, 1]}
{"image": "ILSVRC2012_val_00040954.JPEG", "label": "menu", "output": "1. menu", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 3, 1]}
{"image": "ILSVRC2012_val_00041019.JPEG", "label": "power drill", "output": "3. power drill", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00041100.JPEG", "label": "croquet ball", "output": "2. croquet ball", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 3, 2]}
{"image": "ILSVRC2012_val_00041219.JPEG", "label": "toilet paper", "output": "4. toilet paper", "y_true": 3, "y_pred": 3, "reordering": [3, 4, 2, 0, 1]}
{"image": "ILSVRC2012_val_00041317.JPEG", "label": "toy store", "output": "5. toy store", "y_true": 4, "y_pred": 4, "reordering": [1, 2, 3, 4, 0]}
{"image": "ILSVRC2012_val_00041367.JPEG", "label": "shoji screen / room divider", "output": "1. shoji screen / room divider", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 2, 3]}
{"image": "ILSVRC2012_val_00041424.JPEG", "label": "guillotine", "output": "5. guillotine", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 4, 3, 0]}
{"image": "ILSVRC2012_val_00041502.JPEG", "label": "bottle cap", "output": "2. bottle cap", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 2, 4, 3]}
{"image": "ILSVRC2012_val_00041598.JPEG", "label": "cloak", "output": "3. cloak", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00041734.JPEG", "label": "swim trunks / shorts", "output": "1. swim trunks / shorts", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00041815.JPEG", "label": "cassette", "output": "5. cassette", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00041902.JPEG", "label": "washing machine", "output": "4. vending machine", "y_true": 0, "y_pred": 3, "reordering": [0, 2, 1, 3, 4]}
{"image": "ILSVRC2012_val_00041990.JPEG", "label": "bulbul", "output": "3. bulbul", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00042069.JPEG", "label": "prison", "output": "3. prison", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 2, 1]}
{"image": "ILSVRC2012_val_00042225.JPEG", "label": "sidewinder rattlesnake", "output": "3. sidewinder rattlesnake", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 3, 4]}
{"image": "ILSVRC2012_val_00042305.JPEG", "label": "remote control", "output": "5. remote control", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00042408.JPEG", "label": "plate", "output": "3. plate", "y_true": 2, "y_pred": 2, "reordering": [4, 1, 0, 3, 2]}
{"image": "ILSVRC2012_val_00042497.JPEG", "label": "face powder", "output": "2. face powder", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 3, 2]}
{"image": "ILSVRC2012_val_00042609.JPEG", "label": "stage", "output": "3. stage", "y_true": 2, "y_pred": 2, "reordering": [2, 1, 0, 4, 3]}
{"image": "ILSVRC2012_val_00042658.JPEG", "label": "chain", "output": "3. chain", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 4, 1]}
{"image": "ILSVRC2012_val_00042797.JPEG", "label": "apiary", "output": "3. minivan", "y_true": 3, "y_pred": 2, "reordering": [4, 1, 2, 0, 3]}
{"image": "ILSVRC2012_val_00042880.JPEG", "label": "plastic bag", "output": "4. plastic bag", "y_true": 3, "y_pred": 3, "reordering": [1, 2, 3, 0, 4]}
{"image": "ILSVRC2012_val_00042947.JPEG", "label": "vase", "output": "3. vase", "y_true": 2, "y_pred": 2, "reordering": [1, 4, 0, 2, 3]}
{"image": "ILSVRC2012_val_00043003.JPEG", "label": "newt", "output": "1. newt", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 2, 4, 3]}
{"image": "ILSVRC2012_val_00043060.JPEG", "label": "dam", "output": "1. dam", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 3, 2, 4]}
{"image": "ILSVRC2012_val_00043160.JPEG", "label": "electric fan", "output": "3. electric fan", "y_true": 2, "y_pred": 2, "reordering": [4, 1, 0, 3, 2]}
{"image": "ILSVRC2012_val_00043238.JPEG", "label": "gar fish", "output": "4. gar fish", "y_true": 3, "y_pred": 3, "reordering": [2, 4, 3, 0, 1]}
{"image": "ILSVRC2012_val_00043322.JPEG", "label": "butcher shop", "output": "3. butcher shop", "y_true": 2, "y_pred": 2, "reordering": [3, 2, 0, 4, 1]}
{"image": "ILSVRC2012_val_00043440.JPEG", "label": "face powder", "output": "3. face powder", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 2, 4]}
{"image": "ILSVRC2012_val_00043510.JPEG", "label": "common squirrel monkey", "output": "4. common squirrel monkey", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 2, 0, 1]}
{"image": "ILSVRC2012_val_00043620.JPEG", "label": "vestment", "output": "5. altar", "y_true": 1, "y_pred": 4, "reordering": [1, 0, 4, 2, 3]}
{"image": "ILSVRC2012_val_00043708.JPEG", "label": "shoji screen / room divider", "output": "5. shoji screen / room divider", "y_true": 4, "y_pred": 4, "reordering": [1, 3, 4, 2, 0]}
{"image": "ILSVRC2012_val_00043806.JPEG", "label": "bakery", "output": "1. baguette", "y_true": 1, "y_pred": 0, "reordering": [3, 0, 4, 1, 2]}
{"image": "ILSVRC2012_val_00043897.JPEG", "label": "tea cup", "output": "5. tea cup", "y_true": 4, "y_pred": 4, "reordering": [4, 2, 3, 1, 0]}
{"image": "ILSVRC2012_val_00044020.JPEG", "label": "grocery store", "output": "2. grocery store", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 3, 1]}
{"image": "ILSVRC2012_val_00044106.JPEG", "label": "car mirror", "output": "2. car mirror", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 1, 4]}
{"image": "ILSVRC2012_val_00044208.JPEG", "label": "monitor", "output": "5. monitor", "y_true": 4, "y_pred": 4, "reordering": [4, 3, 2, 1, 0]}
{"image": "ILSVRC2012_val_00044324.JPEG", "label": "spotlight", "output": "3. spotlight", "y_true": 2, "y_pred": 2, "reordering": [2, 3, 0, 1, 4]}
{"image": "ILSVRC2012_val_00044429.JPEG", "label": "Scottish Terrier", "output": "5. Scottish Terrier", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00044517.JPEG", "label": "toilet seat", "output": "2. toilet seat", "y_true": 1, "y_pred": 1, "reordering": [2, 0, 4, 3, 1]}
{"image": "ILSVRC2012_val_00044627.JPEG", "label": "trombone", "output": "4. trombone", "y_true": 3, "y_pred": 3, "reordering": [2, 1, 4, 0, 3]}
{"image": "ILSVRC2012_val_00044694.JPEG", "label": "bustard", "output": "2. bustard", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 2, 4]}
{"image": "ILSVRC2012_val_00044754.JPEG", "label": "storage chest", "output": "5. storage chest", "y_true": 4, "y_pred": 4, "reordering": [3, 2, 4, 1, 0]}
{"image": "ILSVRC2012_val_00044855.JPEG", "label": "tree frog", "output": "2. tree frog", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 4, 1]}
{"image": "ILSVRC2012_val_00044943.JPEG", "label": "police van", "output": "5. police van", "y_true": 4, "y_pred": 4, "reordering": [1, 3, 4, 2, 0]}
{"image": "ILSVRC2012_val_00045082.JPEG", "label": "paddle", "output": "3. paddle", "y_true": 2, "y_pred": 2, "reordering": [2, 4, 0, 1, 3]}
{"image": "ILSVRC2012_val_00045168.JPEG", "label": "space heater", "output": "2. space heater", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 2, 1]}
{"image": "ILSVRC2012_val_00045240.JPEG", "label": "clogs", "output": "4. clogs", "y_true": 3, "y_pred": 3, "reordering": [3, 2, 1, 0, 4]}
{"image": "ILSVRC2012_val_00045301.JPEG", "label": "Christmas stocking", "output": "3. Christmas stocking", "y_true": 2, "y_pred": 2, "reordering": [1, 2, 0, 4, 3]}
{"image": "ILSVRC2012_val_00045350.JPEG", "label": "ski", "output": "3. ski", "y_true": 2, "y_pred": 2, "reordering": [4, 1, 0, 2, 3]}
{"image": "ILSVRC2012_val_00045461.JPEG", "label": "hook", "output": "2. hook", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00045574.JPEG", "label": "trimaran", "output": "1. trimaran", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 1, 3]}
{"image": "ILSVRC2012_val_00045646.JPEG", "label": "armadillo", "output": "1. armadillo", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 2, 4, 1]}
{"image": "ILSVRC2012_val_00045708.JPEG", "label": "Whippet", "output": "3. Malinois", "y_true": 4, "y_pred": 2, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00045791.JPEG", "label": "sink", "output": "5. sink", "y_true": 4, "y_pred": 4, "reordering": [3, 1, 2, 4, 0]}
{"image": "ILSVRC2012_val_00045903.JPEG", "label": "Bedlington Terrier", "output": "3. Bedlington Terrier", "y_true": 2, "y_pred": 2, "reordering": [1, 3, 0, 2, 4]}
{"image": "ILSVRC2012_val_00046007.JPEG", "label": "limousine", "output": "3. limousine", "y_true": 2, "y_pred": 2, "reordering": [2, 3, 0, 1, 4]}
{"image": "ILSVRC2012_val_00046074.JPEG", "label": "barn spider", "output": "3", "y_true": 0, "y_pred": 2, "reordering": [0, 3, 4, 1, 2]}
{"image": "ILSVRC2012_val_00046153.JPEG", "label": "langur", "output": "2. langur", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00046244.JPEG", "label": "triumphal arch", "output": "5. stone wall", "y_true": 3, "y_pred": 4, "reordering": [1, 3, 4, 0, 2]}
{"image": "ILSVRC2012_val_00046360.JPEG", "label": "refrigerator", "output": "5. refrigerator", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 1, 4, 0]}
{"image": "ILSVRC2012_val_00046441.JPEG", "label": "picket fence", "output": "1. picket fence", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 3, 2, 4]}
{"image": "ILSVRC2012_val_00046520.JPEG", "label": "mortar and pestle", "output": "4", "y_true": 3, "y_pred": 3, "reordering": [4, 3, 1, 0, 2]}
{"image": "ILSVRC2012_val_00046639.JPEG", "label": "shower cap", "output": "4. shower cap", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 3, 0, 2]}
{"image": "ILSVRC2012_val_00046764.JPEG", "label": "chainsaw", "output": "5. chainsaw", "y_true": 4, "y_pred": 4, "reordering": [1, 4, 3, 2, 0]}
{"image": "ILSVRC2012_val_00046845.JPEG", "label": "drumstick", "output": "2. drumstick", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 1, 4]}
{"image": "ILSVRC2012_val_00046920.JPEG", "label": "mask", "output": "2. mask", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 1, 3, 2]}
{"image": "ILSVRC2012_val_00047056.JPEG", "label": "bulletproof vest", "output": "1. bulletproof vest", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00047135.JPEG", "label": "eraser", "output": "2. eraser", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 4, 2]}
{"image": "ILSVRC2012_val_00047207.JPEG", "label": "weighing scale", "output": "5. weighing scale", "y_true": 4, "y_pred": 4, "reordering": [2, 3, 4, 1, 0]}
{"image": "ILSVRC2012_val_00047299.JPEG", "label": "coffeemaker", "output": "1. coffeemaker", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 2, 3]}
{"image": "ILSVRC2012_val_00047390.JPEG", "label": "dumbbell", "output": "4. dumbbell", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 1, 0, 4]}
{"image": "ILSVRC2012_val_00047501.JPEG", "label": "hook", "output": "4. hook", "y_true": 3, "y_pred": 3, "reordering": [2, 3, 1, 0, 4]}
{"image": "ILSVRC2012_val_00047570.JPEG", "label": "clothes iron", "output": "2. clothes iron", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 3, 4, 2]}
{"image": "ILSVRC2012_val_00047647.JPEG", "label": "ice cream", "output": "3. ice cream", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 2, 1]}
{"image": "ILSVRC2012_val_00047751.JPEG", "label": "digital clock", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [2, 1, 3, 4, 0]}
{"image": "ILSVRC2012_val_00047830.JPEG", "label": "burrito", "output": "1. burrito", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 1, 3]}
{"image": "ILSVRC2012_val_00047936.JPEG", "label": "hatchet", "output": "2. hatchet", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 2, 3]}
{"image": "ILSVRC2012_val_00048077.JPEG", "label": "meerkat", "output": "1", "y_true": 0, "y_pred": 0, "reordering": [0, 2, 4, 1, 3]}
{"image": "ILSVRC2012_val_00048133.JPEG", "label": "ladle", "output": "3. ladle", "y_true": 2, "y_pred": 2, "reordering": [4, 2, 0, 3, 1]}
{"image": "ILSVRC2012_val_00048226.JPEG", "label": "dishcloth", "output": "1. dishcloth", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 1, 4, 2]}
{"image": "ILSVRC2012_val_00048381.JPEG", "label": "military uniform", "output": "1. military uniform", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 3, 1]}
{"image": "ILSVRC2012_val_00048449.JPEG", "label": "knee pad", "output": "2. knee pad", "y_true": 1, "y_pred": 1, "reordering": [3, 0, 2, 4, 1]}
{"image": "ILSVRC2012_val_00048558.JPEG", "label": "Petri dish", "output": "2. Petri dish", "y_true": 1, "y_pred": 1, "reordering": [4, 0, 3, 1, 2]}
{"image": "ILSVRC2012_val_00048695.JPEG", "label": "screwdriver", "output": "3. screwdriver", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 1, 2]}
{"image": "ILSVRC2012_val_00048726.JPEG", "label": "chiffonier", "output": "1. chiffonier", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 1, 3, 2]}
{"image": "ILSVRC2012_val_00048820.JPEG", "label": "cleaver", "output": "1. cleaver", "y_true": 0, "y_pred": 0, "reordering": [0, 1, 4, 2, 3]}
{"image": "ILSVRC2012_val_00048875.JPEG", "label": "coffee mug", "output": "4", "y_true": 3, "y_pred": 3, "reordering": [3, 1, 2, 0, 4]}
{"image": "ILSVRC2012_val_00048985.JPEG", "label": "lotion", "output": "4. lotion", "y_true": 3, "y_pred": 3, "reordering": [4, 1, 2, 0, 3]}
{"image": "ILSVRC2012_val_00049096.JPEG", "label": "tea cup", "output": "1. tea cup", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 4, 2, 1]}
{"image": "ILSVRC2012_val_00049153.JPEG", "label": "sewing machine", "output": "1. sewing machine", "y_true": 0, "y_pred": 0, "reordering": [0, 4, 2, 1, 3]}
{"image": "ILSVRC2012_val_00049232.JPEG", "label": "wine bottle", "output": "5", "y_true": 4, "y_pred": 4, "reordering": [4, 1, 3, 2, 0]}
{"image": "ILSVRC2012_val_00049287.JPEG", "label": "tailed frog", "output": "2. tailed frog", "y_true": 1, "y_pred": 1, "reordering": [1, 0, 4, 3, 2]}
{"image": "ILSVRC2012_val_00049390.JPEG", "label": "Asian elephant", "output": "3. Asian elephant", "y_true": 2, "y_pred": 2, "reordering": [4, 3, 0, 2, 1]}
{"image": "ILSVRC2012_val_00049544.JPEG", "label": "hand-held computer", "output": "1. hand-held computer", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 1, 4, 2]}
{"image": "ILSVRC2012_val_00049652.JPEG", "label": "frilled-necked lizard", "output": "2. green iguana", "y_true": 4, "y_pred": 1, "reordering": [2, 1, 4, 3, 0]}
{"image": "ILSVRC2012_val_00049728.JPEG", "label": "tripod", "output": "4. tripod", "y_true": 3, "y_pred": 3, "reordering": [4, 2, 3, 0, 1]}
{"image": "ILSVRC2012_val_00049791.JPEG", "label": "prison", "output": "5. prison", "y_true": 4, "y_pred": 4, "reordering": [3, 4, 2, 1, 0]}
{"image": "ILSVRC2012_val_00049896.JPEG", "label": "Band-Aid", "output": "1. Band-Aid", "y_true": 0, "y_pred": 0, "reordering": [0, 3, 2, 1, 4]}
{"image": "ILSVRC2012_val_00049964.JPEG", "label": "popsicle", "output": "5. popsicle", "y_true": 4, "y_pred": 4, "reordering": [2, 4, 1, 3, 0]}