Coverage for onnxcustom/utils/imagenet_classes.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2@file
3@brief Informations related to the :epkg:`ImageNet` competition.
4"""
7def get_class_names():
8 """
9 Returns the class names for the :epkg:`ImageNet`
10 competition as a dictionary.
11 """
12 return class_names
15class_names = {
16 0: 'tench, Tinca tinca',
17 1: 'goldfish, Carassius auratus',
18 2: 'great white shark, white shark, man-eater, man-eating shark, '
19 'Carcharodon carcharias',
20 3: 'tiger shark, Galeocerdo cuvieri',
21 4: 'hammerhead, hammerhead shark',
22 5: 'electric ray, crampfish, numbfish, torpedo',
23 6: 'stingray',
24 7: 'cock',
25 8: 'hen',
26 9: 'ostrich, Struthio camelus',
27 10: 'brambling, Fringilla montifringilla',
28 11: 'goldfinch, Carduelis carduelis',
29 12: 'house finch, linnet, Carpodacus mexicanus',
30 13: 'junco, snowbird',
31 14: 'indigo bunting, indigo finch, indigo bird, Passerina cyanea',
32 15: 'robin, American robin, Turdus migratorius',
33 16: 'bulbul',
34 17: 'jay',
35 18: 'magpie',
36 19: 'chickadee',
37 20: 'water ouzel, dipper',
38 21: 'kite',
39 22: 'bald eagle, American eagle, Haliaeetus leucocephalus',
40 23: 'vulture',
41 24: 'great grey owl, great gray owl, Strix nebulosa',
42 25: 'European fire salamander, Salamandra salamandra',
43 26: 'common newt, Triturus vulgaris',
44 27: 'eft',
45 28: 'spotted salamander, Ambystoma maculatum',
46 29: 'axolotl, mud puppy, Ambystoma mexicanum',
47 30: 'bullfrog, Rana catesbeiana',
48 31: 'tree frog, tree-frog',
49 32: 'tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui',
50 33: 'loggerhead, loggerhead turtle, Caretta caretta',
51 34: 'leatherback turtle, leatherback, leathery turtle, '
52 'Dermochelys coriacea',
53 35: 'mud turtle',
54 36: 'terrapin',
55 37: 'box turtle, box tortoise',
56 38: 'banded gecko',
57 39: 'common iguana, iguana, Iguana iguana',
58 40: 'American chameleon, anole, Anolis carolinensis',
59 41: 'whiptail, whiptail lizard',
60 42: 'agama',
61 43: 'frilled lizard, Chlamydosaurus kingi',
62 44: 'alligator lizard',
63 45: 'Gila monster, Heloderma suspectum',
64 46: 'green lizard, Lacerta viridis',
65 47: 'African chameleon, Chamaeleo chamaeleon',
66 48: 'Komodo dragon, Komodo lizard, dragon lizard, giant lizard, '
67 'Varanus komodoensis',
68 49: 'African crocodile, Nile crocodile, Crocodylus niloticus',
69 50: 'American alligator, Alligator mississipiensis',
70 51: 'triceratops',
71 52: 'thunder snake, worm snake, Carphophis amoenus',
72 53: 'ringneck snake, ring-necked snake, ring snake',
73 54: 'hognose snake, puff adder, sand viper',
74 55: 'green snake, grass snake',
75 56: 'king snake, kingsnake',
76 57: 'garter snake, grass snake',
77 58: 'water snake',
78 59: 'vine snake',
79 60: 'night snake, Hypsiglena torquata',
80 61: 'boa constrictor, Constrictor constrictor',
81 62: 'rock python, rock snake, Python sebae',
82 63: 'Indian cobra, Naja naja',
83 64: 'green mamba',
84 65: 'sea snake',
85 66: 'horned viper, cerastes, sand viper, horned asp, Cerastes cornutus',
86 67: 'diamondback, diamondback rattlesnake, Crotalus adamanteus',
87 68: 'sidewinder, horned rattlesnake, Crotalus cerastes',
88 69: 'trilobite',
89 70: 'harvestman, daddy longlegs, Phalangium opilio',
90 71: 'scorpion',
91 72: 'black and gold garden spider, Argiope aurantia',
92 73: 'barn spider, Araneus cavaticus',
93 74: 'garden spider, Aranea diademata',
94 75: 'black widow, Latrodectus mactans',
95 76: 'tarantula',
96 77: 'wolf spider, hunting spider',
97 78: 'tick',
98 79: 'centipede',
99 80: 'black grouse',
100 81: 'ptarmigan',
101 82: 'ruffed grouse, partridge, Bonasa umbellus',
102 83: 'prairie chicken, prairie grouse, prairie fowl',
103 84: 'peacock',
104 85: 'quail',
105 86: 'partridge',
106 87: 'African grey, African gray, Psittacus erithacus',
107 88: 'macaw',
108 89: 'sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita',
109 90: 'lorikeet',
110 91: 'coucal',
111 92: 'bee eater',
112 93: 'hornbill',
113 94: 'hummingbird',
114 95: 'jacamar',
115 96: 'toucan',
116 97: 'drake',
117 98: 'red-breasted merganser, Mergus serrator',
118 99: 'goose',
119 100: 'black swan, Cygnus atratus',
120 101: 'tusker',
121 102: 'echidna, spiny anteater, anteater',
122 103: 'platypus, duckbill, duckbilled platypus, duck-billed '
123 'platypus, Ornithorhynchus anatinus',
124 104: 'wallaby, brush kangaroo',
125 105: 'koala, koala bear, kangaroo bear, native bear, '
126 'Phascolarctos cinereus',
127 106: 'wombat',
128 107: 'jellyfish',
129 108: 'sea anemone, anemone',
130 109: 'brain coral',
131 110: 'flatworm, platyhelminth',
132 111: 'nematode, nematode worm, roundworm',
133 112: 'conch',
134 113: 'snail',
135 114: 'slug',
136 115: 'sea slug, nudibranch',
137 116: 'chiton, coat-of-mail shell, sea cradle, polyplacophore',
138 117: 'chambered nautilus, pearly nautilus, nautilus',
139 118: 'Dungeness crab, Cancer magister',
140 119: 'rock crab, Cancer irroratus',
141 120: 'fiddler crab',
142 121: 'king crab, Alaska crab, Alaskan king crab, Alaska king '
143 'crab, Paralithodes camtschatica',
144 122: 'American lobster, Northern lobster, Maine lobster, '
145 'Homarus americanus',
146 123: 'spiny lobster, langouste, rock lobster, crawfish, '
147 'crayfish, sea crawfish',
148 124: 'crayfish, crawfish, crawdad, crawdaddy',
149 125: 'hermit crab',
150 126: 'isopod',
151 127: 'white stork, Ciconia ciconia',
152 128: 'black stork, Ciconia nigra',
153 129: 'spoonbill',
154 130: 'flamingo',
155 131: 'little blue heron, Egretta caerulea',
156 132: 'American egret, great white heron, Egretta albus',
157 133: 'bittern',
158 134: 'crane',
159 135: 'limpkin, Aramus pictus',
160 136: 'European gallinule, Porphyrio porphyrio',
161 137: 'American coot, marsh hen, mud hen, water hen, Fulica americana',
162 138: 'bustard',
163 139: 'ruddy turnstone, Arenaria interpres',
164 140: 'red-backed sandpiper, dunlin, Erolia alpina',
165 141: 'redshank, Tringa totanus',
166 142: 'dowitcher',
167 143: 'oystercatcher, oyster catcher',
168 144: 'pelican',
169 145: 'king penguin, Aptenodytes patagonica',
170 146: 'albatross, mollymawk',
171 147: 'grey whale, gray whale, devilfish, Eschrichtius '
172 'gibbosus, Eschrichtius robustus',
173 148: 'killer whale, killer, orca, grampus, sea wolf, Orcinus orca',
174 149: 'dugong, Dugong dugon',
175 150: 'sea lion',
176 151: 'Chihuahua',
177 152: 'Japanese spaniel',
178 153: 'Maltese dog, Maltese terrier, Maltese',
179 154: 'Pekinese, Pekingese, Peke',
180 155: 'Shih-Tzu',
181 156: 'Blenheim spaniel',
182 157: 'papillon',
183 158: 'toy terrier',
184 159: 'Rhodesian ridgeback',
185 160: 'Afghan hound, Afghan',
186 161: 'basset, basset hound',
187 162: 'beagle',
188 163: 'bloodhound, sleuthhound',
189 164: 'bluetick',
190 165: 'black-and-tan coonhound',
191 166: 'Walker hound, Walker foxhound',
192 167: 'English foxhound',
193 168: 'redbone',
194 169: 'borzoi, Russian wolfhound',
195 170: 'Irish wolfhound',
196 171: 'Italian greyhound',
197 172: 'whippet',
198 173: 'Ibizan hound, Ibizan Podenco',
199 174: 'Norwegian elkhound, elkhound',
200 175: 'otterhound, otter hound',
201 176: 'Saluki, gazelle hound',
202 177: 'Scottish deerhound, deerhound',
203 178: 'Weimaraner',
204 179: 'Staffordshire bullterrier, Staffordshire bull terrier',
205 180: 'American Staffordshire terrier, Staffordshire terrier, '
206 'American pit bull terrier, pit bull terrier',
207 181: 'Bedlington terrier',
208 182: 'Border terrier',
209 183: 'Kerry blue terrier',
210 184: 'Irish terrier',
211 185: 'Norfolk terrier',
212 186: 'Norwich terrier',
213 187: 'Yorkshire terrier',
214 188: 'wire-haired fox terrier',
215 189: 'Lakeland terrier',
216 190: 'Sealyham terrier, Sealyham',
217 191: 'Airedale, Airedale terrier',
218 192: 'cairn, cairn terrier',
219 193: 'Australian terrier',
220 194: 'Dandie Dinmont, Dandie Dinmont terrier',
221 195: 'Boston bull, Boston terrier',
222 196: 'miniature schnauzer',
223 197: 'giant schnauzer',
224 198: 'standard schnauzer',
225 199: 'Scotch terrier, Scottish terrier, Scottie',
226 200: 'Tibetan terrier, chrysanthemum dog',
227 201: 'silky terrier, Sydney silky',
228 202: 'soft-coated wheaten terrier',
229 203: 'West Highland white terrier',
230 204: 'Lhasa, Lhasa apso',
231 205: 'flat-coated retriever',
232 206: 'curly-coated retriever',
233 207: 'golden retriever',
234 208: 'Labrador retriever',
235 209: 'Chesapeake Bay retriever',
236 210: 'German short-haired pointer',
237 211: 'vizsla, Hungarian pointer',
238 212: 'English setter',
239 213: 'Irish setter, red setter',
240 214: 'Gordon setter',
241 215: 'Brittany spaniel',
242 216: 'clumber, clumber spaniel',
243 217: 'English springer, English springer spaniel',
244 218: 'Welsh springer spaniel',
245 219: 'cocker spaniel, English cocker spaniel, cocker',
246 220: 'Sussex spaniel',
247 221: 'Irish water spaniel',
248 222: 'kuvasz',
249 223: 'schipperke',
250 224: 'groenendael',
251 225: 'malinois',
252 226: 'briard',
253 227: 'kelpie',
254 228: 'komondor',
255 229: 'Old English sheepdog, bobtail',
256 230: 'Shetland sheepdog, Shetland sheep dog, Shetland',
257 231: 'collie',
258 232: 'Border collie',
259 233: 'Bouvier des Flandres, Bouviers des Flandres',
260 234: 'Rottweiler',
261 235: 'German shepherd, German shepherd dog, German police dog, alsatian',
262 236: 'Doberman, Doberman pinscher',
263 237: 'miniature pinscher',
264 238: 'Greater Swiss Mountain dog',
265 239: 'Bernese mountain dog',
266 240: 'Appenzeller',
267 241: 'EntleBucher',
268 242: 'boxer',
269 243: 'bull mastiff',
270 244: 'Tibetan mastiff',
271 245: 'French bulldog',
272 246: 'Great Dane',
273 247: 'Saint Bernard, St Bernard',
274 248: 'Eskimo dog, husky',
275 249: 'malamute, malemute, Alaskan malamute',
276 250: 'Siberian husky',
277 251: 'dalmatian, coach dog, carriage dog',
278 252: 'affenpinscher, monkey pinscher, monkey dog',
279 253: 'basenji',
280 254: 'pug, pug-dog',
281 255: 'Leonberg',
282 256: 'Newfoundland, Newfoundland dog',
283 257: 'Great Pyrenees',
284 258: 'Samoyed, Samoyede',
285 259: 'Pomeranian',
286 260: 'chow, chow chow',
287 261: 'keeshond',
288 262: 'Brabancon griffon',
289 263: 'Pembroke, Pembroke Welsh corgi',
290 264: 'Cardigan, Cardigan Welsh corgi',
291 265: 'toy poodle',
292 266: 'miniature poodle',
293 267: 'standard poodle',
294 268: 'Mexican hairless',
295 269: 'timber wolf, grey wolf, gray wolf, Canis lupus',
296 270: 'white wolf, Arctic wolf, Canis lupus tundrarum',
297 271: 'red wolf, maned wolf, Canis rufus, Canis niger',
298 272: 'coyote, prairie wolf, brush wolf, Canis latrans',
299 273: 'dingo, warrigal, warragal, Canis dingo',
300 274: 'dhole, Cuon alpinus',
301 275: 'African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus',
302 276: 'hyena, hyaena',
303 277: 'red fox, Vulpes vulpes',
304 278: 'kit fox, Vulpes macrotis',
305 279: 'Arctic fox, white fox, Alopex lagopus',
306 280: 'grey fox, gray fox, Urocyon cinereoargenteus',
307 281: 'tabby, tabby cat',
308 282: 'tiger cat',
309 283: 'Persian cat',
310 284: 'Siamese cat, Siamese',
311 285: 'Egyptian cat',
312 286: 'cougar, puma, catamount, mountain lion, painter, '
313 'panther, Felis concolor',
314 287: 'lynx, catamount',
315 288: 'leopard, Panthera pardus',
316 289: 'snow leopard, ounce, Panthera uncia',
317 290: 'jaguar, panther, Panthera onca, Felis onca',
318 291: 'lion, king of beasts, Panthera leo',
319 292: 'tiger, Panthera tigris',
320 293: 'cheetah, chetah, Acinonyx jubatus',
321 294: 'brown bear, bruin, Ursus arctos',
322 295: 'American black bear, black bear, Ursus americanus, '
323 'Euarctos americanus',
324 296: 'ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus',
325 297: 'sloth bear, Melursus ursinus, Ursus ursinus',
326 298: 'mongoose',
327 299: 'meerkat, mierkat',
328 300: 'tiger beetle',
329 301: 'ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle',
330 302: 'ground beetle, carabid beetle',
331 303: 'long-horned beetle, longicorn, longicorn beetle',
332 304: 'leaf beetle, chrysomelid',
333 305: 'dung beetle',
334 306: 'rhinoceros beetle',
335 307: 'weevil',
336 308: 'fly',
337 309: 'bee',
338 310: 'ant, emmet, pismire',
339 311: 'grasshopper, hopper',
340 312: 'cricket',
341 313: 'walking stick, walkingstick, stick insect',
342 314: 'cockroach, roach',
343 315: 'mantis, mantid',
344 316: 'cicada, cicala',
345 317: 'leafhopper',
346 318: 'lacewing, lacewing fly',
347 319: "dragonfly, darning needle, devil's darning needle, "
348 "sewing needle, snake feeder, snake doctor, mosquito "
349 "hawk, skeeter hawk",
350 320: 'damselfly',
351 321: 'admiral',
352 322: 'ringlet, ringlet butterfly',
353 323: 'monarch, monarch butterfly, milkweed butterfly, Danaus plexippus',
354 324: 'cabbage butterfly',
355 325: 'sulphur butterfly, sulfur butterfly',
356 326: 'lycaenid, lycaenid butterfly',
357 327: 'starfish, sea star',
358 328: 'sea urchin',
359 329: 'sea cucumber, holothurian',
360 330: 'wood rabbit, cottontail, cottontail rabbit',
361 331: 'hare',
362 332: 'Angora, Angora rabbit',
363 333: 'hamster',
364 334: 'porcupine, hedgehog',
365 335: 'fox squirrel, eastern fox squirrel, Sciurus niger',
366 336: 'marmot',
367 337: 'beaver',
368 338: 'guinea pig, Cavia cobaya',
369 339: 'sorrel',
370 340: 'zebra',
371 341: 'hog, pig, grunter, squealer, Sus scrofa',
372 342: 'wild boar, boar, Sus scrofa',
373 343: 'warthog',
374 344: 'hippopotamus, hippo, river horse, Hippopotamus amphibius',
375 345: 'ox',
376 346: 'water buffalo, water ox, Asiatic buffalo, Bubalus bubalis',
377 347: 'bison',
378 348: 'ram, tup',
379 349: 'bighorn, bighorn sheep, cimarron, Rocky Mountain '
380 'bighorn, Rocky Mountain sheep, Ovis canadensis',
381 350: 'ibex, Capra ibex',
382 351: 'hartebeest',
383 352: 'impala, Aepyceros melampus',
384 353: 'gazelle',
385 354: 'Arabian camel, dromedary, Camelus dromedarius',
386 355: 'llama',
387 356: 'weasel',
388 357: 'mink',
389 358: 'polecat, fitch, foulmart, foumart, Mustela putorius',
390 359: 'black-footed ferret, ferret, Mustela nigripes',
391 360: 'otter',
392 361: 'skunk, polecat, wood pussy',
393 362: 'badger',
394 363: 'armadillo',
395 364: 'three-toed sloth, ai, Bradypus tridactylus',
396 365: 'orangutan, orang, orangutang, Pongo pygmaeus',
397 366: 'gorilla, Gorilla gorilla',
398 367: 'chimpanzee, chimp, Pan troglodytes',
399 368: 'gibbon, Hylobates lar',
400 369: 'siamang, Hylobates syndactylus, Symphalangus syndactylus',
401 370: 'guenon, guenon monkey',
402 371: 'patas, hussar monkey, Erythrocebus patas',
403 372: 'baboon',
404 373: 'macaque',
405 374: 'langur',
406 375: 'colobus, colobus monkey',
407 376: 'proboscis monkey, Nasalis larvatus',
408 377: 'marmoset',
409 378: 'capuchin, ringtail, Cebus capucinus',
410 379: 'howler monkey, howler',
411 380: 'titi, titi monkey',
412 381: 'spider monkey, Ateles geoffroyi',
413 382: 'squirrel monkey, Saimiri sciureus',
414 383: 'Madagascar cat, ring-tailed lemur, Lemur catta',
415 384: 'indri, indris, Indri indri, Indri brevicaudatus',
416 385: 'Indian elephant, Elephas maximus',
417 386: 'African elephant, Loxodonta africana',
418 387: 'lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens',
419 388: 'giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca',
420 389: 'barracouta, snoek',
421 390: 'eel',
422 391: 'coho, cohoe, coho salmon, blue jack, silver salmon, '
423 'Oncorhynchus kisutch',
424 392: 'rock beauty, Holocanthus tricolor',
425 393: 'anemone fish',
426 394: 'sturgeon',
427 395: 'gar, garfish, garpike, billfish, Lepisosteus osseus',
428 396: 'lionfish',
429 397: 'puffer, pufferfish, blowfish, globefish',
430 398: 'abacus',
431 399: 'abaya',
432 400: "academic gown, academic robe, judge's robe",
433 401: 'accordion, piano accordion, squeeze box',
434 402: 'acoustic guitar',
435 403: 'aircraft carrier, carrier, flattop, attack aircraft carrier',
436 404: 'airliner',
437 405: 'airship, dirigible',
438 406: 'altar',
439 407: 'ambulance',
440 408: 'amphibian, amphibious vehicle',
441 409: 'analog clock',
442 410: 'apiary, bee house',
443 411: 'apron',
444 412: 'ashcan, trash can, garbage can, wastebin, ash bin, '
445 'ash-bin, ashbin, dustbin, trash barrel, trash bin',
446 413: 'assault rifle, assault gun',
447 414: 'backpack, back pack, knapsack, packsack, rucksack, haversack',
448 415: 'bakery, bakeshop, bakehouse',
449 416: 'balance beam, beam',
450 417: 'balloon',
451 418: 'ballpoint, ballpoint pen, ballpen, Biro',
452 419: 'Band Aid',
453 420: 'banjo',
454 421: 'bannister, banister, balustrade, balusters, handrail',
455 422: 'barbell',
456 423: 'barber chair',
457 424: 'barbershop',
458 425: 'barn',
459 426: 'barometer',
460 427: 'barrel, cask',
461 428: 'barrow, garden cart, lawn cart, wheelbarrow',
462 429: 'baseball',
463 430: 'basketball',
464 431: 'bassinet',
465 432: 'bassoon',
466 433: 'bathing cap, swimming cap',
467 434: 'bath towel',
468 435: 'bathtub, bathing tub, bath, tub',
469 436: 'beach wagon, station wagon, wagon, estate car, '
470 'beach waggon, station waggon, waggon',
471 437: 'beacon, lighthouse, beacon light, pharos',
472 438: 'beaker',
473 439: 'bearskin, busby, shako',
474 440: 'beer bottle',
475 441: 'beer glass',
476 442: 'bell cote, bell cot',
477 443: 'bib',
478 444: 'bicycle-built-for-two, tandem bicycle, tandem',
479 445: 'bikini, two-piece',
480 446: 'binder, ring-binder',
481 447: 'binoculars, field glasses, opera glasses',
482 448: 'birdhouse',
483 449: 'boathouse',
484 450: 'bobsled, bobsleigh, bob',
485 451: 'bolo tie, bolo, bola tie, bola',
486 452: 'bonnet, poke bonnet',
487 453: 'bookcase',
488 454: 'bookshop, bookstore, bookstall',
489 455: 'bottlecap',
490 456: 'bow',
491 457: 'bow tie, bow-tie, bowtie',
492 458: 'brass, memorial tablet, plaque',
493 459: 'brassiere, bra, bandeau',
494 460: 'breakwater, groin, groyne, mole, bulwark, seawall, jetty',
495 461: 'breastplate, aegis, egis',
496 462: 'broom',
497 463: 'bucket, pail',
498 464: 'buckle',
499 465: 'bulletproof vest',
500 466: 'bullet train, bullet',
501 467: 'butcher shop, meat market',
502 468: 'cab, hack, taxi, taxicab',
503 469: 'caldron, cauldron',
504 470: 'candle, taper, wax light',
505 471: 'cannon',
506 472: 'canoe',
507 473: 'can opener, tin opener',
508 474: 'cardigan',
509 475: 'car mirror',
510 476: 'carousel, carrousel, merry-go-round, roundabout, whirligig',
511 477: "carpenter's kit, tool kit",
512 478: 'carton',
513 479: 'car wheel',
514 480: 'cash machine, cash dispenser, automated teller '
515 'machine, automatic teller machine, automated teller, '
516 'automatic teller, ATM',
517 481: 'cassette',
518 482: 'cassette player',
519 483: 'castle',
520 484: 'catamaran',
521 485: 'CD player',
522 486: 'cello, violoncello',
523 487: 'cellular telephone, cellular phone, cellphone, cell, mobile phone',
524 488: 'chain',
525 489: 'chainlink fence',
526 490: 'chain mail, ring mail, mail, chain armor, chain '
527 'armour, ring armor, ring armour',
528 491: 'chain saw, chainsaw',
529 492: 'chest',
530 493: 'chiffonier, commode',
531 494: 'chime, bell, gong',
532 495: 'china cabinet, china closet',
533 496: 'Christmas stocking',
534 497: 'church, church building',
535 498: 'cinema, movie theater, movie theatre, movie house, picture palace',
536 499: 'cleaver, meat cleaver, chopper',
537 500: 'cliff dwelling',
538 501: 'cloak',
539 502: 'clog, geta, patten, sabot',
540 503: 'cocktail shaker',
541 504: 'coffee mug',
542 505: 'coffeepot',
543 506: 'coil, spiral, volute, whorl, helix',
544 507: 'combination lock',
545 508: 'computer keyboard, keypad',
546 509: 'confectionery, confectionary, candy store',
547 510: 'container ship, containership, container vessel',
548 511: 'convertible',
549 512: 'corkscrew, bottle screw',
550 513: 'cornet, horn, trumpet, trump',
551 514: 'cowboy boot',
552 515: 'cowboy hat, ten-gallon hat',
553 516: 'cradle',
554 517: 'crane',
555 518: 'crash helmet',
556 519: 'crate',
557 520: 'crib, cot',
558 521: 'Crock Pot',
559 522: 'croquet ball',
560 523: 'crutch',
561 524: 'cuirass',
562 525: 'dam, dike, dyke',
563 526: 'desk',
564 527: 'desktop computer',
565 528: 'dial telephone, dial phone',
566 529: 'diaper, nappy, napkin',
567 530: 'digital clock',
568 531: 'digital watch',
569 532: 'dining table, board',
570 533: 'dishrag, dishcloth',
571 534: 'dishwasher, dish washer, dishwashing machine',
572 535: 'disk brake, disc brake',
573 536: 'dock, dockage, docking facility',
574 537: 'dogsled, dog sled, dog sleigh',
575 538: 'dome',
576 539: 'doormat, welcome mat',
577 540: 'drilling platform, offshore rig',
578 541: 'drum, membranophone, tympan',
579 542: 'drumstick',
580 543: 'dumbbell',
581 544: 'Dutch oven',
582 545: 'electric fan, blower',
583 546: 'electric guitar',
584 547: 'electric locomotive',
585 548: 'entertainment center',
586 549: 'envelope',
587 550: 'espresso maker',
588 551: 'face powder',
589 552: 'feather boa, boa',
590 553: 'file, file cabinet, filing cabinet',
591 554: 'fireboat',
592 555: 'fire engine, fire truck',
593 556: 'fire screen, fireguard',
594 557: 'flagpole, flagstaff',
595 558: 'flute, transverse flute',
596 559: 'folding chair',
597 560: 'football helmet',
598 561: 'forklift',
599 562: 'fountain',
600 563: 'fountain pen',
601 564: 'four-poster',
602 565: 'freight car',
603 566: 'French horn, horn',
604 567: 'frying pan, frypan, skillet',
605 568: 'fur coat',
606 569: 'garbage truck, dustcart',
607 570: 'gasmask, respirator, gas helmet',
608 571: 'gas pump, gasoline pump, petrol pump, island dispenser',
609 572: 'goblet',
610 573: 'go-kart',
611 574: 'golf ball',
612 575: 'golfcart, golf cart',
613 576: 'gondola',
614 577: 'gong, tam-tam',
615 578: 'gown',
616 579: 'grand piano, grand',
617 580: 'greenhouse, nursery, glasshouse',
618 581: 'grille, radiator grille',
619 582: 'grocery store, grocery, food market, market',
620 583: 'guillotine',
621 584: 'hair slide',
622 585: 'hair spray',
623 586: 'half track',
624 587: 'hammer',
625 588: 'hamper',
626 589: 'hand blower, blow dryer, blow drier, hair dryer, hair drier',
627 590: 'hand-held computer, hand-held microcomputer',
628 591: 'handkerchief, hankie, hanky, hankey',
629 592: 'hard disc, hard disk, fixed disk',
630 593: 'harmonica, mouth organ, harp, mouth harp',
631 594: 'harp',
632 595: 'harvester, reaper',
633 596: 'hatchet',
634 597: 'holster',
635 598: 'home theater, home theatre',
636 599: 'honeycomb',
637 600: 'hook, claw',
638 601: 'hoopskirt, crinoline',
639 602: 'horizontal bar, high bar',
640 603: 'horse cart, horse-cart',
641 604: 'hourglass',
642 605: 'iPod',
643 606: 'iron, smoothing iron',
644 607: "jack-o'-lantern",
645 608: 'jean, blue jean, denim',
646 609: 'jeep, landrover',
647 610: 'jersey, T-shirt, tee shirt',
648 611: 'jigsaw puzzle',
649 612: 'jinrikisha, ricksha, rickshaw',
650 613: 'joystick',
651 614: 'kimono',
652 615: 'knee pad',
653 616: 'knot',
654 617: 'lab coat, laboratory coat',
655 618: 'ladle',
656 619: 'lampshade, lamp shade',
657 620: 'laptop, laptop computer',
658 621: 'lawn mower, mower',
659 622: 'lens cap, lens cover',
660 623: 'letter opener, paper knife, paperknife',
661 624: 'library',
662 625: 'lifeboat',
663 626: 'lighter, light, igniter, ignitor',
664 627: 'limousine, limo',
665 628: 'liner, ocean liner',
666 629: 'lipstick, lip rouge',
667 630: 'Loafer',
668 631: 'lotion',
669 632: 'loudspeaker, speaker, speaker unit, loudspeaker '
670 'system, speaker system',
671 633: "loupe, jeweler's loupe",
672 634: 'lumbermill, sawmill',
673 635: 'magnetic compass',
674 636: 'mailbag, postbag',
675 637: 'mailbox, letter box',
676 638: 'maillot',
677 639: 'maillot, tank suit',
678 640: 'manhole cover',
679 641: 'maraca',
680 642: 'marimba, xylophone',
681 643: 'mask',
682 644: 'matchstick',
683 645: 'maypole',
684 646: 'maze, labyrinth',
685 647: 'measuring cup',
686 648: 'medicine chest, medicine cabinet',
687 649: 'megalith, megalithic structure',
688 650: 'microphone, mike',
689 651: 'microwave, microwave oven',
690 652: 'military uniform',
691 653: 'milk can',
692 654: 'minibus',
693 655: 'miniskirt, mini',
694 656: 'minivan',
695 657: 'missile',
696 658: 'mitten',
697 659: 'mixing bowl',
698 660: 'mobile home, manufactured home',
699 661: 'Model T',
700 662: 'modem',
701 663: 'monastery',
702 664: 'monitor',
703 665: 'moped',
704 666: 'mortar',
705 667: 'mortarboard',
706 668: 'mosque',
707 669: 'mosquito net',
708 670: 'motor scooter, scooter',
709 671: 'mountain bike, all-terrain bike, off-roader',
710 672: 'mountain tent',
711 673: 'mouse, computer mouse',
712 674: 'mousetrap',
713 675: 'moving van',
714 676: 'muzzle',
715 677: 'nail',
716 678: 'neck brace',
717 679: 'necklace',
718 680: 'nipple',
719 681: 'notebook, notebook computer',
720 682: 'obelisk',
721 683: 'oboe, hautboy, hautbois',
722 684: 'ocarina, sweet potato',
723 685: 'odometer, hodometer, mileometer, milometer',
724 686: 'oil filter',
725 687: 'organ, pipe organ',
726 688: 'oscilloscope, scope, cathode-ray oscilloscope, CRO',
727 689: 'overskirt',
728 690: 'oxcart',
729 691: 'oxygen mask',
730 692: 'packet',
731 693: 'paddle, boat paddle',
732 694: 'paddlewheel, paddle wheel',
733 695: 'padlock',
734 696: 'paintbrush',
735 697: "pajama, pyjama, pj's, jammies",
736 698: 'palace',
737 699: 'panpipe, pandean pipe, syrinx',
738 700: 'paper towel',
739 701: 'parachute, chute',
740 702: 'parallel bars, bars',
741 703: 'park bench',
742 704: 'parking meter',
743 705: 'passenger car, coach, carriage',
744 706: 'patio, terrace',
745 707: 'pay-phone, pay-station',
746 708: 'pedestal, plinth, footstall',
747 709: 'pencil box, pencil case',
748 710: 'pencil sharpener',
749 711: 'perfume, essence',
750 712: 'Petri dish',
751 713: 'photocopier',
752 714: 'pick, plectrum, plectron',
753 715: 'pickelhaube',
754 716: 'picket fence, paling',
755 717: 'pickup, pickup truck',
756 718: 'pier',
757 719: 'piggy bank, penny bank',
758 720: 'pill bottle',
759 721: 'pillow',
760 722: 'ping-pong ball',
761 723: 'pinwheel',
762 724: 'pirate, pirate ship',
763 725: 'pitcher, ewer',
764 726: "plane, carpenter's plane, woodworking plane",
765 727: 'planetarium',
766 728: 'plastic bag',
767 729: 'plate rack',
768 730: 'plow, plough',
769 731: "plunger, plumber's helper",
770 732: 'Polaroid camera, Polaroid Land camera',
771 733: 'pole',
772 734: 'police van, police wagon, paddy wagon, patrol wagon, '
773 'wagon, black Maria',
774 735: 'poncho',
775 736: 'pool table, billiard table, snooker table',
776 737: 'pop bottle, soda bottle',
777 738: 'pot, flowerpot',
778 739: "potter's wheel",
779 740: 'power drill',
780 741: 'prayer rug, prayer mat',
781 742: 'printer',
782 743: 'prison, prison house',
783 744: 'projectile, missile',
784 745: 'projector',
785 746: 'puck, hockey puck',
786 747: 'punching bag, punch bag, punching ball, punchball',
787 748: 'purse',
788 749: 'quill, quill pen',
789 750: 'quilt, comforter, comfort, puff',
790 751: 'racer, race car, racing car',
791 752: 'racket, racquet',
792 753: 'radiator',
793 754: 'radio, wireless',
794 755: 'radio telescope, radio reflector',
795 756: 'rain barrel',
796 757: 'recreational vehicle, RV, R.V.',
797 758: 'reel',
798 759: 'reflex camera',
799 760: 'refrigerator, icebox',
800 761: 'remote control, remote',
801 762: 'restaurant, eating house, eating place, eatery',
802 763: 'revolver, six-gun, six-shooter',
803 764: 'rifle',
804 765: 'rocking chair, rocker',
805 766: 'rotisserie',
806 767: 'rubber eraser, rubber, pencil eraser',
807 768: 'rugby ball',
808 769: 'rule, ruler',
809 770: 'running shoe',
810 771: 'safe',
811 772: 'safety pin',
812 773: 'saltshaker, salt shaker',
813 774: 'sandal',
814 775: 'sarong',
815 776: 'sax, saxophone',
816 777: 'scabbard',
817 778: 'scale, weighing machine',
818 779: 'school bus',
819 780: 'schooner',
820 781: 'scoreboard',
821 782: 'screen, CRT screen',
822 783: 'screw',
823 784: 'screwdriver',
824 785: 'seat belt, seatbelt',
825 786: 'sewing machine',
826 787: 'shield, buckler',
827 788: 'shoe shop, shoe-shop, shoe store',
828 789: 'shoji',
829 790: 'shopping basket',
830 791: 'shopping cart',
831 792: 'shovel',
832 793: 'shower cap',
833 794: 'shower curtain',
834 795: 'ski',
835 796: 'ski mask',
836 797: 'sleeping bag',
837 798: 'slide rule, slipstick',
838 799: 'sliding door',
839 800: 'slot, one-armed bandit',
840 801: 'snorkel',
841 802: 'snowmobile',
842 803: 'snowplow, snowplough',
843 804: 'soap dispenser',
844 805: 'soccer ball',
845 806: 'sock',
846 807: 'solar dish, solar collector, solar furnace',
847 808: 'sombrero',
848 809: 'soup bowl',
849 810: 'space bar',
850 811: 'space heater',
851 812: 'space shuttle',
852 813: 'spatula',
853 814: 'speedboat',
854 815: "spider web, spider's web",
855 816: 'spindle',
856 817: 'sports car, sport car',
857 818: 'spotlight, spot',
858 819: 'stage',
859 820: 'steam locomotive',
860 821: 'steel arch bridge',
861 822: 'steel drum',
862 823: 'stethoscope',
863 824: 'stole',
864 825: 'stone wall',
865 826: 'stopwatch, stop watch',
866 827: 'stove',
867 828: 'strainer',
868 829: 'streetcar, tram, tramcar, trolley, trolley car',
869 830: 'stretcher',
870 831: 'studio couch, day bed',
871 832: 'stupa, tope',
872 833: 'submarine, pigboat, sub, U-boat',
873 834: 'suit, suit of clothes',
874 835: 'sundial',
875 836: 'sunglass',
876 837: 'sunglasses, dark glasses, shades',
877 838: 'sunscreen, sunblock, sun blocker',
878 839: 'suspension bridge',
879 840: 'swab, swob, mop',
880 841: 'sweatshirt',
881 842: 'swimming trunks, bathing trunks',
882 843: 'swing',
883 844: 'switch, electric switch, electrical switch',
884 845: 'syringe',
885 846: 'table lamp',
886 847: 'tank, army tank, armored combat vehicle, armoured combat vehicle',
887 848: 'tape player',
888 849: 'teapot',
889 850: 'teddy, teddy bear',
890 851: 'television, television system',
891 852: 'tennis ball',
892 853: 'thatch, thatched roof',
893 854: 'theater curtain, theatre curtain',
894 855: 'thimble',
895 856: 'thresher, thrasher, threshing machine',
896 857: 'throne',
897 858: 'tile roof',
898 859: 'toaster',
899 860: 'tobacco shop, tobacconist shop, tobacconist',
900 861: 'toilet seat',
901 862: 'torch',
902 863: 'totem pole',
903 864: 'tow truck, tow car, wrecker',
904 865: 'toyshop',
905 866: 'tractor',
906 867: 'trailer truck, tractor trailer, trucking rig, rig, '
907 'articulated lorry, semi',
908 868: 'tray',
909 869: 'trench coat',
910 870: 'tricycle, trike, velocipede',
911 871: 'trimaran',
912 872: 'tripod',
913 873: 'triumphal arch',
914 874: 'trolleybus, trolley coach, trackless trolley',
915 875: 'trombone',
916 876: 'tub, vat',
917 877: 'turnstile',
918 878: 'typewriter keyboard',
919 879: 'umbrella',
920 880: 'unicycle, monocycle',
921 881: 'upright, upright piano',
922 882: 'vacuum, vacuum cleaner',
923 883: 'vase',
924 884: 'vault',
925 885: 'velvet',
926 886: 'vending machine',
927 887: 'vestment',
928 888: 'viaduct',
929 889: 'violin, fiddle',
930 890: 'volleyball',
931 891: 'waffle iron',
932 892: 'wall clock',
933 893: 'wallet, billfold, notecase, pocketbook',
934 894: 'wardrobe, closet, press',
935 895: 'warplane, military plane',
936 896: 'washbasin, handbasin, washbowl, lavabo, wash-hand basin',
937 897: 'washer, automatic washer, washing machine',
938 898: 'water bottle',
939 899: 'water jug',
940 900: 'water tower',
941 901: 'whiskey jug',
942 902: 'whistle',
943 903: 'wig',
944 904: 'window screen',
945 905: 'window shade',
946 906: 'Windsor tie',
947 907: 'wine bottle',
948 908: 'wing',
949 909: 'wok',
950 910: 'wooden spoon',
951 911: 'wool, woolen, woollen',
952 912: 'worm fence, snake fence, snake-rail fence, Virginia fence',
953 913: 'wreck',
954 914: 'yawl',
955 915: 'yurt',
956 916: 'web site, website, internet site, site',
957 917: 'comic book',
958 918: 'crossword puzzle, crossword',
959 919: 'street sign',
960 920: 'traffic light, traffic signal, stoplight',
961 921: 'book jacket, dust cover, dust jacket, dust wrapper',
962 922: 'menu',
963 923: 'plate',
964 924: 'guacamole',
965 925: 'consomme',
966 926: 'hot pot, hotpot',
967 927: 'trifle',
968 928: 'ice cream, icecream',
969 929: 'ice lolly, lolly, lollipop, popsicle',
970 930: 'French loaf',
971 931: 'bagel, beigel',
972 932: 'pretzel',
973 933: 'cheeseburger',
974 934: 'hotdog, hot dog, red hot',
975 935: 'mashed potato',
976 936: 'head cabbage',
977 937: 'broccoli',
978 938: 'cauliflower',
979 939: 'zucchini, courgette',
980 940: 'spaghetti squash',
981 941: 'acorn squash',
982 942: 'butternut squash',
983 943: 'cucumber, cuke',
984 944: 'artichoke, globe artichoke',
985 945: 'bell pepper',
986 946: 'cardoon',
987 947: 'mushroom',
988 948: 'Granny Smith',
989 949: 'strawberry',
990 950: 'orange',
991 951: 'lemon',
992 952: 'fig',
993 953: 'pineapple, ananas',
994 954: 'banana',
995 955: 'jackfruit, jak, jack',
996 956: 'custard apple',
997 957: 'pomegranate',
998 958: 'hay',
999 959: 'carbonara',
1000 960: 'chocolate sauce, chocolate syrup',
1001 961: 'dough',
1002 962: 'meat loaf, meatloaf',
1003 963: 'pizza, pizza pie',
1004 964: 'potpie',
1005 965: 'burrito',
1006 966: 'red wine',
1007 967: 'espresso',
1008 968: 'cup',
1009 969: 'eggnog',
1010 970: 'alp',
1011 971: 'bubble',
1012 972: 'cliff, drop, drop-off',
1013 973: 'coral reef',
1014 974: 'geyser',
1015 975: 'lakeside, lakeshore',
1016 976: 'promontory, headland, head, foreland',
1017 977: 'sandbar, sand bar',
1018 978: 'seashore, coast, seacoast, sea-coast',
1019 979: 'valley, vale',
1020 980: 'volcano',
1021 981: 'ballplayer, baseball player',
1022 982: 'groom, bridegroom',
1023 983: 'scuba diver',
1024 984: 'rapeseed',
1025 985: 'daisy',
1026 986: "yellow lady's slipper, yellow lady-slipper, Cypripedium "
1027 "calceolus, Cypripedium parviflorum",
1028 987: 'corn',
1029 988: 'acorn',
1030 989: 'hip, rose hip, rosehip',
1031 990: 'buckeye, horse chestnut, conker',
1032 991: 'coral fungus',
1033 992: 'agaric',
1034 993: 'gyromitra',
1035 994: 'stinkhorn, carrion fungus',
1036 995: 'earthstar',
1037 996: 'hen-of-the-woods, hen of the woods, Polyporus frondosus, '
1038 'Grifola frondosa',
1039 997: 'bolete',
1040 998: 'ear, spike, capitulum',
1041 999: 'toilet tissue, toilet paper, bathroom tissue'}