nielsr HF staff commited on
Commit
5643509
1 Parent(s): 9852417

reformat json (#2)

Browse files

- reformat json files (c1a542092b25ada4ab714dacb92109e7978ec1ba)

ade20k-id2label.json CHANGED
@@ -1 +1,152 @@
1
- {"0": "wall", "1": "building", "2": "sky", "3": "floor", "4": "tree", "5": "ceiling", "6": "road", "7": "bed ", "8": "windowpane", "9": "grass", "10": "cabinet", "11": "sidewalk", "12": "person", "13": "earth", "14": "door", "15": "table", "16": "mountain", "17": "plant", "18": "curtain", "19": "chair", "20": "car", "21": "water", "22": "painting", "23": "sofa", "24": "shelf", "25": "house", "26": "sea", "27": "mirror", "28": "rug", "29": "field", "30": "armchair", "31": "seat", "32": "fence", "33": "desk", "34": "rock", "35": "wardrobe", "36": "lamp", "37": "bathtub", "38": "railing", "39": "cushion", "40": "base", "41": "box", "42": "column", "43": "signboard", "44": "chest of drawers", "45": "counter", "46": "sand", "47": "sink", "48": "skyscraper", "49": "fireplace", "50": "refrigerator", "51": "grandstand", "52": "path", "53": "stairs", "54": "runway", "55": "case", "56": "pool table", "57": "pillow", "58": "screen door", "59": "stairway", "60": "river", "61": "bridge", "62": "bookcase", "63": "blind", "64": "coffee table", "65": "toilet", "66": "flower", "67": "book", "68": "hill", "69": "bench", "70": "countertop", "71": "stove", "72": "palm", "73": "kitchen island", "74": "computer", "75": "swivel chair", "76": "boat", "77": "bar", "78": "arcade machine", "79": "hovel", "80": "bus", "81": "towel", "82": "light", "83": "truck", "84": "tower", "85": "chandelier", "86": "awning", "87": "streetlight", "88": "booth", "89": "television receiver", "90": "airplane", "91": "dirt track", "92": "apparel", "93": "pole", "94": "land", "95": "bannister", "96": "escalator", "97": "ottoman", "98": "bottle", "99": "buffet", "100": "poster", "101": "stage", "102": "van", "103": "ship", "104": "fountain", "105": "conveyer belt", "106": "canopy", "107": "washer", "108": "plaything", "109": "swimming pool", "110": "stool", "111": "barrel", "112": "basket", "113": "waterfall", "114": "tent", "115": "bag", "116": "minibike", "117": "cradle", "118": "oven", "119": "ball", "120": "food", "121": "step", "122": "tank", "123": "trade name", "124": "microwave", "125": "pot", "126": "animal", "127": "bicycle", "128": "lake", "129": "dishwasher", "130": "screen", "131": "blanket", "132": "sculpture", "133": "hood", "134": "sconce", "135": "vase", "136": "traffic light", "137": "tray", "138": "ashcan", "139": "fan", "140": "pier", "141": "crt screen", "142": "plate", "143": "monitor", "144": "bulletin board", "145": "shower", "146": "radiator", "147": "glass", "148": "clock", "149": "flag"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "wall",
3
+ "1": "building",
4
+ "2": "sky",
5
+ "3": "floor",
6
+ "4": "tree",
7
+ "5": "ceiling",
8
+ "6": "road",
9
+ "7": "bed ",
10
+ "8": "windowpane",
11
+ "9": "grass",
12
+ "10": "cabinet",
13
+ "11": "sidewalk",
14
+ "12": "person",
15
+ "13": "earth",
16
+ "14": "door",
17
+ "15": "table",
18
+ "16": "mountain",
19
+ "17": "plant",
20
+ "18": "curtain",
21
+ "19": "chair",
22
+ "20": "car",
23
+ "21": "water",
24
+ "22": "painting",
25
+ "23": "sofa",
26
+ "24": "shelf",
27
+ "25": "house",
28
+ "26": "sea",
29
+ "27": "mirror",
30
+ "28": "rug",
31
+ "29": "field",
32
+ "30": "armchair",
33
+ "31": "seat",
34
+ "32": "fence",
35
+ "33": "desk",
36
+ "34": "rock",
37
+ "35": "wardrobe",
38
+ "36": "lamp",
39
+ "37": "bathtub",
40
+ "38": "railing",
41
+ "39": "cushion",
42
+ "40": "base",
43
+ "41": "box",
44
+ "42": "column",
45
+ "43": "signboard",
46
+ "44": "chest of drawers",
47
+ "45": "counter",
48
+ "46": "sand",
49
+ "47": "sink",
50
+ "48": "skyscraper",
51
+ "49": "fireplace",
52
+ "50": "refrigerator",
53
+ "51": "grandstand",
54
+ "52": "path",
55
+ "53": "stairs",
56
+ "54": "runway",
57
+ "55": "case",
58
+ "56": "pool table",
59
+ "57": "pillow",
60
+ "58": "screen door",
61
+ "59": "stairway",
62
+ "60": "river",
63
+ "61": "bridge",
64
+ "62": "bookcase",
65
+ "63": "blind",
66
+ "64": "coffee table",
67
+ "65": "toilet",
68
+ "66": "flower",
69
+ "67": "book",
70
+ "68": "hill",
71
+ "69": "bench",
72
+ "70": "countertop",
73
+ "71": "stove",
74
+ "72": "palm",
75
+ "73": "kitchen island",
76
+ "74": "computer",
77
+ "75": "swivel chair",
78
+ "76": "boat",
79
+ "77": "bar",
80
+ "78": "arcade machine",
81
+ "79": "hovel",
82
+ "80": "bus",
83
+ "81": "towel",
84
+ "82": "light",
85
+ "83": "truck",
86
+ "84": "tower",
87
+ "85": "chandelier",
88
+ "86": "awning",
89
+ "87": "streetlight",
90
+ "88": "booth",
91
+ "89": "television receiver",
92
+ "90": "airplane",
93
+ "91": "dirt track",
94
+ "92": "apparel",
95
+ "93": "pole",
96
+ "94": "land",
97
+ "95": "bannister",
98
+ "96": "escalator",
99
+ "97": "ottoman",
100
+ "98": "bottle",
101
+ "99": "buffet",
102
+ "100": "poster",
103
+ "101": "stage",
104
+ "102": "van",
105
+ "103": "ship",
106
+ "104": "fountain",
107
+ "105": "conveyer belt",
108
+ "106": "canopy",
109
+ "107": "washer",
110
+ "108": "plaything",
111
+ "109": "swimming pool",
112
+ "110": "stool",
113
+ "111": "barrel",
114
+ "112": "basket",
115
+ "113": "waterfall",
116
+ "114": "tent",
117
+ "115": "bag",
118
+ "116": "minibike",
119
+ "117": "cradle",
120
+ "118": "oven",
121
+ "119": "ball",
122
+ "120": "food",
123
+ "121": "step",
124
+ "122": "tank",
125
+ "123": "trade name",
126
+ "124": "microwave",
127
+ "125": "pot",
128
+ "126": "animal",
129
+ "127": "bicycle",
130
+ "128": "lake",
131
+ "129": "dishwasher",
132
+ "130": "screen",
133
+ "131": "blanket",
134
+ "132": "sculpture",
135
+ "133": "hood",
136
+ "134": "sconce",
137
+ "135": "vase",
138
+ "136": "traffic light",
139
+ "137": "tray",
140
+ "138": "ashcan",
141
+ "139": "fan",
142
+ "140": "pier",
143
+ "141": "crt screen",
144
+ "142": "plate",
145
+ "143": "monitor",
146
+ "144": "bulletin board",
147
+ "145": "shower",
148
+ "146": "radiator",
149
+ "147": "glass",
150
+ "148": "clock",
151
+ "149": "flag"
152
+ }
cityscapes-id2label.json CHANGED
@@ -1 +1,21 @@
1
- {"0": "road", "1": "sidewalk", "2": "building", "3": "wall", "4": "fence", "5": "pole", "6": "traffic light", "7": "traffic sign", "8": "vegetation", "9": "terrain", "10": "sky", "11": "person", "12": "rider", "13": "car", "14": "truck", "15": "bus", "16": "train", "17": "motorcycle", "18": "bicycle"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "road",
3
+ "1": "sidewalk",
4
+ "2": "building",
5
+ "3": "wall",
6
+ "4": "fence",
7
+ "5": "pole",
8
+ "6": "traffic light",
9
+ "7": "traffic sign",
10
+ "8": "vegetation",
11
+ "9": "terrain",
12
+ "10": "sky",
13
+ "11": "person",
14
+ "12": "rider",
15
+ "13": "car",
16
+ "14": "truck",
17
+ "15": "bus",
18
+ "16": "train",
19
+ "17": "motorcycle",
20
+ "18": "bicycle"
21
+ }
coco-detection-id2label.json CHANGED
@@ -1 +1,93 @@
1
- {"0": "N/A", "1": "person", "2": "bicycle", "3": "car", "4": "motorcycle", "5": "airplane", "6": "bus", "7": "train", "8": "truck", "9": "boat", "10": "traffic light", "11": "fire hydrant", "12": "N/A", "13": "stop sign", "14": "parking meter", "15": "bench", "16": "bird", "17": "cat", "18": "dog", "19": "horse", "20": "sheep", "21": "cow", "22": "elephant", "23": "bear", "24": "zebra", "25": "giraffe", "26": "N/A", "27": "backpack", "28": "umbrella", "29": "N/A", "30": "N/A", "31": "handbag", "32": "tie", "33": "suitcase", "34": "frisbee", "35": "skis", "36": "snowboard", "37": "sports ball", "38": "kite", "39": "baseball bat", "40": "baseball glove", "41": "skateboard", "42": "surfboard", "43": "tennis racket", "44": "bottle", "45": "N/A", "46": "wine glass", "47": "cup", "48": "fork", "49": "knife", "50": "spoon", "51": "bowl", "52": "banana", "53": "apple", "54": "sandwich", "55": "orange", "56": "broccoli", "57": "carrot", "58": "hot dog", "59": "pizza", "60": "donut", "61": "cake", "62": "chair", "63": "couch", "64": "potted plant", "65": "bed", "66": "N/A", "67": "dining table", "68": "N/A", "69": "N/A", "70": "toilet", "71": "N/A", "72": "tv", "73": "laptop", "74": "mouse", "75": "remote", "76": "keyboard", "77": "cell phone", "78": "microwave", "79": "oven", "80": "toaster", "81": "sink", "82": "refrigerator", "83": "N/A", "84": "book", "85": "clock", "86": "vase", "87": "scissors", "88": "teddy bear", "89": "hair drier", "90": "toothbrush"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "N/A",
3
+ "1": "person",
4
+ "2": "bicycle",
5
+ "3": "car",
6
+ "4": "motorcycle",
7
+ "5": "airplane",
8
+ "6": "bus",
9
+ "7": "train",
10
+ "8": "truck",
11
+ "9": "boat",
12
+ "10": "traffic light",
13
+ "11": "fire hydrant",
14
+ "12": "N/A",
15
+ "13": "stop sign",
16
+ "14": "parking meter",
17
+ "15": "bench",
18
+ "16": "bird",
19
+ "17": "cat",
20
+ "18": "dog",
21
+ "19": "horse",
22
+ "20": "sheep",
23
+ "21": "cow",
24
+ "22": "elephant",
25
+ "23": "bear",
26
+ "24": "zebra",
27
+ "25": "giraffe",
28
+ "26": "N/A",
29
+ "27": "backpack",
30
+ "28": "umbrella",
31
+ "29": "N/A",
32
+ "30": "N/A",
33
+ "31": "handbag",
34
+ "32": "tie",
35
+ "33": "suitcase",
36
+ "34": "frisbee",
37
+ "35": "skis",
38
+ "36": "snowboard",
39
+ "37": "sports ball",
40
+ "38": "kite",
41
+ "39": "baseball bat",
42
+ "40": "baseball glove",
43
+ "41": "skateboard",
44
+ "42": "surfboard",
45
+ "43": "tennis racket",
46
+ "44": "bottle",
47
+ "45": "N/A",
48
+ "46": "wine glass",
49
+ "47": "cup",
50
+ "48": "fork",
51
+ "49": "knife",
52
+ "50": "spoon",
53
+ "51": "bowl",
54
+ "52": "banana",
55
+ "53": "apple",
56
+ "54": "sandwich",
57
+ "55": "orange",
58
+ "56": "broccoli",
59
+ "57": "carrot",
60
+ "58": "hot dog",
61
+ "59": "pizza",
62
+ "60": "donut",
63
+ "61": "cake",
64
+ "62": "chair",
65
+ "63": "couch",
66
+ "64": "potted plant",
67
+ "65": "bed",
68
+ "66": "N/A",
69
+ "67": "dining table",
70
+ "68": "N/A",
71
+ "69": "N/A",
72
+ "70": "toilet",
73
+ "71": "N/A",
74
+ "72": "tv",
75
+ "73": "laptop",
76
+ "74": "mouse",
77
+ "75": "remote",
78
+ "76": "keyboard",
79
+ "77": "cell phone",
80
+ "78": "microwave",
81
+ "79": "oven",
82
+ "80": "toaster",
83
+ "81": "sink",
84
+ "82": "refrigerator",
85
+ "83": "N/A",
86
+ "84": "book",
87
+ "85": "clock",
88
+ "86": "vase",
89
+ "87": "scissors",
90
+ "88": "teddy bear",
91
+ "89": "hair drier",
92
+ "90": "toothbrush"
93
+ }
imagenet-1k-id2label.json CHANGED
@@ -1 +1,1002 @@
1
- {"0": "tench, Tinca tinca", "1": "goldfish, Carassius auratus", "2": "great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias", "3": "tiger shark, Galeocerdo cuvieri", "4": "hammerhead, hammerhead shark", "5": "electric ray, crampfish, numbfish, torpedo", "6": "stingray", "7": "cock", "8": "hen", "9": "ostrich, Struthio camelus", "10": "brambling, Fringilla montifringilla", "11": "goldfinch, Carduelis carduelis", "12": "house finch, linnet, Carpodacus mexicanus", "13": "junco, snowbird", "14": "indigo bunting, indigo finch, indigo bird, Passerina cyanea", "15": "robin, American robin, Turdus migratorius", "16": "bulbul", "17": "jay", "18": "magpie", "19": "chickadee", "20": "water ouzel, dipper", "21": "kite", "22": "bald eagle, American eagle, Haliaeetus leucocephalus", "23": "vulture", "24": "great grey owl, great gray owl, Strix nebulosa", "25": "European fire salamander, Salamandra salamandra", "26": "common newt, Triturus vulgaris", "27": "eft", "28": "spotted salamander, Ambystoma maculatum", "29": "axolotl, mud puppy, Ambystoma mexicanum", "30": "bullfrog, Rana catesbeiana", "31": "tree frog, tree-frog", "32": "tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui", "33": "loggerhead, loggerhead turtle, Caretta caretta", "34": "leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea", "35": "mud turtle", "36": "terrapin", "37": "box turtle, box tortoise", "38": "banded gecko", "39": "common iguana, iguana, Iguana iguana", "40": "American chameleon, anole, Anolis carolinensis", "41": "whiptail, whiptail lizard", "42": "agama", "43": "frilled lizard, Chlamydosaurus kingi", "44": "alligator lizard", "45": "Gila monster, Heloderma suspectum", "46": "green lizard, Lacerta viridis", "47": "African chameleon, Chamaeleo chamaeleon", "48": "Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis", "49": "African crocodile, Nile crocodile, Crocodylus niloticus", "50": "American alligator, Alligator mississipiensis", "51": "triceratops", "52": "thunder snake, worm snake, Carphophis amoenus", "53": "ringneck snake, ring-necked snake, ring snake", "54": "hognose snake, puff adder, sand viper", "55": "green snake, grass snake", "56": "king snake, kingsnake", "57": "garter snake, grass snake", "58": "water snake", "59": "vine snake", "60": "night snake, Hypsiglena torquata", "61": "boa constrictor, Constrictor constrictor", "62": "rock python, rock snake, Python sebae", "63": "Indian cobra, Naja naja", "64": "green mamba", "65": "sea snake", "66": "horned viper, cerastes, sand viper, horned asp, Cerastes cornutus", "67": "diamondback, diamondback rattlesnake, Crotalus adamanteus", "68": "sidewinder, horned rattlesnake, Crotalus cerastes", "69": "trilobite", "70": "harvestman, daddy longlegs, Phalangium opilio", "71": "scorpion", "72": "black and gold garden spider, Argiope aurantia", "73": "barn spider, Araneus cavaticus", "74": "garden spider, Aranea diademata", "75": "black widow, Latrodectus mactans", "76": "tarantula", "77": "wolf spider, hunting spider", "78": "tick", "79": "centipede", "80": "black grouse", "81": "ptarmigan", "82": "ruffed grouse, partridge, Bonasa umbellus", "83": "prairie chicken, prairie grouse, prairie fowl", "84": "peacock", "85": "quail", "86": "partridge", "87": "African grey, African gray, Psittacus erithacus", "88": "macaw", "89": "sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita", "90": "lorikeet", "91": "coucal", "92": "bee eater", "93": "hornbill", "94": "hummingbird", "95": "jacamar", "96": "toucan", "97": "drake", "98": "red-breasted merganser, Mergus serrator", "99": "goose", "100": "black swan, Cygnus atratus", "101": "tusker", "102": "echidna, spiny anteater, anteater", "103": "platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus", "104": "wallaby, brush kangaroo", "105": "koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus", "106": "wombat", "107": "jellyfish", "108": "sea anemone, anemone", "109": "brain coral", "110": "flatworm, platyhelminth", "111": "nematode, nematode worm, roundworm", "112": "conch", "113": "snail", "114": "slug", "115": "sea slug, nudibranch", "116": "chiton, coat-of-mail shell, sea cradle, polyplacophore", "117": "chambered nautilus, pearly nautilus, nautilus", "118": "Dungeness crab, Cancer magister", "119": "rock crab, Cancer irroratus", "120": "fiddler crab", "121": "king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica", "122": "American lobster, Northern lobster, Maine lobster, Homarus americanus", "123": "spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish", "124": "crayfish, crawfish, crawdad, crawdaddy", "125": "hermit crab", "126": "isopod", "127": "white stork, Ciconia ciconia", "128": "black stork, Ciconia nigra", "129": "spoonbill", "130": "flamingo", "131": "little blue heron, Egretta caerulea", "132": "American egret, great white heron, Egretta albus", "133": "bittern", "134": "crane", "135": "limpkin, Aramus pictus", "136": "European gallinule, Porphyrio porphyrio", "137": "American coot, marsh hen, mud hen, water hen, Fulica americana", "138": "bustard", "139": "ruddy turnstone, Arenaria interpres", "140": "red-backed sandpiper, dunlin, Erolia alpina", "141": "redshank, Tringa totanus", "142": "dowitcher", "143": "oystercatcher, oyster catcher", "144": "pelican", "145": "king penguin, Aptenodytes patagonica", "146": "albatross, mollymawk", "147": "grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus", "148": "killer whale, killer, orca, grampus, sea wolf, Orcinus orca", "149": "dugong, Dugong dugon", "150": "sea lion", "151": "Chihuahua", "152": "Japanese spaniel", "153": "Maltese dog, Maltese terrier, Maltese", "154": "Pekinese, Pekingese, Peke", "155": "Shih-Tzu", "156": "Blenheim spaniel", "157": "papillon", "158": "toy terrier", "159": "Rhodesian ridgeback", "160": "Afghan hound, Afghan", "161": "basset, basset hound", "162": "beagle", "163": "bloodhound, sleuthhound", "164": "bluetick", "165": "black-and-tan coonhound", "166": "Walker hound, Walker foxhound", "167": "English foxhound", "168": "redbone", "169": "borzoi, Russian wolfhound", "170": "Irish wolfhound", "171": "Italian greyhound", "172": "whippet", "173": "Ibizan hound, Ibizan Podenco", "174": "Norwegian elkhound, elkhound", "175": "otterhound, otter hound", "176": "Saluki, gazelle hound", "177": "Scottish deerhound, deerhound", "178": "Weimaraner", "179": "Staffordshire bullterrier, Staffordshire bull terrier", "180": "American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier", "181": "Bedlington terrier", "182": "Border terrier", "183": "Kerry blue terrier", "184": "Irish terrier", "185": "Norfolk terrier", "186": "Norwich terrier", "187": "Yorkshire terrier", "188": "wire-haired fox terrier", "189": "Lakeland terrier", "190": "Sealyham terrier, Sealyham", "191": "Airedale, Airedale terrier", "192": "cairn, cairn terrier", "193": "Australian terrier", "194": "Dandie Dinmont, Dandie Dinmont terrier", "195": "Boston bull, Boston terrier", "196": "miniature schnauzer", "197": "giant schnauzer", "198": "standard schnauzer", "199": "Scotch terrier, Scottish terrier, Scottie", "200": "Tibetan terrier, chrysanthemum dog", "201": "silky terrier, Sydney silky", "202": "soft-coated wheaten terrier", "203": "West Highland white terrier", "204": "Lhasa, Lhasa apso", "205": "flat-coated retriever", "206": "curly-coated retriever", "207": "golden retriever", "208": "Labrador retriever", "209": "Chesapeake Bay retriever", "210": "German short-haired pointer", "211": "vizsla, Hungarian pointer", "212": "English setter", "213": "Irish setter, red setter", "214": "Gordon setter", "215": "Brittany spaniel", "216": "clumber, clumber spaniel", "217": "English springer, English springer spaniel", "218": "Welsh springer spaniel", "219": "cocker spaniel, English cocker spaniel, cocker", "220": "Sussex spaniel", "221": "Irish water spaniel", "222": "kuvasz", "223": "schipperke", "224": "groenendael", "225": "malinois", "226": "briard", "227": "kelpie", "228": "komondor", "229": "Old English sheepdog, bobtail", "230": "Shetland sheepdog, Shetland sheep dog, Shetland", "231": "collie", "232": "Border collie", "233": "Bouvier des Flandres, Bouviers des Flandres", "234": "Rottweiler", "235": "German shepherd, German shepherd dog, German police dog, alsatian", "236": "Doberman, Doberman pinscher", "237": "miniature pinscher", "238": "Greater Swiss Mountain dog", "239": "Bernese mountain dog", "240": "Appenzeller", "241": "EntleBucher", "242": "boxer", "243": "bull mastiff", "244": "Tibetan mastiff", "245": "French bulldog", "246": "Great Dane", "247": "Saint Bernard, St Bernard", "248": "Eskimo dog, husky", "249": "malamute, malemute, Alaskan malamute", "250": "Siberian husky", "251": "dalmatian, coach dog, carriage dog", "252": "affenpinscher, monkey pinscher, monkey dog", "253": "basenji", "254": "pug, pug-dog", "255": "Leonberg", "256": "Newfoundland, Newfoundland dog", "257": "Great Pyrenees", "258": "Samoyed, Samoyede", "259": "Pomeranian", "260": "chow, chow chow", "261": "keeshond", "262": "Brabancon griffon", "263": "Pembroke, Pembroke Welsh corgi", "264": "Cardigan, Cardigan Welsh corgi", "265": "toy poodle", "266": "miniature poodle", "267": "standard poodle", "268": "Mexican hairless", "269": "timber wolf, grey wolf, gray wolf, Canis lupus", "270": "white wolf, Arctic wolf, Canis lupus tundrarum", "271": "red wolf, maned wolf, Canis rufus, Canis niger", "272": "coyote, prairie wolf, brush wolf, Canis latrans", "273": "dingo, warrigal, warragal, Canis dingo", "274": "dhole, Cuon alpinus", "275": "African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus", "276": "hyena, hyaena", "277": "red fox, Vulpes vulpes", "278": "kit fox, Vulpes macrotis", "279": "Arctic fox, white fox, Alopex lagopus", "280": "grey fox, gray fox, Urocyon cinereoargenteus", "281": "tabby, tabby cat", "282": "tiger cat", "283": "Persian cat", "284": "Siamese cat, Siamese", "285": "Egyptian cat", "286": "cougar, puma, catamount, mountain lion, painter, panther, Felis concolor", "287": "lynx, catamount", "288": "leopard, Panthera pardus", "289": "snow leopard, ounce, Panthera uncia", "290": "jaguar, panther, Panthera onca, Felis onca", "291": "lion, king of beasts, Panthera leo", "292": "tiger, Panthera tigris", "293": "cheetah, chetah, Acinonyx jubatus", "294": "brown bear, bruin, Ursus arctos", "295": "American black bear, black bear, Ursus americanus, Euarctos americanus", "296": "ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus", "297": "sloth bear, Melursus ursinus, Ursus ursinus", "298": "mongoose", "299": "meerkat, mierkat", "300": "tiger beetle", "301": "ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle", "302": "ground beetle, carabid beetle", "303": "long-horned beetle, longicorn, longicorn beetle", "304": "leaf beetle, chrysomelid", "305": "dung beetle", "306": "rhinoceros beetle", "307": "weevil", "308": "fly", "309": "bee", "310": "ant, emmet, pismire", "311": "grasshopper, hopper", "312": "cricket", "313": "walking stick, walkingstick, stick insect", "314": "cockroach, roach", "315": "mantis, mantid", "316": "cicada, cicala", "317": "leafhopper", "318": "lacewing, lacewing fly", "319": "dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk", "320": "damselfly", "321": "admiral", "322": "ringlet, ringlet butterfly", "323": "monarch, monarch butterfly, milkweed butterfly, Danaus plexippus", "324": "cabbage butterfly", "325": "sulphur butterfly, sulfur butterfly", "326": "lycaenid, lycaenid butterfly", "327": "starfish, sea star", "328": "sea urchin", "329": "sea cucumber, holothurian", "330": "wood rabbit, cottontail, cottontail rabbit", "331": "hare", "332": "Angora, Angora rabbit", "333": "hamster", "334": "porcupine, hedgehog", "335": "fox squirrel, eastern fox squirrel, Sciurus niger", "336": "marmot", "337": "beaver", "338": "guinea pig, Cavia cobaya", "339": "sorrel", "340": "zebra", "341": "hog, pig, grunter, squealer, Sus scrofa", "342": "wild boar, boar, Sus scrofa", "343": "warthog", "344": "hippopotamus, hippo, river horse, Hippopotamus amphibius", "345": "ox", "346": "water buffalo, water ox, Asiatic buffalo, Bubalus bubalis", "347": "bison", "348": "ram, tup", "349": "bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis", "350": "ibex, Capra ibex", "351": "hartebeest", "352": "impala, Aepyceros melampus", "353": "gazelle", "354": "Arabian camel, dromedary, Camelus dromedarius", "355": "llama", "356": "weasel", "357": "mink", "358": "polecat, fitch, foulmart, foumart, Mustela putorius", "359": "black-footed ferret, ferret, Mustela nigripes", "360": "otter", "361": "skunk, polecat, wood pussy", "362": "badger", "363": "armadillo", "364": "three-toed sloth, ai, Bradypus tridactylus", "365": "orangutan, orang, orangutang, Pongo pygmaeus", "366": "gorilla, Gorilla gorilla", "367": "chimpanzee, chimp, Pan troglodytes", "368": "gibbon, Hylobates lar", "369": "siamang, Hylobates syndactylus, Symphalangus syndactylus", "370": "guenon, guenon monkey", "371": "patas, hussar monkey, Erythrocebus patas", "372": "baboon", "373": "macaque", "374": "langur", "375": "colobus, colobus monkey", "376": "proboscis monkey, Nasalis larvatus", "377": "marmoset", "378": "capuchin, ringtail, Cebus capucinus", "379": "howler monkey, howler", "380": "titi, titi monkey", "381": "spider monkey, Ateles geoffroyi", "382": "squirrel monkey, Saimiri sciureus", "383": "Madagascar cat, ring-tailed lemur, Lemur catta", "384": "indri, indris, Indri indri, Indri brevicaudatus", "385": "Indian elephant, Elephas maximus", "386": "African elephant, Loxodonta africana", "387": "lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens", "388": "giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca", "389": "barracouta, snoek", "390": "eel", "391": "coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch", "392": "rock beauty, Holocanthus tricolor", "393": "anemone fish", "394": "sturgeon", "395": "gar, garfish, garpike, billfish, Lepisosteus osseus", "396": "lionfish", "397": "puffer, pufferfish, blowfish, globefish", "398": "abacus", "399": "abaya", "400": "academic gown, academic robe, judge's robe", "401": "accordion, piano accordion, squeeze box", "402": "acoustic guitar", "403": "aircraft carrier, carrier, flattop, attack aircraft carrier", "404": "airliner", "405": "airship, dirigible", "406": "altar", "407": "ambulance", "408": "amphibian, amphibious vehicle", "409": "analog clock", "410": "apiary, bee house", "411": "apron", "412": "ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin", "413": "assault rifle, assault gun", "414": "backpack, back pack, knapsack, packsack, rucksack, haversack", "415": "bakery, bakeshop, bakehouse", "416": "balance beam, beam", "417": "balloon", "418": "ballpoint, ballpoint pen, ballpen, Biro", "419": "Band Aid", "420": "banjo", "421": "bannister, banister, balustrade, balusters, handrail", "422": "barbell", "423": "barber chair", "424": "barbershop", "425": "barn", "426": "barometer", "427": "barrel, cask", "428": "barrow, garden cart, lawn cart, wheelbarrow", "429": "baseball", "430": "basketball", "431": "bassinet", "432": "bassoon", "433": "bathing cap, swimming cap", "434": "bath towel", "435": "bathtub, bathing tub, bath, tub", "436": "beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon", "437": "beacon, lighthouse, beacon light, pharos", "438": "beaker", "439": "bearskin, busby, shako", "440": "beer bottle", "441": "beer glass", "442": "bell cote, bell cot", "443": "bib", "444": "bicycle-built-for-two, tandem bicycle, tandem", "445": "bikini, two-piece", "446": "binder, ring-binder", "447": "binoculars, field glasses, opera glasses", "448": "birdhouse", "449": "boathouse", "450": "bobsled, bobsleigh, bob", "451": "bolo tie, bolo, bola tie, bola", "452": "bonnet, poke bonnet", "453": "bookcase", "454": "bookshop, bookstore, bookstall", "455": "bottlecap", "456": "bow", "457": "bow tie, bow-tie, bowtie", "458": "brass, memorial tablet, plaque", "459": "brassiere, bra, bandeau", "460": "breakwater, groin, groyne, mole, bulwark, seawall, jetty", "461": "breastplate, aegis, egis", "462": "broom", "463": "bucket, pail", "464": "buckle", "465": "bulletproof vest", "466": "bullet train, bullet", "467": "butcher shop, meat market", "468": "cab, hack, taxi, taxicab", "469": "caldron, cauldron", "470": "candle, taper, wax light", "471": "cannon", "472": "canoe", "473": "can opener, tin opener", "474": "cardigan", "475": "car mirror", "476": "carousel, carrousel, merry-go-round, roundabout, whirligig", "477": "carpenter's kit, tool kit", "478": "carton", "479": "car wheel", "480": "cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM", "481": "cassette", "482": "cassette player", "483": "castle", "484": "catamaran", "485": "CD player", "486": "cello, violoncello", "487": "cellular telephone, cellular phone, cellphone, cell, mobile phone", "488": "chain", "489": "chainlink fence", "490": "chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour", "491": "chain saw, chainsaw", "492": "chest", "493": "chiffonier, commode", "494": "chime, bell, gong", "495": "china cabinet, china closet", "496": "Christmas stocking", "497": "church, church building", "498": "cinema, movie theater, movie theatre, movie house, picture palace", "499": "cleaver, meat cleaver, chopper", "500": "cliff dwelling", "501": "cloak", "502": "clog, geta, patten, sabot", "503": "cocktail shaker", "504": "coffee mug", "505": "coffeepot", "506": "coil, spiral, volute, whorl, helix", "507": "combination lock", "508": "computer keyboard, keypad", "509": "confectionery, confectionary, candy store", "510": "container ship, containership, container vessel", "511": "convertible", "512": "corkscrew, bottle screw", "513": "cornet, horn, trumpet, trump", "514": "cowboy boot", "515": "cowboy hat, ten-gallon hat", "516": "cradle", "517": "crane", "518": "crash helmet", "519": "crate", "520": "crib, cot", "521": "Crock Pot", "522": "croquet ball", "523": "crutch", "524": "cuirass", "525": "dam, dike, dyke", "526": "desk", "527": "desktop computer", "528": "dial telephone, dial phone", "529": "diaper, nappy, napkin", "530": "digital clock", "531": "digital watch", "532": "dining table, board", "533": "dishrag, dishcloth", "534": "dishwasher, dish washer, dishwashing machine", "535": "disk brake, disc brake", "536": "dock, dockage, docking facility", "537": "dogsled, dog sled, dog sleigh", "538": "dome", "539": "doormat, welcome mat", "540": "drilling platform, offshore rig", "541": "drum, membranophone, tympan", "542": "drumstick", "543": "dumbbell", "544": "Dutch oven", "545": "electric fan, blower", "546": "electric guitar", "547": "electric locomotive", "548": "entertainment center", "549": "envelope", "550": "espresso maker", "551": "face powder", "552": "feather boa, boa", "553": "file, file cabinet, filing cabinet", "554": "fireboat", "555": "fire engine, fire truck", "556": "fire screen, fireguard", "557": "flagpole, flagstaff", "558": "flute, transverse flute", "559": "folding chair", "560": "football helmet", "561": "forklift", "562": "fountain", "563": "fountain pen", "564": "four-poster", "565": "freight car", "566": "French horn, horn", "567": "frying pan, frypan, skillet", "568": "fur coat", "569": "garbage truck, dustcart", "570": "gasmask, respirator, gas helmet", "571": "gas pump, gasoline pump, petrol pump, island dispenser", "572": "goblet", "573": "go-kart", "574": "golf ball", "575": "golfcart, golf cart", "576": "gondola", "577": "gong, tam-tam", "578": "gown", "579": "grand piano, grand", "580": "greenhouse, nursery, glasshouse", "581": "grille, radiator grille", "582": "grocery store, grocery, food market, market", "583": "guillotine", "584": "hair slide", "585": "hair spray", "586": "half track", "587": "hammer", "588": "hamper", "589": "hand blower, blow dryer, blow drier, hair dryer, hair drier", "590": "hand-held computer, hand-held microcomputer", "591": "handkerchief, hankie, hanky, hankey", "592": "hard disc, hard disk, fixed disk", "593": "harmonica, mouth organ, harp, mouth harp", "594": "harp", "595": "harvester, reaper", "596": "hatchet", "597": "holster", "598": "home theater, home theatre", "599": "honeycomb", "600": "hook, claw", "601": "hoopskirt, crinoline", "602": "horizontal bar, high bar", "603": "horse cart, horse-cart", "604": "hourglass", "605": "iPod", "606": "iron, smoothing iron", "607": "jack-o'-lantern", "608": "jean, blue jean, denim", "609": "jeep, landrover", "610": "jersey, T-shirt, tee shirt", "611": "jigsaw puzzle", "612": "jinrikisha, ricksha, rickshaw", "613": "joystick", "614": "kimono", "615": "knee pad", "616": "knot", "617": "lab coat, laboratory coat", "618": "ladle", "619": "lampshade, lamp shade", "620": "laptop, laptop computer", "621": "lawn mower, mower", "622": "lens cap, lens cover", "623": "letter opener, paper knife, paperknife", "624": "library", "625": "lifeboat", "626": "lighter, light, igniter, ignitor", "627": "limousine, limo", "628": "liner, ocean liner", "629": "lipstick, lip rouge", "630": "Loafer", "631": "lotion", "632": "loudspeaker, speaker, speaker unit, loudspeaker system, speaker system", "633": "loupe, jeweler's loupe", "634": "lumbermill, sawmill", "635": "magnetic compass", "636": "mailbag, postbag", "637": "mailbox, letter box", "638": "maillot", "639": "maillot, tank suit", "640": "manhole cover", "641": "maraca", "642": "marimba, xylophone", "643": "mask", "644": "matchstick", "645": "maypole", "646": "maze, labyrinth", "647": "measuring cup", "648": "medicine chest, medicine cabinet", "649": "megalith, megalithic structure", "650": "microphone, mike", "651": "microwave, microwave oven", "652": "military uniform", "653": "milk can", "654": "minibus", "655": "miniskirt, mini", "656": "minivan", "657": "missile", "658": "mitten", "659": "mixing bowl", "660": "mobile home, manufactured home", "661": "Model T", "662": "modem", "663": "monastery", "664": "monitor", "665": "moped", "666": "mortar", "667": "mortarboard", "668": "mosque", "669": "mosquito net", "670": "motor scooter, scooter", "671": "mountain bike, all-terrain bike, off-roader", "672": "mountain tent", "673": "mouse, computer mouse", "674": "mousetrap", "675": "moving van", "676": "muzzle", "677": "nail", "678": "neck brace", "679": "necklace", "680": "nipple", "681": "notebook, notebook computer", "682": "obelisk", "683": "oboe, hautboy, hautbois", "684": "ocarina, sweet potato", "685": "odometer, hodometer, mileometer, milometer", "686": "oil filter", "687": "organ, pipe organ", "688": "oscilloscope, scope, cathode-ray oscilloscope, CRO", "689": "overskirt", "690": "oxcart", "691": "oxygen mask", "692": "packet", "693": "paddle, boat paddle", "694": "paddlewheel, paddle wheel", "695": "padlock", "696": "paintbrush", "697": "pajama, pyjama, pj's, jammies", "698": "palace", "699": "panpipe, pandean pipe, syrinx", "700": "paper towel", "701": "parachute, chute", "702": "parallel bars, bars", "703": "park bench", "704": "parking meter", "705": "passenger car, coach, carriage", "706": "patio, terrace", "707": "pay-phone, pay-station", "708": "pedestal, plinth, footstall", "709": "pencil box, pencil case", "710": "pencil sharpener", "711": "perfume, essence", "712": "Petri dish", "713": "photocopier", "714": "pick, plectrum, plectron", "715": "pickelhaube", "716": "picket fence, paling", "717": "pickup, pickup truck", "718": "pier", "719": "piggy bank, penny bank", "720": "pill bottle", "721": "pillow", "722": "ping-pong ball", "723": "pinwheel", "724": "pirate, pirate ship", "725": "pitcher, ewer", "726": "plane, carpenter's plane, woodworking plane", "727": "planetarium", "728": "plastic bag", "729": "plate rack", "730": "plow, plough", "731": "plunger, plumber's helper", "732": "Polaroid camera, Polaroid Land camera", "733": "pole", "734": "police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria", "735": "poncho", "736": "pool table, billiard table, snooker table", "737": "pop bottle, soda bottle", "738": "pot, flowerpot", "739": "potter's wheel", "740": "power drill", "741": "prayer rug, prayer mat", "742": "printer", "743": "prison, prison house", "744": "projectile, missile", "745": "projector", "746": "puck, hockey puck", "747": "punching bag, punch bag, punching ball, punchball", "748": "purse", "749": "quill, quill pen", "750": "quilt, comforter, comfort, puff", "751": "racer, race car, racing car", "752": "racket, racquet", "753": "radiator", "754": "radio, wireless", "755": "radio telescope, radio reflector", "756": "rain barrel", "757": "recreational vehicle, RV, R.V.", "758": "reel", "759": "reflex camera", "760": "refrigerator, icebox", "761": "remote control, remote", "762": "restaurant, eating house, eating place, eatery", "763": "revolver, six-gun, six-shooter", "764": "rifle", "765": "rocking chair, rocker", "766": "rotisserie", "767": "rubber eraser, rubber, pencil eraser", "768": "rugby ball", "769": "rule, ruler", "770": "running shoe", "771": "safe", "772": "safety pin", "773": "saltshaker, salt shaker", "774": "sandal", "775": "sarong", "776": "sax, saxophone", "777": "scabbard", "778": "scale, weighing machine", "779": "school bus", "780": "schooner", "781": "scoreboard", "782": "screen, CRT screen", "783": "screw", "784": "screwdriver", "785": "seat belt, seatbelt", "786": "sewing machine", "787": "shield, buckler", "788": "shoe shop, shoe-shop, shoe store", "789": "shoji", "790": "shopping basket", "791": "shopping cart", "792": "shovel", "793": "shower cap", "794": "shower curtain", "795": "ski", "796": "ski mask", "797": "sleeping bag", "798": "slide rule, slipstick", "799": "sliding door", "800": "slot, one-armed bandit", "801": "snorkel", "802": "snowmobile", "803": "snowplow, snowplough", "804": "soap dispenser", "805": "soccer ball", "806": "sock", "807": "solar dish, solar collector, solar furnace", "808": "sombrero", "809": "soup bowl", "810": "space bar", "811": "space heater", "812": "space shuttle", "813": "spatula", "814": "speedboat", "815": "spider web, spider's web", "816": "spindle", "817": "sports car, sport car", "818": "spotlight, spot", "819": "stage", "820": "steam locomotive", "821": "steel arch bridge", "822": "steel drum", "823": "stethoscope", "824": "stole", "825": "stone wall", "826": "stopwatch, stop watch", "827": "stove", "828": "strainer", "829": "streetcar, tram, tramcar, trolley, trolley car", "830": "stretcher", "831": "studio couch, day bed", "832": "stupa, tope", "833": "submarine, pigboat, sub, U-boat", "834": "suit, suit of clothes", "835": "sundial", "836": "sunglass", "837": "sunglasses, dark glasses, shades", "838": "sunscreen, sunblock, sun blocker", "839": "suspension bridge", "840": "swab, swob, mop", "841": "sweatshirt", "842": "swimming trunks, bathing trunks", "843": "swing", "844": "switch, electric switch, electrical switch", "845": "syringe", "846": "table lamp", "847": "tank, army tank, armored combat vehicle, armoured combat vehicle", "848": "tape player", "849": "teapot", "850": "teddy, teddy bear", "851": "television, television system", "852": "tennis ball", "853": "thatch, thatched roof", "854": "theater curtain, theatre curtain", "855": "thimble", "856": "thresher, thrasher, threshing machine", "857": "throne", "858": "tile roof", "859": "toaster", "860": "tobacco shop, tobacconist shop, tobacconist", "861": "toilet seat", "862": "torch", "863": "totem pole", "864": "tow truck, tow car, wrecker", "865": "toyshop", "866": "tractor", "867": "trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi", "868": "tray", "869": "trench coat", "870": "tricycle, trike, velocipede", "871": "trimaran", "872": "tripod", "873": "triumphal arch", "874": "trolleybus, trolley coach, trackless trolley", "875": "trombone", "876": "tub, vat", "877": "turnstile", "878": "typewriter keyboard", "879": "umbrella", "880": "unicycle, monocycle", "881": "upright, upright piano", "882": "vacuum, vacuum cleaner", "883": "vase", "884": "vault", "885": "velvet", "886": "vending machine", "887": "vestment", "888": "viaduct", "889": "violin, fiddle", "890": "volleyball", "891": "waffle iron", "892": "wall clock", "893": "wallet, billfold, notecase, pocketbook", "894": "wardrobe, closet, press", "895": "warplane, military plane", "896": "washbasin, handbasin, washbowl, lavabo, wash-hand basin", "897": "washer, automatic washer, washing machine", "898": "water bottle", "899": "water jug", "900": "water tower", "901": "whiskey jug", "902": "whistle", "903": "wig", "904": "window screen", "905": "window shade", "906": "Windsor tie", "907": "wine bottle", "908": "wing", "909": "wok", "910": "wooden spoon", "911": "wool, woolen, woollen", "912": "worm fence, snake fence, snake-rail fence, Virginia fence", "913": "wreck", "914": "yawl", "915": "yurt", "916": "web site, website, internet site, site", "917": "comic book", "918": "crossword puzzle, crossword", "919": "street sign", "920": "traffic light, traffic signal, stoplight", "921": "book jacket, dust cover, dust jacket, dust wrapper", "922": "menu", "923": "plate", "924": "guacamole", "925": "consomme", "926": "hot pot, hotpot", "927": "trifle", "928": "ice cream, icecream", "929": "ice lolly, lolly, lollipop, popsicle", "930": "French loaf", "931": "bagel, beigel", "932": "pretzel", "933": "cheeseburger", "934": "hotdog, hot dog, red hot", "935": "mashed potato", "936": "head cabbage", "937": "broccoli", "938": "cauliflower", "939": "zucchini, courgette", "940": "spaghetti squash", "941": "acorn squash", "942": "butternut squash", "943": "cucumber, cuke", "944": "artichoke, globe artichoke", "945": "bell pepper", "946": "cardoon", "947": "mushroom", "948": "Granny Smith", "949": "strawberry", "950": "orange", "951": "lemon", "952": "fig", "953": "pineapple, ananas", "954": "banana", "955": "jackfruit, jak, jack", "956": "custard apple", "957": "pomegranate", "958": "hay", "959": "carbonara", "960": "chocolate sauce, chocolate syrup", "961": "dough", "962": "meat loaf, meatloaf", "963": "pizza, pizza pie", "964": "potpie", "965": "burrito", "966": "red wine", "967": "espresso", "968": "cup", "969": "eggnog", "970": "alp", "971": "bubble", "972": "cliff, drop, drop-off", "973": "coral reef", "974": "geyser", "975": "lakeside, lakeshore", "976": "promontory, headland, head, foreland", "977": "sandbar, sand bar", "978": "seashore, coast, seacoast, sea-coast", "979": "valley, vale", "980": "volcano", "981": "ballplayer, baseball player", "982": "groom, bridegroom", "983": "scuba diver", "984": "rapeseed", "985": "daisy", "986": "yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum", "987": "corn", "988": "acorn", "989": "hip, rose hip, rosehip", "990": "buckeye, horse chestnut, conker", "991": "coral fungus", "992": "agaric", "993": "gyromitra", "994": "stinkhorn, carrion fungus", "995": "earthstar", "996": "hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa", "997": "bolete", "998": "ear, spike, capitulum", "999": "toilet tissue, toilet paper, bathroom tissue"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "tench, Tinca tinca",
3
+ "1": "goldfish, Carassius auratus",
4
+ "2": "great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias",
5
+ "3": "tiger shark, Galeocerdo cuvieri",
6
+ "4": "hammerhead, hammerhead shark",
7
+ "5": "electric ray, crampfish, numbfish, torpedo",
8
+ "6": "stingray",
9
+ "7": "cock",
10
+ "8": "hen",
11
+ "9": "ostrich, Struthio camelus",
12
+ "10": "brambling, Fringilla montifringilla",
13
+ "11": "goldfinch, Carduelis carduelis",
14
+ "12": "house finch, linnet, Carpodacus mexicanus",
15
+ "13": "junco, snowbird",
16
+ "14": "indigo bunting, indigo finch, indigo bird, Passerina cyanea",
17
+ "15": "robin, American robin, Turdus migratorius",
18
+ "16": "bulbul",
19
+ "17": "jay",
20
+ "18": "magpie",
21
+ "19": "chickadee",
22
+ "20": "water ouzel, dipper",
23
+ "21": "kite",
24
+ "22": "bald eagle, American eagle, Haliaeetus leucocephalus",
25
+ "23": "vulture",
26
+ "24": "great grey owl, great gray owl, Strix nebulosa",
27
+ "25": "European fire salamander, Salamandra salamandra",
28
+ "26": "common newt, Triturus vulgaris",
29
+ "27": "eft",
30
+ "28": "spotted salamander, Ambystoma maculatum",
31
+ "29": "axolotl, mud puppy, Ambystoma mexicanum",
32
+ "30": "bullfrog, Rana catesbeiana",
33
+ "31": "tree frog, tree-frog",
34
+ "32": "tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui",
35
+ "33": "loggerhead, loggerhead turtle, Caretta caretta",
36
+ "34": "leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea",
37
+ "35": "mud turtle",
38
+ "36": "terrapin",
39
+ "37": "box turtle, box tortoise",
40
+ "38": "banded gecko",
41
+ "39": "common iguana, iguana, Iguana iguana",
42
+ "40": "American chameleon, anole, Anolis carolinensis",
43
+ "41": "whiptail, whiptail lizard",
44
+ "42": "agama",
45
+ "43": "frilled lizard, Chlamydosaurus kingi",
46
+ "44": "alligator lizard",
47
+ "45": "Gila monster, Heloderma suspectum",
48
+ "46": "green lizard, Lacerta viridis",
49
+ "47": "African chameleon, Chamaeleo chamaeleon",
50
+ "48": "Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis",
51
+ "49": "African crocodile, Nile crocodile, Crocodylus niloticus",
52
+ "50": "American alligator, Alligator mississipiensis",
53
+ "51": "triceratops",
54
+ "52": "thunder snake, worm snake, Carphophis amoenus",
55
+ "53": "ringneck snake, ring-necked snake, ring snake",
56
+ "54": "hognose snake, puff adder, sand viper",
57
+ "55": "green snake, grass snake",
58
+ "56": "king snake, kingsnake",
59
+ "57": "garter snake, grass snake",
60
+ "58": "water snake",
61
+ "59": "vine snake",
62
+ "60": "night snake, Hypsiglena torquata",
63
+ "61": "boa constrictor, Constrictor constrictor",
64
+ "62": "rock python, rock snake, Python sebae",
65
+ "63": "Indian cobra, Naja naja",
66
+ "64": "green mamba",
67
+ "65": "sea snake",
68
+ "66": "horned viper, cerastes, sand viper, horned asp, Cerastes cornutus",
69
+ "67": "diamondback, diamondback rattlesnake, Crotalus adamanteus",
70
+ "68": "sidewinder, horned rattlesnake, Crotalus cerastes",
71
+ "69": "trilobite",
72
+ "70": "harvestman, daddy longlegs, Phalangium opilio",
73
+ "71": "scorpion",
74
+ "72": "black and gold garden spider, Argiope aurantia",
75
+ "73": "barn spider, Araneus cavaticus",
76
+ "74": "garden spider, Aranea diademata",
77
+ "75": "black widow, Latrodectus mactans",
78
+ "76": "tarantula",
79
+ "77": "wolf spider, hunting spider",
80
+ "78": "tick",
81
+ "79": "centipede",
82
+ "80": "black grouse",
83
+ "81": "ptarmigan",
84
+ "82": "ruffed grouse, partridge, Bonasa umbellus",
85
+ "83": "prairie chicken, prairie grouse, prairie fowl",
86
+ "84": "peacock",
87
+ "85": "quail",
88
+ "86": "partridge",
89
+ "87": "African grey, African gray, Psittacus erithacus",
90
+ "88": "macaw",
91
+ "89": "sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita",
92
+ "90": "lorikeet",
93
+ "91": "coucal",
94
+ "92": "bee eater",
95
+ "93": "hornbill",
96
+ "94": "hummingbird",
97
+ "95": "jacamar",
98
+ "96": "toucan",
99
+ "97": "drake",
100
+ "98": "red-breasted merganser, Mergus serrator",
101
+ "99": "goose",
102
+ "100": "black swan, Cygnus atratus",
103
+ "101": "tusker",
104
+ "102": "echidna, spiny anteater, anteater",
105
+ "103": "platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus",
106
+ "104": "wallaby, brush kangaroo",
107
+ "105": "koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus",
108
+ "106": "wombat",
109
+ "107": "jellyfish",
110
+ "108": "sea anemone, anemone",
111
+ "109": "brain coral",
112
+ "110": "flatworm, platyhelminth",
113
+ "111": "nematode, nematode worm, roundworm",
114
+ "112": "conch",
115
+ "113": "snail",
116
+ "114": "slug",
117
+ "115": "sea slug, nudibranch",
118
+ "116": "chiton, coat-of-mail shell, sea cradle, polyplacophore",
119
+ "117": "chambered nautilus, pearly nautilus, nautilus",
120
+ "118": "Dungeness crab, Cancer magister",
121
+ "119": "rock crab, Cancer irroratus",
122
+ "120": "fiddler crab",
123
+ "121": "king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica",
124
+ "122": "American lobster, Northern lobster, Maine lobster, Homarus americanus",
125
+ "123": "spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish",
126
+ "124": "crayfish, crawfish, crawdad, crawdaddy",
127
+ "125": "hermit crab",
128
+ "126": "isopod",
129
+ "127": "white stork, Ciconia ciconia",
130
+ "128": "black stork, Ciconia nigra",
131
+ "129": "spoonbill",
132
+ "130": "flamingo",
133
+ "131": "little blue heron, Egretta caerulea",
134
+ "132": "American egret, great white heron, Egretta albus",
135
+ "133": "bittern",
136
+ "134": "crane",
137
+ "135": "limpkin, Aramus pictus",
138
+ "136": "European gallinule, Porphyrio porphyrio",
139
+ "137": "American coot, marsh hen, mud hen, water hen, Fulica americana",
140
+ "138": "bustard",
141
+ "139": "ruddy turnstone, Arenaria interpres",
142
+ "140": "red-backed sandpiper, dunlin, Erolia alpina",
143
+ "141": "redshank, Tringa totanus",
144
+ "142": "dowitcher",
145
+ "143": "oystercatcher, oyster catcher",
146
+ "144": "pelican",
147
+ "145": "king penguin, Aptenodytes patagonica",
148
+ "146": "albatross, mollymawk",
149
+ "147": "grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus",
150
+ "148": "killer whale, killer, orca, grampus, sea wolf, Orcinus orca",
151
+ "149": "dugong, Dugong dugon",
152
+ "150": "sea lion",
153
+ "151": "Chihuahua",
154
+ "152": "Japanese spaniel",
155
+ "153": "Maltese dog, Maltese terrier, Maltese",
156
+ "154": "Pekinese, Pekingese, Peke",
157
+ "155": "Shih-Tzu",
158
+ "156": "Blenheim spaniel",
159
+ "157": "papillon",
160
+ "158": "toy terrier",
161
+ "159": "Rhodesian ridgeback",
162
+ "160": "Afghan hound, Afghan",
163
+ "161": "basset, basset hound",
164
+ "162": "beagle",
165
+ "163": "bloodhound, sleuthhound",
166
+ "164": "bluetick",
167
+ "165": "black-and-tan coonhound",
168
+ "166": "Walker hound, Walker foxhound",
169
+ "167": "English foxhound",
170
+ "168": "redbone",
171
+ "169": "borzoi, Russian wolfhound",
172
+ "170": "Irish wolfhound",
173
+ "171": "Italian greyhound",
174
+ "172": "whippet",
175
+ "173": "Ibizan hound, Ibizan Podenco",
176
+ "174": "Norwegian elkhound, elkhound",
177
+ "175": "otterhound, otter hound",
178
+ "176": "Saluki, gazelle hound",
179
+ "177": "Scottish deerhound, deerhound",
180
+ "178": "Weimaraner",
181
+ "179": "Staffordshire bullterrier, Staffordshire bull terrier",
182
+ "180": "American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier",
183
+ "181": "Bedlington terrier",
184
+ "182": "Border terrier",
185
+ "183": "Kerry blue terrier",
186
+ "184": "Irish terrier",
187
+ "185": "Norfolk terrier",
188
+ "186": "Norwich terrier",
189
+ "187": "Yorkshire terrier",
190
+ "188": "wire-haired fox terrier",
191
+ "189": "Lakeland terrier",
192
+ "190": "Sealyham terrier, Sealyham",
193
+ "191": "Airedale, Airedale terrier",
194
+ "192": "cairn, cairn terrier",
195
+ "193": "Australian terrier",
196
+ "194": "Dandie Dinmont, Dandie Dinmont terrier",
197
+ "195": "Boston bull, Boston terrier",
198
+ "196": "miniature schnauzer",
199
+ "197": "giant schnauzer",
200
+ "198": "standard schnauzer",
201
+ "199": "Scotch terrier, Scottish terrier, Scottie",
202
+ "200": "Tibetan terrier, chrysanthemum dog",
203
+ "201": "silky terrier, Sydney silky",
204
+ "202": "soft-coated wheaten terrier",
205
+ "203": "West Highland white terrier",
206
+ "204": "Lhasa, Lhasa apso",
207
+ "205": "flat-coated retriever",
208
+ "206": "curly-coated retriever",
209
+ "207": "golden retriever",
210
+ "208": "Labrador retriever",
211
+ "209": "Chesapeake Bay retriever",
212
+ "210": "German short-haired pointer",
213
+ "211": "vizsla, Hungarian pointer",
214
+ "212": "English setter",
215
+ "213": "Irish setter, red setter",
216
+ "214": "Gordon setter",
217
+ "215": "Brittany spaniel",
218
+ "216": "clumber, clumber spaniel",
219
+ "217": "English springer, English springer spaniel",
220
+ "218": "Welsh springer spaniel",
221
+ "219": "cocker spaniel, English cocker spaniel, cocker",
222
+ "220": "Sussex spaniel",
223
+ "221": "Irish water spaniel",
224
+ "222": "kuvasz",
225
+ "223": "schipperke",
226
+ "224": "groenendael",
227
+ "225": "malinois",
228
+ "226": "briard",
229
+ "227": "kelpie",
230
+ "228": "komondor",
231
+ "229": "Old English sheepdog, bobtail",
232
+ "230": "Shetland sheepdog, Shetland sheep dog, Shetland",
233
+ "231": "collie",
234
+ "232": "Border collie",
235
+ "233": "Bouvier des Flandres, Bouviers des Flandres",
236
+ "234": "Rottweiler",
237
+ "235": "German shepherd, German shepherd dog, German police dog, alsatian",
238
+ "236": "Doberman, Doberman pinscher",
239
+ "237": "miniature pinscher",
240
+ "238": "Greater Swiss Mountain dog",
241
+ "239": "Bernese mountain dog",
242
+ "240": "Appenzeller",
243
+ "241": "EntleBucher",
244
+ "242": "boxer",
245
+ "243": "bull mastiff",
246
+ "244": "Tibetan mastiff",
247
+ "245": "French bulldog",
248
+ "246": "Great Dane",
249
+ "247": "Saint Bernard, St Bernard",
250
+ "248": "Eskimo dog, husky",
251
+ "249": "malamute, malemute, Alaskan malamute",
252
+ "250": "Siberian husky",
253
+ "251": "dalmatian, coach dog, carriage dog",
254
+ "252": "affenpinscher, monkey pinscher, monkey dog",
255
+ "253": "basenji",
256
+ "254": "pug, pug-dog",
257
+ "255": "Leonberg",
258
+ "256": "Newfoundland, Newfoundland dog",
259
+ "257": "Great Pyrenees",
260
+ "258": "Samoyed, Samoyede",
261
+ "259": "Pomeranian",
262
+ "260": "chow, chow chow",
263
+ "261": "keeshond",
264
+ "262": "Brabancon griffon",
265
+ "263": "Pembroke, Pembroke Welsh corgi",
266
+ "264": "Cardigan, Cardigan Welsh corgi",
267
+ "265": "toy poodle",
268
+ "266": "miniature poodle",
269
+ "267": "standard poodle",
270
+ "268": "Mexican hairless",
271
+ "269": "timber wolf, grey wolf, gray wolf, Canis lupus",
272
+ "270": "white wolf, Arctic wolf, Canis lupus tundrarum",
273
+ "271": "red wolf, maned wolf, Canis rufus, Canis niger",
274
+ "272": "coyote, prairie wolf, brush wolf, Canis latrans",
275
+ "273": "dingo, warrigal, warragal, Canis dingo",
276
+ "274": "dhole, Cuon alpinus",
277
+ "275": "African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus",
278
+ "276": "hyena, hyaena",
279
+ "277": "red fox, Vulpes vulpes",
280
+ "278": "kit fox, Vulpes macrotis",
281
+ "279": "Arctic fox, white fox, Alopex lagopus",
282
+ "280": "grey fox, gray fox, Urocyon cinereoargenteus",
283
+ "281": "tabby, tabby cat",
284
+ "282": "tiger cat",
285
+ "283": "Persian cat",
286
+ "284": "Siamese cat, Siamese",
287
+ "285": "Egyptian cat",
288
+ "286": "cougar, puma, catamount, mountain lion, painter, panther, Felis concolor",
289
+ "287": "lynx, catamount",
290
+ "288": "leopard, Panthera pardus",
291
+ "289": "snow leopard, ounce, Panthera uncia",
292
+ "290": "jaguar, panther, Panthera onca, Felis onca",
293
+ "291": "lion, king of beasts, Panthera leo",
294
+ "292": "tiger, Panthera tigris",
295
+ "293": "cheetah, chetah, Acinonyx jubatus",
296
+ "294": "brown bear, bruin, Ursus arctos",
297
+ "295": "American black bear, black bear, Ursus americanus, Euarctos americanus",
298
+ "296": "ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus",
299
+ "297": "sloth bear, Melursus ursinus, Ursus ursinus",
300
+ "298": "mongoose",
301
+ "299": "meerkat, mierkat",
302
+ "300": "tiger beetle",
303
+ "301": "ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle",
304
+ "302": "ground beetle, carabid beetle",
305
+ "303": "long-horned beetle, longicorn, longicorn beetle",
306
+ "304": "leaf beetle, chrysomelid",
307
+ "305": "dung beetle",
308
+ "306": "rhinoceros beetle",
309
+ "307": "weevil",
310
+ "308": "fly",
311
+ "309": "bee",
312
+ "310": "ant, emmet, pismire",
313
+ "311": "grasshopper, hopper",
314
+ "312": "cricket",
315
+ "313": "walking stick, walkingstick, stick insect",
316
+ "314": "cockroach, roach",
317
+ "315": "mantis, mantid",
318
+ "316": "cicada, cicala",
319
+ "317": "leafhopper",
320
+ "318": "lacewing, lacewing fly",
321
+ "319": "dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk",
322
+ "320": "damselfly",
323
+ "321": "admiral",
324
+ "322": "ringlet, ringlet butterfly",
325
+ "323": "monarch, monarch butterfly, milkweed butterfly, Danaus plexippus",
326
+ "324": "cabbage butterfly",
327
+ "325": "sulphur butterfly, sulfur butterfly",
328
+ "326": "lycaenid, lycaenid butterfly",
329
+ "327": "starfish, sea star",
330
+ "328": "sea urchin",
331
+ "329": "sea cucumber, holothurian",
332
+ "330": "wood rabbit, cottontail, cottontail rabbit",
333
+ "331": "hare",
334
+ "332": "Angora, Angora rabbit",
335
+ "333": "hamster",
336
+ "334": "porcupine, hedgehog",
337
+ "335": "fox squirrel, eastern fox squirrel, Sciurus niger",
338
+ "336": "marmot",
339
+ "337": "beaver",
340
+ "338": "guinea pig, Cavia cobaya",
341
+ "339": "sorrel",
342
+ "340": "zebra",
343
+ "341": "hog, pig, grunter, squealer, Sus scrofa",
344
+ "342": "wild boar, boar, Sus scrofa",
345
+ "343": "warthog",
346
+ "344": "hippopotamus, hippo, river horse, Hippopotamus amphibius",
347
+ "345": "ox",
348
+ "346": "water buffalo, water ox, Asiatic buffalo, Bubalus bubalis",
349
+ "347": "bison",
350
+ "348": "ram, tup",
351
+ "349": "bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis",
352
+ "350": "ibex, Capra ibex",
353
+ "351": "hartebeest",
354
+ "352": "impala, Aepyceros melampus",
355
+ "353": "gazelle",
356
+ "354": "Arabian camel, dromedary, Camelus dromedarius",
357
+ "355": "llama",
358
+ "356": "weasel",
359
+ "357": "mink",
360
+ "358": "polecat, fitch, foulmart, foumart, Mustela putorius",
361
+ "359": "black-footed ferret, ferret, Mustela nigripes",
362
+ "360": "otter",
363
+ "361": "skunk, polecat, wood pussy",
364
+ "362": "badger",
365
+ "363": "armadillo",
366
+ "364": "three-toed sloth, ai, Bradypus tridactylus",
367
+ "365": "orangutan, orang, orangutang, Pongo pygmaeus",
368
+ "366": "gorilla, Gorilla gorilla",
369
+ "367": "chimpanzee, chimp, Pan troglodytes",
370
+ "368": "gibbon, Hylobates lar",
371
+ "369": "siamang, Hylobates syndactylus, Symphalangus syndactylus",
372
+ "370": "guenon, guenon monkey",
373
+ "371": "patas, hussar monkey, Erythrocebus patas",
374
+ "372": "baboon",
375
+ "373": "macaque",
376
+ "374": "langur",
377
+ "375": "colobus, colobus monkey",
378
+ "376": "proboscis monkey, Nasalis larvatus",
379
+ "377": "marmoset",
380
+ "378": "capuchin, ringtail, Cebus capucinus",
381
+ "379": "howler monkey, howler",
382
+ "380": "titi, titi monkey",
383
+ "381": "spider monkey, Ateles geoffroyi",
384
+ "382": "squirrel monkey, Saimiri sciureus",
385
+ "383": "Madagascar cat, ring-tailed lemur, Lemur catta",
386
+ "384": "indri, indris, Indri indri, Indri brevicaudatus",
387
+ "385": "Indian elephant, Elephas maximus",
388
+ "386": "African elephant, Loxodonta africana",
389
+ "387": "lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens",
390
+ "388": "giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca",
391
+ "389": "barracouta, snoek",
392
+ "390": "eel",
393
+ "391": "coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch",
394
+ "392": "rock beauty, Holocanthus tricolor",
395
+ "393": "anemone fish",
396
+ "394": "sturgeon",
397
+ "395": "gar, garfish, garpike, billfish, Lepisosteus osseus",
398
+ "396": "lionfish",
399
+ "397": "puffer, pufferfish, blowfish, globefish",
400
+ "398": "abacus",
401
+ "399": "abaya",
402
+ "400": "academic gown, academic robe, judge's robe",
403
+ "401": "accordion, piano accordion, squeeze box",
404
+ "402": "acoustic guitar",
405
+ "403": "aircraft carrier, carrier, flattop, attack aircraft carrier",
406
+ "404": "airliner",
407
+ "405": "airship, dirigible",
408
+ "406": "altar",
409
+ "407": "ambulance",
410
+ "408": "amphibian, amphibious vehicle",
411
+ "409": "analog clock",
412
+ "410": "apiary, bee house",
413
+ "411": "apron",
414
+ "412": "ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin",
415
+ "413": "assault rifle, assault gun",
416
+ "414": "backpack, back pack, knapsack, packsack, rucksack, haversack",
417
+ "415": "bakery, bakeshop, bakehouse",
418
+ "416": "balance beam, beam",
419
+ "417": "balloon",
420
+ "418": "ballpoint, ballpoint pen, ballpen, Biro",
421
+ "419": "Band Aid",
422
+ "420": "banjo",
423
+ "421": "bannister, banister, balustrade, balusters, handrail",
424
+ "422": "barbell",
425
+ "423": "barber chair",
426
+ "424": "barbershop",
427
+ "425": "barn",
428
+ "426": "barometer",
429
+ "427": "barrel, cask",
430
+ "428": "barrow, garden cart, lawn cart, wheelbarrow",
431
+ "429": "baseball",
432
+ "430": "basketball",
433
+ "431": "bassinet",
434
+ "432": "bassoon",
435
+ "433": "bathing cap, swimming cap",
436
+ "434": "bath towel",
437
+ "435": "bathtub, bathing tub, bath, tub",
438
+ "436": "beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon",
439
+ "437": "beacon, lighthouse, beacon light, pharos",
440
+ "438": "beaker",
441
+ "439": "bearskin, busby, shako",
442
+ "440": "beer bottle",
443
+ "441": "beer glass",
444
+ "442": "bell cote, bell cot",
445
+ "443": "bib",
446
+ "444": "bicycle-built-for-two, tandem bicycle, tandem",
447
+ "445": "bikini, two-piece",
448
+ "446": "binder, ring-binder",
449
+ "447": "binoculars, field glasses, opera glasses",
450
+ "448": "birdhouse",
451
+ "449": "boathouse",
452
+ "450": "bobsled, bobsleigh, bob",
453
+ "451": "bolo tie, bolo, bola tie, bola",
454
+ "452": "bonnet, poke bonnet",
455
+ "453": "bookcase",
456
+ "454": "bookshop, bookstore, bookstall",
457
+ "455": "bottlecap",
458
+ "456": "bow",
459
+ "457": "bow tie, bow-tie, bowtie",
460
+ "458": "brass, memorial tablet, plaque",
461
+ "459": "brassiere, bra, bandeau",
462
+ "460": "breakwater, groin, groyne, mole, bulwark, seawall, jetty",
463
+ "461": "breastplate, aegis, egis",
464
+ "462": "broom",
465
+ "463": "bucket, pail",
466
+ "464": "buckle",
467
+ "465": "bulletproof vest",
468
+ "466": "bullet train, bullet",
469
+ "467": "butcher shop, meat market",
470
+ "468": "cab, hack, taxi, taxicab",
471
+ "469": "caldron, cauldron",
472
+ "470": "candle, taper, wax light",
473
+ "471": "cannon",
474
+ "472": "canoe",
475
+ "473": "can opener, tin opener",
476
+ "474": "cardigan",
477
+ "475": "car mirror",
478
+ "476": "carousel, carrousel, merry-go-round, roundabout, whirligig",
479
+ "477": "carpenter's kit, tool kit",
480
+ "478": "carton",
481
+ "479": "car wheel",
482
+ "480": "cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM",
483
+ "481": "cassette",
484
+ "482": "cassette player",
485
+ "483": "castle",
486
+ "484": "catamaran",
487
+ "485": "CD player",
488
+ "486": "cello, violoncello",
489
+ "487": "cellular telephone, cellular phone, cellphone, cell, mobile phone",
490
+ "488": "chain",
491
+ "489": "chainlink fence",
492
+ "490": "chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour",
493
+ "491": "chain saw, chainsaw",
494
+ "492": "chest",
495
+ "493": "chiffonier, commode",
496
+ "494": "chime, bell, gong",
497
+ "495": "china cabinet, china closet",
498
+ "496": "Christmas stocking",
499
+ "497": "church, church building",
500
+ "498": "cinema, movie theater, movie theatre, movie house, picture palace",
501
+ "499": "cleaver, meat cleaver, chopper",
502
+ "500": "cliff dwelling",
503
+ "501": "cloak",
504
+ "502": "clog, geta, patten, sabot",
505
+ "503": "cocktail shaker",
506
+ "504": "coffee mug",
507
+ "505": "coffeepot",
508
+ "506": "coil, spiral, volute, whorl, helix",
509
+ "507": "combination lock",
510
+ "508": "computer keyboard, keypad",
511
+ "509": "confectionery, confectionary, candy store",
512
+ "510": "container ship, containership, container vessel",
513
+ "511": "convertible",
514
+ "512": "corkscrew, bottle screw",
515
+ "513": "cornet, horn, trumpet, trump",
516
+ "514": "cowboy boot",
517
+ "515": "cowboy hat, ten-gallon hat",
518
+ "516": "cradle",
519
+ "517": "crane",
520
+ "518": "crash helmet",
521
+ "519": "crate",
522
+ "520": "crib, cot",
523
+ "521": "Crock Pot",
524
+ "522": "croquet ball",
525
+ "523": "crutch",
526
+ "524": "cuirass",
527
+ "525": "dam, dike, dyke",
528
+ "526": "desk",
529
+ "527": "desktop computer",
530
+ "528": "dial telephone, dial phone",
531
+ "529": "diaper, nappy, napkin",
532
+ "530": "digital clock",
533
+ "531": "digital watch",
534
+ "532": "dining table, board",
535
+ "533": "dishrag, dishcloth",
536
+ "534": "dishwasher, dish washer, dishwashing machine",
537
+ "535": "disk brake, disc brake",
538
+ "536": "dock, dockage, docking facility",
539
+ "537": "dogsled, dog sled, dog sleigh",
540
+ "538": "dome",
541
+ "539": "doormat, welcome mat",
542
+ "540": "drilling platform, offshore rig",
543
+ "541": "drum, membranophone, tympan",
544
+ "542": "drumstick",
545
+ "543": "dumbbell",
546
+ "544": "Dutch oven",
547
+ "545": "electric fan, blower",
548
+ "546": "electric guitar",
549
+ "547": "electric locomotive",
550
+ "548": "entertainment center",
551
+ "549": "envelope",
552
+ "550": "espresso maker",
553
+ "551": "face powder",
554
+ "552": "feather boa, boa",
555
+ "553": "file, file cabinet, filing cabinet",
556
+ "554": "fireboat",
557
+ "555": "fire engine, fire truck",
558
+ "556": "fire screen, fireguard",
559
+ "557": "flagpole, flagstaff",
560
+ "558": "flute, transverse flute",
561
+ "559": "folding chair",
562
+ "560": "football helmet",
563
+ "561": "forklift",
564
+ "562": "fountain",
565
+ "563": "fountain pen",
566
+ "564": "four-poster",
567
+ "565": "freight car",
568
+ "566": "French horn, horn",
569
+ "567": "frying pan, frypan, skillet",
570
+ "568": "fur coat",
571
+ "569": "garbage truck, dustcart",
572
+ "570": "gasmask, respirator, gas helmet",
573
+ "571": "gas pump, gasoline pump, petrol pump, island dispenser",
574
+ "572": "goblet",
575
+ "573": "go-kart",
576
+ "574": "golf ball",
577
+ "575": "golfcart, golf cart",
578
+ "576": "gondola",
579
+ "577": "gong, tam-tam",
580
+ "578": "gown",
581
+ "579": "grand piano, grand",
582
+ "580": "greenhouse, nursery, glasshouse",
583
+ "581": "grille, radiator grille",
584
+ "582": "grocery store, grocery, food market, market",
585
+ "583": "guillotine",
586
+ "584": "hair slide",
587
+ "585": "hair spray",
588
+ "586": "half track",
589
+ "587": "hammer",
590
+ "588": "hamper",
591
+ "589": "hand blower, blow dryer, blow drier, hair dryer, hair drier",
592
+ "590": "hand-held computer, hand-held microcomputer",
593
+ "591": "handkerchief, hankie, hanky, hankey",
594
+ "592": "hard disc, hard disk, fixed disk",
595
+ "593": "harmonica, mouth organ, harp, mouth harp",
596
+ "594": "harp",
597
+ "595": "harvester, reaper",
598
+ "596": "hatchet",
599
+ "597": "holster",
600
+ "598": "home theater, home theatre",
601
+ "599": "honeycomb",
602
+ "600": "hook, claw",
603
+ "601": "hoopskirt, crinoline",
604
+ "602": "horizontal bar, high bar",
605
+ "603": "horse cart, horse-cart",
606
+ "604": "hourglass",
607
+ "605": "iPod",
608
+ "606": "iron, smoothing iron",
609
+ "607": "jack-o'-lantern",
610
+ "608": "jean, blue jean, denim",
611
+ "609": "jeep, landrover",
612
+ "610": "jersey, T-shirt, tee shirt",
613
+ "611": "jigsaw puzzle",
614
+ "612": "jinrikisha, ricksha, rickshaw",
615
+ "613": "joystick",
616
+ "614": "kimono",
617
+ "615": "knee pad",
618
+ "616": "knot",
619
+ "617": "lab coat, laboratory coat",
620
+ "618": "ladle",
621
+ "619": "lampshade, lamp shade",
622
+ "620": "laptop, laptop computer",
623
+ "621": "lawn mower, mower",
624
+ "622": "lens cap, lens cover",
625
+ "623": "letter opener, paper knife, paperknife",
626
+ "624": "library",
627
+ "625": "lifeboat",
628
+ "626": "lighter, light, igniter, ignitor",
629
+ "627": "limousine, limo",
630
+ "628": "liner, ocean liner",
631
+ "629": "lipstick, lip rouge",
632
+ "630": "Loafer",
633
+ "631": "lotion",
634
+ "632": "loudspeaker, speaker, speaker unit, loudspeaker system, speaker system",
635
+ "633": "loupe, jeweler's loupe",
636
+ "634": "lumbermill, sawmill",
637
+ "635": "magnetic compass",
638
+ "636": "mailbag, postbag",
639
+ "637": "mailbox, letter box",
640
+ "638": "maillot",
641
+ "639": "maillot, tank suit",
642
+ "640": "manhole cover",
643
+ "641": "maraca",
644
+ "642": "marimba, xylophone",
645
+ "643": "mask",
646
+ "644": "matchstick",
647
+ "645": "maypole",
648
+ "646": "maze, labyrinth",
649
+ "647": "measuring cup",
650
+ "648": "medicine chest, medicine cabinet",
651
+ "649": "megalith, megalithic structure",
652
+ "650": "microphone, mike",
653
+ "651": "microwave, microwave oven",
654
+ "652": "military uniform",
655
+ "653": "milk can",
656
+ "654": "minibus",
657
+ "655": "miniskirt, mini",
658
+ "656": "minivan",
659
+ "657": "missile",
660
+ "658": "mitten",
661
+ "659": "mixing bowl",
662
+ "660": "mobile home, manufactured home",
663
+ "661": "Model T",
664
+ "662": "modem",
665
+ "663": "monastery",
666
+ "664": "monitor",
667
+ "665": "moped",
668
+ "666": "mortar",
669
+ "667": "mortarboard",
670
+ "668": "mosque",
671
+ "669": "mosquito net",
672
+ "670": "motor scooter, scooter",
673
+ "671": "mountain bike, all-terrain bike, off-roader",
674
+ "672": "mountain tent",
675
+ "673": "mouse, computer mouse",
676
+ "674": "mousetrap",
677
+ "675": "moving van",
678
+ "676": "muzzle",
679
+ "677": "nail",
680
+ "678": "neck brace",
681
+ "679": "necklace",
682
+ "680": "nipple",
683
+ "681": "notebook, notebook computer",
684
+ "682": "obelisk",
685
+ "683": "oboe, hautboy, hautbois",
686
+ "684": "ocarina, sweet potato",
687
+ "685": "odometer, hodometer, mileometer, milometer",
688
+ "686": "oil filter",
689
+ "687": "organ, pipe organ",
690
+ "688": "oscilloscope, scope, cathode-ray oscilloscope, CRO",
691
+ "689": "overskirt",
692
+ "690": "oxcart",
693
+ "691": "oxygen mask",
694
+ "692": "packet",
695
+ "693": "paddle, boat paddle",
696
+ "694": "paddlewheel, paddle wheel",
697
+ "695": "padlock",
698
+ "696": "paintbrush",
699
+ "697": "pajama, pyjama, pj's, jammies",
700
+ "698": "palace",
701
+ "699": "panpipe, pandean pipe, syrinx",
702
+ "700": "paper towel",
703
+ "701": "parachute, chute",
704
+ "702": "parallel bars, bars",
705
+ "703": "park bench",
706
+ "704": "parking meter",
707
+ "705": "passenger car, coach, carriage",
708
+ "706": "patio, terrace",
709
+ "707": "pay-phone, pay-station",
710
+ "708": "pedestal, plinth, footstall",
711
+ "709": "pencil box, pencil case",
712
+ "710": "pencil sharpener",
713
+ "711": "perfume, essence",
714
+ "712": "Petri dish",
715
+ "713": "photocopier",
716
+ "714": "pick, plectrum, plectron",
717
+ "715": "pickelhaube",
718
+ "716": "picket fence, paling",
719
+ "717": "pickup, pickup truck",
720
+ "718": "pier",
721
+ "719": "piggy bank, penny bank",
722
+ "720": "pill bottle",
723
+ "721": "pillow",
724
+ "722": "ping-pong ball",
725
+ "723": "pinwheel",
726
+ "724": "pirate, pirate ship",
727
+ "725": "pitcher, ewer",
728
+ "726": "plane, carpenter's plane, woodworking plane",
729
+ "727": "planetarium",
730
+ "728": "plastic bag",
731
+ "729": "plate rack",
732
+ "730": "plow, plough",
733
+ "731": "plunger, plumber's helper",
734
+ "732": "Polaroid camera, Polaroid Land camera",
735
+ "733": "pole",
736
+ "734": "police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria",
737
+ "735": "poncho",
738
+ "736": "pool table, billiard table, snooker table",
739
+ "737": "pop bottle, soda bottle",
740
+ "738": "pot, flowerpot",
741
+ "739": "potter's wheel",
742
+ "740": "power drill",
743
+ "741": "prayer rug, prayer mat",
744
+ "742": "printer",
745
+ "743": "prison, prison house",
746
+ "744": "projectile, missile",
747
+ "745": "projector",
748
+ "746": "puck, hockey puck",
749
+ "747": "punching bag, punch bag, punching ball, punchball",
750
+ "748": "purse",
751
+ "749": "quill, quill pen",
752
+ "750": "quilt, comforter, comfort, puff",
753
+ "751": "racer, race car, racing car",
754
+ "752": "racket, racquet",
755
+ "753": "radiator",
756
+ "754": "radio, wireless",
757
+ "755": "radio telescope, radio reflector",
758
+ "756": "rain barrel",
759
+ "757": "recreational vehicle, RV, R.V.",
760
+ "758": "reel",
761
+ "759": "reflex camera",
762
+ "760": "refrigerator, icebox",
763
+ "761": "remote control, remote",
764
+ "762": "restaurant, eating house, eating place, eatery",
765
+ "763": "revolver, six-gun, six-shooter",
766
+ "764": "rifle",
767
+ "765": "rocking chair, rocker",
768
+ "766": "rotisserie",
769
+ "767": "rubber eraser, rubber, pencil eraser",
770
+ "768": "rugby ball",
771
+ "769": "rule, ruler",
772
+ "770": "running shoe",
773
+ "771": "safe",
774
+ "772": "safety pin",
775
+ "773": "saltshaker, salt shaker",
776
+ "774": "sandal",
777
+ "775": "sarong",
778
+ "776": "sax, saxophone",
779
+ "777": "scabbard",
780
+ "778": "scale, weighing machine",
781
+ "779": "school bus",
782
+ "780": "schooner",
783
+ "781": "scoreboard",
784
+ "782": "screen, CRT screen",
785
+ "783": "screw",
786
+ "784": "screwdriver",
787
+ "785": "seat belt, seatbelt",
788
+ "786": "sewing machine",
789
+ "787": "shield, buckler",
790
+ "788": "shoe shop, shoe-shop, shoe store",
791
+ "789": "shoji",
792
+ "790": "shopping basket",
793
+ "791": "shopping cart",
794
+ "792": "shovel",
795
+ "793": "shower cap",
796
+ "794": "shower curtain",
797
+ "795": "ski",
798
+ "796": "ski mask",
799
+ "797": "sleeping bag",
800
+ "798": "slide rule, slipstick",
801
+ "799": "sliding door",
802
+ "800": "slot, one-armed bandit",
803
+ "801": "snorkel",
804
+ "802": "snowmobile",
805
+ "803": "snowplow, snowplough",
806
+ "804": "soap dispenser",
807
+ "805": "soccer ball",
808
+ "806": "sock",
809
+ "807": "solar dish, solar collector, solar furnace",
810
+ "808": "sombrero",
811
+ "809": "soup bowl",
812
+ "810": "space bar",
813
+ "811": "space heater",
814
+ "812": "space shuttle",
815
+ "813": "spatula",
816
+ "814": "speedboat",
817
+ "815": "spider web, spider's web",
818
+ "816": "spindle",
819
+ "817": "sports car, sport car",
820
+ "818": "spotlight, spot",
821
+ "819": "stage",
822
+ "820": "steam locomotive",
823
+ "821": "steel arch bridge",
824
+ "822": "steel drum",
825
+ "823": "stethoscope",
826
+ "824": "stole",
827
+ "825": "stone wall",
828
+ "826": "stopwatch, stop watch",
829
+ "827": "stove",
830
+ "828": "strainer",
831
+ "829": "streetcar, tram, tramcar, trolley, trolley car",
832
+ "830": "stretcher",
833
+ "831": "studio couch, day bed",
834
+ "832": "stupa, tope",
835
+ "833": "submarine, pigboat, sub, U-boat",
836
+ "834": "suit, suit of clothes",
837
+ "835": "sundial",
838
+ "836": "sunglass",
839
+ "837": "sunglasses, dark glasses, shades",
840
+ "838": "sunscreen, sunblock, sun blocker",
841
+ "839": "suspension bridge",
842
+ "840": "swab, swob, mop",
843
+ "841": "sweatshirt",
844
+ "842": "swimming trunks, bathing trunks",
845
+ "843": "swing",
846
+ "844": "switch, electric switch, electrical switch",
847
+ "845": "syringe",
848
+ "846": "table lamp",
849
+ "847": "tank, army tank, armored combat vehicle, armoured combat vehicle",
850
+ "848": "tape player",
851
+ "849": "teapot",
852
+ "850": "teddy, teddy bear",
853
+ "851": "television, television system",
854
+ "852": "tennis ball",
855
+ "853": "thatch, thatched roof",
856
+ "854": "theater curtain, theatre curtain",
857
+ "855": "thimble",
858
+ "856": "thresher, thrasher, threshing machine",
859
+ "857": "throne",
860
+ "858": "tile roof",
861
+ "859": "toaster",
862
+ "860": "tobacco shop, tobacconist shop, tobacconist",
863
+ "861": "toilet seat",
864
+ "862": "torch",
865
+ "863": "totem pole",
866
+ "864": "tow truck, tow car, wrecker",
867
+ "865": "toyshop",
868
+ "866": "tractor",
869
+ "867": "trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi",
870
+ "868": "tray",
871
+ "869": "trench coat",
872
+ "870": "tricycle, trike, velocipede",
873
+ "871": "trimaran",
874
+ "872": "tripod",
875
+ "873": "triumphal arch",
876
+ "874": "trolleybus, trolley coach, trackless trolley",
877
+ "875": "trombone",
878
+ "876": "tub, vat",
879
+ "877": "turnstile",
880
+ "878": "typewriter keyboard",
881
+ "879": "umbrella",
882
+ "880": "unicycle, monocycle",
883
+ "881": "upright, upright piano",
884
+ "882": "vacuum, vacuum cleaner",
885
+ "883": "vase",
886
+ "884": "vault",
887
+ "885": "velvet",
888
+ "886": "vending machine",
889
+ "887": "vestment",
890
+ "888": "viaduct",
891
+ "889": "violin, fiddle",
892
+ "890": "volleyball",
893
+ "891": "waffle iron",
894
+ "892": "wall clock",
895
+ "893": "wallet, billfold, notecase, pocketbook",
896
+ "894": "wardrobe, closet, press",
897
+ "895": "warplane, military plane",
898
+ "896": "washbasin, handbasin, washbowl, lavabo, wash-hand basin",
899
+ "897": "washer, automatic washer, washing machine",
900
+ "898": "water bottle",
901
+ "899": "water jug",
902
+ "900": "water tower",
903
+ "901": "whiskey jug",
904
+ "902": "whistle",
905
+ "903": "wig",
906
+ "904": "window screen",
907
+ "905": "window shade",
908
+ "906": "Windsor tie",
909
+ "907": "wine bottle",
910
+ "908": "wing",
911
+ "909": "wok",
912
+ "910": "wooden spoon",
913
+ "911": "wool, woolen, woollen",
914
+ "912": "worm fence, snake fence, snake-rail fence, Virginia fence",
915
+ "913": "wreck",
916
+ "914": "yawl",
917
+ "915": "yurt",
918
+ "916": "web site, website, internet site, site",
919
+ "917": "comic book",
920
+ "918": "crossword puzzle, crossword",
921
+ "919": "street sign",
922
+ "920": "traffic light, traffic signal, stoplight",
923
+ "921": "book jacket, dust cover, dust jacket, dust wrapper",
924
+ "922": "menu",
925
+ "923": "plate",
926
+ "924": "guacamole",
927
+ "925": "consomme",
928
+ "926": "hot pot, hotpot",
929
+ "927": "trifle",
930
+ "928": "ice cream, icecream",
931
+ "929": "ice lolly, lolly, lollipop, popsicle",
932
+ "930": "French loaf",
933
+ "931": "bagel, beigel",
934
+ "932": "pretzel",
935
+ "933": "cheeseburger",
936
+ "934": "hotdog, hot dog, red hot",
937
+ "935": "mashed potato",
938
+ "936": "head cabbage",
939
+ "937": "broccoli",
940
+ "938": "cauliflower",
941
+ "939": "zucchini, courgette",
942
+ "940": "spaghetti squash",
943
+ "941": "acorn squash",
944
+ "942": "butternut squash",
945
+ "943": "cucumber, cuke",
946
+ "944": "artichoke, globe artichoke",
947
+ "945": "bell pepper",
948
+ "946": "cardoon",
949
+ "947": "mushroom",
950
+ "948": "Granny Smith",
951
+ "949": "strawberry",
952
+ "950": "orange",
953
+ "951": "lemon",
954
+ "952": "fig",
955
+ "953": "pineapple, ananas",
956
+ "954": "banana",
957
+ "955": "jackfruit, jak, jack",
958
+ "956": "custard apple",
959
+ "957": "pomegranate",
960
+ "958": "hay",
961
+ "959": "carbonara",
962
+ "960": "chocolate sauce, chocolate syrup",
963
+ "961": "dough",
964
+ "962": "meat loaf, meatloaf",
965
+ "963": "pizza, pizza pie",
966
+ "964": "potpie",
967
+ "965": "burrito",
968
+ "966": "red wine",
969
+ "967": "espresso",
970
+ "968": "cup",
971
+ "969": "eggnog",
972
+ "970": "alp",
973
+ "971": "bubble",
974
+ "972": "cliff, drop, drop-off",
975
+ "973": "coral reef",
976
+ "974": "geyser",
977
+ "975": "lakeside, lakeshore",
978
+ "976": "promontory, headland, head, foreland",
979
+ "977": "sandbar, sand bar",
980
+ "978": "seashore, coast, seacoast, sea-coast",
981
+ "979": "valley, vale",
982
+ "980": "volcano",
983
+ "981": "ballplayer, baseball player",
984
+ "982": "groom, bridegroom",
985
+ "983": "scuba diver",
986
+ "984": "rapeseed",
987
+ "985": "daisy",
988
+ "986": "yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum",
989
+ "987": "corn",
990
+ "988": "acorn",
991
+ "989": "hip, rose hip, rosehip",
992
+ "990": "buckeye, horse chestnut, conker",
993
+ "991": "coral fungus",
994
+ "992": "agaric",
995
+ "993": "gyromitra",
996
+ "994": "stinkhorn, carrion fungus",
997
+ "995": "earthstar",
998
+ "996": "hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa",
999
+ "997": "bolete",
1000
+ "998": "ear, spike, capitulum",
1001
+ "999": "toilet tissue, toilet paper, bathroom tissue"
1002
+ }
imagenet-22k-id2label.json CHANGED
The diff for this file is too large to render. See raw diff
kinetics400-id2label.json CHANGED
@@ -1 +1,402 @@
1
- {"0": "abseiling", "1": "air drumming", "2": "answering questions", "3": "applauding", "4": "applying cream", "5": "archery", "6": "arm wrestling", "7": "arranging flowers", "8": "assembling computer", "9": "auctioning", "10": "baby waking up", "11": "baking cookies", "12": "balloon blowing", "13": "bandaging", "14": "barbequing", "15": "bartending", "16": "beatboxing", "17": "bee keeping", "18": "belly dancing", "19": "bench pressing", "20": "bending back", "21": "bending metal", "22": "biking through snow", "23": "blasting sand", "24": "blowing glass", "25": "blowing leaves", "26": "blowing nose", "27": "blowing out candles", "28": "bobsledding", "29": "bookbinding", "30": "bouncing on trampoline", "31": "bowling", "32": "braiding hair", "33": "breading or breadcrumbing", "34": "breakdancing", "35": "brush painting", "36": "brushing hair", "37": "brushing teeth", "38": "building cabinet", "39": "building shed", "40": "bungee jumping", "41": "busking", "42": "canoeing or kayaking", "43": "capoeira", "44": "carrying baby", "45": "cartwheeling", "46": "carving pumpkin", "47": "catching fish", "48": "catching or throwing baseball", "49": "catching or throwing frisbee", "50": "catching or throwing softball", "51": "celebrating", "52": "changing oil", "53": "changing wheel", "54": "checking tires", "55": "cheerleading", "56": "chopping wood", "57": "clapping", "58": "clay pottery making", "59": "clean and jerk", "60": "cleaning floor", "61": "cleaning gutters", "62": "cleaning pool", "63": "cleaning shoes", "64": "cleaning toilet", "65": "cleaning windows", "66": "climbing a rope", "67": "climbing ladder", "68": "climbing tree", "69": "contact juggling", "70": "cooking chicken", "71": "cooking egg", "72": "cooking on campfire", "73": "cooking sausages", "74": "counting money", "75": "country line dancing", "76": "cracking neck", "77": "crawling baby", "78": "crossing river", "79": "crying", "80": "curling hair", "81": "cutting nails", "82": "cutting pineapple", "83": "cutting watermelon", "84": "dancing ballet", "85": "dancing charleston", "86": "dancing gangnam style", "87": "dancing macarena", "88": "deadlifting", "89": "decorating the christmas tree", "90": "digging", "91": "dining", "92": "disc golfing", "93": "diving cliff", "94": "dodgeball", "95": "doing aerobics", "96": "doing laundry", "97": "doing nails", "98": "drawing", "99": "dribbling basketball", "100": "drinking", "101": "drinking beer", "102": "drinking shots", "103": "driving car", "104": "driving tractor", "105": "drop kicking", "106": "drumming fingers", "107": "dunking basketball", "108": "dying hair", "109": "eating burger", "110": "eating cake", "111": "eating carrots", "112": "eating chips", "113": "eating doughnuts", "114": "eating hotdog", "115": "eating ice cream", "116": "eating spaghetti", "117": "eating watermelon", "118": "egg hunting", "119": "exercising arm", "120": "exercising with an exercise ball", "121": "extinguishing fire", "122": "faceplanting", "123": "feeding birds", "124": "feeding fish", "125": "feeding goats", "126": "filling eyebrows", "127": "finger snapping", "128": "fixing hair", "129": "flipping pancake", "130": "flying kite", "131": "folding clothes", "132": "folding napkins", "133": "folding paper", "134": "front raises", "135": "frying vegetables", "136": "garbage collecting", "137": "gargling", "138": "getting a haircut", "139": "getting a tattoo", "140": "giving or receiving award", "141": "golf chipping", "142": "golf driving", "143": "golf putting", "144": "grinding meat", "145": "grooming dog", "146": "grooming horse", "147": "gymnastics tumbling", "148": "hammer throw", "149": "headbanging", "150": "headbutting", "151": "high jump", "152": "high kick", "153": "hitting baseball", "154": "hockey stop", "155": "holding snake", "156": "hopscotch", "157": "hoverboarding", "158": "hugging", "159": "hula hooping", "160": "hurdling", "161": "hurling (sport)", "162": "ice climbing", "163": "ice fishing", "164": "ice skating", "165": "ironing", "166": "javelin throw", "167": "jetskiing", "168": "jogging", "169": "juggling balls", "170": "juggling fire", "171": "juggling soccer ball", "172": "jumping into pool", "173": "jumpstyle dancing", "174": "kicking field goal", "175": "kicking soccer ball", "176": "kissing", "177": "kitesurfing", "178": "knitting", "179": "krumping", "180": "laughing", "181": "laying bricks", "182": "long jump", "183": "lunge", "184": "making a cake", "185": "making a sandwich", "186": "making bed", "187": "making jewelry", "188": "making pizza", "189": "making snowman", "190": "making sushi", "191": "making tea", "192": "marching", "193": "massaging back", "194": "massaging feet", "195": "massaging legs", "196": "massaging person's head", "197": "milking cow", "198": "mopping floor", "199": "motorcycling", "200": "moving furniture", "201": "mowing lawn", "202": "news anchoring", "203": "opening bottle", "204": "opening present", "205": "paragliding", "206": "parasailing", "207": "parkour", "208": "passing American football (in game)", "209": "passing American football (not in game)", "210": "peeling apples", "211": "peeling potatoes", "212": "petting animal (not cat)", "213": "petting cat", "214": "picking fruit", "215": "planting trees", "216": "plastering", "217": "playing accordion", "218": "playing badminton", "219": "playing bagpipes", "220": "playing basketball", "221": "playing bass guitar", "222": "playing cards", "223": "playing cello", "224": "playing chess", "225": "playing clarinet", "226": "playing controller", "227": "playing cricket", "228": "playing cymbals", "229": "playing didgeridoo", "230": "playing drums", "231": "playing flute", "232": "playing guitar", "233": "playing harmonica", "234": "playing harp", "235": "playing ice hockey", "236": "playing keyboard", "237": "playing kickball", "238": "playing monopoly", "239": "playing organ", "240": "playing paintball", "241": "playing piano", "242": "playing poker", "243": "playing recorder", "244": "playing saxophone", "245": "playing squash or racquetball", "246": "playing tennis", "247": "playing trombone", "248": "playing trumpet", "249": "playing ukulele", "250": "playing violin", "251": "playing volleyball", "252": "playing xylophone", "253": "pole vault", "254": "presenting weather forecast", "255": "pull ups", "256": "pumping fist", "257": "pumping gas", "258": "punching bag", "259": "punching person (boxing)", "260": "push up", "261": "pushing car", "262": "pushing cart", "263": "pushing wheelchair", "264": "reading book", "265": "reading newspaper", "266": "recording music", "267": "riding a bike", "268": "riding camel", "269": "riding elephant", "270": "riding mechanical bull", "271": "riding mountain bike", "272": "riding mule", "273": "riding or walking with horse", "274": "riding scooter", "275": "riding unicycle", "276": "ripping paper", "277": "robot dancing", "278": "rock climbing", "279": "rock scissors paper", "280": "roller skating", "281": "running on treadmill", "282": "sailing", "283": "salsa dancing", "284": "sanding floor", "285": "scrambling eggs", "286": "scuba diving", "287": "setting table", "288": "shaking hands", "289": "shaking head", "290": "sharpening knives", "291": "sharpening pencil", "292": "shaving head", "293": "shaving legs", "294": "shearing sheep", "295": "shining shoes", "296": "shooting basketball", "297": "shooting goal (soccer)", "298": "shot put", "299": "shoveling snow", "300": "shredding paper", "301": "shuffling cards", "302": "side kick", "303": "sign language interpreting", "304": "singing", "305": "situp", "306": "skateboarding", "307": "ski jumping", "308": "skiing (not slalom or crosscountry)", "309": "skiing crosscountry", "310": "skiing slalom", "311": "skipping rope", "312": "skydiving", "313": "slacklining", "314": "slapping", "315": "sled dog racing", "316": "smoking", "317": "smoking hookah", "318": "snatch weight lifting", "319": "sneezing", "320": "sniffing", "321": "snorkeling", "322": "snowboarding", "323": "snowkiting", "324": "snowmobiling", "325": "somersaulting", "326": "spinning poi", "327": "spray painting", "328": "spraying", "329": "springboard diving", "330": "squat", "331": "sticking tongue out", "332": "stomping grapes", "333": "stretching arm", "334": "stretching leg", "335": "strumming guitar", "336": "surfing crowd", "337": "surfing water", "338": "sweeping floor", "339": "swimming backstroke", "340": "swimming breast stroke", "341": "swimming butterfly stroke", "342": "swing dancing", "343": "swinging legs", "344": "swinging on something", "345": "sword fighting", "346": "tai chi", "347": "taking a shower", "348": "tango dancing", "349": "tap dancing", "350": "tapping guitar", "351": "tapping pen", "352": "tasting beer", "353": "tasting food", "354": "testifying", "355": "texting", "356": "throwing axe", "357": "throwing ball", "358": "throwing discus", "359": "tickling", "360": "tobogganing", "361": "tossing coin", "362": "tossing salad", "363": "training dog", "364": "trapezing", "365": "trimming or shaving beard", "366": "trimming trees", "367": "triple jump", "368": "tying bow tie", "369": "tying knot (not on a tie)", "370": "tying tie", "371": "unboxing", "372": "unloading truck", "373": "using computer", "374": "using remote controller (not gaming)", "375": "using segway", "376": "vault", "377": "waiting in line", "378": "walking the dog", "379": "washing dishes", "380": "washing feet", "381": "washing hair", "382": "washing hands", "383": "water skiing", "384": "water sliding", "385": "watering plants", "386": "waxing back", "387": "waxing chest", "388": "waxing eyebrows", "389": "waxing legs", "390": "weaving basket", "391": "welding", "392": "whistling", "393": "windsurfing", "394": "wrapping present", "395": "wrestling", "396": "writing", "397": "yawning", "398": "yoga", "399": "zumba"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "abseiling",
3
+ "1": "air drumming",
4
+ "2": "answering questions",
5
+ "3": "applauding",
6
+ "4": "applying cream",
7
+ "5": "archery",
8
+ "6": "arm wrestling",
9
+ "7": "arranging flowers",
10
+ "8": "assembling computer",
11
+ "9": "auctioning",
12
+ "10": "baby waking up",
13
+ "11": "baking cookies",
14
+ "12": "balloon blowing",
15
+ "13": "bandaging",
16
+ "14": "barbequing",
17
+ "15": "bartending",
18
+ "16": "beatboxing",
19
+ "17": "bee keeping",
20
+ "18": "belly dancing",
21
+ "19": "bench pressing",
22
+ "20": "bending back",
23
+ "21": "bending metal",
24
+ "22": "biking through snow",
25
+ "23": "blasting sand",
26
+ "24": "blowing glass",
27
+ "25": "blowing leaves",
28
+ "26": "blowing nose",
29
+ "27": "blowing out candles",
30
+ "28": "bobsledding",
31
+ "29": "bookbinding",
32
+ "30": "bouncing on trampoline",
33
+ "31": "bowling",
34
+ "32": "braiding hair",
35
+ "33": "breading or breadcrumbing",
36
+ "34": "breakdancing",
37
+ "35": "brush painting",
38
+ "36": "brushing hair",
39
+ "37": "brushing teeth",
40
+ "38": "building cabinet",
41
+ "39": "building shed",
42
+ "40": "bungee jumping",
43
+ "41": "busking",
44
+ "42": "canoeing or kayaking",
45
+ "43": "capoeira",
46
+ "44": "carrying baby",
47
+ "45": "cartwheeling",
48
+ "46": "carving pumpkin",
49
+ "47": "catching fish",
50
+ "48": "catching or throwing baseball",
51
+ "49": "catching or throwing frisbee",
52
+ "50": "catching or throwing softball",
53
+ "51": "celebrating",
54
+ "52": "changing oil",
55
+ "53": "changing wheel",
56
+ "54": "checking tires",
57
+ "55": "cheerleading",
58
+ "56": "chopping wood",
59
+ "57": "clapping",
60
+ "58": "clay pottery making",
61
+ "59": "clean and jerk",
62
+ "60": "cleaning floor",
63
+ "61": "cleaning gutters",
64
+ "62": "cleaning pool",
65
+ "63": "cleaning shoes",
66
+ "64": "cleaning toilet",
67
+ "65": "cleaning windows",
68
+ "66": "climbing a rope",
69
+ "67": "climbing ladder",
70
+ "68": "climbing tree",
71
+ "69": "contact juggling",
72
+ "70": "cooking chicken",
73
+ "71": "cooking egg",
74
+ "72": "cooking on campfire",
75
+ "73": "cooking sausages",
76
+ "74": "counting money",
77
+ "75": "country line dancing",
78
+ "76": "cracking neck",
79
+ "77": "crawling baby",
80
+ "78": "crossing river",
81
+ "79": "crying",
82
+ "80": "curling hair",
83
+ "81": "cutting nails",
84
+ "82": "cutting pineapple",
85
+ "83": "cutting watermelon",
86
+ "84": "dancing ballet",
87
+ "85": "dancing charleston",
88
+ "86": "dancing gangnam style",
89
+ "87": "dancing macarena",
90
+ "88": "deadlifting",
91
+ "89": "decorating the christmas tree",
92
+ "90": "digging",
93
+ "91": "dining",
94
+ "92": "disc golfing",
95
+ "93": "diving cliff",
96
+ "94": "dodgeball",
97
+ "95": "doing aerobics",
98
+ "96": "doing laundry",
99
+ "97": "doing nails",
100
+ "98": "drawing",
101
+ "99": "dribbling basketball",
102
+ "100": "drinking",
103
+ "101": "drinking beer",
104
+ "102": "drinking shots",
105
+ "103": "driving car",
106
+ "104": "driving tractor",
107
+ "105": "drop kicking",
108
+ "106": "drumming fingers",
109
+ "107": "dunking basketball",
110
+ "108": "dying hair",
111
+ "109": "eating burger",
112
+ "110": "eating cake",
113
+ "111": "eating carrots",
114
+ "112": "eating chips",
115
+ "113": "eating doughnuts",
116
+ "114": "eating hotdog",
117
+ "115": "eating ice cream",
118
+ "116": "eating spaghetti",
119
+ "117": "eating watermelon",
120
+ "118": "egg hunting",
121
+ "119": "exercising arm",
122
+ "120": "exercising with an exercise ball",
123
+ "121": "extinguishing fire",
124
+ "122": "faceplanting",
125
+ "123": "feeding birds",
126
+ "124": "feeding fish",
127
+ "125": "feeding goats",
128
+ "126": "filling eyebrows",
129
+ "127": "finger snapping",
130
+ "128": "fixing hair",
131
+ "129": "flipping pancake",
132
+ "130": "flying kite",
133
+ "131": "folding clothes",
134
+ "132": "folding napkins",
135
+ "133": "folding paper",
136
+ "134": "front raises",
137
+ "135": "frying vegetables",
138
+ "136": "garbage collecting",
139
+ "137": "gargling",
140
+ "138": "getting a haircut",
141
+ "139": "getting a tattoo",
142
+ "140": "giving or receiving award",
143
+ "141": "golf chipping",
144
+ "142": "golf driving",
145
+ "143": "golf putting",
146
+ "144": "grinding meat",
147
+ "145": "grooming dog",
148
+ "146": "grooming horse",
149
+ "147": "gymnastics tumbling",
150
+ "148": "hammer throw",
151
+ "149": "headbanging",
152
+ "150": "headbutting",
153
+ "151": "high jump",
154
+ "152": "high kick",
155
+ "153": "hitting baseball",
156
+ "154": "hockey stop",
157
+ "155": "holding snake",
158
+ "156": "hopscotch",
159
+ "157": "hoverboarding",
160
+ "158": "hugging",
161
+ "159": "hula hooping",
162
+ "160": "hurdling",
163
+ "161": "hurling (sport)",
164
+ "162": "ice climbing",
165
+ "163": "ice fishing",
166
+ "164": "ice skating",
167
+ "165": "ironing",
168
+ "166": "javelin throw",
169
+ "167": "jetskiing",
170
+ "168": "jogging",
171
+ "169": "juggling balls",
172
+ "170": "juggling fire",
173
+ "171": "juggling soccer ball",
174
+ "172": "jumping into pool",
175
+ "173": "jumpstyle dancing",
176
+ "174": "kicking field goal",
177
+ "175": "kicking soccer ball",
178
+ "176": "kissing",
179
+ "177": "kitesurfing",
180
+ "178": "knitting",
181
+ "179": "krumping",
182
+ "180": "laughing",
183
+ "181": "laying bricks",
184
+ "182": "long jump",
185
+ "183": "lunge",
186
+ "184": "making a cake",
187
+ "185": "making a sandwich",
188
+ "186": "making bed",
189
+ "187": "making jewelry",
190
+ "188": "making pizza",
191
+ "189": "making snowman",
192
+ "190": "making sushi",
193
+ "191": "making tea",
194
+ "192": "marching",
195
+ "193": "massaging back",
196
+ "194": "massaging feet",
197
+ "195": "massaging legs",
198
+ "196": "massaging person's head",
199
+ "197": "milking cow",
200
+ "198": "mopping floor",
201
+ "199": "motorcycling",
202
+ "200": "moving furniture",
203
+ "201": "mowing lawn",
204
+ "202": "news anchoring",
205
+ "203": "opening bottle",
206
+ "204": "opening present",
207
+ "205": "paragliding",
208
+ "206": "parasailing",
209
+ "207": "parkour",
210
+ "208": "passing American football (in game)",
211
+ "209": "passing American football (not in game)",
212
+ "210": "peeling apples",
213
+ "211": "peeling potatoes",
214
+ "212": "petting animal (not cat)",
215
+ "213": "petting cat",
216
+ "214": "picking fruit",
217
+ "215": "planting trees",
218
+ "216": "plastering",
219
+ "217": "playing accordion",
220
+ "218": "playing badminton",
221
+ "219": "playing bagpipes",
222
+ "220": "playing basketball",
223
+ "221": "playing bass guitar",
224
+ "222": "playing cards",
225
+ "223": "playing cello",
226
+ "224": "playing chess",
227
+ "225": "playing clarinet",
228
+ "226": "playing controller",
229
+ "227": "playing cricket",
230
+ "228": "playing cymbals",
231
+ "229": "playing didgeridoo",
232
+ "230": "playing drums",
233
+ "231": "playing flute",
234
+ "232": "playing guitar",
235
+ "233": "playing harmonica",
236
+ "234": "playing harp",
237
+ "235": "playing ice hockey",
238
+ "236": "playing keyboard",
239
+ "237": "playing kickball",
240
+ "238": "playing monopoly",
241
+ "239": "playing organ",
242
+ "240": "playing paintball",
243
+ "241": "playing piano",
244
+ "242": "playing poker",
245
+ "243": "playing recorder",
246
+ "244": "playing saxophone",
247
+ "245": "playing squash or racquetball",
248
+ "246": "playing tennis",
249
+ "247": "playing trombone",
250
+ "248": "playing trumpet",
251
+ "249": "playing ukulele",
252
+ "250": "playing violin",
253
+ "251": "playing volleyball",
254
+ "252": "playing xylophone",
255
+ "253": "pole vault",
256
+ "254": "presenting weather forecast",
257
+ "255": "pull ups",
258
+ "256": "pumping fist",
259
+ "257": "pumping gas",
260
+ "258": "punching bag",
261
+ "259": "punching person (boxing)",
262
+ "260": "push up",
263
+ "261": "pushing car",
264
+ "262": "pushing cart",
265
+ "263": "pushing wheelchair",
266
+ "264": "reading book",
267
+ "265": "reading newspaper",
268
+ "266": "recording music",
269
+ "267": "riding a bike",
270
+ "268": "riding camel",
271
+ "269": "riding elephant",
272
+ "270": "riding mechanical bull",
273
+ "271": "riding mountain bike",
274
+ "272": "riding mule",
275
+ "273": "riding or walking with horse",
276
+ "274": "riding scooter",
277
+ "275": "riding unicycle",
278
+ "276": "ripping paper",
279
+ "277": "robot dancing",
280
+ "278": "rock climbing",
281
+ "279": "rock scissors paper",
282
+ "280": "roller skating",
283
+ "281": "running on treadmill",
284
+ "282": "sailing",
285
+ "283": "salsa dancing",
286
+ "284": "sanding floor",
287
+ "285": "scrambling eggs",
288
+ "286": "scuba diving",
289
+ "287": "setting table",
290
+ "288": "shaking hands",
291
+ "289": "shaking head",
292
+ "290": "sharpening knives",
293
+ "291": "sharpening pencil",
294
+ "292": "shaving head",
295
+ "293": "shaving legs",
296
+ "294": "shearing sheep",
297
+ "295": "shining shoes",
298
+ "296": "shooting basketball",
299
+ "297": "shooting goal (soccer)",
300
+ "298": "shot put",
301
+ "299": "shoveling snow",
302
+ "300": "shredding paper",
303
+ "301": "shuffling cards",
304
+ "302": "side kick",
305
+ "303": "sign language interpreting",
306
+ "304": "singing",
307
+ "305": "situp",
308
+ "306": "skateboarding",
309
+ "307": "ski jumping",
310
+ "308": "skiing (not slalom or crosscountry)",
311
+ "309": "skiing crosscountry",
312
+ "310": "skiing slalom",
313
+ "311": "skipping rope",
314
+ "312": "skydiving",
315
+ "313": "slacklining",
316
+ "314": "slapping",
317
+ "315": "sled dog racing",
318
+ "316": "smoking",
319
+ "317": "smoking hookah",
320
+ "318": "snatch weight lifting",
321
+ "319": "sneezing",
322
+ "320": "sniffing",
323
+ "321": "snorkeling",
324
+ "322": "snowboarding",
325
+ "323": "snowkiting",
326
+ "324": "snowmobiling",
327
+ "325": "somersaulting",
328
+ "326": "spinning poi",
329
+ "327": "spray painting",
330
+ "328": "spraying",
331
+ "329": "springboard diving",
332
+ "330": "squat",
333
+ "331": "sticking tongue out",
334
+ "332": "stomping grapes",
335
+ "333": "stretching arm",
336
+ "334": "stretching leg",
337
+ "335": "strumming guitar",
338
+ "336": "surfing crowd",
339
+ "337": "surfing water",
340
+ "338": "sweeping floor",
341
+ "339": "swimming backstroke",
342
+ "340": "swimming breast stroke",
343
+ "341": "swimming butterfly stroke",
344
+ "342": "swing dancing",
345
+ "343": "swinging legs",
346
+ "344": "swinging on something",
347
+ "345": "sword fighting",
348
+ "346": "tai chi",
349
+ "347": "taking a shower",
350
+ "348": "tango dancing",
351
+ "349": "tap dancing",
352
+ "350": "tapping guitar",
353
+ "351": "tapping pen",
354
+ "352": "tasting beer",
355
+ "353": "tasting food",
356
+ "354": "testifying",
357
+ "355": "texting",
358
+ "356": "throwing axe",
359
+ "357": "throwing ball",
360
+ "358": "throwing discus",
361
+ "359": "tickling",
362
+ "360": "tobogganing",
363
+ "361": "tossing coin",
364
+ "362": "tossing salad",
365
+ "363": "training dog",
366
+ "364": "trapezing",
367
+ "365": "trimming or shaving beard",
368
+ "366": "trimming trees",
369
+ "367": "triple jump",
370
+ "368": "tying bow tie",
371
+ "369": "tying knot (not on a tie)",
372
+ "370": "tying tie",
373
+ "371": "unboxing",
374
+ "372": "unloading truck",
375
+ "373": "using computer",
376
+ "374": "using remote controller (not gaming)",
377
+ "375": "using segway",
378
+ "376": "vault",
379
+ "377": "waiting in line",
380
+ "378": "walking the dog",
381
+ "379": "washing dishes",
382
+ "380": "washing feet",
383
+ "381": "washing hair",
384
+ "382": "washing hands",
385
+ "383": "water skiing",
386
+ "384": "water sliding",
387
+ "385": "watering plants",
388
+ "386": "waxing back",
389
+ "387": "waxing chest",
390
+ "388": "waxing eyebrows",
391
+ "389": "waxing legs",
392
+ "390": "weaving basket",
393
+ "391": "welding",
394
+ "392": "whistling",
395
+ "393": "windsurfing",
396
+ "394": "wrapping present",
397
+ "395": "wrestling",
398
+ "396": "writing",
399
+ "397": "yawning",
400
+ "398": "yoga",
401
+ "399": "zumba"
402
+ }
kinetics700-id2label.json CHANGED
@@ -1 +1,702 @@
1
- {"0": "abseiling", "1": "acting in play", "2": "adjusting glasses", "3": "air drumming", "4": "alligator wrestling", "5": "answering questions", "6": "applauding", "7": "applying cream", "8": "archaeological excavation", "9": "archery", "10": "arguing", "11": "arm wrestling", "12": "arranging flowers", "13": "arresting", "14": "assembling bicycle", "15": "assembling computer", "16": "attending conference", "17": "auctioning", "18": "baby waking up", "19": "backflip (human)", "20": "baking cookies", "21": "bandaging", "22": "barbequing", "23": "bartending", "24": "base jumping", "25": "bathing dog", "26": "battle rope training", "27": "beatboxing", "28": "bee keeping", "29": "being excited", "30": "being in zero gravity", "31": "belly dancing", "32": "bench pressing", "33": "bending back", "34": "bending metal", "35": "biking through snow", "36": "blasting sand", "37": "blending fruit", "38": "blowdrying hair", "39": "blowing bubble gum", "40": "blowing glass", "41": "blowing leaves", "42": "blowing nose", "43": "blowing out candles", "44": "bobsledding", "45": "bodysurfing", "46": "bookbinding", "47": "bottling", "48": "bouncing ball (not juggling)", "49": "bouncing on bouncy castle", "50": "bouncing on trampoline", "51": "bowling", "52": "braiding hair", "53": "breading or breadcrumbing", "54": "breakdancing", "55": "breaking boards", "56": "breaking glass", "57": "breathing fire", "58": "brush painting", "59": "brushing floor", "60": "brushing hair", "61": "brushing teeth", "62": "building cabinet", "63": "building lego", "64": "building sandcastle", "65": "building shed", "66": "bulldozing", "67": "bungee jumping", "68": "burping", "69": "busking", "70": "calculating", "71": "calligraphy", "72": "canoeing or kayaking", "73": "capoeira", "74": "capsizing", "75": "card stacking", "76": "card throwing", "77": "carrying baby", "78": "carrying weight", "79": "cartwheeling", "80": "carving ice", "81": "carving marble", "82": "carving pumpkin", "83": "carving wood with a knife", "84": "casting fishing line", "85": "catching fish", "86": "catching or throwing baseball", "87": "catching or throwing frisbee", "88": "catching or throwing softball", "89": "celebrating", "90": "changing gear in car", "91": "changing oil", "92": "changing wheel (not on bike)", "93": "chasing", "94": "checking tires", "95": "checking watch", "96": "cheerleading", "97": "chewing gum", "98": "chiseling stone", "99": "chiseling wood", "100": "chopping meat", "101": "chopping wood", "102": "clam digging", "103": "clapping", "104": "clay pottery making", "105": "clean and jerk", "106": "cleaning gutters", "107": "cleaning pool", "108": "cleaning shoes", "109": "cleaning toilet", "110": "cleaning windows", "111": "climbing a rope", "112": "climbing ladder", "113": "climbing tree", "114": "closing door", "115": "coloring in", "116": "combing hair", "117": "contact juggling", "118": "contorting", "119": "cooking chicken", "120": "cooking egg", "121": "cooking on campfire", "122": "cooking sausages (not on barbeque)", "123": "cooking scallops", "124": "cosplaying", "125": "coughing", "126": "counting money", "127": "country line dancing", "128": "cracking back", "129": "cracking knuckles", "130": "cracking neck", "131": "crawling baby", "132": "crocheting", "133": "crossing eyes", "134": "crossing river", "135": "crying", "136": "cumbia", "137": "curling (sport)", "138": "curling eyelashes", "139": "curling hair", "140": "cutting apple", "141": "cutting cake", "142": "cutting nails", "143": "cutting orange", "144": "cutting pineapple", "145": "cutting watermelon", "146": "dancing ballet", "147": "dancing charleston", "148": "dancing gangnam style", "149": "dancing macarena", "150": "deadlifting", "151": "dealing cards", "152": "decorating the christmas tree", "153": "decoupage", "154": "delivering mail", "155": "digging", "156": "dining", "157": "directing traffic", "158": "disc golfing", "159": "diving cliff", "160": "docking boat", "161": "dodgeball", "162": "doing aerobics", "163": "doing jigsaw puzzle", "164": "doing laundry", "165": "doing nails", "166": "doing sudoku", "167": "drawing", "168": "dribbling basketball", "169": "drinking shots", "170": "driving car", "171": "driving tractor", "172": "drooling", "173": "drop kicking", "174": "drumming fingers", "175": "dumpster diving", "176": "dunking basketball", "177": "dyeing eyebrows", "178": "dyeing hair", "179": "eating burger", "180": "eating cake", "181": "eating carrots", "182": "eating chips", "183": "eating doughnuts", "184": "eating hotdog", "185": "eating ice cream", "186": "eating nachos", "187": "eating spaghetti", "188": "eating watermelon", "189": "egg hunting", "190": "embroidering", "191": "entering church", "192": "exercising arm", "193": "exercising with an exercise ball", "194": "extinguishing fire", "195": "faceplanting", "196": "falling off bike", "197": "falling off chair", "198": "feeding birds", "199": "feeding fish", "200": "feeding goats", "201": "fencing (sport)", "202": "fidgeting", "203": "filling cake", "204": "filling eyebrows", "205": "finger snapping", "206": "fixing bicycle", "207": "fixing hair", "208": "flint knapping", "209": "flipping bottle", "210": "flipping pancake", "211": "fly tying", "212": "flying kite", "213": "folding clothes", "214": "folding napkins", "215": "folding paper", "216": "front raises", "217": "frying vegetables", "218": "gargling", "219": "geocaching", "220": "getting a haircut", "221": "getting a piercing", "222": "getting a tattoo", "223": "giving or receiving award", "224": "gold panning", "225": "golf chipping", "226": "golf driving", "227": "golf putting", "228": "gospel singing in church", "229": "grinding meat", "230": "grooming cat", "231": "grooming dog", "232": "grooming horse", "233": "gymnastics tumbling", "234": "hammer throw", "235": "hand washing clothes", "236": "head stand", "237": "headbanging", "238": "headbutting", "239": "helmet diving", "240": "herding cattle", "241": "high fiving", "242": "high jump", "243": "high kick", "244": "historical reenactment", "245": "hitting baseball", "246": "hockey stop", "247": "holding snake", "248": "home roasting coffee", "249": "hopscotch", "250": "hoverboarding", "251": "huddling", "252": "hugging (not baby)", "253": "hugging baby", "254": "hula hooping", "255": "hurdling", "256": "hurling (sport)", "257": "ice climbing", "258": "ice fishing", "259": "ice skating", "260": "ice swimming", "261": "inflating balloons", "262": "installing carpet", "263": "ironing", "264": "ironing hair", "265": "javelin throw", "266": "jaywalking", "267": "jetskiing", "268": "jogging", "269": "juggling balls", "270": "juggling fire", "271": "juggling soccer ball", "272": "jumping bicycle", "273": "jumping into pool", "274": "jumping jacks", "275": "jumping sofa", "276": "jumpstyle dancing", "277": "karaoke", "278": "kicking field goal", "279": "kicking soccer ball", "280": "kissing", "281": "kitesurfing", "282": "knitting", "283": "krumping", "284": "land sailing", "285": "laughing", "286": "lawn mower racing", "287": "laying bricks", "288": "laying concrete", "289": "laying decking", "290": "laying stone", "291": "laying tiles", "292": "leatherworking", "293": "letting go of balloon", "294": "licking", "295": "lifting hat", "296": "lighting candle", "297": "lighting fire", "298": "listening with headphones", "299": "lock picking", "300": "long jump", "301": "longboarding", "302": "looking at phone", "303": "looking in mirror", "304": "luge", "305": "lunge", "306": "making a cake", "307": "making a sandwich", "308": "making balloon shapes", "309": "making bubbles", "310": "making cheese", "311": "making horseshoes", "312": "making jewelry", "313": "making latte art", "314": "making paper aeroplanes", "315": "making pizza", "316": "making slime", "317": "making snowman", "318": "making sushi", "319": "making tea", "320": "making the bed", "321": "marching", "322": "marriage proposal", "323": "massaging back", "324": "massaging feet", "325": "massaging legs", "326": "massaging neck", "327": "massaging person's head", "328": "metal detecting", "329": "milking cow", "330": "milking goat", "331": "mixing colours", "332": "moon walking", "333": "mopping floor", "334": "mosh pit dancing", "335": "motorcycling", "336": "mountain climber (exercise)", "337": "moving baby", "338": "moving child", "339": "moving furniture", "340": "mowing lawn", "341": "mushroom foraging", "342": "needle felting", "343": "news anchoring", "344": "opening bottle (not wine)", "345": "opening coconuts", "346": "opening door", "347": "opening present", "348": "opening refrigerator", "349": "opening wine bottle", "350": "packing", "351": "paragliding", "352": "parasailing", "353": "parkour", "354": "passing American football (in game)", "355": "passing American football (not in game)", "356": "passing soccer ball", "357": "peeling apples", "358": "peeling banana", "359": "peeling potatoes", "360": "person collecting garbage", "361": "petting animal (not cat)", "362": "petting cat", "363": "petting horse", "364": "photobombing", "365": "photocopying", "366": "picking apples", "367": "picking blueberries", "368": "pillow fight", "369": "pinching", "370": "pirouetting", "371": "planing wood", "372": "planting trees", "373": "plastering", "374": "playing accordion", "375": "playing american football", "376": "playing badminton", "377": "playing bagpipes", "378": "playing basketball", "379": "playing bass guitar", "380": "playing beer pong", "381": "playing billiards", "382": "playing blackjack", "383": "playing cards", "384": "playing cello", "385": "playing checkers", "386": "playing chess", "387": "playing clarinet", "388": "playing controller", "389": "playing cricket", "390": "playing cymbals", "391": "playing darts", "392": "playing didgeridoo", "393": "playing dominoes", "394": "playing drums", "395": "playing field hockey", "396": "playing flute", "397": "playing gong", "398": "playing guitar", "399": "playing hand clapping games", "400": "playing harmonica", "401": "playing harp", "402": "playing ice hockey", "403": "playing keyboard", "404": "playing kickball", "405": "playing laser tag", "406": "playing lute", "407": "playing mahjong", "408": "playing maracas", "409": "playing marbles", "410": "playing monopoly", "411": "playing netball", "412": "playing nose flute", "413": "playing oboe", "414": "playing ocarina", "415": "playing organ", "416": "playing paintball", "417": "playing pan pipes", "418": "playing piano", "419": "playing piccolo", "420": "playing pinball", "421": "playing ping pong", "422": "playing poker", "423": "playing polo", "424": "playing recorder", "425": "playing road hockey", "426": "playing rounders", "427": "playing rubiks cube", "428": "playing saxophone", "429": "playing scrabble", "430": "playing shuffleboard", "431": "playing slot machine", "432": "playing squash or racquetball", "433": "playing tennis", "434": "playing trombone", "435": "playing trumpet", "436": "playing ukulele", "437": "playing violin", "438": "playing volleyball", "439": "playing with trains", "440": "playing xylophone", "441": "poaching eggs", "442": "poking bellybutton", "443": "pole vault", "444": "polishing furniture", "445": "polishing metal", "446": "popping balloons", "447": "pouring beer", "448": "pouring milk", "449": "pouring wine", "450": "preparing salad", "451": "presenting weather forecast", "452": "pretending to be a statue", "453": "pull ups", "454": "pulling espresso shot", "455": "pulling rope (game)", "456": "pumping fist", "457": "pumping gas", "458": "punching bag", "459": "punching person (boxing)", "460": "push up", "461": "pushing car", "462": "pushing cart", "463": "pushing wheelbarrow", "464": "pushing wheelchair", "465": "putting in contact lenses", "466": "putting on eyeliner", "467": "putting on foundation", "468": "putting on lipstick", "469": "putting on mascara", "470": "putting on sari", "471": "putting on shoes", "472": "putting wallpaper on wall", "473": "raising eyebrows", "474": "reading book", "475": "reading newspaper", "476": "recording music", "477": "repairing puncture", "478": "riding a bike", "479": "riding camel", "480": "riding elephant", "481": "riding mechanical bull", "482": "riding mule", "483": "riding or walking with horse", "484": "riding scooter", "485": "riding snow blower", "486": "riding unicycle", "487": "ripping paper", "488": "roasting marshmallows", "489": "roasting pig", "490": "robot dancing", "491": "rock climbing", "492": "rock scissors paper", "493": "roller skating", "494": "rolling eyes", "495": "rolling pastry", "496": "rope pushdown", "497": "running on treadmill", "498": "sailing", "499": "salsa dancing", "500": "saluting", "501": "sanding floor", "502": "sanding wood", "503": "sausage making", "504": "sawing wood", "505": "scrambling eggs", "506": "scrapbooking", "507": "scrubbing face", "508": "scuba diving", "509": "seasoning food", "510": "separating eggs", "511": "setting table", "512": "sewing", "513": "shaking hands", "514": "shaking head", "515": "shaping bread dough", "516": "sharpening knives", "517": "sharpening pencil", "518": "shaving head", "519": "shaving legs", "520": "shearing sheep", "521": "shining flashlight", "522": "shining shoes", "523": "shoot dance", "524": "shooting basketball", "525": "shooting goal (soccer)", "526": "shooting off fireworks", "527": "shopping", "528": "shot put", "529": "shouting", "530": "shoveling snow", "531": "shredding paper", "532": "shucking oysters", "533": "shuffling cards", "534": "shuffling feet", "535": "side kick", "536": "sieving", "537": "sign language interpreting", "538": "silent disco", "539": "singing", "540": "sipping cup", "541": "situp", "542": "skateboarding", "543": "ski ballet", "544": "ski jumping", "545": "skiing crosscountry", "546": "skiing mono", "547": "skiing slalom", "548": "skipping rope", "549": "skipping stone", "550": "skydiving", "551": "slacklining", "552": "slapping", "553": "sled dog racing", "554": "sleeping", "555": "slicing onion", "556": "smashing", "557": "smelling feet", "558": "smoking", "559": "smoking hookah", "560": "smoking pipe", "561": "snatch weight lifting", "562": "sneezing", "563": "snorkeling", "564": "snowboarding", "565": "snowkiting", "566": "snowmobiling", "567": "somersaulting", "568": "spelunking", "569": "spinning plates", "570": "spinning poi", "571": "splashing water", "572": "spray painting", "573": "spraying", "574": "springboard diving", "575": "square dancing", "576": "squat", "577": "squeezing orange", "578": "stacking cups", "579": "stacking dice", "580": "standing on hands", "581": "staring", "582": "steer roping", "583": "steering car", "584": "sticking tongue out", "585": "stomping grapes", "586": "stretching arm", "587": "stretching leg", "588": "sucking lolly", "589": "surfing crowd", "590": "surfing water", "591": "surveying", "592": "sweeping floor", "593": "swimming backstroke", "594": "swimming breast stroke", "595": "swimming butterfly stroke", "596": "swimming front crawl", "597": "swimming with dolphins", "598": "swimming with sharks", "599": "swing dancing", "600": "swinging baseball bat", "601": "swinging on something", "602": "sword fighting", "603": "sword swallowing", "604": "tackling", "605": "tagging graffiti", "606": "tai chi", "607": "taking photo", "608": "talking on cell phone", "609": "tango dancing", "610": "tap dancing", "611": "tapping guitar", "612": "tapping pen", "613": "tasting beer", "614": "tasting food", "615": "tasting wine", "616": "testifying", "617": "texting", "618": "threading needle", "619": "throwing axe", "620": "throwing ball (not baseball or American football)", "621": "throwing discus", "622": "throwing knife", "623": "throwing snowballs", "624": "throwing tantrum", "625": "throwing water balloon", "626": "tickling", "627": "tie dying", "628": "tightrope walking", "629": "tiptoeing", "630": "tobogganing", "631": "tossing coin", "632": "tossing salad", "633": "training dog", "634": "trapezing", "635": "treating wood", "636": "trimming or shaving beard", "637": "trimming shrubs", "638": "trimming trees", "639": "triple jump", "640": "twiddling fingers", "641": "tying bow tie", "642": "tying knot (not on a tie)", "643": "tying necktie", "644": "tying shoe laces", "645": "unboxing", "646": "uncorking champagne", "647": "unloading truck", "648": "using a microscope", "649": "using a paint roller", "650": "using a power drill", "651": "using a sledge hammer", "652": "using a wrench", "653": "using atm", "654": "using bagging machine", "655": "using circular saw", "656": "using inhaler", "657": "using megaphone", "658": "using puppets", "659": "using remote controller (not gaming)", "660": "using segway", "661": "vacuuming car", "662": "vacuuming floor", "663": "visiting the zoo", "664": "wading through mud", "665": "wading through water", "666": "waiting in line", "667": "waking up", "668": "walking on stilts", "669": "walking the dog", "670": "walking through snow", "671": "walking with crutches", "672": "washing dishes", "673": "washing feet", "674": "washing hair", "675": "washing hands", "676": "watching tv", "677": "water skiing", "678": "water sliding", "679": "watering plants", "680": "waving hand", "681": "waxing armpits", "682": "waxing back", "683": "waxing chest", "684": "waxing eyebrows", "685": "waxing legs", "686": "weaving basket", "687": "weaving fabric", "688": "welding", "689": "whistling", "690": "windsurfing", "691": "winking", "692": "wood burning (art)", "693": "wrapping present", "694": "wrestling", "695": "writing", "696": "yarn spinning", "697": "yawning", "698": "yoga", "699": "zumba"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "abseiling",
3
+ "1": "acting in play",
4
+ "2": "adjusting glasses",
5
+ "3": "air drumming",
6
+ "4": "alligator wrestling",
7
+ "5": "answering questions",
8
+ "6": "applauding",
9
+ "7": "applying cream",
10
+ "8": "archaeological excavation",
11
+ "9": "archery",
12
+ "10": "arguing",
13
+ "11": "arm wrestling",
14
+ "12": "arranging flowers",
15
+ "13": "arresting",
16
+ "14": "assembling bicycle",
17
+ "15": "assembling computer",
18
+ "16": "attending conference",
19
+ "17": "auctioning",
20
+ "18": "baby waking up",
21
+ "19": "backflip (human)",
22
+ "20": "baking cookies",
23
+ "21": "bandaging",
24
+ "22": "barbequing",
25
+ "23": "bartending",
26
+ "24": "base jumping",
27
+ "25": "bathing dog",
28
+ "26": "battle rope training",
29
+ "27": "beatboxing",
30
+ "28": "bee keeping",
31
+ "29": "being excited",
32
+ "30": "being in zero gravity",
33
+ "31": "belly dancing",
34
+ "32": "bench pressing",
35
+ "33": "bending back",
36
+ "34": "bending metal",
37
+ "35": "biking through snow",
38
+ "36": "blasting sand",
39
+ "37": "blending fruit",
40
+ "38": "blowdrying hair",
41
+ "39": "blowing bubble gum",
42
+ "40": "blowing glass",
43
+ "41": "blowing leaves",
44
+ "42": "blowing nose",
45
+ "43": "blowing out candles",
46
+ "44": "bobsledding",
47
+ "45": "bodysurfing",
48
+ "46": "bookbinding",
49
+ "47": "bottling",
50
+ "48": "bouncing ball (not juggling)",
51
+ "49": "bouncing on bouncy castle",
52
+ "50": "bouncing on trampoline",
53
+ "51": "bowling",
54
+ "52": "braiding hair",
55
+ "53": "breading or breadcrumbing",
56
+ "54": "breakdancing",
57
+ "55": "breaking boards",
58
+ "56": "breaking glass",
59
+ "57": "breathing fire",
60
+ "58": "brush painting",
61
+ "59": "brushing floor",
62
+ "60": "brushing hair",
63
+ "61": "brushing teeth",
64
+ "62": "building cabinet",
65
+ "63": "building lego",
66
+ "64": "building sandcastle",
67
+ "65": "building shed",
68
+ "66": "bulldozing",
69
+ "67": "bungee jumping",
70
+ "68": "burping",
71
+ "69": "busking",
72
+ "70": "calculating",
73
+ "71": "calligraphy",
74
+ "72": "canoeing or kayaking",
75
+ "73": "capoeira",
76
+ "74": "capsizing",
77
+ "75": "card stacking",
78
+ "76": "card throwing",
79
+ "77": "carrying baby",
80
+ "78": "carrying weight",
81
+ "79": "cartwheeling",
82
+ "80": "carving ice",
83
+ "81": "carving marble",
84
+ "82": "carving pumpkin",
85
+ "83": "carving wood with a knife",
86
+ "84": "casting fishing line",
87
+ "85": "catching fish",
88
+ "86": "catching or throwing baseball",
89
+ "87": "catching or throwing frisbee",
90
+ "88": "catching or throwing softball",
91
+ "89": "celebrating",
92
+ "90": "changing gear in car",
93
+ "91": "changing oil",
94
+ "92": "changing wheel (not on bike)",
95
+ "93": "chasing",
96
+ "94": "checking tires",
97
+ "95": "checking watch",
98
+ "96": "cheerleading",
99
+ "97": "chewing gum",
100
+ "98": "chiseling stone",
101
+ "99": "chiseling wood",
102
+ "100": "chopping meat",
103
+ "101": "chopping wood",
104
+ "102": "clam digging",
105
+ "103": "clapping",
106
+ "104": "clay pottery making",
107
+ "105": "clean and jerk",
108
+ "106": "cleaning gutters",
109
+ "107": "cleaning pool",
110
+ "108": "cleaning shoes",
111
+ "109": "cleaning toilet",
112
+ "110": "cleaning windows",
113
+ "111": "climbing a rope",
114
+ "112": "climbing ladder",
115
+ "113": "climbing tree",
116
+ "114": "closing door",
117
+ "115": "coloring in",
118
+ "116": "combing hair",
119
+ "117": "contact juggling",
120
+ "118": "contorting",
121
+ "119": "cooking chicken",
122
+ "120": "cooking egg",
123
+ "121": "cooking on campfire",
124
+ "122": "cooking sausages (not on barbeque)",
125
+ "123": "cooking scallops",
126
+ "124": "cosplaying",
127
+ "125": "coughing",
128
+ "126": "counting money",
129
+ "127": "country line dancing",
130
+ "128": "cracking back",
131
+ "129": "cracking knuckles",
132
+ "130": "cracking neck",
133
+ "131": "crawling baby",
134
+ "132": "crocheting",
135
+ "133": "crossing eyes",
136
+ "134": "crossing river",
137
+ "135": "crying",
138
+ "136": "cumbia",
139
+ "137": "curling (sport)",
140
+ "138": "curling eyelashes",
141
+ "139": "curling hair",
142
+ "140": "cutting apple",
143
+ "141": "cutting cake",
144
+ "142": "cutting nails",
145
+ "143": "cutting orange",
146
+ "144": "cutting pineapple",
147
+ "145": "cutting watermelon",
148
+ "146": "dancing ballet",
149
+ "147": "dancing charleston",
150
+ "148": "dancing gangnam style",
151
+ "149": "dancing macarena",
152
+ "150": "deadlifting",
153
+ "151": "dealing cards",
154
+ "152": "decorating the christmas tree",
155
+ "153": "decoupage",
156
+ "154": "delivering mail",
157
+ "155": "digging",
158
+ "156": "dining",
159
+ "157": "directing traffic",
160
+ "158": "disc golfing",
161
+ "159": "diving cliff",
162
+ "160": "docking boat",
163
+ "161": "dodgeball",
164
+ "162": "doing aerobics",
165
+ "163": "doing jigsaw puzzle",
166
+ "164": "doing laundry",
167
+ "165": "doing nails",
168
+ "166": "doing sudoku",
169
+ "167": "drawing",
170
+ "168": "dribbling basketball",
171
+ "169": "drinking shots",
172
+ "170": "driving car",
173
+ "171": "driving tractor",
174
+ "172": "drooling",
175
+ "173": "drop kicking",
176
+ "174": "drumming fingers",
177
+ "175": "dumpster diving",
178
+ "176": "dunking basketball",
179
+ "177": "dyeing eyebrows",
180
+ "178": "dyeing hair",
181
+ "179": "eating burger",
182
+ "180": "eating cake",
183
+ "181": "eating carrots",
184
+ "182": "eating chips",
185
+ "183": "eating doughnuts",
186
+ "184": "eating hotdog",
187
+ "185": "eating ice cream",
188
+ "186": "eating nachos",
189
+ "187": "eating spaghetti",
190
+ "188": "eating watermelon",
191
+ "189": "egg hunting",
192
+ "190": "embroidering",
193
+ "191": "entering church",
194
+ "192": "exercising arm",
195
+ "193": "exercising with an exercise ball",
196
+ "194": "extinguishing fire",
197
+ "195": "faceplanting",
198
+ "196": "falling off bike",
199
+ "197": "falling off chair",
200
+ "198": "feeding birds",
201
+ "199": "feeding fish",
202
+ "200": "feeding goats",
203
+ "201": "fencing (sport)",
204
+ "202": "fidgeting",
205
+ "203": "filling cake",
206
+ "204": "filling eyebrows",
207
+ "205": "finger snapping",
208
+ "206": "fixing bicycle",
209
+ "207": "fixing hair",
210
+ "208": "flint knapping",
211
+ "209": "flipping bottle",
212
+ "210": "flipping pancake",
213
+ "211": "fly tying",
214
+ "212": "flying kite",
215
+ "213": "folding clothes",
216
+ "214": "folding napkins",
217
+ "215": "folding paper",
218
+ "216": "front raises",
219
+ "217": "frying vegetables",
220
+ "218": "gargling",
221
+ "219": "geocaching",
222
+ "220": "getting a haircut",
223
+ "221": "getting a piercing",
224
+ "222": "getting a tattoo",
225
+ "223": "giving or receiving award",
226
+ "224": "gold panning",
227
+ "225": "golf chipping",
228
+ "226": "golf driving",
229
+ "227": "golf putting",
230
+ "228": "gospel singing in church",
231
+ "229": "grinding meat",
232
+ "230": "grooming cat",
233
+ "231": "grooming dog",
234
+ "232": "grooming horse",
235
+ "233": "gymnastics tumbling",
236
+ "234": "hammer throw",
237
+ "235": "hand washing clothes",
238
+ "236": "head stand",
239
+ "237": "headbanging",
240
+ "238": "headbutting",
241
+ "239": "helmet diving",
242
+ "240": "herding cattle",
243
+ "241": "high fiving",
244
+ "242": "high jump",
245
+ "243": "high kick",
246
+ "244": "historical reenactment",
247
+ "245": "hitting baseball",
248
+ "246": "hockey stop",
249
+ "247": "holding snake",
250
+ "248": "home roasting coffee",
251
+ "249": "hopscotch",
252
+ "250": "hoverboarding",
253
+ "251": "huddling",
254
+ "252": "hugging (not baby)",
255
+ "253": "hugging baby",
256
+ "254": "hula hooping",
257
+ "255": "hurdling",
258
+ "256": "hurling (sport)",
259
+ "257": "ice climbing",
260
+ "258": "ice fishing",
261
+ "259": "ice skating",
262
+ "260": "ice swimming",
263
+ "261": "inflating balloons",
264
+ "262": "installing carpet",
265
+ "263": "ironing",
266
+ "264": "ironing hair",
267
+ "265": "javelin throw",
268
+ "266": "jaywalking",
269
+ "267": "jetskiing",
270
+ "268": "jogging",
271
+ "269": "juggling balls",
272
+ "270": "juggling fire",
273
+ "271": "juggling soccer ball",
274
+ "272": "jumping bicycle",
275
+ "273": "jumping into pool",
276
+ "274": "jumping jacks",
277
+ "275": "jumping sofa",
278
+ "276": "jumpstyle dancing",
279
+ "277": "karaoke",
280
+ "278": "kicking field goal",
281
+ "279": "kicking soccer ball",
282
+ "280": "kissing",
283
+ "281": "kitesurfing",
284
+ "282": "knitting",
285
+ "283": "krumping",
286
+ "284": "land sailing",
287
+ "285": "laughing",
288
+ "286": "lawn mower racing",
289
+ "287": "laying bricks",
290
+ "288": "laying concrete",
291
+ "289": "laying decking",
292
+ "290": "laying stone",
293
+ "291": "laying tiles",
294
+ "292": "leatherworking",
295
+ "293": "letting go of balloon",
296
+ "294": "licking",
297
+ "295": "lifting hat",
298
+ "296": "lighting candle",
299
+ "297": "lighting fire",
300
+ "298": "listening with headphones",
301
+ "299": "lock picking",
302
+ "300": "long jump",
303
+ "301": "longboarding",
304
+ "302": "looking at phone",
305
+ "303": "looking in mirror",
306
+ "304": "luge",
307
+ "305": "lunge",
308
+ "306": "making a cake",
309
+ "307": "making a sandwich",
310
+ "308": "making balloon shapes",
311
+ "309": "making bubbles",
312
+ "310": "making cheese",
313
+ "311": "making horseshoes",
314
+ "312": "making jewelry",
315
+ "313": "making latte art",
316
+ "314": "making paper aeroplanes",
317
+ "315": "making pizza",
318
+ "316": "making slime",
319
+ "317": "making snowman",
320
+ "318": "making sushi",
321
+ "319": "making tea",
322
+ "320": "making the bed",
323
+ "321": "marching",
324
+ "322": "marriage proposal",
325
+ "323": "massaging back",
326
+ "324": "massaging feet",
327
+ "325": "massaging legs",
328
+ "326": "massaging neck",
329
+ "327": "massaging person's head",
330
+ "328": "metal detecting",
331
+ "329": "milking cow",
332
+ "330": "milking goat",
333
+ "331": "mixing colours",
334
+ "332": "moon walking",
335
+ "333": "mopping floor",
336
+ "334": "mosh pit dancing",
337
+ "335": "motorcycling",
338
+ "336": "mountain climber (exercise)",
339
+ "337": "moving baby",
340
+ "338": "moving child",
341
+ "339": "moving furniture",
342
+ "340": "mowing lawn",
343
+ "341": "mushroom foraging",
344
+ "342": "needle felting",
345
+ "343": "news anchoring",
346
+ "344": "opening bottle (not wine)",
347
+ "345": "opening coconuts",
348
+ "346": "opening door",
349
+ "347": "opening present",
350
+ "348": "opening refrigerator",
351
+ "349": "opening wine bottle",
352
+ "350": "packing",
353
+ "351": "paragliding",
354
+ "352": "parasailing",
355
+ "353": "parkour",
356
+ "354": "passing American football (in game)",
357
+ "355": "passing American football (not in game)",
358
+ "356": "passing soccer ball",
359
+ "357": "peeling apples",
360
+ "358": "peeling banana",
361
+ "359": "peeling potatoes",
362
+ "360": "person collecting garbage",
363
+ "361": "petting animal (not cat)",
364
+ "362": "petting cat",
365
+ "363": "petting horse",
366
+ "364": "photobombing",
367
+ "365": "photocopying",
368
+ "366": "picking apples",
369
+ "367": "picking blueberries",
370
+ "368": "pillow fight",
371
+ "369": "pinching",
372
+ "370": "pirouetting",
373
+ "371": "planing wood",
374
+ "372": "planting trees",
375
+ "373": "plastering",
376
+ "374": "playing accordion",
377
+ "375": "playing american football",
378
+ "376": "playing badminton",
379
+ "377": "playing bagpipes",
380
+ "378": "playing basketball",
381
+ "379": "playing bass guitar",
382
+ "380": "playing beer pong",
383
+ "381": "playing billiards",
384
+ "382": "playing blackjack",
385
+ "383": "playing cards",
386
+ "384": "playing cello",
387
+ "385": "playing checkers",
388
+ "386": "playing chess",
389
+ "387": "playing clarinet",
390
+ "388": "playing controller",
391
+ "389": "playing cricket",
392
+ "390": "playing cymbals",
393
+ "391": "playing darts",
394
+ "392": "playing didgeridoo",
395
+ "393": "playing dominoes",
396
+ "394": "playing drums",
397
+ "395": "playing field hockey",
398
+ "396": "playing flute",
399
+ "397": "playing gong",
400
+ "398": "playing guitar",
401
+ "399": "playing hand clapping games",
402
+ "400": "playing harmonica",
403
+ "401": "playing harp",
404
+ "402": "playing ice hockey",
405
+ "403": "playing keyboard",
406
+ "404": "playing kickball",
407
+ "405": "playing laser tag",
408
+ "406": "playing lute",
409
+ "407": "playing mahjong",
410
+ "408": "playing maracas",
411
+ "409": "playing marbles",
412
+ "410": "playing monopoly",
413
+ "411": "playing netball",
414
+ "412": "playing nose flute",
415
+ "413": "playing oboe",
416
+ "414": "playing ocarina",
417
+ "415": "playing organ",
418
+ "416": "playing paintball",
419
+ "417": "playing pan pipes",
420
+ "418": "playing piano",
421
+ "419": "playing piccolo",
422
+ "420": "playing pinball",
423
+ "421": "playing ping pong",
424
+ "422": "playing poker",
425
+ "423": "playing polo",
426
+ "424": "playing recorder",
427
+ "425": "playing road hockey",
428
+ "426": "playing rounders",
429
+ "427": "playing rubiks cube",
430
+ "428": "playing saxophone",
431
+ "429": "playing scrabble",
432
+ "430": "playing shuffleboard",
433
+ "431": "playing slot machine",
434
+ "432": "playing squash or racquetball",
435
+ "433": "playing tennis",
436
+ "434": "playing trombone",
437
+ "435": "playing trumpet",
438
+ "436": "playing ukulele",
439
+ "437": "playing violin",
440
+ "438": "playing volleyball",
441
+ "439": "playing with trains",
442
+ "440": "playing xylophone",
443
+ "441": "poaching eggs",
444
+ "442": "poking bellybutton",
445
+ "443": "pole vault",
446
+ "444": "polishing furniture",
447
+ "445": "polishing metal",
448
+ "446": "popping balloons",
449
+ "447": "pouring beer",
450
+ "448": "pouring milk",
451
+ "449": "pouring wine",
452
+ "450": "preparing salad",
453
+ "451": "presenting weather forecast",
454
+ "452": "pretending to be a statue",
455
+ "453": "pull ups",
456
+ "454": "pulling espresso shot",
457
+ "455": "pulling rope (game)",
458
+ "456": "pumping fist",
459
+ "457": "pumping gas",
460
+ "458": "punching bag",
461
+ "459": "punching person (boxing)",
462
+ "460": "push up",
463
+ "461": "pushing car",
464
+ "462": "pushing cart",
465
+ "463": "pushing wheelbarrow",
466
+ "464": "pushing wheelchair",
467
+ "465": "putting in contact lenses",
468
+ "466": "putting on eyeliner",
469
+ "467": "putting on foundation",
470
+ "468": "putting on lipstick",
471
+ "469": "putting on mascara",
472
+ "470": "putting on sari",
473
+ "471": "putting on shoes",
474
+ "472": "putting wallpaper on wall",
475
+ "473": "raising eyebrows",
476
+ "474": "reading book",
477
+ "475": "reading newspaper",
478
+ "476": "recording music",
479
+ "477": "repairing puncture",
480
+ "478": "riding a bike",
481
+ "479": "riding camel",
482
+ "480": "riding elephant",
483
+ "481": "riding mechanical bull",
484
+ "482": "riding mule",
485
+ "483": "riding or walking with horse",
486
+ "484": "riding scooter",
487
+ "485": "riding snow blower",
488
+ "486": "riding unicycle",
489
+ "487": "ripping paper",
490
+ "488": "roasting marshmallows",
491
+ "489": "roasting pig",
492
+ "490": "robot dancing",
493
+ "491": "rock climbing",
494
+ "492": "rock scissors paper",
495
+ "493": "roller skating",
496
+ "494": "rolling eyes",
497
+ "495": "rolling pastry",
498
+ "496": "rope pushdown",
499
+ "497": "running on treadmill",
500
+ "498": "sailing",
501
+ "499": "salsa dancing",
502
+ "500": "saluting",
503
+ "501": "sanding floor",
504
+ "502": "sanding wood",
505
+ "503": "sausage making",
506
+ "504": "sawing wood",
507
+ "505": "scrambling eggs",
508
+ "506": "scrapbooking",
509
+ "507": "scrubbing face",
510
+ "508": "scuba diving",
511
+ "509": "seasoning food",
512
+ "510": "separating eggs",
513
+ "511": "setting table",
514
+ "512": "sewing",
515
+ "513": "shaking hands",
516
+ "514": "shaking head",
517
+ "515": "shaping bread dough",
518
+ "516": "sharpening knives",
519
+ "517": "sharpening pencil",
520
+ "518": "shaving head",
521
+ "519": "shaving legs",
522
+ "520": "shearing sheep",
523
+ "521": "shining flashlight",
524
+ "522": "shining shoes",
525
+ "523": "shoot dance",
526
+ "524": "shooting basketball",
527
+ "525": "shooting goal (soccer)",
528
+ "526": "shooting off fireworks",
529
+ "527": "shopping",
530
+ "528": "shot put",
531
+ "529": "shouting",
532
+ "530": "shoveling snow",
533
+ "531": "shredding paper",
534
+ "532": "shucking oysters",
535
+ "533": "shuffling cards",
536
+ "534": "shuffling feet",
537
+ "535": "side kick",
538
+ "536": "sieving",
539
+ "537": "sign language interpreting",
540
+ "538": "silent disco",
541
+ "539": "singing",
542
+ "540": "sipping cup",
543
+ "541": "situp",
544
+ "542": "skateboarding",
545
+ "543": "ski ballet",
546
+ "544": "ski jumping",
547
+ "545": "skiing crosscountry",
548
+ "546": "skiing mono",
549
+ "547": "skiing slalom",
550
+ "548": "skipping rope",
551
+ "549": "skipping stone",
552
+ "550": "skydiving",
553
+ "551": "slacklining",
554
+ "552": "slapping",
555
+ "553": "sled dog racing",
556
+ "554": "sleeping",
557
+ "555": "slicing onion",
558
+ "556": "smashing",
559
+ "557": "smelling feet",
560
+ "558": "smoking",
561
+ "559": "smoking hookah",
562
+ "560": "smoking pipe",
563
+ "561": "snatch weight lifting",
564
+ "562": "sneezing",
565
+ "563": "snorkeling",
566
+ "564": "snowboarding",
567
+ "565": "snowkiting",
568
+ "566": "snowmobiling",
569
+ "567": "somersaulting",
570
+ "568": "spelunking",
571
+ "569": "spinning plates",
572
+ "570": "spinning poi",
573
+ "571": "splashing water",
574
+ "572": "spray painting",
575
+ "573": "spraying",
576
+ "574": "springboard diving",
577
+ "575": "square dancing",
578
+ "576": "squat",
579
+ "577": "squeezing orange",
580
+ "578": "stacking cups",
581
+ "579": "stacking dice",
582
+ "580": "standing on hands",
583
+ "581": "staring",
584
+ "582": "steer roping",
585
+ "583": "steering car",
586
+ "584": "sticking tongue out",
587
+ "585": "stomping grapes",
588
+ "586": "stretching arm",
589
+ "587": "stretching leg",
590
+ "588": "sucking lolly",
591
+ "589": "surfing crowd",
592
+ "590": "surfing water",
593
+ "591": "surveying",
594
+ "592": "sweeping floor",
595
+ "593": "swimming backstroke",
596
+ "594": "swimming breast stroke",
597
+ "595": "swimming butterfly stroke",
598
+ "596": "swimming front crawl",
599
+ "597": "swimming with dolphins",
600
+ "598": "swimming with sharks",
601
+ "599": "swing dancing",
602
+ "600": "swinging baseball bat",
603
+ "601": "swinging on something",
604
+ "602": "sword fighting",
605
+ "603": "sword swallowing",
606
+ "604": "tackling",
607
+ "605": "tagging graffiti",
608
+ "606": "tai chi",
609
+ "607": "taking photo",
610
+ "608": "talking on cell phone",
611
+ "609": "tango dancing",
612
+ "610": "tap dancing",
613
+ "611": "tapping guitar",
614
+ "612": "tapping pen",
615
+ "613": "tasting beer",
616
+ "614": "tasting food",
617
+ "615": "tasting wine",
618
+ "616": "testifying",
619
+ "617": "texting",
620
+ "618": "threading needle",
621
+ "619": "throwing axe",
622
+ "620": "throwing ball (not baseball or American football)",
623
+ "621": "throwing discus",
624
+ "622": "throwing knife",
625
+ "623": "throwing snowballs",
626
+ "624": "throwing tantrum",
627
+ "625": "throwing water balloon",
628
+ "626": "tickling",
629
+ "627": "tie dying",
630
+ "628": "tightrope walking",
631
+ "629": "tiptoeing",
632
+ "630": "tobogganing",
633
+ "631": "tossing coin",
634
+ "632": "tossing salad",
635
+ "633": "training dog",
636
+ "634": "trapezing",
637
+ "635": "treating wood",
638
+ "636": "trimming or shaving beard",
639
+ "637": "trimming shrubs",
640
+ "638": "trimming trees",
641
+ "639": "triple jump",
642
+ "640": "twiddling fingers",
643
+ "641": "tying bow tie",
644
+ "642": "tying knot (not on a tie)",
645
+ "643": "tying necktie",
646
+ "644": "tying shoe laces",
647
+ "645": "unboxing",
648
+ "646": "uncorking champagne",
649
+ "647": "unloading truck",
650
+ "648": "using a microscope",
651
+ "649": "using a paint roller",
652
+ "650": "using a power drill",
653
+ "651": "using a sledge hammer",
654
+ "652": "using a wrench",
655
+ "653": "using atm",
656
+ "654": "using bagging machine",
657
+ "655": "using circular saw",
658
+ "656": "using inhaler",
659
+ "657": "using megaphone",
660
+ "658": "using puppets",
661
+ "659": "using remote controller (not gaming)",
662
+ "660": "using segway",
663
+ "661": "vacuuming car",
664
+ "662": "vacuuming floor",
665
+ "663": "visiting the zoo",
666
+ "664": "wading through mud",
667
+ "665": "wading through water",
668
+ "666": "waiting in line",
669
+ "667": "waking up",
670
+ "668": "walking on stilts",
671
+ "669": "walking the dog",
672
+ "670": "walking through snow",
673
+ "671": "walking with crutches",
674
+ "672": "washing dishes",
675
+ "673": "washing feet",
676
+ "674": "washing hair",
677
+ "675": "washing hands",
678
+ "676": "watching tv",
679
+ "677": "water skiing",
680
+ "678": "water sliding",
681
+ "679": "watering plants",
682
+ "680": "waving hand",
683
+ "681": "waxing armpits",
684
+ "682": "waxing back",
685
+ "683": "waxing chest",
686
+ "684": "waxing eyebrows",
687
+ "685": "waxing legs",
688
+ "686": "weaving basket",
689
+ "687": "weaving fabric",
690
+ "688": "welding",
691
+ "689": "whistling",
692
+ "690": "windsurfing",
693
+ "691": "winking",
694
+ "692": "wood burning (art)",
695
+ "693": "wrapping present",
696
+ "694": "wrestling",
697
+ "695": "writing",
698
+ "696": "yarn spinning",
699
+ "697": "yawning",
700
+ "698": "yoga",
701
+ "699": "zumba"
702
+ }
rvlcdip-id2label.json CHANGED
@@ -1 +1,18 @@
1
- {"0": "letter", "1": "form", "2": "email", "3": "handwritten", "4": "advertisement", "5": "scientific report", "6": "scientific publication", "7": "specification", "8": "file folder", "9": "news article", "10": "budget", "11": "invoice", "12": "presentation", "13": "questionnaire", "14": "resume", "15": "memo"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "letter",
3
+ "1": "form",
4
+ "2": "email",
5
+ "3": "handwritten",
6
+ "4": "advertisement",
7
+ "5": "scientific report",
8
+ "6": "scientific publication",
9
+ "7": "specification",
10
+ "8": "file folder",
11
+ "9": "news article",
12
+ "10": "budget",
13
+ "11": "invoice",
14
+ "12": "presentation",
15
+ "13": "questionnaire",
16
+ "14": "resume",
17
+ "15": "memo"
18
+ }
vqa2-id2label.json CHANGED
The diff for this file is too large to render. See raw diff