From 3d1c33dbdaa1cd9fea3e013a4379a9596257a87a Mon Sep 17 00:00:00 2001 From: PaulScotti Date: Sun, 17 Nov 2024 16:20:11 +0000 Subject: [PATCH 1/4] working imagenet1k implementation using folders of train and val jpgs --- download_imagenet.sh | 55 + imagenet_class_info.json | 15519 +++++++++++++++++++++++++++++++++ process_imagenet_labels.py | 181 + requirements.txt | 3 + topomoe/src/topomoe/train.py | 47 +- topomoe/tests/test_train.py | 29 +- 6 files changed, 15819 insertions(+), 15 deletions(-) create mode 100755 download_imagenet.sh create mode 100644 imagenet_class_info.json create mode 100644 process_imagenet_labels.py diff --git a/download_imagenet.sh b/download_imagenet.sh new file mode 100755 index 0000000..9a663fe --- /dev/null +++ b/download_imagenet.sh @@ -0,0 +1,55 @@ +#!/bin/bash + +# This script downloads ImageNet-1k (ILSVRC2012) dataset +# You need to first register and get credentials from image-net.org + +# Replace these with your ImageNet credentials +USERNAME="user" +PASSWORD="pass" + +# Create directories +mkdir -p imagenet/train imagenet/validation + +# Download train and validation archives +# Training images (138GB) +wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_img_train.tar + +# Validation images (6.3GB) +wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_img_val.tar + +# Download mapping files +wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_devkit_t12.tar.gz + +# Extract validation images +cd imagenet/validation +tar xvf ../../ILSVRC2012_img_val.tar +cd ../.. + +# Extract training images +cd imagenet/train +tar xvf ../../ILSVRC2012_img_train.tar + +# Extract individual class archives +for f in *.tar; do + d=`basename $f .tar` + mkdir -p $d + cd $d + tar xvf ../$f + cd .. + rm $f +done + +cd ../.. + +# Extract devkit +tar xvf ILSVRC2012_devkit_t12.tar.gz + +# Cleanup +rm ILSVRC2012_img_train.tar ILSVRC2012_img_val.tar ILSVRC2012_devkit_t12.tar.gz + +echo "Download and extraction complete!" + +# Optional: verify number of images +echo "Verifying image counts..." +echo "Number of training images: $(find imagenet/train -type f | wc -l)" +echo "Number of validation images: $(find imagenet/validation -type f | wc -l)" diff --git a/imagenet_class_info.json b/imagenet_class_info.json new file mode 100644 index 0000000..6f00ade --- /dev/null +++ b/imagenet_class_info.json @@ -0,0 +1,15519 @@ +{ + "n02119789": { + "class_id": 1, + "words": [ + "kit fox", + "Vulpes macrotis" + ], + "gloss": "small grey fox of southwestern United States; may be a subspecies of Vulpes velox", + "val_images": 0 + }, + "n02100735": { + "class_id": 2, + "words": [ + "English setter" + ], + "gloss": "an English breed having a plumed tail and a soft silky coat that is chiefly white", + "val_images": 0 + }, + "n02110185": { + "class_id": 3, + "words": [ + "Siberian husky" + ], + "gloss": "breed of sled dog developed in northeastern Siberia; they resemble the larger Alaskan malamutes", + "val_images": 0 + }, + "n02096294": { + "class_id": 4, + "words": [ + "Australian terrier" + ], + "gloss": "small greyish wire-haired breed of terrier from Australia similar to the cairn", + "val_images": 0 + }, + "n02102040": { + "class_id": 5, + "words": [ + "English springer", + "English springer spaniel" + ], + "gloss": "a breed having typically a black-and-white coat", + "val_images": 0 + }, + "n02066245": { + "class_id": 6, + "words": [ + "grey whale", + "gray whale", + "devilfish", + "Eschrichtius gibbosus", + "Eschrichtius robustus" + ], + "gloss": "medium-sized greyish-black whale of the northern Pacific", + "val_images": 0 + }, + "n02509815": { + "class_id": 7, + "words": [ + "lesser panda", + "red panda", + "panda", + "bear cat", + "cat bear", + "Ailurus fulgens" + ], + "gloss": "reddish-brown Old World raccoon-like carnivore; in some classifications considered unrelated to the giant pandas", + "val_images": 0 + }, + "n02124075": { + "class_id": 8, + "words": [ + "Egyptian cat" + ], + "gloss": "a domestic cat of Egypt", + "val_images": 0 + }, + "n02417914": { + "class_id": 9, + "words": [ + "ibex", + "Capra ibex" + ], + "gloss": "wild goat of mountain areas of Eurasia and northern Africa having large recurved horns", + "val_images": 0 + }, + "n02123394": { + "class_id": 10, + "words": [ + "Persian cat" + ], + "gloss": "a long-haired breed of cat", + "val_images": 0 + }, + "n02125311": { + "class_id": 11, + "words": [ + "cougar", + "puma", + "catamount", + "mountain lion", + "painter", + "panther", + "Felis concolor" + ], + "gloss": "large American feline resembling a lion", + "val_images": 0 + }, + "n02423022": { + "class_id": 12, + "words": [ + "gazelle" + ], + "gloss": "small swift graceful antelope of Africa and Asia having lustrous eyes", + "val_images": 0 + }, + "n02346627": { + "class_id": 13, + "words": [ + "porcupine", + "hedgehog" + ], + "gloss": "relatively large rodents with sharp erectile bristles mingled with the fur", + "val_images": 0 + }, + "n02077923": { + "class_id": 14, + "words": [ + "sea lion" + ], + "gloss": "any of several large eared seals of the northern Pacific related to fur seals but lacking their valuable coat", + "val_images": 0 + }, + "n02110063": { + "class_id": 15, + "words": [ + "malamute", + "malemute", + "Alaskan malamute" + ], + "gloss": "breed of sled dog developed in Alaska", + "val_images": 0 + }, + "n02447366": { + "class_id": 16, + "words": [ + "badger" + ], + "gloss": "sturdy carnivorous burrowing mammal with strong claws; widely distributed in the northern hemisphere", + "val_images": 0 + }, + "n02109047": { + "class_id": 17, + "words": [ + "Great Dane" + ], + "gloss": "very large powerful smooth-coated breed of dog", + "val_images": 0 + }, + "n02089867": { + "class_id": 18, + "words": [ + "Walker hound", + "Walker foxhound" + ], + "gloss": "an American breed of foxhound", + "val_images": 0 + }, + "n02102177": { + "class_id": 19, + "words": [ + "Welsh springer spaniel" + ], + "gloss": "a red-and-white breed slightly smaller than the English springer spaniel", + "val_images": 0 + }, + "n02091134": { + "class_id": 20, + "words": [ + "whippet" + ], + "gloss": "small slender dog of greyhound type developed in England", + "val_images": 0 + }, + "n02092002": { + "class_id": 21, + "words": [ + "Scottish deerhound", + "deerhound" + ], + "gloss": "very large and tall rough-coated dog bred for hunting deer; known as the royal dog of Scotland", + "val_images": 0 + }, + "n02071294": { + "class_id": 22, + "words": [ + "killer whale", + "killer", + "orca", + "grampus", + "sea wolf", + "Orcinus orca" + ], + "gloss": "predatory black-and-white toothed whale with large dorsal fin; common in cold seas", + "val_images": 0 + }, + "n02442845": { + "class_id": 23, + "words": [ + "mink" + ], + "gloss": "slender-bodied semiaquatic mammal having partially webbed feet; valued for its fur", + "val_images": 0 + }, + "n02504458": { + "class_id": 24, + "words": [ + "African elephant", + "Loxodonta africana" + ], + "gloss": "an elephant native to Africa having enormous flapping ears and ivory tusks", + "val_images": 0 + }, + "n02092339": { + "class_id": 25, + "words": [ + "Weimaraner" + ], + "gloss": "large breed of hound having a smooth greyish coat; originated in Germany", + "val_images": 0 + }, + "n02098105": { + "class_id": 26, + "words": [ + "soft-coated wheaten terrier" + ], + "gloss": "Irish breed of medium-sized terrier with an abundant coat any shade of wheat and very hairy head and muzzle", + "val_images": 0 + }, + "n02096437": { + "class_id": 27, + "words": [ + "Dandie Dinmont", + "Dandie Dinmont terrier" + ], + "gloss": "a breed of small terrier with long wiry coat and drooping ears", + "val_images": 0 + }, + "n02114712": { + "class_id": 28, + "words": [ + "red wolf", + "maned wolf", + "Canis rufus", + "Canis niger" + ], + "gloss": "reddish-grey wolf of southwestern North America", + "val_images": 0 + }, + "n02105641": { + "class_id": 29, + "words": [ + "Old English sheepdog", + "bobtail" + ], + "gloss": "large sheepdog with a profuse shaggy bluish-grey-and-white coat and short tail; believed to trace back to the Roman occupation of Britain", + "val_images": 0 + }, + "n02128925": { + "class_id": 30, + "words": [ + "jaguar", + "panther", + "Panthera onca", + "Felis onca" + ], + "gloss": "a large spotted feline of tropical America similar to the leopard; in some classifications considered a member of the genus Felis", + "val_images": 0 + }, + "n02091635": { + "class_id": 31, + "words": [ + "otterhound", + "otter hound" + ], + "gloss": "hardy British hound having long pendulous ears and a thick coarse shaggy coat with an oily undercoat; bred for hunting otters", + "val_images": 0 + }, + "n02088466": { + "class_id": 32, + "words": [ + "bloodhound", + "sleuthhound" + ], + "gloss": "a breed of large powerful hound of European origin having very acute smell and used in tracking", + "val_images": 0 + }, + "n02096051": { + "class_id": 33, + "words": [ + "Airedale", + "Airedale terrier" + ], + "gloss": "breed of large wiry-coated terrier bred in Yorkshire", + "val_images": 0 + }, + "n02117135": { + "class_id": 34, + "words": [ + "hyena", + "hyaena" + ], + "gloss": "doglike nocturnal mammal of Africa and southern Asia that feeds chiefly on carrion", + "val_images": 0 + }, + "n02138441": { + "class_id": 35, + "words": [ + "meerkat", + "mierkat" + ], + "gloss": "a mongoose-like viverrine of South Africa having a face like a lemur and only four toes", + "val_images": 0 + }, + "n02097130": { + "class_id": 36, + "words": [ + "giant schnauzer" + ], + "gloss": "a large schnauzer", + "val_images": 0 + }, + "n02493509": { + "class_id": 37, + "words": [ + "titi", + "titi monkey" + ], + "gloss": "small South American monkeys with long beautiful fur and long nonprehensile tail", + "val_images": 0 + }, + "n02457408": { + "class_id": 38, + "words": [ + "three-toed sloth", + "ai", + "Bradypus tridactylus" + ], + "gloss": "a sloth that has three long claws on each forefoot and each hindfoot", + "val_images": 0 + }, + "n02389026": { + "class_id": 39, + "words": [ + "sorrel" + ], + "gloss": "a horse of a brownish orange to light brown color", + "val_images": 0 + }, + "n02443484": { + "class_id": 40, + "words": [ + "black-footed ferret", + "ferret", + "Mustela nigripes" + ], + "gloss": "musteline mammal of prairie regions of United States; nearly extinct", + "val_images": 0 + }, + "n02110341": { + "class_id": 41, + "words": [ + "dalmatian", + "coach dog", + "carriage dog" + ], + "gloss": "a large breed having a smooth white coat with black or brown spots; originated in Dalmatia", + "val_images": 0 + }, + "n02089078": { + "class_id": 42, + "words": [ + "black-and-tan coonhound" + ], + "gloss": "American breed of large powerful hound dogs used for hunting raccoons and other game", + "val_images": 0 + }, + "n02086910": { + "class_id": 43, + "words": [ + "papillon" + ], + "gloss": "small slender toy spaniel with erect ears and a black-spotted brown to white coat", + "val_images": 0 + }, + "n02445715": { + "class_id": 44, + "words": [ + "skunk", + "polecat", + "wood pussy" + ], + "gloss": "American musteline mammal typically ejecting an intensely malodorous fluid when startled; in some classifications put in a separate subfamily Mephitinae", + "val_images": 0 + }, + "n02093256": { + "class_id": 45, + "words": [ + "Staffordshire bullterrier", + "Staffordshire bull terrier" + ], + "gloss": "English breed of strong stocky dog having a broad skull and smooth coat", + "val_images": 0 + }, + "n02113978": { + "class_id": 46, + "words": [ + "Mexican hairless" + ], + "gloss": "any of an old breed of small nearly hairless dogs of Mexico", + "val_images": 0 + }, + "n02106382": { + "class_id": 47, + "words": [ + "Bouvier des Flandres", + "Bouviers des Flandres" + ], + "gloss": "rough-coated breed used originally in Belgium for herding and guarding cattle", + "val_images": 0 + }, + "n02441942": { + "class_id": 48, + "words": [ + "weasel" + ], + "gloss": "small carnivorous mammal with short legs and elongated body and neck", + "val_images": 0 + }, + "n02113712": { + "class_id": 49, + "words": [ + "miniature poodle" + ], + "gloss": "a breed of small poodles", + "val_images": 0 + }, + "n02113186": { + "class_id": 50, + "words": [ + "Cardigan", + "Cardigan Welsh corgi" + ], + "gloss": "slightly bowlegged variety of corgi having rounded ears and a long tail", + "val_images": 0 + }, + "n02105162": { + "class_id": 51, + "words": [ + "malinois" + ], + "gloss": "fawn-colored short-haired sheepdog", + "val_images": 0 + }, + "n02415577": { + "class_id": 52, + "words": [ + "bighorn", + "bighorn sheep", + "cimarron", + "Rocky Mountain bighorn", + "Rocky Mountain sheep", + "Ovis canadensis" + ], + "gloss": "wild sheep of mountainous regions of western North America having massive curled horns", + "val_images": 0 + }, + "n02356798": { + "class_id": 53, + "words": [ + "fox squirrel", + "eastern fox squirrel", + "Sciurus niger" + ], + "gloss": "exceptionally large arboreal squirrel of eastern United States", + "val_images": 0 + }, + "n02488702": { + "class_id": 54, + "words": [ + "colobus", + "colobus monkey" + ], + "gloss": "arboreal monkey of western and central Africa with long silky fur and reduced thumbs", + "val_images": 0 + }, + "n02123159": { + "class_id": 55, + "words": [ + "tiger cat" + ], + "gloss": "a cat having a striped coat", + "val_images": 0 + }, + "n02098413": { + "class_id": 56, + "words": [ + "Lhasa", + "Lhasa apso" + ], + "gloss": "a breed of terrier having a long heavy coat raised in Tibet as watchdogs", + "val_images": 0 + }, + "n02422699": { + "class_id": 57, + "words": [ + "impala", + "Aepyceros melampus" + ], + "gloss": "African antelope with ridged curved horns; moves with enormous leaps", + "val_images": 0 + }, + "n02114855": { + "class_id": 58, + "words": [ + "coyote", + "prairie wolf", + "brush wolf", + "Canis latrans" + ], + "gloss": "small wolf native to western North America", + "val_images": 0 + }, + "n02094433": { + "class_id": 59, + "words": [ + "Yorkshire terrier" + ], + "gloss": "very small breed having a long glossy coat of bluish-grey and tan", + "val_images": 0 + }, + "n02111277": { + "class_id": 60, + "words": [ + "Newfoundland", + "Newfoundland dog" + ], + "gloss": "a breed of very large heavy dogs with a thick coarse usually black coat; highly intelligent dogs and vigorous swimmers; developed in Newfoundland", + "val_images": 0 + }, + "n02132136": { + "class_id": 61, + "words": [ + "brown bear", + "bruin", + "Ursus arctos" + ], + "gloss": "large ferocious bear of Eurasia", + "val_images": 0 + }, + "n02119022": { + "class_id": 62, + "words": [ + "red fox", + "Vulpes vulpes" + ], + "gloss": "the common Old World fox; having reddish-brown fur; commonly considered a single circumpolar species", + "val_images": 0 + }, + "n02091467": { + "class_id": 63, + "words": [ + "Norwegian elkhound", + "elkhound" + ], + "gloss": "breed of compact medium-sized dog with a heavy grey coat developed in Norway for hunting elk", + "val_images": 0 + }, + "n02106550": { + "class_id": 64, + "words": [ + "Rottweiler" + ], + "gloss": "German breed of large vigorous short-haired cattle dogs", + "val_images": 0 + }, + "n02422106": { + "class_id": 65, + "words": [ + "hartebeest" + ], + "gloss": "a large African antelope with lyre-shaped horns that curve backward", + "val_images": 0 + }, + "n02091831": { + "class_id": 66, + "words": [ + "Saluki", + "gazelle hound" + ], + "gloss": "old breed of tall swift keen-eyed hunting dogs resembling greyhounds; from Egypt and southwestern Asia", + "val_images": 0 + }, + "n02120505": { + "class_id": 67, + "words": [ + "grey fox", + "gray fox", + "Urocyon cinereoargenteus" + ], + "gloss": "dark grey American fox; from Central America through southern United States", + "val_images": 0 + }, + "n02104365": { + "class_id": 68, + "words": [ + "schipperke" + ], + "gloss": "breed of small stocky black dogs originally used as watchdogs on boats in the Netherlands and Belgium", + "val_images": 0 + }, + "n02086079": { + "class_id": 69, + "words": [ + "Pekinese", + "Pekingese", + "Peke" + ], + "gloss": "a Chinese breed of small short-legged dogs with a long silky coat and broad flat muzzle", + "val_images": 0 + }, + "n02112706": { + "class_id": 70, + "words": [ + "Brabancon griffon" + ], + "gloss": "a variety of Brussels griffon having a short smooth coat", + "val_images": 0 + }, + "n02098286": { + "class_id": 71, + "words": [ + "West Highland white terrier" + ], + "gloss": "small white long-coated terrier developed in Scotland", + "val_images": 0 + }, + "n02095889": { + "class_id": 72, + "words": [ + "Sealyham terrier", + "Sealyham" + ], + "gloss": "a wire-haired terrier with short legs that was first bred in Sealyham", + "val_images": 0 + }, + "n02484975": { + "class_id": 73, + "words": [ + "guenon", + "guenon monkey" + ], + "gloss": "small slender African monkey having long hind limbs and tail and long hair around the face", + "val_images": 0 + }, + "n02137549": { + "class_id": 74, + "words": [ + "mongoose" + ], + "gloss": "agile grizzled Old World viverrine; preys on snakes and rodents", + "val_images": 0 + }, + "n02500267": { + "class_id": 75, + "words": [ + "indri", + "indris", + "Indri indri", + "Indri brevicaudatus" + ], + "gloss": "large short-tailed lemur of Madagascar having thick silky fur in black and white and fawn", + "val_images": 0 + }, + "n02129604": { + "class_id": 76, + "words": [ + "tiger", + "Panthera tigris" + ], + "gloss": "large feline of forests in most of Asia having a tawny coat with black stripes; endangered", + "val_images": 0 + }, + "n02090721": { + "class_id": 77, + "words": [ + "Irish wolfhound" + ], + "gloss": "large breed of hound with a rough thick coat", + "val_images": 0 + }, + "n02396427": { + "class_id": 78, + "words": [ + "wild boar", + "boar", + "Sus scrofa" + ], + "gloss": "Old World wild swine having a narrow body and prominent tusks from which most domestic swine come; introduced in United States", + "val_images": 0 + }, + "n02108000": { + "class_id": 79, + "words": [ + "EntleBucher" + ], + "gloss": "the smallest of the Sennenhunde", + "val_images": 0 + }, + "n02391049": { + "class_id": 80, + "words": [ + "zebra" + ], + "gloss": "any of several fleet black-and-white striped African equines", + "val_images": 0 + }, + "n02412080": { + "class_id": 81, + "words": [ + "ram", + "tup" + ], + "gloss": "uncastrated adult male sheep; \"a British term is `tup'\"", + "val_images": 0 + }, + "n02108915": { + "class_id": 82, + "words": [ + "French bulldog" + ], + "gloss": "small stocky version of the bulldog having a sleek coat and square head", + "val_images": 0 + }, + "n02480495": { + "class_id": 83, + "words": [ + "orangutan", + "orang", + "orangutang", + "Pongo pygmaeus" + ], + "gloss": "large long-armed ape of Borneo and Sumatra having arboreal habits", + "val_images": 0 + }, + "n02110806": { + "class_id": 84, + "words": [ + "basenji" + ], + "gloss": "small smooth-haired breed of African origin having a tightly curled tail and the inability to bark", + "val_images": 0 + }, + "n02128385": { + "class_id": 85, + "words": [ + "leopard", + "Panthera pardus" + ], + "gloss": "large feline of African and Asian forests usually having a tawny coat with black spots", + "val_images": 0 + }, + "n02107683": { + "class_id": 86, + "words": [ + "Bernese mountain dog" + ], + "gloss": "large powerful long-haired black-coated Swiss dog with deep tan or russet markings on legs and white blaze and feet and chest marking; formerly used for draft", + "val_images": 0 + }, + "n02085936": { + "class_id": 87, + "words": [ + "Maltese dog", + "Maltese terrier", + "Maltese" + ], + "gloss": "breed of toy dogs having a long straight silky white coat", + "val_images": 0 + }, + "n02094114": { + "class_id": 88, + "words": [ + "Norfolk terrier" + ], + "gloss": "English breed of small terrier with a straight wiry grizzled coat and dropped ears", + "val_images": 0 + }, + "n02087046": { + "class_id": 89, + "words": [ + "toy terrier" + ], + "gloss": "a small active dog", + "val_images": 0 + }, + "n02100583": { + "class_id": 90, + "words": [ + "vizsla", + "Hungarian pointer" + ], + "gloss": "Hungarian hunting dog resembling the Weimaraner but having a rich deep red coat", + "val_images": 0 + }, + "n02096177": { + "class_id": 91, + "words": [ + "cairn", + "cairn terrier" + ], + "gloss": "small rough-haired breed of terrier from Scotland", + "val_images": 0 + }, + "n02494079": { + "class_id": 92, + "words": [ + "squirrel monkey", + "Saimiri sciureus" + ], + "gloss": "small long-tailed monkey of Central American and South America with greenish fur and black muzzle", + "val_images": 0 + }, + "n02105056": { + "class_id": 93, + "words": [ + "groenendael" + ], + "gloss": "black-coated sheepdog with a heavily plumed tail", + "val_images": 0 + }, + "n02101556": { + "class_id": 94, + "words": [ + "clumber", + "clumber spaniel" + ], + "gloss": "a thickset spaniel with longish silky hair", + "val_images": 0 + }, + "n02123597": { + "class_id": 95, + "words": [ + "Siamese cat", + "Siamese" + ], + "gloss": "a slender short-haired blue-eyed breed of cat having a pale coat with dark ears paws face and tail tip", + "val_images": 0 + }, + "n02481823": { + "class_id": 96, + "words": [ + "chimpanzee", + "chimp", + "Pan troglodytes" + ], + "gloss": "intelligent somewhat arboreal ape of equatorial African forests", + "val_images": 0 + }, + "n02105505": { + "class_id": 97, + "words": [ + "komondor" + ], + "gloss": "Hungarian breed of large powerful shaggy-coated white dog; used also as guard dog", + "val_images": 0 + }, + "n02088094": { + "class_id": 98, + "words": [ + "Afghan hound", + "Afghan" + ], + "gloss": "tall graceful breed of hound with a long silky coat; native to the Near East", + "val_images": 0 + }, + "n02085782": { + "class_id": 99, + "words": [ + "Japanese spaniel" + ], + "gloss": "breed of toy dogs originating in Japan having a silky black-and-white or red-and-white coat", + "val_images": 0 + }, + "n02489166": { + "class_id": 100, + "words": [ + "proboscis monkey", + "Nasalis larvatus" + ], + "gloss": "Borneo monkey having a long bulbous nose", + "val_images": 0 + }, + "n02364673": { + "class_id": 101, + "words": [ + "guinea pig", + "Cavia cobaya" + ], + "gloss": "stout-bodied nearly tailless domesticated cavy; often kept as a pet and widely used in research", + "val_images": 0 + }, + "n02114548": { + "class_id": 102, + "words": [ + "white wolf", + "Arctic wolf", + "Canis lupus tundrarum" + ], + "gloss": "wolf of Arctic North America having white fur and a black-tipped tail", + "val_images": 0 + }, + "n02134084": { + "class_id": 103, + "words": [ + "ice bear", + "polar bear", + "Ursus Maritimus", + "Thalarctos maritimus" + ], + "gloss": "white bear of Arctic regions", + "val_images": 0 + }, + "n02480855": { + "class_id": 104, + "words": [ + "gorilla", + "Gorilla gorilla" + ], + "gloss": "largest anthropoid ape; terrestrial and vegetarian; of forests of central west Africa", + "val_images": 0 + }, + "n02090622": { + "class_id": 105, + "words": [ + "borzoi", + "Russian wolfhound" + ], + "gloss": "tall fast-moving dog breed", + "val_images": 0 + }, + "n02113624": { + "class_id": 106, + "words": [ + "toy poodle" + ], + "gloss": "the breed of very small poodles", + "val_images": 0 + }, + "n02093859": { + "class_id": 107, + "words": [ + "Kerry blue terrier" + ], + "gloss": "an Irish breed of medium-sized terriers with a silky blue-grey coat", + "val_images": 0 + }, + "n02403003": { + "class_id": 108, + "words": [ + "ox" + ], + "gloss": "an adult castrated bull of the genus Bos; especially Bos taurus", + "val_images": 0 + }, + "n02097298": { + "class_id": 109, + "words": [ + "Scotch terrier", + "Scottish terrier", + "Scottie" + ], + "gloss": "old Scottish breed of small long-haired usually black terrier with erect tail and ears", + "val_images": 0 + }, + "n02108551": { + "class_id": 110, + "words": [ + "Tibetan mastiff" + ], + "gloss": "very large powerful rough-coated dog native to central Asia", + "val_images": 0 + }, + "n02493793": { + "class_id": 111, + "words": [ + "spider monkey", + "Ateles geoffroyi" + ], + "gloss": "arboreal monkey of tropical America with long slender legs and long prehensile tail", + "val_images": 0 + }, + "n02107142": { + "class_id": 112, + "words": [ + "Doberman", + "Doberman pinscher" + ], + "gloss": "medium large breed of dog of German origin with a glossy black and tan coat; used as a watchdog", + "val_images": 0 + }, + "n02096585": { + "class_id": 113, + "words": [ + "Boston bull", + "Boston terrier" + ], + "gloss": "small pug-faced American terrier breed having a smooth brindle or black coat with white markings", + "val_images": 0 + }, + "n02107574": { + "class_id": 114, + "words": [ + "Greater Swiss Mountain dog" + ], + "gloss": "the largest of the four Swiss breeds", + "val_images": 0 + }, + "n02107908": { + "class_id": 115, + "words": [ + "Appenzeller" + ], + "gloss": "a smaller of the four Swiss breeds", + "val_images": 0 + }, + "n02086240": { + "class_id": 116, + "words": [ + "Shih-Tzu" + ], + "gloss": "a Chinese breed of small dog similar to a Pekingese", + "val_images": 0 + }, + "n02102973": { + "class_id": 117, + "words": [ + "Irish water spaniel" + ], + "gloss": "breed of large spaniels developed in Ireland having a heavy coat of liver-colored curls and a topknot of long curls and a nearly hairless tail", + "val_images": 0 + }, + "n02112018": { + "class_id": 118, + "words": [ + "Pomeranian" + ], + "gloss": "breed of very small compact long-haired dogs of the spitz type", + "val_images": 0 + }, + "n02093647": { + "class_id": 119, + "words": [ + "Bedlington terrier" + ], + "gloss": "a light terrier groomed to resemble a lamb", + "val_images": 0 + }, + "n02397096": { + "class_id": 120, + "words": [ + "warthog" + ], + "gloss": "African wild swine with warty protuberances on the face and large protruding tusks", + "val_images": 0 + }, + "n02437312": { + "class_id": 121, + "words": [ + "Arabian camel", + "dromedary", + "Camelus dromedarius" + ], + "gloss": "one-humped camel of the hot deserts of northern Africa and southwestern Asia", + "val_images": 0 + }, + "n02483708": { + "class_id": 122, + "words": [ + "siamang", + "Hylobates syndactylus", + "Symphalangus syndactylus" + ], + "gloss": "large black gibbon of Sumatra having the 2nd and 3rd toes partially united by a web", + "val_images": 0 + }, + "n02097047": { + "class_id": 123, + "words": [ + "miniature schnauzer" + ], + "gloss": "a small schnauzer", + "val_images": 0 + }, + "n02106030": { + "class_id": 124, + "words": [ + "collie" + ], + "gloss": "a silky-coated sheepdog with a long ruff and long narrow head developed in Scotland", + "val_images": 0 + }, + "n02099601": { + "class_id": 125, + "words": [ + "golden retriever" + ], + "gloss": "an English breed having a long silky golden coat", + "val_images": 0 + }, + "n02093991": { + "class_id": 126, + "words": [ + "Irish terrier" + ], + "gloss": "medium-sized breed with a wiry brown coat; developed in Ireland", + "val_images": 0 + }, + "n02110627": { + "class_id": 127, + "words": [ + "affenpinscher", + "monkey pinscher", + "monkey dog" + ], + "gloss": "European breed of small dog resembling a terrier with dark wiry hair and a tufted muzzle", + "val_images": 0 + }, + "n02106166": { + "class_id": 128, + "words": [ + "Border collie" + ], + "gloss": "developed in the area between Scotland and England usually having a black coat with white on the head and tip of tail used for herding both sheep and cattle", + "val_images": 0 + }, + "n02326432": { + "class_id": 129, + "words": [ + "hare" + ], + "gloss": "swift timid long-eared mammal larger than a rabbit having a divided upper lip and long hind legs; young born furred and with open eyes", + "val_images": 0 + }, + "n02108089": { + "class_id": 130, + "words": [ + "boxer" + ], + "gloss": "a breed of stocky medium-sized short-haired dog with a brindled coat and square-jawed muzzle developed in Germany", + "val_images": 0 + }, + "n02097658": { + "class_id": 131, + "words": [ + "silky terrier", + "Sydney silky" + ], + "gloss": "Australian breed of toy dogs having a silky blue coat", + "val_images": 0 + }, + "n02088364": { + "class_id": 132, + "words": [ + "beagle" + ], + "gloss": "a small short-legged smooth-coated breed of hound", + "val_images": 0 + }, + "n02111129": { + "class_id": 133, + "words": [ + "Leonberg" + ], + "gloss": "a large dog (usually with a golden coat) produced by crossing a St Bernard and a Newfoundland", + "val_images": 0 + }, + "n02100236": { + "class_id": 134, + "words": [ + "German short-haired pointer" + ], + "gloss": "liver or liver-and-white hunting dog developed in Germany; 3/4 pointer and 1/4 bloodhound", + "val_images": 0 + }, + "n02486261": { + "class_id": 135, + "words": [ + "patas", + "hussar monkey", + "Erythrocebus patas" + ], + "gloss": "reddish long-tailed monkey of west Africa", + "val_images": 0 + }, + "n02115913": { + "class_id": 136, + "words": [ + "dhole", + "Cuon alpinus" + ], + "gloss": "fierce wild dog of the forests of central and southeast Asia that hunts in packs", + "val_images": 0 + }, + "n02486410": { + "class_id": 137, + "words": [ + "baboon" + ], + "gloss": "large terrestrial monkeys having doglike muzzles", + "val_images": 0 + }, + "n02487347": { + "class_id": 138, + "words": [ + "macaque" + ], + "gloss": "short-tailed monkey of rocky regions of Asia and Africa", + "val_images": 0 + }, + "n02099849": { + "class_id": 139, + "words": [ + "Chesapeake Bay retriever" + ], + "gloss": "American breed having a short thick oily coat ranging from brown to light tan", + "val_images": 0 + }, + "n02108422": { + "class_id": 140, + "words": [ + "bull mastiff" + ], + "gloss": "large powerful breed developed by crossing the bulldog and the mastiff", + "val_images": 0 + }, + "n02104029": { + "class_id": 141, + "words": [ + "kuvasz" + ], + "gloss": "long-established Hungarian breed of tall light-footed but sturdy white dog; used also as a hunting dog", + "val_images": 0 + }, + "n02492035": { + "class_id": 142, + "words": [ + "capuchin", + "ringtail", + "Cebus capucinus" + ], + "gloss": "monkey of Central America and South America having thick hair on the head that resembles a monk's cowl", + "val_images": 0 + }, + "n02110958": { + "class_id": 143, + "words": [ + "pug", + "pug-dog" + ], + "gloss": "small compact smooth-coated breed of Asiatic origin having a tightly curled tail and broad flat wrinkled muzzle", + "val_images": 0 + }, + "n02099429": { + "class_id": 144, + "words": [ + "curly-coated retriever" + ], + "gloss": "an English breed having a tightly curled black or liver-colored coat; retrieves game from land or water", + "val_images": 0 + }, + "n02094258": { + "class_id": 145, + "words": [ + "Norwich terrier" + ], + "gloss": "English breed of small short-legged terrier with a straight wiry red or grey or black-and-tan coat and erect ears", + "val_images": 0 + }, + "n02099267": { + "class_id": 146, + "words": [ + "flat-coated retriever" + ], + "gloss": "an English breed having a shiny black or liver-colored coat; retrieves game from land or water", + "val_images": 0 + }, + "n02395406": { + "class_id": 147, + "words": [ + "hog", + "pig", + "grunter", + "squealer", + "Sus scrofa" + ], + "gloss": "domestic swine", + "val_images": 0 + }, + "n02112350": { + "class_id": 148, + "words": [ + "keeshond" + ], + "gloss": "a spitz-like dog having a shaggy greyish coat and tightly curled tail originating in Holland", + "val_images": 0 + }, + "n02109961": { + "class_id": 149, + "words": [ + "Eskimo dog", + "husky" + ], + "gloss": "breed of heavy-coated Arctic sled dog", + "val_images": 0 + }, + "n02101388": { + "class_id": 150, + "words": [ + "Brittany spaniel" + ], + "gloss": "tall active short-tailed French breed of bird dog having a usually smooth orange- or liver-and-white coat", + "val_images": 0 + }, + "n02113799": { + "class_id": 151, + "words": [ + "standard poodle" + ], + "gloss": "a breed or medium-sized poodles", + "val_images": 0 + }, + "n02095570": { + "class_id": 152, + "words": [ + "Lakeland terrier" + ], + "gloss": "breed of wire-haired terrier originally from the Lake District of England and used for hunting", + "val_images": 0 + }, + "n02128757": { + "class_id": 153, + "words": [ + "snow leopard", + "ounce", + "Panthera uncia" + ], + "gloss": "large feline of upland central Asia having long thick whitish fur", + "val_images": 0 + }, + "n02101006": { + "class_id": 154, + "words": [ + "Gordon setter" + ], + "gloss": "a Scottish breed with a black-and-tan coat", + "val_images": 0 + }, + "n02115641": { + "class_id": 155, + "words": [ + "dingo", + "warrigal", + "warragal", + "Canis dingo" + ], + "gloss": "wolflike yellowish-brown wild dog of Australia", + "val_images": 0 + }, + "n02097209": { + "class_id": 156, + "words": [ + "standard schnauzer" + ], + "gloss": "a medium-sized schnauzer", + "val_images": 0 + }, + "n02342885": { + "class_id": 157, + "words": [ + "hamster" + ], + "gloss": "short-tailed Old World burrowing rodent with large cheek pouches", + "val_images": 0 + }, + "n02097474": { + "class_id": 158, + "words": [ + "Tibetan terrier", + "chrysanthemum dog" + ], + "gloss": "breed of medium-sized terriers bred in Tibet resembling Old English sheepdogs with fluffy curled tails", + "val_images": 0 + }, + "n02120079": { + "class_id": 159, + "words": [ + "Arctic fox", + "white fox", + "Alopex lagopus" + ], + "gloss": "thickly-furred fox of Arctic regions; brownish in summer and white in winter", + "val_images": 0 + }, + "n02095314": { + "class_id": 160, + "words": [ + "wire-haired fox terrier" + ], + "gloss": "a fox terrier with wiry hair", + "val_images": 0 + }, + "n02088238": { + "class_id": 161, + "words": [ + "basset", + "basset hound" + ], + "gloss": "smooth-haired breed of hound with short legs and long ears", + "val_images": 0 + }, + "n02408429": { + "class_id": 162, + "words": [ + "water buffalo", + "water ox", + "Asiatic buffalo", + "Bubalus bubalis" + ], + "gloss": "an Asian buffalo that is often domesticated for use as a draft animal", + "val_images": 0 + }, + "n02133161": { + "class_id": 163, + "words": [ + "American black bear", + "black bear", + "Ursus americanus", + "Euarctos americanus" + ], + "gloss": "brown to black North American bear; smaller and less ferocious than the brown bear", + "val_images": 0 + }, + "n02328150": { + "class_id": 164, + "words": [ + "Angora", + "Angora rabbit" + ], + "gloss": "domestic breed of rabbit with long white silky hair", + "val_images": 0 + }, + "n02410509": { + "class_id": 165, + "words": [ + "bison" + ], + "gloss": "any of several large humped bovids having shaggy manes and large heads and short horns", + "val_images": 0 + }, + "n02492660": { + "class_id": 166, + "words": [ + "howler monkey", + "howler" + ], + "gloss": "monkey of tropical South American forests having a loud howling cry", + "val_images": 0 + }, + "n02398521": { + "class_id": 167, + "words": [ + "hippopotamus", + "hippo", + "river horse", + "Hippopotamus amphibius" + ], + "gloss": "massive thick-skinned herbivorous animal living in or around rivers of tropical Africa", + "val_images": 0 + }, + "n02112137": { + "class_id": 168, + "words": [ + "chow", + "chow chow" + ], + "gloss": "breed of medium-sized dogs with a thick coat and fluffy curled tails and distinctive blue-black tongues; believed to have originated in northern China", + "val_images": 0 + }, + "n02510455": { + "class_id": 169, + "words": [ + "giant panda", + "panda", + "panda bear", + "coon bear", + "Ailuropoda melanoleuca" + ], + "gloss": "large black-and-white herbivorous mammal of bamboo forests of China and Tibet; in some classifications considered a member of the bear family or of a separate family Ailuropodidae", + "val_images": 0 + }, + "n02093428": { + "class_id": 170, + "words": [ + "American Staffordshire terrier", + "Staffordshire terrier", + "American pit bull terrier", + "pit bull terrier" + ], + "gloss": "American breed of muscular terriers with a short close-lying stiff coat", + "val_images": 0 + }, + "n02105855": { + "class_id": 171, + "words": [ + "Shetland sheepdog", + "Shetland sheep dog", + "Shetland" + ], + "gloss": "a small sheepdog resembling a collie that was developed in the Shetland Islands", + "val_images": 0 + }, + "n02111500": { + "class_id": 172, + "words": [ + "Great Pyrenees" + ], + "gloss": "bred of large heavy-coated white dogs resembling the Newfoundland", + "val_images": 0 + }, + "n02085620": { + "class_id": 173, + "words": [ + "Chihuahua" + ], + "gloss": "an old breed of tiny short-haired dog with protruding eyes from Mexico held to antedate Aztec civilization", + "val_images": 0 + }, + "n02123045": { + "class_id": 174, + "words": [ + "tabby", + "tabby cat" + ], + "gloss": "a cat with a grey or tawny coat mottled with black", + "val_images": 0 + }, + "n02490219": { + "class_id": 175, + "words": [ + "marmoset" + ], + "gloss": "small soft-furred South American and Central American monkey with claws instead of nails", + "val_images": 0 + }, + "n02099712": { + "class_id": 176, + "words": [ + "Labrador retriever" + ], + "gloss": "breed originally from Labrador having a short black or golden-brown coat", + "val_images": 0 + }, + "n02109525": { + "class_id": 177, + "words": [ + "Saint Bernard", + "St Bernard" + ], + "gloss": "a Swiss alpine breed of large powerful dog with a thick coat of hair used as a rescue dog", + "val_images": 0 + }, + "n02454379": { + "class_id": 178, + "words": [ + "armadillo" + ], + "gloss": "burrowing chiefly nocturnal mammal with body covered with strong horny plates", + "val_images": 0 + }, + "n02111889": { + "class_id": 179, + "words": [ + "Samoyed", + "Samoyede" + ], + "gloss": "Siberian breed of white or cream-colored dog of the spitz family", + "val_images": 0 + }, + "n02088632": { + "class_id": 180, + "words": [ + "bluetick" + ], + "gloss": "a very fast American hound; white mottled with bluish grey", + "val_images": 0 + }, + "n02090379": { + "class_id": 181, + "words": [ + "redbone" + ], + "gloss": "a speedy red or red-and-tan American hound", + "val_images": 0 + }, + "n02443114": { + "class_id": 182, + "words": [ + "polecat", + "fitch", + "foulmart", + "foumart", + "Mustela putorius" + ], + "gloss": "dark brown mustelid of woodlands of Eurasia that gives off an unpleasant odor when threatened", + "val_images": 0 + }, + "n02361337": { + "class_id": 183, + "words": [ + "marmot" + ], + "gloss": "stocky coarse-furred burrowing rodent with a short bushy tail found throughout the northern hemisphere; hibernates in winter", + "val_images": 0 + }, + "n02105412": { + "class_id": 184, + "words": [ + "kelpie" + ], + "gloss": "an Australian sheepdog with pointed ears", + "val_images": 0 + }, + "n02483362": { + "class_id": 185, + "words": [ + "gibbon", + "Hylobates lar" + ], + "gloss": "smallest and most perfectly anthropoid arboreal ape having long arms and no tail; of southern Asia and East Indies", + "val_images": 0 + }, + "n02437616": { + "class_id": 186, + "words": [ + "llama" + ], + "gloss": "wild or domesticated South American cud-chewing animal related to camels but smaller and lacking a hump", + "val_images": 0 + }, + "n02107312": { + "class_id": 187, + "words": [ + "miniature pinscher" + ], + "gloss": "small German version of a Doberman pinscher", + "val_images": 0 + }, + "n02325366": { + "class_id": 188, + "words": [ + "wood rabbit", + "cottontail", + "cottontail rabbit" + ], + "gloss": "common small rabbit of North America having greyish or brownish fur and a tail with a white underside; a host for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)", + "val_images": 0 + }, + "n02091032": { + "class_id": 189, + "words": [ + "Italian greyhound" + ], + "gloss": "a toy dog developed from the greyhound", + "val_images": 0 + }, + "n02129165": { + "class_id": 190, + "words": [ + "lion", + "king of beasts", + "Panthera leo" + ], + "gloss": "large gregarious predatory feline of Africa and India having a tawny coat with a shaggy mane in the male", + "val_images": 0 + }, + "n02102318": { + "class_id": 191, + "words": [ + "cocker spaniel", + "English cocker spaniel", + "cocker" + ], + "gloss": "a small breed with wavy silky hair; originally developed in England", + "val_images": 0 + }, + "n02100877": { + "class_id": 192, + "words": [ + "Irish setter", + "red setter" + ], + "gloss": "an Irish breed with a chestnut-brown or mahogany-red coat", + "val_images": 0 + }, + "n02074367": { + "class_id": 193, + "words": [ + "dugong", + "Dugong dugon" + ], + "gloss": "sirenian tusked mammal found from eastern Africa to Australia; the flat tail is bilobate", + "val_images": 0 + }, + "n02504013": { + "class_id": 194, + "words": [ + "Indian elephant", + "Elephas maximus" + ], + "gloss": "Asian elephant having smaller ears and tusks primarily in the male", + "val_images": 0 + }, + "n02363005": { + "class_id": 195, + "words": [ + "beaver" + ], + "gloss": "large semiaquatic rodent with webbed hind feet and a broad flat tail; construct complex dams and underwater lodges", + "val_images": 0 + }, + "n02102480": { + "class_id": 196, + "words": [ + "Sussex spaniel" + ], + "gloss": "an English breed with short legs and a golden liver-colored coat", + "val_images": 0 + }, + "n02113023": { + "class_id": 197, + "words": [ + "Pembroke", + "Pembroke Welsh corgi" + ], + "gloss": "the smaller and straight-legged variety of corgi having pointed ears and a short tail", + "val_images": 0 + }, + "n02086646": { + "class_id": 198, + "words": [ + "Blenheim spaniel" + ], + "gloss": "red-and-white variety of English toy spaniel", + "val_images": 0 + }, + "n02497673": { + "class_id": 199, + "words": [ + "Madagascar cat", + "ring-tailed lemur", + "Lemur catta" + ], + "gloss": "small lemur having its tail barred with black", + "val_images": 0 + }, + "n02087394": { + "class_id": 200, + "words": [ + "Rhodesian ridgeback" + ], + "gloss": "a powerful short-haired African hunting dog having a crest of reversed hair along the spine", + "val_images": 0 + }, + "n02127052": { + "class_id": 201, + "words": [ + "lynx", + "catamount" + ], + "gloss": "short-tailed wildcats with usually tufted ears; valued for their fur", + "val_images": 0 + }, + "n02116738": { + "class_id": 202, + "words": [ + "African hunting dog", + "hyena dog", + "Cape hunting dog", + "Lycaon pictus" + ], + "gloss": "a powerful doglike mammal of southern and eastern Africa that hunts in large packs; now rare in settled area", + "val_images": 0 + }, + "n02488291": { + "class_id": 203, + "words": [ + "langur" + ], + "gloss": "slender long-tailed monkey of Asia", + "val_images": 0 + }, + "n02091244": { + "class_id": 204, + "words": [ + "Ibizan hound", + "Ibizan Podenco" + ], + "gloss": "breed of slender agile medium-sized hound found chiefly in the Balearic Islands; said to have been bred originally by the Pharaohs of ancient Egypt", + "val_images": 0 + }, + "n02114367": { + "class_id": 205, + "words": [ + "timber wolf", + "grey wolf", + "gray wolf", + "Canis lupus" + ], + "gloss": "a wolf with a brindled grey coat living in forested northern regions of North America", + "val_images": 0 + }, + "n02130308": { + "class_id": 206, + "words": [ + "cheetah", + "chetah", + "Acinonyx jubatus" + ], + "gloss": "long-legged spotted cat of Africa and southwestern Asia having nonretractile claws; the swiftest mammal; can be trained to run down game", + "val_images": 0 + }, + "n02089973": { + "class_id": 207, + "words": [ + "English foxhound" + ], + "gloss": "an English breed slightly larger than the American foxhounds originally used to hunt in packs", + "val_images": 0 + }, + "n02105251": { + "class_id": 208, + "words": [ + "briard" + ], + "gloss": "old French breed of large strong usually black dogs having a long tail and long wavy and slightly stiff coat", + "val_images": 0 + }, + "n02134418": { + "class_id": 209, + "words": [ + "sloth bear", + "Melursus ursinus", + "Ursus ursinus" + ], + "gloss": "common coarse-haired long-snouted bear of south-central Asia", + "val_images": 0 + }, + "n02093754": { + "class_id": 210, + "words": [ + "Border terrier" + ], + "gloss": "small rough-coated terrier of British origin", + "val_images": 0 + }, + "n02106662": { + "class_id": 211, + "words": [ + "German shepherd", + "German shepherd dog", + "German police dog", + "alsatian" + ], + "gloss": "breed of large shepherd dogs used in police work and as a guide for the blind", + "val_images": 0 + }, + "n02444819": { + "class_id": 212, + "words": [ + "otter" + ], + "gloss": "freshwater carnivorous mammal having webbed and clawed feet and dark brown fur", + "val_images": 0 + }, + "n01882714": { + "class_id": 213, + "words": [ + "koala", + "koala bear", + "kangaroo bear", + "native bear", + "Phascolarctos cinereus" + ], + "gloss": "sluggish tailless Australian arboreal marsupial with grey furry ears and coat; feeds on eucalyptus leaves and bark", + "val_images": 0 + }, + "n01871265": { + "class_id": 214, + "words": [ + "tusker" + ], + "gloss": "any mammal with prominent tusks (especially an elephant or wild boar)", + "val_images": 0 + }, + "n01872401": { + "class_id": 215, + "words": [ + "echidna", + "spiny anteater", + "anteater" + ], + "gloss": "a burrowing monotreme mammal covered with spines and having a long snout and claws for hunting ants and termites; native to Australia", + "val_images": 0 + }, + "n01877812": { + "class_id": 216, + "words": [ + "wallaby", + "brush kangaroo" + ], + "gloss": "any of various small or medium-sized kangaroos; often brightly colored", + "val_images": 0 + }, + "n01873310": { + "class_id": 217, + "words": [ + "platypus", + "duckbill", + "duckbilled platypus", + "duck-billed platypus", + "Ornithorhynchus anatinus" + ], + "gloss": "small densely furred aquatic monotreme of Australia and Tasmania having a broad bill and tail and webbed feet; only species in the family Ornithorhynchidae", + "val_images": 0 + }, + "n01883070": { + "class_id": 218, + "words": [ + "wombat" + ], + "gloss": "burrowing herbivorous Australian marsupials about the size of a badger", + "val_images": 0 + }, + "n04086273": { + "class_id": 219, + "words": [ + "revolver", + "six-gun", + "six-shooter" + ], + "gloss": "a pistol with a revolving cylinder (usually having six chambers for bullets)", + "val_images": 0 + }, + "n04507155": { + "class_id": 220, + "words": [ + "umbrella" + ], + "gloss": "a lightweight handheld collapsible canopy", + "val_images": 0 + }, + "n04147183": { + "class_id": 221, + "words": [ + "schooner" + ], + "gloss": "sailing vessel used in former times", + "val_images": 0 + }, + "n04254680": { + "class_id": 222, + "words": [ + "soccer ball" + ], + "gloss": "an inflated ball used in playing soccer", + "val_images": 0 + }, + "n02672831": { + "class_id": 223, + "words": [ + "accordion", + "piano accordion", + "squeeze box" + ], + "gloss": "a portable box-shaped free-reed instrument; the reeds are made to vibrate by air from the bellows controlled by the player", + "val_images": 0 + }, + "n02219486": { + "class_id": 224, + "words": [ + "ant", + "emmet", + "pismire" + ], + "gloss": "social insect living in organized colonies; characteristically the males and fertile queen have wings during breeding season; wingless sterile females are the workers", + "val_images": 0 + }, + "n02317335": { + "class_id": 225, + "words": [ + "starfish", + "sea star" + ], + "gloss": "echinoderms characterized by five arms extending from a central disk", + "val_images": 0 + }, + "n01968897": { + "class_id": 226, + "words": [ + "chambered nautilus", + "pearly nautilus", + "nautilus" + ], + "gloss": "cephalopod of the Indian and Pacific oceans having a spiral shell with pale pearly partitions", + "val_images": 0 + }, + "n03452741": { + "class_id": 227, + "words": [ + "grand piano", + "grand" + ], + "gloss": "a piano with the strings on a horizontal harp-shaped frame; usually supported by three legs", + "val_images": 0 + }, + "n03642806": { + "class_id": 228, + "words": [ + "laptop", + "laptop computer" + ], + "gloss": "a portable computer small enough to use in your lap", + "val_images": 0 + }, + "n07745940": { + "class_id": 229, + "words": [ + "strawberry" + ], + "gloss": "sweet fleshy red fruit", + "val_images": 0 + }, + "n02690373": { + "class_id": 230, + "words": [ + "airliner" + ], + "gloss": "a commercial airplane that carries passengers", + "val_images": 0 + }, + "n04552348": { + "class_id": 231, + "words": [ + "warplane", + "military plane" + ], + "gloss": "an aircraft designed and used for combat", + "val_images": 0 + }, + "n02692877": { + "class_id": 232, + "words": [ + "airship", + "dirigible" + ], + "gloss": "a steerable self-propelled aircraft", + "val_images": 0 + }, + "n02782093": { + "class_id": 233, + "words": [ + "balloon" + ], + "gloss": "large tough nonrigid bag filled with gas or heated air", + "val_images": 0 + }, + "n04266014": { + "class_id": 234, + "words": [ + "space shuttle" + ], + "gloss": "a reusable spacecraft with wings for a controlled descent through the Earth's atmosphere", + "val_images": 0 + }, + "n03344393": { + "class_id": 235, + "words": [ + "fireboat" + ], + "gloss": "a boat equipped to fight fires on ships or along a waterfront", + "val_images": 0 + }, + "n03447447": { + "class_id": 236, + "words": [ + "gondola" + ], + "gloss": "long narrow flat-bottomed boat propelled by sculling; traditionally used on canals of Venice", + "val_images": 0 + }, + "n04273569": { + "class_id": 237, + "words": [ + "speedboat" + ], + "gloss": "a fast motorboat", + "val_images": 0 + }, + "n03662601": { + "class_id": 238, + "words": [ + "lifeboat" + ], + "gloss": "a strong sea boat designed to rescue people from a sinking ship", + "val_images": 0 + }, + "n02951358": { + "class_id": 239, + "words": [ + "canoe" + ], + "gloss": "small and light boat; pointed at both ends; propelled with a paddle", + "val_images": 0 + }, + "n04612504": { + "class_id": 240, + "words": [ + "yawl" + ], + "gloss": "a ship's small boat (usually rowed by 4 or 6 oars)", + "val_images": 0 + }, + "n02981792": { + "class_id": 241, + "words": [ + "catamaran" + ], + "gloss": "a sailboat with two parallel hulls held together by single deck", + "val_images": 0 + }, + "n04483307": { + "class_id": 242, + "words": [ + "trimaran" + ], + "gloss": "a fast sailboat with 3 parallel hulls", + "val_images": 0 + }, + "n03095699": { + "class_id": 243, + "words": [ + "container ship", + "containership", + "container vessel" + ], + "gloss": "a cargo ship designed to hold containerized cargoes; \"the weight of the documentation of all the consignments on board a contemporary container ship can exceed 90 pounds\"", + "val_images": 0 + }, + "n03673027": { + "class_id": 244, + "words": [ + "liner", + "ocean liner" + ], + "gloss": "a large commercial ship (especially one that carries passengers on a regular schedule)", + "val_images": 0 + }, + "n03947888": { + "class_id": 245, + "words": [ + "pirate", + "pirate ship" + ], + "gloss": "a ship that is manned by pirates", + "val_images": 0 + }, + "n02687172": { + "class_id": 246, + "words": [ + "aircraft carrier", + "carrier", + "flattop", + "attack aircraft carrier" + ], + "gloss": "a large warship that carries planes and has a long flat deck for takeoffs and landings", + "val_images": 0 + }, + "n04347754": { + "class_id": 247, + "words": [ + "submarine", + "pigboat", + "sub", + "U-boat" + ], + "gloss": "a submersible warship usually armed with torpedoes", + "val_images": 0 + }, + "n04606251": { + "class_id": 248, + "words": [ + "wreck" + ], + "gloss": "a ship that has been destroyed at sea", + "val_images": 0 + }, + "n03478589": { + "class_id": 249, + "words": [ + "half track" + ], + "gloss": "a motor vehicle propelled by half tracks; frequently used by the military", + "val_images": 0 + }, + "n04389033": { + "class_id": 250, + "words": [ + "tank", + "army tank", + "armored combat vehicle", + "armoured combat vehicle" + ], + "gloss": "an enclosed armored military vehicle; has a cannon and moves on caterpillar treads", + "val_images": 0 + }, + "n03773504": { + "class_id": 251, + "words": [ + "missile" + ], + "gloss": "a rocket carrying a warhead of conventional or nuclear explosives; may be ballistic or directed by remote control", + "val_images": 0 + }, + "n02860847": { + "class_id": 252, + "words": [ + "bobsled", + "bobsleigh", + "bob" + ], + "gloss": "a long racing sled (for 2 or more people) with a steering mechanism", + "val_images": 0 + }, + "n03218198": { + "class_id": 253, + "words": [ + "dogsled", + "dog sled", + "dog sleigh" + ], + "gloss": "a sled pulled by dogs", + "val_images": 0 + }, + "n02835271": { + "class_id": 254, + "words": [ + "bicycle-built-for-two", + "tandem bicycle", + "tandem" + ], + "gloss": "a bicycle with two sets of pedals and two seats", + "val_images": 0 + }, + "n03792782": { + "class_id": 255, + "words": [ + "mountain bike", + "all-terrain bike", + "off-roader" + ], + "gloss": "a bicycle with a sturdy frame and fat tires; originally designed for riding in mountainous country", + "val_images": 0 + }, + "n03393912": { + "class_id": 256, + "words": [ + "freight car" + ], + "gloss": "a railway car that carries freight", + "val_images": 0 + }, + "n03895866": { + "class_id": 257, + "words": [ + "passenger car", + "coach", + "carriage" + ], + "gloss": "a railcar where passengers ride", + "val_images": 0 + }, + "n02797295": { + "class_id": 258, + "words": [ + "barrow", + "garden cart", + "lawn cart", + "wheelbarrow" + ], + "gloss": "a cart for carrying small loads; has handles and one or more wheels", + "val_images": 0 + }, + "n04204347": { + "class_id": 259, + "words": [ + "shopping cart" + ], + "gloss": "a handcart that holds groceries or other goods while shopping", + "val_images": 0 + }, + "n03791053": { + "class_id": 260, + "words": [ + "motor scooter", + "scooter" + ], + "gloss": "a wheeled vehicle with small wheels and a low-powered gasoline engine geared to the rear wheel", + "val_images": 0 + }, + "n03384352": { + "class_id": 261, + "words": [ + "forklift" + ], + "gloss": "a small industrial vehicle with a power operated forked platform in front that can be inserted under loads to lift and move them", + "val_images": 0 + }, + "n03272562": { + "class_id": 262, + "words": [ + "electric locomotive" + ], + "gloss": "a locomotive that is powered by an electric motor", + "val_images": 0 + }, + "n04310018": { + "class_id": 263, + "words": [ + "steam locomotive" + ], + "gloss": "a locomotive powered by a steam engine", + "val_images": 0 + }, + "n02704792": { + "class_id": 264, + "words": [ + "amphibian", + "amphibious vehicle" + ], + "gloss": "a flat-bottomed motor vehicle that can travel on land or water", + "val_images": 0 + }, + "n02701002": { + "class_id": 265, + "words": [ + "ambulance" + ], + "gloss": "a vehicle that takes people to and from hospitals", + "val_images": 0 + }, + "n02814533": { + "class_id": 266, + "words": [ + "beach wagon", + "station wagon", + "wagon", + "estate car", + "beach waggon", + "station waggon", + "waggon" + ], + "gloss": "a car that has a long body and rear door with space behind rear seat", + "val_images": 0 + }, + "n02930766": { + "class_id": 267, + "words": [ + "cab", + "hack", + "taxi", + "taxicab" + ], + "gloss": "a car driven by a person whose job is to take passengers where they want to go in exchange for money", + "val_images": 0 + }, + "n03100240": { + "class_id": 268, + "words": [ + "convertible" + ], + "gloss": "a car that has top that can be folded or removed", + "val_images": 0 + }, + "n03594945": { + "class_id": 269, + "words": [ + "jeep", + "landrover" + ], + "gloss": "a car suitable for traveling over rough terrain", + "val_images": 0 + }, + "n03670208": { + "class_id": 270, + "words": [ + "limousine", + "limo" + ], + "gloss": "large luxurious car; usually driven by a chauffeur", + "val_images": 0 + }, + "n03770679": { + "class_id": 271, + "words": [ + "minivan" + ], + "gloss": "a small box-shaped passenger van; usually has removable seats; used as a family car", + "val_images": 0 + }, + "n03777568": { + "class_id": 272, + "words": [ + "Model T" + ], + "gloss": "the first widely available automobile powered by a gasoline engine; mass-produced by Henry Ford from 1908 to 1927", + "val_images": 0 + }, + "n04037443": { + "class_id": 273, + "words": [ + "racer", + "race car", + "racing car" + ], + "gloss": "a fast car that competes in races", + "val_images": 0 + }, + "n04285008": { + "class_id": 274, + "words": [ + "sports car", + "sport car" + ], + "gloss": "a small low car with a high-powered engine; usually seats two persons", + "val_images": 0 + }, + "n03444034": { + "class_id": 275, + "words": [ + "go-kart" + ], + "gloss": "a small low motor vehicle with four wheels and an open framework; used for racing", + "val_images": 0 + }, + "n03445924": { + "class_id": 276, + "words": [ + "golfcart", + "golf cart" + ], + "gloss": "a small motor vehicle in which golfers can ride between shots", + "val_images": 0 + }, + "n03785016": { + "class_id": 277, + "words": [ + "moped" + ], + "gloss": "a motorbike that can be pedaled or driven by a low-powered gasoline engine", + "val_images": 0 + }, + "n04252225": { + "class_id": 278, + "words": [ + "snowplow", + "snowplough" + ], + "gloss": "a vehicle used to push snow from roads", + "val_images": 0 + }, + "n03345487": { + "class_id": 279, + "words": [ + "fire engine", + "fire truck" + ], + "gloss": "any of various large trucks that carry firemen and equipment to the site of a fire", + "val_images": 0 + }, + "n03417042": { + "class_id": 280, + "words": [ + "garbage truck", + "dustcart" + ], + "gloss": "a truck for collecting domestic refuse; \"in Britain a garbage truck is called a dustcart\"", + "val_images": 0 + }, + "n03930630": { + "class_id": 281, + "words": [ + "pickup", + "pickup truck" + ], + "gloss": "a light truck with an open body and low sides and a tailboard", + "val_images": 0 + }, + "n04461696": { + "class_id": 282, + "words": [ + "tow truck", + "tow car", + "wrecker" + ], + "gloss": "a truck equipped to hoist and pull wrecked cars (or to remove cars from no-parking zones)", + "val_images": 0 + }, + "n04467665": { + "class_id": 283, + "words": [ + "trailer truck", + "tractor trailer", + "trucking rig", + "rig", + "articulated lorry", + "semi" + ], + "gloss": "a truck consisting of a tractor and trailer together", + "val_images": 0 + }, + "n03796401": { + "class_id": 284, + "words": [ + "moving van" + ], + "gloss": "a van used for moving home or office furniture", + "val_images": 0 + }, + "n03977966": { + "class_id": 285, + "words": [ + "police van", + "police wagon", + "paddy wagon", + "patrol wagon", + "wagon", + "black Maria" + ], + "gloss": "van used by police to transport prisoners", + "val_images": 0 + }, + "n04065272": { + "class_id": 286, + "words": [ + "recreational vehicle", + "RV", + "R.V." + ], + "gloss": "a motorized wheeled vehicle used for camping or other recreational activities", + "val_images": 0 + }, + "n04335435": { + "class_id": 287, + "words": [ + "streetcar", + "tram", + "tramcar", + "trolley", + "trolley car" + ], + "gloss": "a wheeled vehicle that runs on rails and is propelled by electricity", + "val_images": 0 + }, + "n04252077": { + "class_id": 288, + "words": [ + "snowmobile" + ], + "gloss": "tracked vehicle for travel on snow having skis in front", + "val_images": 0 + }, + "n04465501": { + "class_id": 289, + "words": [ + "tractor" + ], + "gloss": "a wheeled vehicle with large wheels; used in farming and other applications", + "val_images": 0 + }, + "n03776460": { + "class_id": 290, + "words": [ + "mobile home", + "manufactured home" + ], + "gloss": "a large house trailer that can be connected to utilities and can be parked in one place and used as permanent housing", + "val_images": 0 + }, + "n04482393": { + "class_id": 291, + "words": [ + "tricycle", + "trike", + "velocipede" + ], + "gloss": "a vehicle with three wheels that is moved by foot pedals", + "val_images": 0 + }, + "n04509417": { + "class_id": 292, + "words": [ + "unicycle", + "monocycle" + ], + "gloss": "a vehicle with a single wheel that is driven by pedals", + "val_images": 0 + }, + "n03538406": { + "class_id": 293, + "words": [ + "horse cart", + "horse-cart" + ], + "gloss": "heavy cart; drawn by a horse; used for farm work", + "val_images": 0 + }, + "n03599486": { + "class_id": 294, + "words": [ + "jinrikisha", + "ricksha", + "rickshaw" + ], + "gloss": "a small two-wheeled cart for one passenger; pulled by one person", + "val_images": 0 + }, + "n03868242": { + "class_id": 295, + "words": [ + "oxcart" + ], + "gloss": "a cart that is drawn by an ox", + "val_images": 0 + }, + "n02804414": { + "class_id": 296, + "words": [ + "bassinet" + ], + "gloss": "a basket (usually hooded) used as a baby's bed", + "val_images": 0 + }, + "n03125729": { + "class_id": 297, + "words": [ + "cradle" + ], + "gloss": "a baby bed with sides and rockers", + "val_images": 0 + }, + "n03131574": { + "class_id": 298, + "words": [ + "crib", + "cot" + ], + "gloss": "baby bed with high sides made of slats", + "val_images": 0 + }, + "n03388549": { + "class_id": 299, + "words": [ + "four-poster" + ], + "gloss": "a bed with posts at the four corners that can be used to support a canopy or curtains", + "val_images": 0 + }, + "n02870880": { + "class_id": 300, + "words": [ + "bookcase" + ], + "gloss": "a piece of furniture with shelves for storing books", + "val_images": 0 + }, + "n03018349": { + "class_id": 301, + "words": [ + "china cabinet", + "china closet" + ], + "gloss": "a cabinet (usually with glass doors) for storing and displaying china", + "val_images": 0 + }, + "n03742115": { + "class_id": 302, + "words": [ + "medicine chest", + "medicine cabinet" + ], + "gloss": "cabinet that holds medicines and toiletries", + "val_images": 0 + }, + "n03016953": { + "class_id": 303, + "words": [ + "chiffonier", + "commode" + ], + "gloss": "a tall elegant chest of drawers", + "val_images": 0 + }, + "n04380533": { + "class_id": 304, + "words": [ + "table lamp" + ], + "gloss": "a lamp that sits on a table", + "val_images": 0 + }, + "n03337140": { + "class_id": 305, + "words": [ + "file", + "file cabinet", + "filing cabinet" + ], + "gloss": "office furniture consisting of a container for keeping papers in order", + "val_images": 0 + }, + "n03891251": { + "class_id": 306, + "words": [ + "park bench" + ], + "gloss": "a bench in a public park", + "val_images": 0 + }, + "n02791124": { + "class_id": 307, + "words": [ + "barber chair" + ], + "gloss": "a large fixed adjustable chair in which barbers seat their customers", + "val_images": 0 + }, + "n04429376": { + "class_id": 308, + "words": [ + "throne" + ], + "gloss": "the chair of state for a monarch, bishop, etc.; \"the king sat on his throne\"", + "val_images": 0 + }, + "n03376595": { + "class_id": 309, + "words": [ + "folding chair" + ], + "gloss": "a chair that can be folded flat for storage", + "val_images": 0 + }, + "n04099969": { + "class_id": 310, + "words": [ + "rocking chair", + "rocker" + ], + "gloss": "a chair mounted on rockers", + "val_images": 0 + }, + "n04344873": { + "class_id": 311, + "words": [ + "studio couch", + "day bed" + ], + "gloss": "convertible consisting of an upholstered couch that can be converted into a double bed", + "val_images": 0 + }, + "n04447861": { + "class_id": 312, + "words": [ + "toilet seat" + ], + "gloss": "the hinged seat on a toilet", + "val_images": 0 + }, + "n03179701": { + "class_id": 313, + "words": [ + "desk" + ], + "gloss": "a piece of furniture with a writing surface and usually drawers or other compartments", + "val_images": 0 + }, + "n03982430": { + "class_id": 314, + "words": [ + "pool table", + "billiard table", + "snooker table" + ], + "gloss": "game equipment consisting of a heavy table on which pool is played", + "val_images": 0 + }, + "n03201208": { + "class_id": 315, + "words": [ + "dining table", + "board" + ], + "gloss": "a table at which meals are served; \"he helped her clear the dining table\"; \"a feast was spread upon the board\"", + "val_images": 0 + }, + "n03290653": { + "class_id": 316, + "words": [ + "entertainment center" + ], + "gloss": "a wall unit containing sound and television systems", + "val_images": 0 + }, + "n04550184": { + "class_id": 317, + "words": [ + "wardrobe", + "closet", + "press" + ], + "gloss": "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes", + "val_images": 0 + }, + "n07742313": { + "class_id": 318, + "words": [ + "Granny Smith" + ], + "gloss": "apple with a green skin and hard tart flesh", + "val_images": 0 + }, + "n07747607": { + "class_id": 319, + "words": [ + "orange" + ], + "gloss": "round yellow to orange fruit of any of several citrus trees", + "val_images": 0 + }, + "n07749582": { + "class_id": 320, + "words": [ + "lemon" + ], + "gloss": "yellow oval fruit with juicy acidic flesh", + "val_images": 0 + }, + "n07753113": { + "class_id": 321, + "words": [ + "fig" + ], + "gloss": "fleshy sweet pear-shaped yellowish or purple multiple fruit eaten fresh or preserved or dried", + "val_images": 0 + }, + "n07753275": { + "class_id": 322, + "words": [ + "pineapple", + "ananas" + ], + "gloss": "large sweet fleshy tropical fruit with a terminal tuft of stiff leaves; widely cultivated", + "val_images": 0 + }, + "n07753592": { + "class_id": 323, + "words": [ + "banana" + ], + "gloss": "elongated crescent-shaped yellow fruit with soft sweet flesh", + "val_images": 0 + }, + "n07754684": { + "class_id": 324, + "words": [ + "jackfruit", + "jak", + "jack" + ], + "gloss": "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted", + "val_images": 0 + }, + "n07760859": { + "class_id": 325, + "words": [ + "custard apple" + ], + "gloss": "the fruit of any of several tropical American trees of the genus Annona having soft edible pulp", + "val_images": 0 + }, + "n07768694": { + "class_id": 326, + "words": [ + "pomegranate" + ], + "gloss": "large globular fruit having many seeds with juicy red pulp in a tough brownish-red rind", + "val_images": 0 + }, + "n12267677": { + "class_id": 327, + "words": [ + "acorn" + ], + "gloss": "fruit of the oak tree: a smooth thin-walled nut in a woody cup-shaped base", + "val_images": 0 + }, + "n12620546": { + "class_id": 328, + "words": [ + "hip", + "rose hip", + "rosehip" + ], + "gloss": "the fruit of a rose plant", + "val_images": 0 + }, + "n13133613": { + "class_id": 329, + "words": [ + "ear", + "spike", + "capitulum" + ], + "gloss": "fruiting spike of a cereal plant especially corn", + "val_images": 0 + }, + "n11879895": { + "class_id": 330, + "words": [ + "rapeseed" + ], + "gloss": "seed of rape plants; source of an edible oil", + "val_images": 0 + }, + "n12144580": { + "class_id": 331, + "words": [ + "corn" + ], + "gloss": "the dried grains or kernels or corn used as animal feed or ground for meal", + "val_images": 0 + }, + "n12768682": { + "class_id": 332, + "words": [ + "buckeye", + "horse chestnut", + "conker" + ], + "gloss": "the inedible nutlike seed of the horse chestnut", + "val_images": 0 + }, + "n03854065": { + "class_id": 333, + "words": [ + "organ", + "pipe organ" + ], + "gloss": "wind instrument whose sound is produced by means of pipes arranged in sets supplied with air from a bellows and controlled from a large complex musical keyboard", + "val_images": 0 + }, + "n04515003": { + "class_id": 334, + "words": [ + "upright", + "upright piano" + ], + "gloss": "a piano with a vertical sounding board", + "val_images": 0 + }, + "n03017168": { + "class_id": 335, + "words": [ + "chime", + "bell", + "gong" + ], + "gloss": "a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument", + "val_images": 0 + }, + "n03249569": { + "class_id": 336, + "words": [ + "drum", + "membranophone", + "tympan" + ], + "gloss": "a musical percussion instrument; usually consists of a hollow cylinder with a membrane stretched across each end", + "val_images": 0 + }, + "n03447721": { + "class_id": 337, + "words": [ + "gong", + "tam-tam" + ], + "gloss": "a percussion instrument consisting of a metal plate that is struck with a softheaded drumstick", + "val_images": 0 + }, + "n03720891": { + "class_id": 338, + "words": [ + "maraca" + ], + "gloss": "a percussion instrument consisting of a hollow gourd containing pebbles or beans; often played in pairs", + "val_images": 0 + }, + "n03721384": { + "class_id": 339, + "words": [ + "marimba", + "xylophone" + ], + "gloss": "a percussion instrument with wooden bars tuned to produce a chromatic scale and with resonators; played with small mallets", + "val_images": 0 + }, + "n04311174": { + "class_id": 340, + "words": [ + "steel drum" + ], + "gloss": "a concave percussion instrument made from the metal top of an oil drum; has an array of flattened areas that produce different tones when struck (of Caribbean origin)", + "val_images": 0 + }, + "n02787622": { + "class_id": 341, + "words": [ + "banjo" + ], + "gloss": "a stringed instrument of the guitar family that has long neck and circular body", + "val_images": 0 + }, + "n02992211": { + "class_id": 342, + "words": [ + "cello", + "violoncello" + ], + "gloss": "a large stringed instrument; seated player holds it upright while playing", + "val_images": 0 + }, + "n04536866": { + "class_id": 343, + "words": [ + "violin", + "fiddle" + ], + "gloss": "bowed stringed instrument that is the highest member of the violin family; this instrument has four strings and a hollow body and an unfretted fingerboard and is played with a bow", + "val_images": 0 + }, + "n03495258": { + "class_id": 344, + "words": [ + "harp" + ], + "gloss": "a chordophone that has a triangular frame consisting of a sounding board and a pillar and a curved neck; the strings stretched between the neck and the soundbox are plucked with the fingers", + "val_images": 0 + }, + "n02676566": { + "class_id": 345, + "words": [ + "acoustic guitar" + ], + "gloss": "sound is not amplified by electrical means", + "val_images": 0 + }, + "n03272010": { + "class_id": 346, + "words": [ + "electric guitar" + ], + "gloss": "a guitar whose sound is amplified by electrical means", + "val_images": 0 + }, + "n03110669": { + "class_id": 347, + "words": [ + "cornet", + "horn", + "trumpet", + "trump" + ], + "gloss": "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", + "val_images": 0 + }, + "n03394916": { + "class_id": 348, + "words": [ + "French horn", + "horn" + ], + "gloss": "a brass musical instrument consisting of a conical tube that is coiled into a spiral and played by means of valves", + "val_images": 0 + }, + "n04487394": { + "class_id": 349, + "words": [ + "trombone" + ], + "gloss": "a brass instrument consisting of a long tube whose length can be varied by a U-shaped slide", + "val_images": 0 + }, + "n03494278": { + "class_id": 350, + "words": [ + "harmonica", + "mouth organ", + "harp", + "mouth harp" + ], + "gloss": "a small rectangular free-reed instrument having a row of free reeds set back in air holes and played by blowing into the desired hole", + "val_images": 0 + }, + "n03840681": { + "class_id": 351, + "words": [ + "ocarina", + "sweet potato" + ], + "gloss": "egg-shaped terra cotta wind instrument with a mouthpiece and finger holes", + "val_images": 0 + }, + "n03884397": { + "class_id": 352, + "words": [ + "panpipe", + "pandean pipe", + "syrinx" + ], + "gloss": "a primitive wind instrument consisting of several parallel pipes bound together", + "val_images": 0 + }, + "n02804610": { + "class_id": 353, + "words": [ + "bassoon" + ], + "gloss": "a double-reed instrument; the tenor of the oboe family", + "val_images": 0 + }, + "n03838899": { + "class_id": 354, + "words": [ + "oboe", + "hautboy", + "hautbois" + ], + "gloss": "a slender double-reed instrument; a woodwind with a conical bore and a double-reed mouthpiece", + "val_images": 0 + }, + "n04141076": { + "class_id": 355, + "words": [ + "sax", + "saxophone" + ], + "gloss": "a single-reed woodwind with a conical bore", + "val_images": 0 + }, + "n03372029": { + "class_id": 356, + "words": [ + "flute", + "transverse flute" + ], + "gloss": "a high-pitched woodwind instrument; a slender tube closed at one end with finger holes on one end and an opening near the closed end across which the breath is blown", + "val_images": 0 + }, + "n11939491": { + "class_id": 357, + "words": [ + "daisy" + ], + "gloss": "any of numerous composite plants having flower heads with well-developed ray flowers usually arranged in a single whorl", + "val_images": 0 + }, + "n12057211": { + "class_id": 358, + "words": [ + "yellow lady's slipper", + "yellow lady-slipper", + "Cypripedium calceolus", + "Cypripedium parviflorum" + ], + "gloss": "maroon to purple-brown orchid with yellow lip; Europe, North America and Japan", + "val_images": 0 + }, + "n09246464": { + "class_id": 359, + "words": [ + "cliff", + "drop", + "drop-off" + ], + "gloss": "a steep high face of rock; \"he stood on a high cliff overlooking the town\"; \"a steep drop\"", + "val_images": 0 + }, + "n09468604": { + "class_id": 360, + "words": [ + "valley", + "vale" + ], + "gloss": "a long depression in the surface of the land that usually contains a river", + "val_images": 0 + }, + "n09193705": { + "class_id": 361, + "words": [ + "alp" + ], + "gloss": "any high mountain", + "val_images": 0 + }, + "n09472597": { + "class_id": 362, + "words": [ + "volcano" + ], + "gloss": "a mountain formed by volcanic material", + "val_images": 0 + }, + "n09399592": { + "class_id": 363, + "words": [ + "promontory", + "headland", + "head", + "foreland" + ], + "gloss": "a natural elevation (especially a rocky one that juts out into the sea)", + "val_images": 0 + }, + "n09421951": { + "class_id": 364, + "words": [ + "sandbar", + "sand bar" + ], + "gloss": "a bar of sand", + "val_images": 0 + }, + "n09256479": { + "class_id": 365, + "words": [ + "coral reef" + ], + "gloss": "a reef consisting of coral consolidated into limestone", + "val_images": 0 + }, + "n09332890": { + "class_id": 366, + "words": [ + "lakeside", + "lakeshore" + ], + "gloss": "the shore of a lake", + "val_images": 0 + }, + "n09428293": { + "class_id": 367, + "words": [ + "seashore", + "coast", + "seacoast", + "sea-coast" + ], + "gloss": "the shore of a sea or ocean", + "val_images": 0 + }, + "n09288635": { + "class_id": 368, + "words": [ + "geyser" + ], + "gloss": "a spring that discharges hot water and steam", + "val_images": 0 + }, + "n03498962": { + "class_id": 369, + "words": [ + "hatchet" + ], + "gloss": "a small ax with a short handle used with one hand (usually to chop wood)", + "val_images": 0 + }, + "n03041632": { + "class_id": 370, + "words": [ + "cleaver", + "meat cleaver", + "chopper" + ], + "gloss": "a butcher's knife having a large square blade", + "val_images": 0 + }, + "n03658185": { + "class_id": 371, + "words": [ + "letter opener", + "paper knife", + "paperknife" + ], + "gloss": "dull knife used to cut open the envelopes in which letters are mailed or to slit uncut pages of books", + "val_images": 0 + }, + "n03954731": { + "class_id": 372, + "words": [ + "plane", + "carpenter's plane", + "woodworking plane" + ], + "gloss": "a carpenter's hand tool with an adjustable blade for smoothing or shaping wood; \"the cabinetmaker used a plane for the finish work\"", + "val_images": 0 + }, + "n03995372": { + "class_id": 373, + "words": [ + "power drill" + ], + "gloss": "a power tool for drilling holes into hard materials", + "val_images": 0 + }, + "n03649909": { + "class_id": 374, + "words": [ + "lawn mower", + "mower" + ], + "gloss": "garden tool for mowing grass on lawns", + "val_images": 0 + }, + "n03481172": { + "class_id": 375, + "words": [ + "hammer" + ], + "gloss": "a hand tool with a heavy rigid head and a handle; used to deliver an impulsive force by striking", + "val_images": 0 + }, + "n03109150": { + "class_id": 376, + "words": [ + "corkscrew", + "bottle screw" + ], + "gloss": "a bottle opener that pulls corks", + "val_images": 0 + }, + "n02951585": { + "class_id": 377, + "words": [ + "can opener", + "tin opener" + ], + "gloss": "a device for cutting cans open", + "val_images": 0 + }, + "n03970156": { + "class_id": 378, + "words": [ + "plunger", + "plumber's helper" + ], + "gloss": "hand tool consisting of a stick with a rubber suction cup at one end; used to clean clogged drains", + "val_images": 0 + }, + "n04154565": { + "class_id": 379, + "words": [ + "screwdriver" + ], + "gloss": "a hand tool for driving screws; has a tip that fits into the head of a screw", + "val_images": 0 + }, + "n04208210": { + "class_id": 380, + "words": [ + "shovel" + ], + "gloss": "a hand tool for lifting loose material; consists of a curved container or scoop and a handle", + "val_images": 0 + }, + "n03967562": { + "class_id": 381, + "words": [ + "plow", + "plough" + ], + "gloss": "a farm tool having one or more heavy blades to break the soil and cut a furrow prior to sowing", + "val_images": 0 + }, + "n03000684": { + "class_id": 382, + "words": [ + "chain saw", + "chainsaw" + ], + "gloss": "portable power saw; teeth linked to form an endless chain", + "val_images": 0 + }, + "n01514668": { + "class_id": 383, + "words": [ + "cock" + ], + "gloss": "adult male bird", + "val_images": 0 + }, + "n01514859": { + "class_id": 384, + "words": [ + "hen" + ], + "gloss": "adult female bird", + "val_images": 0 + }, + "n01518878": { + "class_id": 385, + "words": [ + "ostrich", + "Struthio camelus" + ], + "gloss": "fast-running African flightless bird with two-toed feet; largest living bird", + "val_images": 0 + }, + "n01530575": { + "class_id": 386, + "words": [ + "brambling", + "Fringilla montifringilla" + ], + "gloss": "Eurasian finch", + "val_images": 0 + }, + "n01531178": { + "class_id": 387, + "words": [ + "goldfinch", + "Carduelis carduelis" + ], + "gloss": "small European finch having a crimson face and yellow-and-black wings", + "val_images": 0 + }, + "n01532829": { + "class_id": 388, + "words": [ + "house finch", + "linnet", + "Carpodacus mexicanus" + ], + "gloss": "small finch originally of the western United States and Mexico", + "val_images": 0 + }, + "n01534433": { + "class_id": 389, + "words": [ + "junco", + "snowbird" + ], + "gloss": "small North American finch seen chiefly in winter", + "val_images": 0 + }, + "n01537544": { + "class_id": 390, + "words": [ + "indigo bunting", + "indigo finch", + "indigo bird", + "Passerina cyanea" + ], + "gloss": "small deep blue North American bunting", + "val_images": 0 + }, + "n01558993": { + "class_id": 391, + "words": [ + "robin", + "American robin", + "Turdus migratorius" + ], + "gloss": "large American thrush having a rust-red breast and abdomen", + "val_images": 0 + }, + "n01560419": { + "class_id": 392, + "words": [ + "bulbul" + ], + "gloss": "nightingale spoken of in Persian poetry", + "val_images": 0 + }, + "n01580077": { + "class_id": 393, + "words": [ + "jay" + ], + "gloss": "crested largely blue bird", + "val_images": 0 + }, + "n01582220": { + "class_id": 394, + "words": [ + "magpie" + ], + "gloss": "long-tailed black-and-white crow that utters a raucous chattering call", + "val_images": 0 + }, + "n01592084": { + "class_id": 395, + "words": [ + "chickadee" + ], + "gloss": "any of various small grey-and-black songbirds of North America", + "val_images": 0 + }, + "n01601694": { + "class_id": 396, + "words": [ + "water ouzel", + "dipper" + ], + "gloss": "small stocky diving bird without webbed feet; frequents fast-flowing streams and feeds along the bottom", + "val_images": 0 + }, + "n01608432": { + "class_id": 397, + "words": [ + "kite" + ], + "gloss": "any of several small graceful hawks of the family Accipitridae having long pointed wings and feeding on insects and small animals", + "val_images": 0 + }, + "n01614925": { + "class_id": 398, + "words": [ + "bald eagle", + "American eagle", + "Haliaeetus leucocephalus" + ], + "gloss": "a large eagle of North America that has a white head and dark wings and body", + "val_images": 0 + }, + "n01616318": { + "class_id": 399, + "words": [ + "vulture" + ], + "gloss": "any of various large diurnal birds of prey having naked heads and weak claws and feeding chiefly on carrion", + "val_images": 0 + }, + "n01622779": { + "class_id": 400, + "words": [ + "great grey owl", + "great gray owl", + "Strix nebulosa" + ], + "gloss": "large dish-faced owl of northern North America and western Eurasia", + "val_images": 0 + }, + "n01795545": { + "class_id": 401, + "words": [ + "black grouse" + ], + "gloss": "grouse of which the male is bluish-black", + "val_images": 0 + }, + "n01796340": { + "class_id": 402, + "words": [ + "ptarmigan" + ], + "gloss": "large Arctic and subarctic grouse with feathered feet and usually white winter plumage", + "val_images": 0 + }, + "n01797886": { + "class_id": 403, + "words": [ + "ruffed grouse", + "partridge", + "Bonasa umbellus" + ], + "gloss": "valued as a game bird in eastern United States and Canada", + "val_images": 0 + }, + "n01798484": { + "class_id": 404, + "words": [ + "prairie chicken", + "prairie grouse", + "prairie fowl" + ], + "gloss": "brown mottled North American grouse of western prairies", + "val_images": 0 + }, + "n01806143": { + "class_id": 405, + "words": [ + "peacock" + ], + "gloss": "male peafowl; having a crested head and very large fanlike tail marked with iridescent eyes or spots", + "val_images": 0 + }, + "n01806567": { + "class_id": 406, + "words": [ + "quail" + ], + "gloss": "small gallinaceous game birds", + "val_images": 0 + }, + "n01807496": { + "class_id": 407, + "words": [ + "partridge" + ], + "gloss": "small Old World gallinaceous game birds", + "val_images": 0 + }, + "n01817953": { + "class_id": 408, + "words": [ + "African grey", + "African gray", + "Psittacus erithacus" + ], + "gloss": "commonly domesticated grey parrot with red-and-black tail and white face; native to equatorial Africa", + "val_images": 0 + }, + "n01818515": { + "class_id": 409, + "words": [ + "macaw" + ], + "gloss": "long-tailed brilliantly colored parrot of Central America and South America; among the largest and showiest of parrots", + "val_images": 0 + }, + "n01819313": { + "class_id": 410, + "words": [ + "sulphur-crested cockatoo", + "Kakatoe galerita", + "Cacatua galerita" + ], + "gloss": "white cockatoo with a yellow erectile crest", + "val_images": 0 + }, + "n01820546": { + "class_id": 411, + "words": [ + "lorikeet" + ], + "gloss": "any of various small lories", + "val_images": 0 + }, + "n01824575": { + "class_id": 412, + "words": [ + "coucal" + ], + "gloss": "Old World ground-living cuckoo having a long dagger-like hind claw", + "val_images": 0 + }, + "n01828970": { + "class_id": 413, + "words": [ + "bee eater" + ], + "gloss": "colorful chiefly tropical Old World bird having a strong graceful flight; feeds on especially bees", + "val_images": 0 + }, + "n01829413": { + "class_id": 414, + "words": [ + "hornbill" + ], + "gloss": "bird of tropical Africa and Asia having a very large bill surmounted by a bony protuberance; related to kingfishers", + "val_images": 0 + }, + "n01833805": { + "class_id": 415, + "words": [ + "hummingbird" + ], + "gloss": "tiny American bird having brilliant iridescent plumage and long slender bills; wings are specialized for vibrating flight", + "val_images": 0 + }, + "n01843065": { + "class_id": 416, + "words": [ + "jacamar" + ], + "gloss": "tropical American insectivorous bird having a long sharp bill and iridescent green or bronze plumage", + "val_images": 0 + }, + "n01843383": { + "class_id": 417, + "words": [ + "toucan" + ], + "gloss": "brilliantly colored arboreal fruit-eating bird of tropical America having a very large thin-walled beak", + "val_images": 0 + }, + "n01847000": { + "class_id": 418, + "words": [ + "drake" + ], + "gloss": "adult male of a wild or domestic duck", + "val_images": 0 + }, + "n01855032": { + "class_id": 419, + "words": [ + "red-breasted merganser", + "Mergus serrator" + ], + "gloss": "widely distributed merganser of America and Europe", + "val_images": 0 + }, + "n01855672": { + "class_id": 420, + "words": [ + "goose" + ], + "gloss": "web-footed long-necked typically gregarious migratory aquatic birds usually larger and less aquatic than ducks", + "val_images": 0 + }, + "n01860187": { + "class_id": 421, + "words": [ + "black swan", + "Cygnus atratus" + ], + "gloss": "large Australian swan having black plumage and a red bill", + "val_images": 0 + }, + "n02002556": { + "class_id": 422, + "words": [ + "white stork", + "Ciconia ciconia" + ], + "gloss": "the common stork of Europe; white with black wing feathers and a red bill", + "val_images": 0 + }, + "n02002724": { + "class_id": 423, + "words": [ + "black stork", + "Ciconia nigra" + ], + "gloss": "Old World stork that is glossy black above and white below", + "val_images": 0 + }, + "n02006656": { + "class_id": 424, + "words": [ + "spoonbill" + ], + "gloss": "wading birds having a long flat bill with a tip like a spoon", + "val_images": 0 + }, + "n02007558": { + "class_id": 425, + "words": [ + "flamingo" + ], + "gloss": "large pink to scarlet web-footed wading bird with down-bent bill; inhabits brackish lakes", + "val_images": 0 + }, + "n02009912": { + "class_id": 426, + "words": [ + "American egret", + "great white heron", + "Egretta albus" + ], + "gloss": "a common egret of the genus Egretta found in America; it is a variety of the Old World white egret Casmerodius albus", + "val_images": 0 + }, + "n02009229": { + "class_id": 427, + "words": [ + "little blue heron", + "Egretta caerulea" + ], + "gloss": "small bluish-grey heron of the western hemisphere", + "val_images": 0 + }, + "n02011460": { + "class_id": 428, + "words": [ + "bittern" + ], + "gloss": "relatively small compact tawny-brown heron with nocturnal habits and a booming cry; found in marshes", + "val_images": 0 + }, + "n02012849": { + "class_id": 429, + "words": [ + "crane" + ], + "gloss": "large long-necked wading bird of marshes and plains in many parts of the world", + "val_images": 0 + }, + "n02013706": { + "class_id": 430, + "words": [ + "limpkin", + "Aramus pictus" + ], + "gloss": "wading bird of Florida, Cuba and Jamaica having a drooping bill and a distinctive wailing call", + "val_images": 0 + }, + "n02018207": { + "class_id": 431, + "words": [ + "American coot", + "marsh hen", + "mud hen", + "water hen", + "Fulica americana" + ], + "gloss": "a coot found in North America", + "val_images": 0 + }, + "n02018795": { + "class_id": 432, + "words": [ + "bustard" + ], + "gloss": "large heavy-bodied chiefly terrestrial game bird capable of powerful swift flight; classified with wading birds but frequents grassy steppes", + "val_images": 0 + }, + "n02025239": { + "class_id": 433, + "words": [ + "ruddy turnstone", + "Arenaria interpres" + ], + "gloss": "common Arctic turnstone that winters in South America and Australia", + "val_images": 0 + }, + "n02027492": { + "class_id": 434, + "words": [ + "red-backed sandpiper", + "dunlin", + "Erolia alpina" + ], + "gloss": "small common sandpiper that breeds in northern or Arctic regions and winters in southern United States or Mediterranean regions", + "val_images": 0 + }, + "n02028035": { + "class_id": 435, + "words": [ + "redshank", + "Tringa totanus" + ], + "gloss": "a common Old World wading bird with long red legs", + "val_images": 0 + }, + "n02033041": { + "class_id": 436, + "words": [ + "dowitcher" + ], + "gloss": "shorebird of the sandpiper family that resembles a snipe", + "val_images": 0 + }, + "n02037110": { + "class_id": 437, + "words": [ + "oystercatcher", + "oyster catcher" + ], + "gloss": "black-and-white shorebird with stout legs and bill; feed on oysters etc.", + "val_images": 0 + }, + "n02017213": { + "class_id": 438, + "words": [ + "European gallinule", + "Porphyrio porphyrio" + ], + "gloss": "purple gallinule of southern Europe", + "val_images": 0 + }, + "n02051845": { + "class_id": 439, + "words": [ + "pelican" + ], + "gloss": "large long-winged warm-water seabird having a large bill with a distensible pouch for fish", + "val_images": 0 + }, + "n02056570": { + "class_id": 440, + "words": [ + "king penguin", + "Aptenodytes patagonica" + ], + "gloss": "large penguin on islands bordering the Antarctic Circle", + "val_images": 0 + }, + "n02058221": { + "class_id": 441, + "words": [ + "albatross", + "mollymawk" + ], + "gloss": "large web-footed birds of the southern hemisphere having long narrow wings; noted for powerful gliding flight", + "val_images": 0 + }, + "n01484850": { + "class_id": 442, + "words": [ + "great white shark", + "white shark", + "man-eater", + "man-eating shark", + "Carcharodon carcharias" + ], + "gloss": "large aggressive shark widespread in warm seas; known to attack humans", + "val_images": 0 + }, + "n01491361": { + "class_id": 443, + "words": [ + "tiger shark", + "Galeocerdo cuvieri" + ], + "gloss": "large dangerous warm-water shark with striped or spotted body", + "val_images": 0 + }, + "n01494475": { + "class_id": 444, + "words": [ + "hammerhead", + "hammerhead shark" + ], + "gloss": "medium-sized live-bearing shark with eyes at either end of a flattened hammer-shaped head; worldwide in warm waters; can be dangerous", + "val_images": 0 + }, + "n01496331": { + "class_id": 445, + "words": [ + "electric ray", + "crampfish", + "numbfish", + "torpedo" + ], + "gloss": "any sluggish bottom-dwelling ray of the order Torpediniformes having a rounded body and electric organs on each side of the head capable of emitting strong electric discharges", + "val_images": 0 + }, + "n01498041": { + "class_id": 446, + "words": [ + "stingray" + ], + "gloss": "large venomous ray with large barbed spines near the base of a thin whiplike tail capable of inflicting severe wounds", + "val_images": 0 + }, + "n02514041": { + "class_id": 447, + "words": [ + "barracouta", + "snoek" + ], + "gloss": "a large marine food fish common on the coasts of Australia, New Zealand, and southern Africa", + "val_images": 0 + }, + "n02536864": { + "class_id": 448, + "words": [ + "coho", + "cohoe", + "coho salmon", + "blue jack", + "silver salmon", + "Oncorhynchus kisutch" + ], + "gloss": "small salmon of northern Pacific coasts and the Great Lakes", + "val_images": 0 + }, + "n01440764": { + "class_id": 449, + "words": [ + "tench", + "Tinca tinca" + ], + "gloss": "freshwater dace-like game fish of Europe and western Asia noted for ability to survive outside water", + "val_images": 0 + }, + "n01443537": { + "class_id": 450, + "words": [ + "goldfish", + "Carassius auratus" + ], + "gloss": "small golden or orange-red freshwater fishes of Eurasia used as pond or aquarium fishes", + "val_images": 0 + }, + "n02526121": { + "class_id": 451, + "words": [ + "eel" + ], + "gloss": "voracious snakelike marine or freshwater fishes with smooth slimy usually scaleless skin and having a continuous vertical fin but no ventral fins", + "val_images": 0 + }, + "n02606052": { + "class_id": 452, + "words": [ + "rock beauty", + "Holocanthus tricolor" + ], + "gloss": "gold and black butterflyfish found from West Indies to Brazil", + "val_images": 0 + }, + "n02607072": { + "class_id": 453, + "words": [ + "anemone fish" + ], + "gloss": "live associated with sea anemones", + "val_images": 0 + }, + "n02643566": { + "class_id": 454, + "words": [ + "lionfish" + ], + "gloss": "brightly striped fish of the tropical Pacific having elongated spiny fins", + "val_images": 0 + }, + "n02655020": { + "class_id": 455, + "words": [ + "puffer", + "pufferfish", + "blowfish", + "globefish" + ], + "gloss": "any of numerous marine fishes whose elongated spiny body can inflate itself with water or air to form a globe; several species contain a potent nerve poison; closely related to spiny puffers", + "val_images": 0 + }, + "n02640242": { + "class_id": 456, + "words": [ + "sturgeon" + ], + "gloss": "large primitive fishes valued for their flesh and roe; widely distributed in the North Temperate Zone", + "val_images": 0 + }, + "n02641379": { + "class_id": 457, + "words": [ + "gar", + "garfish", + "garpike", + "billfish", + "Lepisosteus osseus" + ], + "gloss": "primitive predaceous North American fish covered with hard scales and having long jaws with needlelike teeth", + "val_images": 0 + }, + "n01664065": { + "class_id": 458, + "words": [ + "loggerhead", + "loggerhead turtle", + "Caretta caretta" + ], + "gloss": "very large carnivorous sea turtle; wide-ranging in warm open seas", + "val_images": 0 + }, + "n01665541": { + "class_id": 459, + "words": [ + "leatherback turtle", + "leatherback", + "leathery turtle", + "Dermochelys coriacea" + ], + "gloss": "wide-ranging marine turtle with flexible leathery carapace; largest living turtle", + "val_images": 0 + }, + "n01667114": { + "class_id": 460, + "words": [ + "mud turtle" + ], + "gloss": "bottom-dwelling freshwater turtle inhabiting muddy rivers of North America and Central America", + "val_images": 0 + }, + "n01667778": { + "class_id": 461, + "words": [ + "terrapin" + ], + "gloss": "any of various edible North American web-footed turtles living in fresh or brackish water", + "val_images": 0 + }, + "n01669191": { + "class_id": 462, + "words": [ + "box turtle", + "box tortoise" + ], + "gloss": "chiefly terrestrial turtle of North America; shell can be closed tightly", + "val_images": 0 + }, + "n01675722": { + "class_id": 463, + "words": [ + "banded gecko" + ], + "gloss": "any of several geckos with dark bands across the body and differing from typical geckos in having movable eyelids; of United States southwest and Florida Gulf Coast", + "val_images": 0 + }, + "n01677366": { + "class_id": 464, + "words": [ + "common iguana", + "iguana", + "Iguana iguana" + ], + "gloss": "large herbivorous tropical American arboreal lizards with a spiny crest along the back; used as human food in Central America and South America", + "val_images": 0 + }, + "n01682714": { + "class_id": 465, + "words": [ + "American chameleon", + "anole", + "Anolis carolinensis" + ], + "gloss": "small arboreal tropical American insectivorous lizards with the ability to change skin color", + "val_images": 0 + }, + "n01685808": { + "class_id": 466, + "words": [ + "whiptail", + "whiptail lizard" + ], + "gloss": "any of numerous very agile and alert New World lizards", + "val_images": 0 + }, + "n01687978": { + "class_id": 467, + "words": [ + "agama" + ], + "gloss": "small terrestrial lizard of warm regions of the Old World", + "val_images": 0 + }, + "n01688243": { + "class_id": 468, + "words": [ + "frilled lizard", + "Chlamydosaurus kingi" + ], + "gloss": "large arboreal insectivorous Australian lizard with a ruff of skin around the neck", + "val_images": 0 + }, + "n01689811": { + "class_id": 469, + "words": [ + "alligator lizard" + ], + "gloss": "slim short-limbed lizard having a distinctive fold on each side that permits expansion; of western North America", + "val_images": 0 + }, + "n01692333": { + "class_id": 470, + "words": [ + "Gila monster", + "Heloderma suspectum" + ], + "gloss": "large orange and black lizard of southwestern United States; not dangerous unless molested", + "val_images": 0 + }, + "n01693334": { + "class_id": 471, + "words": [ + "green lizard", + "Lacerta viridis" + ], + "gloss": "a common Eurasian lizard about a foot long", + "val_images": 0 + }, + "n01694178": { + "class_id": 472, + "words": [ + "African chameleon", + "Chamaeleo chamaeleon" + ], + "gloss": "a chameleon found in Africa", + "val_images": 0 + }, + "n01695060": { + "class_id": 473, + "words": [ + "Komodo dragon", + "Komodo lizard", + "dragon lizard", + "giant lizard", + "Varanus komodoensis" + ], + "gloss": "the largest lizard in the world (10 feet); found on Indonesian islands", + "val_images": 0 + }, + "n01704323": { + "class_id": 474, + "words": [ + "triceratops" + ], + "gloss": "huge ceratopsian dinosaur having three horns and the neck heavily armored with a very solid frill", + "val_images": 0 + }, + "n01697457": { + "class_id": 475, + "words": [ + "African crocodile", + "Nile crocodile", + "Crocodylus niloticus" + ], + "gloss": "a dangerous crocodile widely distributed in Africa", + "val_images": 0 + }, + "n01698640": { + "class_id": 476, + "words": [ + "American alligator", + "Alligator mississipiensis" + ], + "gloss": "large alligator of the southeastern United States", + "val_images": 0 + }, + "n01728572": { + "class_id": 477, + "words": [ + "thunder snake", + "worm snake", + "Carphophis amoenus" + ], + "gloss": "small reddish wormlike snake of eastern United States", + "val_images": 0 + }, + "n01728920": { + "class_id": 478, + "words": [ + "ringneck snake", + "ring-necked snake", + "ring snake" + ], + "gloss": "any of numerous small nonvenomous North American snakes with a yellow or orange ring around the neck", + "val_images": 0 + }, + "n01729322": { + "class_id": 479, + "words": [ + "hognose snake", + "puff adder", + "sand viper" + ], + "gloss": "harmless North American snake with upturned nose; may spread its head and neck or play dead when disturbed", + "val_images": 0 + }, + "n01729977": { + "class_id": 480, + "words": [ + "green snake", + "grass snake" + ], + "gloss": "either of two North American chiefly insectivorous snakes that are green in color", + "val_images": 0 + }, + "n01734418": { + "class_id": 481, + "words": [ + "king snake", + "kingsnake" + ], + "gloss": "any of numerous nonvenomous North American constrictors; feed on other snakes and small mammals", + "val_images": 0 + }, + "n01735189": { + "class_id": 482, + "words": [ + "garter snake", + "grass snake" + ], + "gloss": "any of numerous nonvenomous longitudinally-striped viviparous North American and Central American snakes", + "val_images": 0 + }, + "n01737021": { + "class_id": 483, + "words": [ + "water snake" + ], + "gloss": "any of various mostly harmless snakes that live in or near water", + "val_images": 0 + }, + "n01739381": { + "class_id": 484, + "words": [ + "vine snake" + ], + "gloss": "slender arboreal snake found from southern Arizona to Bolivia", + "val_images": 0 + }, + "n01740131": { + "class_id": 485, + "words": [ + "night snake", + "Hypsiglena torquata" + ], + "gloss": "nocturnal prowler of western United States and Mexico", + "val_images": 0 + }, + "n01742172": { + "class_id": 486, + "words": [ + "boa constrictor", + "Constrictor constrictor" + ], + "gloss": "very large boa of tropical America and West Indies", + "val_images": 0 + }, + "n01744401": { + "class_id": 487, + "words": [ + "rock python", + "rock snake", + "Python sebae" + ], + "gloss": "very large python of tropical and southern Africa", + "val_images": 0 + }, + "n01748264": { + "class_id": 488, + "words": [ + "Indian cobra", + "Naja naja" + ], + "gloss": "a cobra of tropical Africa and Asia", + "val_images": 0 + }, + "n01749939": { + "class_id": 489, + "words": [ + "green mamba" + ], + "gloss": "green phase of the black mamba", + "val_images": 0 + }, + "n01751748": { + "class_id": 490, + "words": [ + "sea snake" + ], + "gloss": "any of numerous venomous aquatic viviparous snakes having a fin-like tail; of warm littoral seas; feed on fish which they immobilize with quick-acting venom", + "val_images": 0 + }, + "n01753488": { + "class_id": 491, + "words": [ + "horned viper", + "cerastes", + "sand viper", + "horned asp", + "Cerastes cornutus" + ], + "gloss": "highly venomous viper of northern Africa and southwestern Asia having a horny spine above each eye", + "val_images": 0 + }, + "n01755581": { + "class_id": 492, + "words": [ + "diamondback", + "diamondback rattlesnake", + "Crotalus adamanteus" + ], + "gloss": "large deadly rattlesnake with diamond-shaped markings", + "val_images": 0 + }, + "n01756291": { + "class_id": 493, + "words": [ + "sidewinder", + "horned rattlesnake", + "Crotalus cerastes" + ], + "gloss": "small pale-colored desert rattlesnake of southwestern United States; body moves in an s-shaped curve", + "val_images": 0 + }, + "n01629819": { + "class_id": 494, + "words": [ + "European fire salamander", + "Salamandra salamandra" + ], + "gloss": "a kind of European salamander", + "val_images": 0 + }, + "n01630670": { + "class_id": 495, + "words": [ + "common newt", + "Triturus vulgaris" + ], + "gloss": "small semiaquatic salamander", + "val_images": 0 + }, + "n01631663": { + "class_id": 496, + "words": [ + "eft" + ], + "gloss": "a newt in its terrestrial stage of development", + "val_images": 0 + }, + "n01632458": { + "class_id": 497, + "words": [ + "spotted salamander", + "Ambystoma maculatum" + ], + "gloss": "glossy black North American salamander with yellow spots", + "val_images": 0 + }, + "n01632777": { + "class_id": 498, + "words": [ + "axolotl", + "mud puppy", + "Ambystoma mexicanum" + ], + "gloss": "larval salamander of mountain lakes of Mexico that usually lives without metamorphosing", + "val_images": 0 + }, + "n01641577": { + "class_id": 499, + "words": [ + "bullfrog", + "Rana catesbeiana" + ], + "gloss": "largest North American frog; highly aquatic with a deep-pitched voice", + "val_images": 0 + }, + "n01644373": { + "class_id": 500, + "words": [ + "tree frog", + "tree-frog" + ], + "gloss": "any of various Old World arboreal frogs distinguished from true frogs by adhesive suckers on the toes", + "val_images": 0 + }, + "n01644900": { + "class_id": 501, + "words": [ + "tailed frog", + "bell toad", + "ribbed toad", + "tailed toad", + "Ascaphus trui" + ], + "gloss": "western North American frog with a taillike copulatory organ", + "val_images": 0 + }, + "n04579432": { + "class_id": 502, + "words": [ + "whistle" + ], + "gloss": "acoustic device that forces air or steam against an edge or into a cavity and so produces a loud shrill sound", + "val_images": 0 + }, + "n04592741": { + "class_id": 503, + "words": [ + "wing" + ], + "gloss": "one of the horizontal airfoils on either side of the fuselage of an airplane", + "val_images": 0 + }, + "n03876231": { + "class_id": 504, + "words": [ + "paintbrush" + ], + "gloss": "a brush used as an applicator (to apply paint)", + "val_images": 0 + }, + "n03483316": { + "class_id": 505, + "words": [ + "hand blower", + "blow dryer", + "blow drier", + "hair dryer", + "hair drier" + ], + "gloss": "a hand-held electric blower that can blow warm air onto the hair; used for styling hair", + "val_images": 0 + }, + "n03868863": { + "class_id": 506, + "words": [ + "oxygen mask" + ], + "gloss": "a breathing device that is placed over the mouth and nose; supplies oxygen from an attached storage tank", + "val_images": 0 + }, + "n04251144": { + "class_id": 507, + "words": [ + "snorkel" + ], + "gloss": "breathing device consisting of a bent tube fitting into a swimmer's mouth and extending above the surface; allows swimmer to breathe while face down in the water", + "val_images": 0 + }, + "n03691459": { + "class_id": 508, + "words": [ + "loudspeaker", + "speaker", + "speaker unit", + "loudspeaker system", + "speaker system" + ], + "gloss": "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", + "val_images": 0 + }, + "n03759954": { + "class_id": 509, + "words": [ + "microphone", + "mike" + ], + "gloss": "device for converting sound waves into electrical energy", + "val_images": 0 + }, + "n04152593": { + "class_id": 510, + "words": [ + "screen", + "CRT screen" + ], + "gloss": "the display that is electronically created on the surface of the large end of a cathode-ray tube", + "val_images": 0 + }, + "n03793489": { + "class_id": 511, + "words": [ + "mouse", + "computer mouse" + ], + "gloss": "a hand-operated electronic device that controls the coordinates of a cursor on your computer screen as you move it around on a pad; on the bottom of the device is a ball that rolls on the surface of the pad; \"a mouse takes much more room than a trackball\"", + "val_images": 0 + }, + "n03271574": { + "class_id": 512, + "words": [ + "electric fan", + "blower" + ], + "gloss": "a fan run by an electric motor", + "val_images": 0 + }, + "n03843555": { + "class_id": 513, + "words": [ + "oil filter" + ], + "gloss": "a filter that removes impurities from the oil used to lubricate an internal-combustion engine", + "val_images": 0 + }, + "n04332243": { + "class_id": 514, + "words": [ + "strainer" + ], + "gloss": "a filter to retain larger pieces while smaller pieces and liquids pass through", + "val_images": 0 + }, + "n04265275": { + "class_id": 515, + "words": [ + "space heater" + ], + "gloss": "heater consisting of a self-contained (usually portable) unit to warm a room", + "val_images": 0 + }, + "n04330267": { + "class_id": 516, + "words": [ + "stove" + ], + "gloss": "any heating apparatus", + "val_images": 0 + }, + "n03467068": { + "class_id": 517, + "words": [ + "guillotine" + ], + "gloss": "instrument of execution that consists of a weighted blade between two vertical poles; used for beheading people", + "val_images": 0 + }, + "n02794156": { + "class_id": 518, + "words": [ + "barometer" + ], + "gloss": "an instrument that measures atmospheric pressure", + "val_images": 0 + }, + "n04118776": { + "class_id": 519, + "words": [ + "rule", + "ruler" + ], + "gloss": "measuring stick consisting of a strip of wood or metal or plastic with a straight edge that is used for drawing straight lines and measuring lengths", + "val_images": 0 + }, + "n03841143": { + "class_id": 520, + "words": [ + "odometer", + "hodometer", + "mileometer", + "milometer" + ], + "gloss": "a meter that shows mileage traversed", + "val_images": 0 + }, + "n04141975": { + "class_id": 521, + "words": [ + "scale", + "weighing machine" + ], + "gloss": "a measuring instrument for weighing; shows amount of mass", + "val_images": 0 + }, + "n02708093": { + "class_id": 522, + "words": [ + "analog clock" + ], + "gloss": "a clock that displays the time of day by the position of hands on a dial", + "val_images": 0 + }, + "n03196217": { + "class_id": 523, + "words": [ + "digital clock" + ], + "gloss": "a clock that displays the time of day digitally", + "val_images": 0 + }, + "n04548280": { + "class_id": 524, + "words": [ + "wall clock" + ], + "gloss": "a clock mounted on a wall", + "val_images": 0 + }, + "n03544143": { + "class_id": 525, + "words": [ + "hourglass" + ], + "gloss": "a sandglass that runs for sixty minutes", + "val_images": 0 + }, + "n04355338": { + "class_id": 526, + "words": [ + "sundial" + ], + "gloss": "timepiece that indicates the daylight hours by the shadow that the gnomon casts on a calibrated dial", + "val_images": 0 + }, + "n03891332": { + "class_id": 527, + "words": [ + "parking meter" + ], + "gloss": "a coin-operated timer located next to a parking space; depositing money into it entitles you to park your car there for a specified length of time", + "val_images": 0 + }, + "n04328186": { + "class_id": 528, + "words": [ + "stopwatch", + "stop watch" + ], + "gloss": "a timepiece that can be started or stopped for exact timing (as of a race)", + "val_images": 0 + }, + "n03197337": { + "class_id": 529, + "words": [ + "digital watch" + ], + "gloss": "a watch with a digital display", + "val_images": 0 + }, + "n04317175": { + "class_id": 530, + "words": [ + "stethoscope" + ], + "gloss": "a medical instrument for listening to the sounds generated inside the body", + "val_images": 0 + }, + "n04376876": { + "class_id": 531, + "words": [ + "syringe" + ], + "gloss": "a medical instrument used to inject or withdraw fluids", + "val_images": 0 + }, + "n03706229": { + "class_id": 532, + "words": [ + "magnetic compass" + ], + "gloss": "compass based on an indicator (as a magnetic needle) that points to the magnetic north", + "val_images": 0 + }, + "n02841315": { + "class_id": 533, + "words": [ + "binoculars", + "field glasses", + "opera glasses" + ], + "gloss": "an optical instrument designed for simultaneous use by both eyes", + "val_images": 0 + }, + "n04009552": { + "class_id": 534, + "words": [ + "projector" + ], + "gloss": "an optical instrument that projects an enlarged image onto a screen", + "val_images": 0 + }, + "n04356056": { + "class_id": 535, + "words": [ + "sunglasses", + "dark glasses", + "shades" + ], + "gloss": "spectacles that are darkened or polarized to protect the eyes from the glare of the sun; \"he was wearing a pair of mirrored shades\"", + "val_images": 0 + }, + "n03692522": { + "class_id": 536, + "words": [ + "loupe", + "jeweler's loupe" + ], + "gloss": "small magnifying glass (usually set in an eyepiece) used by jewelers and horologists", + "val_images": 0 + }, + "n04044716": { + "class_id": 537, + "words": [ + "radio telescope", + "radio reflector" + ], + "gloss": "astronomical telescope that picks up electromagnetic radiations in the radio-frequency range from extraterrestrial sources", + "val_images": 0 + }, + "n02879718": { + "class_id": 538, + "words": [ + "bow" + ], + "gloss": "a weapon for shooting arrows, composed of a curved piece of resilient wood with a taut cord to propel the arrow", + "val_images": 0 + }, + "n02950826": { + "class_id": 539, + "words": [ + "cannon" + ], + "gloss": "heavy gun fired from a tank", + "val_images": 0 + }, + "n02749479": { + "class_id": 540, + "words": [ + "assault rifle", + "assault gun" + ], + "gloss": "any of the automatic rifles or semiautomatic rifles with large magazines designed for military use", + "val_images": 0 + }, + "n04090263": { + "class_id": 541, + "words": [ + "rifle" + ], + "gloss": "a shoulder firearm with a long barrel and a rifled bore; \"he lifted the rifle to his shoulder and fired\"", + "val_images": 0 + }, + "n04008634": { + "class_id": 542, + "words": [ + "projectile", + "missile" + ], + "gloss": "a weapon that is forcibly thrown or projected at a targets but is not self-propelled", + "val_images": 0 + }, + "n03085013": { + "class_id": 543, + "words": [ + "computer keyboard", + "keypad" + ], + "gloss": "a keyboard that is a data input device for computers; arrangement of keys is modelled after the typewriter keyboard", + "val_images": 0 + }, + "n04505470": { + "class_id": 544, + "words": [ + "typewriter keyboard" + ], + "gloss": "a keyboard for manually entering characters to be printed", + "val_images": 0 + }, + "n03126707": { + "class_id": 545, + "words": [ + "crane" + ], + "gloss": "lifts and moves heavy objects; lifting tackle is suspended from a pivoted boom that rotates around a vertical axis", + "val_images": 0 + }, + "n03666591": { + "class_id": 546, + "words": [ + "lighter", + "light", + "igniter", + "ignitor" + ], + "gloss": "a device for lighting or igniting fuel or charges or fires; \"do you have a light?\"", + "val_images": 0 + }, + "n02666196": { + "class_id": 547, + "words": [ + "abacus" + ], + "gloss": "a calculator that performs arithmetic functions by manually sliding counters on rods or in grooves", + "val_images": 0 + }, + "n02977058": { + "class_id": 548, + "words": [ + "cash machine", + "cash dispenser", + "automated teller machine", + "automatic teller machine", + "automated teller", + "automatic teller", + "ATM" + ], + "gloss": "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", + "val_images": 0 + }, + "n04238763": { + "class_id": 549, + "words": [ + "slide rule", + "slipstick" + ], + "gloss": "analog computer consisting of a handheld instrument used for rapid calculations; have been replaced by pocket calculators", + "val_images": 0 + }, + "n03180011": { + "class_id": 550, + "words": [ + "desktop computer" + ], + "gloss": "a personal computer small enough to fit conveniently in an individual workspace", + "val_images": 0 + }, + "n03485407": { + "class_id": 551, + "words": [ + "hand-held computer", + "hand-held microcomputer" + ], + "gloss": "a portable battery-powered computer small enough to be carried in your pocket", + "val_images": 0 + }, + "n03832673": { + "class_id": 552, + "words": [ + "notebook", + "notebook computer" + ], + "gloss": "a small compact portable computer", + "val_images": 0 + }, + "n06359193": { + "class_id": 553, + "words": [ + "web site", + "website", + "internet site", + "site" + ], + "gloss": "a computer connected to the internet that maintains a series of web pages on the World Wide Web; \"the Israeli web site was damaged by hostile hackers\"", + "val_images": 0 + }, + "n03496892": { + "class_id": 554, + "words": [ + "harvester", + "reaper" + ], + "gloss": "farm machine that gathers a food crop from the fields", + "val_images": 0 + }, + "n04428191": { + "class_id": 555, + "words": [ + "thresher", + "thrasher", + "threshing machine" + ], + "gloss": "a farm machine for separating seeds or grain from the husks and straw", + "val_images": 0 + }, + "n04004767": { + "class_id": 556, + "words": [ + "printer" + ], + "gloss": "(computer science) an output device that prints the results of data processing", + "val_images": 0 + }, + "n04243546": { + "class_id": 557, + "words": [ + "slot", + "one-armed bandit" + ], + "gloss": "a slot machine that is used for gambling; \"they spend hours and hours just playing the slots\"", + "val_images": 0 + }, + "n04525305": { + "class_id": 558, + "words": [ + "vending machine" + ], + "gloss": "a slot machine for selling goods", + "val_images": 0 + }, + "n04179913": { + "class_id": 559, + "words": [ + "sewing machine" + ], + "gloss": "a textile machine used as a home appliance for sewing", + "val_images": 0 + }, + "n03602883": { + "class_id": 560, + "words": [ + "joystick" + ], + "gloss": "a manual control consisting of a vertical handle that can move freely in two directions; used as an input device to computers or to devices controlled by computers", + "val_images": 0 + }, + "n04372370": { + "class_id": 561, + "words": [ + "switch", + "electric switch", + "electrical switch" + ], + "gloss": "control consisting of a mechanical or electrical or electronic device for making or breaking or changing the connections in a circuit", + "val_images": 0 + }, + "n03532672": { + "class_id": 562, + "words": [ + "hook", + "claw" + ], + "gloss": "a mechanical device that is curved or bent to suspend or hold or pull something", + "val_images": 0 + }, + "n02974003": { + "class_id": 563, + "words": [ + "car wheel" + ], + "gloss": "a wheel that has a tire and rim and hubcap; used to propel the car", + "val_images": 0 + }, + "n03874293": { + "class_id": 564, + "words": [ + "paddlewheel", + "paddle wheel" + ], + "gloss": "a large wheel fitted with paddles and driven by an engine in order to propel a boat", + "val_images": 0 + }, + "n03944341": { + "class_id": 565, + "words": [ + "pinwheel" + ], + "gloss": "a wheel that has numerous pins that are set at right angles to its rim; \"he spun the pinwheel and it stopped with the pointer on `Go'\"", + "val_images": 0 + }, + "n03992509": { + "class_id": 566, + "words": [ + "potter's wheel" + ], + "gloss": "a horizontal rotating wheel holding the clay being shaped by a potter; \"the potter's wheel was invented in Asia Minor around 6500 BC\"", + "val_images": 0 + }, + "n03425413": { + "class_id": 567, + "words": [ + "gas pump", + "gasoline pump", + "petrol pump", + "island dispenser" + ], + "gloss": "a pump in a service station that draws gasoline from underground storage tanks", + "val_images": 0 + }, + "n02966193": { + "class_id": 568, + "words": [ + "carousel", + "carrousel", + "merry-go-round", + "roundabout", + "whirligig" + ], + "gloss": "a large, rotating machine with seats for children to ride or amusement", + "val_images": 0 + }, + "n04371774": { + "class_id": 569, + "words": [ + "swing" + ], + "gloss": "mechanical device used as a plaything to support someone swinging back and forth", + "val_images": 0 + }, + "n04067472": { + "class_id": 570, + "words": [ + "reel" + ], + "gloss": "winder consisting of a revolving spool with a handle; attached to a fishing rod", + "val_images": 0 + }, + "n04040759": { + "class_id": 571, + "words": [ + "radiator" + ], + "gloss": "a mechanism consisting of a metal honeycomb through which hot fluids circulate; heat is transferred from the fluid through the honeycomb to the airstream that is created either by the motion of the vehicle or by a fan", + "val_images": 0 + }, + "n04019541": { + "class_id": 572, + "words": [ + "puck", + "hockey puck" + ], + "gloss": "a vulcanized rubber disk 3 inches in diameter that is used instead of a ball in ice hockey", + "val_images": 0 + }, + "n03492542": { + "class_id": 573, + "words": [ + "hard disc", + "hard disk", + "fixed disk" + ], + "gloss": "a rigid magnetic disk mounted permanently in a drive unit", + "val_images": 0 + }, + "n04355933": { + "class_id": 574, + "words": [ + "sunglass" + ], + "gloss": "a convex lens that focuses the rays of the sun; used to start a fire", + "val_images": 0 + }, + "n03929660": { + "class_id": 575, + "words": [ + "pick", + "plectrum", + "plectron" + ], + "gloss": "a small thin device (of metal or plastic or ivory) used to pluck a stringed instrument", + "val_images": 0 + }, + "n02965783": { + "class_id": 576, + "words": [ + "car mirror" + ], + "gloss": "a mirror that the driver of a car can use", + "val_images": 0 + }, + "n04258138": { + "class_id": 577, + "words": [ + "solar dish", + "solar collector", + "solar furnace" + ], + "gloss": "a concave mirror that concentrates the rays of the sun; can produce high temperatures", + "val_images": 0 + }, + "n04074963": { + "class_id": 578, + "words": [ + "remote control", + "remote" + ], + "gloss": "a device that can be used to control a machine or apparatus from a distance; \"he lost the remote for his TV\"", + "val_images": 0 + }, + "n03208938": { + "class_id": 579, + "words": [ + "disk brake", + "disc brake" + ], + "gloss": "hydraulic brake in which friction is applied to both sides of a spinning disk by the brake pads", + "val_images": 0 + }, + "n02910353": { + "class_id": 580, + "words": [ + "buckle" + ], + "gloss": "fastener that fastens together two ends of a belt or strap; often has loose prong", + "val_images": 0 + }, + "n03476684": { + "class_id": 581, + "words": [ + "hair slide" + ], + "gloss": "a decorative hinged clip that girls and women put in their hair to hold it in place", + "val_images": 0 + }, + "n03627232": { + "class_id": 582, + "words": [ + "knot" + ], + "gloss": "any of various fastenings formed by looping and tying a rope (or cord) upon itself or to another rope or to another object", + "val_images": 0 + }, + "n03075370": { + "class_id": 583, + "words": [ + "combination lock" + ], + "gloss": "lock that can be opened only by turning dials in a special sequence", + "val_images": 0 + }, + "n03874599": { + "class_id": 584, + "words": [ + "padlock" + ], + "gloss": "a detachable lock; has a hinged shackle that can be passed through the staple of a hasp or the links in a chain and then snapped shut", + "val_images": 0 + }, + "n03804744": { + "class_id": 585, + "words": [ + "nail" + ], + "gloss": "a thin pointed piece of metal that is hammered into materials as a fastener", + "val_images": 0 + }, + "n04127249": { + "class_id": 586, + "words": [ + "safety pin" + ], + "gloss": "a pin in the form of a clasp; has a guard so the point of the pin will not stick the user", + "val_images": 0 + }, + "n04153751": { + "class_id": 587, + "words": [ + "screw" + ], + "gloss": "a fastener with a tapered threaded shank and a slotted head", + "val_images": 0 + }, + "n03803284": { + "class_id": 588, + "words": [ + "muzzle" + ], + "gloss": "a leather or wire restraint that fits over an animal's snout (especially a dog's nose and jaws) and prevents it from eating or biting", + "val_images": 0 + }, + "n04162706": { + "class_id": 589, + "words": [ + "seat belt", + "seatbelt" + ], + "gloss": "a safety belt used in a car or plane to hold you in your seat in case of an accident", + "val_images": 0 + }, + "n04228054": { + "class_id": 590, + "words": [ + "ski" + ], + "gloss": "narrow wood or metal or plastic runners used in pairs for gliding over snow", + "val_images": 0 + }, + "n02948072": { + "class_id": 591, + "words": [ + "candle", + "taper", + "wax light" + ], + "gloss": "stick of wax with a wick in the middle", + "val_images": 0 + }, + "n03590841": { + "class_id": 592, + "words": [ + "jack-o'-lantern" + ], + "gloss": "lantern carved from a pumpkin", + "val_images": 0 + }, + "n04286575": { + "class_id": 593, + "words": [ + "spotlight", + "spot" + ], + "gloss": "a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer", + "val_images": 0 + }, + "n04456115": { + "class_id": 594, + "words": [ + "torch" + ], + "gloss": "a light usually carried in the hand; consists of some flammable substance", + "val_images": 0 + }, + "n03814639": { + "class_id": 595, + "words": [ + "neck brace" + ], + "gloss": "a brace worn to steady the neck", + "val_images": 0 + }, + "n03933933": { + "class_id": 596, + "words": [ + "pier" + ], + "gloss": "a support for two adjacent bridge spans", + "val_images": 0 + }, + "n04485082": { + "class_id": 597, + "words": [ + "tripod" + ], + "gloss": "a three-legged rack used for support", + "val_images": 0 + }, + "n03733131": { + "class_id": 598, + "words": [ + "maypole" + ], + "gloss": "a vertical pole or post decorated with streamers that can be held by dancers celebrating May Day", + "val_images": 0 + }, + "n03794056": { + "class_id": 599, + "words": [ + "mousetrap" + ], + "gloss": "a trap for catching mice", + "val_images": 0 + }, + "n04275548": { + "class_id": 600, + "words": [ + "spider web", + "spider's web" + ], + "gloss": "a web resembling the webs spun by spiders", + "val_images": 0 + }, + "n01768244": { + "class_id": 601, + "words": [ + "trilobite" + ], + "gloss": "an extinct arthropod that was abundant in Paleozoic times; had an exoskeleton divided into three parts", + "val_images": 0 + }, + "n01770081": { + "class_id": 602, + "words": [ + "harvestman", + "daddy longlegs", + "Phalangium opilio" + ], + "gloss": "spiderlike arachnid with a small rounded body and very long thin legs", + "val_images": 0 + }, + "n01770393": { + "class_id": 603, + "words": [ + "scorpion" + ], + "gloss": "arachnid of warm dry regions having a long segmented tail ending in a venomous stinger", + "val_images": 0 + }, + "n01773157": { + "class_id": 604, + "words": [ + "black and gold garden spider", + "Argiope aurantia" + ], + "gloss": "a widely distributed North American garden spider", + "val_images": 0 + }, + "n01773549": { + "class_id": 605, + "words": [ + "barn spider", + "Araneus cavaticus" + ], + "gloss": "an orange and tan spider with darkly banded legs that spins an orb web daily; \"the barn spider was made famous in E. B. White's book `Charlotte's Web'\"", + "val_images": 0 + }, + "n01773797": { + "class_id": 606, + "words": [ + "garden spider", + "Aranea diademata" + ], + "gloss": "a spider common in European gardens", + "val_images": 0 + }, + "n01774384": { + "class_id": 607, + "words": [ + "black widow", + "Latrodectus mactans" + ], + "gloss": "venomous New World spider; the female is black with an hourglass-shaped red mark on the underside of the abdomen", + "val_images": 0 + }, + "n01774750": { + "class_id": 608, + "words": [ + "tarantula" + ], + "gloss": "large hairy tropical spider with fangs that can inflict painful but not highly venomous bites", + "val_images": 0 + }, + "n01775062": { + "class_id": 609, + "words": [ + "wolf spider", + "hunting spider" + ], + "gloss": "ground spider that hunts its prey instead of using a web", + "val_images": 0 + }, + "n01776313": { + "class_id": 610, + "words": [ + "tick" + ], + "gloss": "any of two families of small parasitic arachnids with barbed proboscis; feed on blood of warm-blooded animals", + "val_images": 0 + }, + "n01784675": { + "class_id": 611, + "words": [ + "centipede" + ], + "gloss": "chiefly nocturnal predacious arthropod having a flattened body of 15 to 173 segments each with a pair of legs, the foremost pair being modified as prehensors", + "val_images": 0 + }, + "n01990800": { + "class_id": 612, + "words": [ + "isopod" + ], + "gloss": "any of various small terrestrial or aquatic crustaceans with seven pairs of legs adapted for crawling", + "val_images": 0 + }, + "n01978287": { + "class_id": 613, + "words": [ + "Dungeness crab", + "Cancer magister" + ], + "gloss": "small edible crab of Pacific coast of North America", + "val_images": 0 + }, + "n01978455": { + "class_id": 614, + "words": [ + "rock crab", + "Cancer irroratus" + ], + "gloss": "crab of eastern coast of North America", + "val_images": 0 + }, + "n01980166": { + "class_id": 615, + "words": [ + "fiddler crab" + ], + "gloss": "burrowing crab of American coastal regions having one claw much enlarged in the male", + "val_images": 0 + }, + "n01981276": { + "class_id": 616, + "words": [ + "king crab", + "Alaska crab", + "Alaskan king crab", + "Alaska king crab", + "Paralithodes camtschatica" + ], + "gloss": "large edible crab of northern Pacific waters especially along the coasts of Alaska and Japan", + "val_images": 0 + }, + "n01983481": { + "class_id": 617, + "words": [ + "American lobster", + "Northern lobster", + "Maine lobster", + "Homarus americanus" + ], + "gloss": "lobster of Atlantic coast of America", + "val_images": 0 + }, + "n01984695": { + "class_id": 618, + "words": [ + "spiny lobster", + "langouste", + "rock lobster", + "crawfish", + "crayfish", + "sea crawfish" + ], + "gloss": "large edible marine crustacean having a spiny carapace but lacking the large pincers of true lobsters", + "val_images": 0 + }, + "n01985128": { + "class_id": 619, + "words": [ + "crayfish", + "crawfish", + "crawdad", + "crawdaddy" + ], + "gloss": "small freshwater decapod crustacean that resembles a lobster", + "val_images": 0 + }, + "n01986214": { + "class_id": 620, + "words": [ + "hermit crab" + ], + "gloss": "small soft-bodied marine crustaceans living in cast-off shells of gastropods", + "val_images": 0 + }, + "n02165105": { + "class_id": 621, + "words": [ + "tiger beetle" + ], + "gloss": "active usually bright-colored beetle that preys on other insects", + "val_images": 0 + }, + "n02165456": { + "class_id": 622, + "words": [ + "ladybug", + "ladybeetle", + "lady beetle", + "ladybird", + "ladybird beetle" + ], + "gloss": "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests", + "val_images": 0 + }, + "n02167151": { + "class_id": 623, + "words": [ + "ground beetle", + "carabid beetle" + ], + "gloss": "predacious shining black or metallic terrestrial beetle that destroys many injurious insects", + "val_images": 0 + }, + "n02168699": { + "class_id": 624, + "words": [ + "long-horned beetle", + "longicorn", + "longicorn beetle" + ], + "gloss": "long-bodied beetle having very long antennae", + "val_images": 0 + }, + "n02169497": { + "class_id": 625, + "words": [ + "leaf beetle", + "chrysomelid" + ], + "gloss": "brightly colored beetle that feeds on plant leaves; larvae infest roots and stems", + "val_images": 0 + }, + "n02172182": { + "class_id": 626, + "words": [ + "dung beetle" + ], + "gloss": "any of numerous beetles that roll balls of dung on which they feed and in which they lay eggs", + "val_images": 0 + }, + "n02174001": { + "class_id": 627, + "words": [ + "rhinoceros beetle" + ], + "gloss": "any of various large chiefly tropical beetles having horns on the head; pest on coconuts", + "val_images": 0 + }, + "n02177972": { + "class_id": 628, + "words": [ + "weevil" + ], + "gloss": "any of several families of mostly small beetles that feed on plants and plant products; especially snout beetles and seed beetles", + "val_images": 0 + }, + "n02190166": { + "class_id": 629, + "words": [ + "fly" + ], + "gloss": "two-winged insects characterized by active flight", + "val_images": 0 + }, + "n02206856": { + "class_id": 630, + "words": [ + "bee" + ], + "gloss": "any of numerous hairy-bodied insects including social and solitary species", + "val_images": 0 + }, + "n02226429": { + "class_id": 631, + "words": [ + "grasshopper", + "hopper" + ], + "gloss": "terrestrial plant-eating insect with hind legs adapted for leaping", + "val_images": 0 + }, + "n02229544": { + "class_id": 632, + "words": [ + "cricket" + ], + "gloss": "leaping insect; male makes chirping noises by rubbing the forewings together", + "val_images": 0 + }, + "n02231487": { + "class_id": 633, + "words": [ + "walking stick", + "walkingstick", + "stick insect" + ], + "gloss": "any of various mostly tropical insects having long twiglike bodies", + "val_images": 0 + }, + "n02233338": { + "class_id": 634, + "words": [ + "cockroach", + "roach" + ], + "gloss": "any of numerous chiefly nocturnal insects; some are domestic pests", + "val_images": 0 + }, + "n02236044": { + "class_id": 635, + "words": [ + "mantis", + "mantid" + ], + "gloss": "predacious long-bodied large-eyed insect of warm regions; rests with forelimbs raised as in prayer", + "val_images": 0 + }, + "n02256656": { + "class_id": 636, + "words": [ + "cicada", + "cicala" + ], + "gloss": "stout-bodied insect with large membranous wings; male has drum-like organs for producing a high-pitched drone", + "val_images": 0 + }, + "n02259212": { + "class_id": 637, + "words": [ + "leafhopper" + ], + "gloss": "small leaping insect that sucks the juices of plants", + "val_images": 0 + }, + "n02264363": { + "class_id": 638, + "words": [ + "lacewing", + "lacewing fly" + ], + "gloss": "any of two families of insects with gauzy wings (Chrysopidae and Hemerobiidae); larvae feed on insect pests such as aphids", + "val_images": 0 + }, + "n02268443": { + "class_id": 639, + "words": [ + "dragonfly", + "darning needle", + "devil's darning needle", + "sewing needle", + "snake feeder", + "snake doctor", + "mosquito hawk", + "skeeter hawk" + ], + "gloss": "slender-bodied non-stinging insect having iridescent wings that are outspread at rest; adults and nymphs feed on mosquitoes etc.", + "val_images": 0 + }, + "n02268853": { + "class_id": 640, + "words": [ + "damselfly" + ], + "gloss": "slender non-stinging insect similar to but smaller than the dragonfly but having wings folded when at rest", + "val_images": 0 + }, + "n02276258": { + "class_id": 641, + "words": [ + "admiral" + ], + "gloss": "any of several brightly colored butterflies", + "val_images": 0 + }, + "n02277742": { + "class_id": 642, + "words": [ + "ringlet", + "ringlet butterfly" + ], + "gloss": "any of various butterflies belonging to the family Satyridae", + "val_images": 0 + }, + "n02279972": { + "class_id": 643, + "words": [ + "monarch", + "monarch butterfly", + "milkweed butterfly", + "Danaus plexippus" + ], + "gloss": "large migratory American butterfly having deep orange wings with black and white markings; the larvae feed on milkweed", + "val_images": 0 + }, + "n02280649": { + "class_id": 644, + "words": [ + "cabbage butterfly" + ], + "gloss": "white butterfly whose larvae (cabbageworms) feed on cabbage", + "val_images": 0 + }, + "n02281406": { + "class_id": 645, + "words": [ + "sulphur butterfly", + "sulfur butterfly" + ], + "gloss": "any of numerous yellow or orange butterflies", + "val_images": 0 + }, + "n02281787": { + "class_id": 646, + "words": [ + "lycaenid", + "lycaenid butterfly" + ], + "gloss": "any of various butterflies of the family Lycaenidae", + "val_images": 0 + }, + "n01910747": { + "class_id": 647, + "words": [ + "jellyfish" + ], + "gloss": "any of numerous usually marine and free-swimming coelenterates that constitute the sexually reproductive forms of hydrozoans and scyphozoans", + "val_images": 0 + }, + "n01914609": { + "class_id": 648, + "words": [ + "sea anemone", + "anemone" + ], + "gloss": "marine polyps that resemble flowers but have oral rings of tentacles; differ from corals in forming no hard skeleton", + "val_images": 0 + }, + "n01917289": { + "class_id": 649, + "words": [ + "brain coral" + ], + "gloss": "massive reef-building coral having a convoluted and furrowed surface", + "val_images": 0 + }, + "n01924916": { + "class_id": 650, + "words": [ + "flatworm", + "platyhelminth" + ], + "gloss": "parasitic or free-living worms having a flattened body", + "val_images": 0 + }, + "n01930112": { + "class_id": 651, + "words": [ + "nematode", + "nematode worm", + "roundworm" + ], + "gloss": "unsegmented worms with elongated rounded body pointed at both ends; mostly free-living but some are parasitic", + "val_images": 0 + }, + "n01943899": { + "class_id": 652, + "words": [ + "conch" + ], + "gloss": "any of various edible tropical marine gastropods of the genus Strombus having a brightly-colored spiral shell with large outer lip", + "val_images": 0 + }, + "n01944390": { + "class_id": 653, + "words": [ + "snail" + ], + "gloss": "freshwater or marine or terrestrial gastropod mollusk usually having an external enclosing spiral shell", + "val_images": 0 + }, + "n01945685": { + "class_id": 654, + "words": [ + "slug" + ], + "gloss": "any of various terrestrial gastropods having an elongated slimy body and no external shell", + "val_images": 0 + }, + "n01950731": { + "class_id": 655, + "words": [ + "sea slug", + "nudibranch" + ], + "gloss": "any of various marine gastropods of the suborder Nudibranchia having a shell-less and often beautifully colored body", + "val_images": 0 + }, + "n01955084": { + "class_id": 656, + "words": [ + "chiton", + "coat-of-mail shell", + "sea cradle", + "polyplacophore" + ], + "gloss": "primitive elongated bilaterally symmetrical marine mollusk having a mantle covered with eight calcareous plates", + "val_images": 0 + }, + "n02319095": { + "class_id": 657, + "words": [ + "sea urchin" + ], + "gloss": "shallow-water echinoderms having soft bodies enclosed in thin spiny globular shells", + "val_images": 0 + }, + "n02321529": { + "class_id": 658, + "words": [ + "sea cucumber", + "holothurian" + ], + "gloss": "echinoderm having a flexible sausage-shaped body, tentacles surrounding the mouth and tube feet; free-living mud feeders", + "val_images": 0 + }, + "n03584829": { + "class_id": 659, + "words": [ + "iron", + "smoothing iron" + ], + "gloss": "home appliance consisting of a flat metal base that is heated and used to smooth cloth", + "val_images": 0 + }, + "n03297495": { + "class_id": 660, + "words": [ + "espresso maker" + ], + "gloss": "a coffee maker that forces live steam under pressure through dark roasted coffee grounds", + "val_images": 0 + }, + "n03761084": { + "class_id": 661, + "words": [ + "microwave", + "microwave oven" + ], + "gloss": "kitchen appliance that cooks food by passing an electromagnetic wave through it; heat results from the absorption of energy by the water molecules in the food", + "val_images": 0 + }, + "n03259280": { + "class_id": 662, + "words": [ + "Dutch oven" + ], + "gloss": "an oven consisting of a metal box for cooking in front of a fire", + "val_images": 0 + }, + "n04111531": { + "class_id": 663, + "words": [ + "rotisserie" + ], + "gloss": "an oven or broiler equipped with a rotating spit on which meat cooks as it turns", + "val_images": 0 + }, + "n04442312": { + "class_id": 664, + "words": [ + "toaster" + ], + "gloss": "a kitchen appliance (usually electric) for toasting bread", + "val_images": 0 + }, + "n04542943": { + "class_id": 665, + "words": [ + "waffle iron" + ], + "gloss": "a kitchen appliance for baking waffles; the appliance usually consists of two indented metal pans hinged together so that they create a pattern on the waffle", + "val_images": 0 + }, + "n04517823": { + "class_id": 666, + "words": [ + "vacuum", + "vacuum cleaner" + ], + "gloss": "an electrical home appliance that cleans by suction", + "val_images": 0 + }, + "n03207941": { + "class_id": 667, + "words": [ + "dishwasher", + "dish washer", + "dishwashing machine" + ], + "gloss": "a machine for washing dishes", + "val_images": 0 + }, + "n04070727": { + "class_id": 668, + "words": [ + "refrigerator", + "icebox" + ], + "gloss": "white goods in which food can be stored at low temperatures", + "val_images": 0 + }, + "n04554684": { + "class_id": 669, + "words": [ + "washer", + "automatic washer", + "washing machine" + ], + "gloss": "a home appliance for washing clothes and linens automatically", + "val_images": 0 + }, + "n03133878": { + "class_id": 670, + "words": [ + "Crock Pot" + ], + "gloss": "an electric cooker that maintains a relatively low temperature", + "val_images": 0 + }, + "n03400231": { + "class_id": 671, + "words": [ + "frying pan", + "frypan", + "skillet" + ], + "gloss": "a pan used for frying foods", + "val_images": 0 + }, + "n04596742": { + "class_id": 672, + "words": [ + "wok" + ], + "gloss": "pan with a convex bottom; used for frying in Chinese cooking", + "val_images": 0 + }, + "n02939185": { + "class_id": 673, + "words": [ + "caldron", + "cauldron" + ], + "gloss": "a very large pot that is used for boiling", + "val_images": 0 + }, + "n03063689": { + "class_id": 674, + "words": [ + "coffeepot" + ], + "gloss": "tall pot in which coffee is brewed", + "val_images": 0 + }, + "n04398044": { + "class_id": 675, + "words": [ + "teapot" + ], + "gloss": "pot for brewing tea; usually has a spout and handle", + "val_images": 0 + }, + "n04270147": { + "class_id": 676, + "words": [ + "spatula" + ], + "gloss": "a turner with a narrow flexible blade", + "val_images": 0 + }, + "n02699494": { + "class_id": 677, + "words": [ + "altar" + ], + "gloss": "a raised structure on which gifts or sacrifices to a god are made", + "val_images": 0 + }, + "n04486054": { + "class_id": 678, + "words": [ + "triumphal arch" + ], + "gloss": "a monumental archway; usually they are built to commemorate some notable victory", + "val_images": 0 + }, + "n03899768": { + "class_id": 679, + "words": [ + "patio", + "terrace" + ], + "gloss": "usually paved outdoor area adjoining a residence", + "val_images": 0 + }, + "n04311004": { + "class_id": 680, + "words": [ + "steel arch bridge" + ], + "gloss": "a steel bridge constructed in the form of an arch", + "val_images": 0 + }, + "n04366367": { + "class_id": 681, + "words": [ + "suspension bridge" + ], + "gloss": "a bridge that has a roadway supported by cables that are anchored at both ends", + "val_images": 0 + }, + "n04532670": { + "class_id": 682, + "words": [ + "viaduct" + ], + "gloss": "bridge consisting of a series of arches supported by piers used to carry a road (or railroad) over a valley", + "val_images": 0 + }, + "n02793495": { + "class_id": 683, + "words": [ + "barn" + ], + "gloss": "an outlying farm building for storing grain or animal feed and housing farm animals", + "val_images": 0 + }, + "n03457902": { + "class_id": 684, + "words": [ + "greenhouse", + "nursery", + "glasshouse" + ], + "gloss": "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions", + "val_images": 0 + }, + "n03877845": { + "class_id": 685, + "words": [ + "palace" + ], + "gloss": "official residence of an exalted person (as a sovereign)", + "val_images": 0 + }, + "n03781244": { + "class_id": 686, + "words": [ + "monastery" + ], + "gloss": "the residence of a religious community", + "val_images": 0 + }, + "n03661043": { + "class_id": 687, + "words": [ + "library" + ], + "gloss": "a building that houses a collection of books and other materials", + "val_images": 0 + }, + "n02727426": { + "class_id": 688, + "words": [ + "apiary", + "bee house" + ], + "gloss": "a shed containing a number of beehives", + "val_images": 0 + }, + "n02859443": { + "class_id": 689, + "words": [ + "boathouse" + ], + "gloss": "a shed at the edge of a river or lake; used to store boats", + "val_images": 0 + }, + "n03028079": { + "class_id": 690, + "words": [ + "church", + "church building" + ], + "gloss": "a place for public (especially Christian) worship; \"the church was empty\"", + "val_images": 0 + }, + "n03788195": { + "class_id": 691, + "words": [ + "mosque" + ], + "gloss": "(Islam) a Muslim place of worship that usually has a minaret", + "val_images": 0 + }, + "n04346328": { + "class_id": 692, + "words": [ + "stupa", + "tope" + ], + "gloss": "a dome-shaped shrine erected by Buddhists", + "val_images": 0 + }, + "n03956157": { + "class_id": 693, + "words": [ + "planetarium" + ], + "gloss": "a building housing an instrument for projecting the positions of the planets onto a domed ceiling", + "val_images": 0 + }, + "n04081281": { + "class_id": 694, + "words": [ + "restaurant", + "eating house", + "eating place", + "eatery" + ], + "gloss": "a building where people go to eat", + "val_images": 0 + }, + "n03032252": { + "class_id": 695, + "words": [ + "cinema", + "movie theater", + "movie theatre", + "movie house", + "picture palace" + ], + "gloss": "a theater where films are shown", + "val_images": 0 + }, + "n03529860": { + "class_id": 696, + "words": [ + "home theater", + "home theatre" + ], + "gloss": "television and video equipment designed to reproduce in the home the experience of being in a movie theater", + "val_images": 0 + }, + "n03697007": { + "class_id": 697, + "words": [ + "lumbermill", + "sawmill" + ], + "gloss": "a mill for dressing logs and lumber", + "val_images": 0 + }, + "n03065424": { + "class_id": 698, + "words": [ + "coil", + "spiral", + "volute", + "whorl", + "helix" + ], + "gloss": "a structure consisting of something wound in a continuous series of loops; \"a coil of rope\"", + "val_images": 0 + }, + "n03837869": { + "class_id": 699, + "words": [ + "obelisk" + ], + "gloss": "a stone pillar having a rectangular cross section tapering towards a pyramidal top", + "val_images": 0 + }, + "n04458633": { + "class_id": 700, + "words": [ + "totem pole" + ], + "gloss": "a tribal emblem consisting of a pillar carved and painted with totemic figures; erected by Indian tribes of the northwest Pacific coast", + "val_images": 0 + }, + "n02980441": { + "class_id": 701, + "words": [ + "castle" + ], + "gloss": "a large building formerly occupied by a ruler and fortified against attack", + "val_images": 0 + }, + "n04005630": { + "class_id": 702, + "words": [ + "prison", + "prison house" + ], + "gloss": "a correctional institution where persons are confined while on trial or for punishment", + "val_images": 0 + }, + "n03461385": { + "class_id": 703, + "words": [ + "grocery store", + "grocery", + "food market", + "market" + ], + "gloss": "a marketplace where groceries are sold; \"the grocery store included a meat market\"", + "val_images": 0 + }, + "n02776631": { + "class_id": 704, + "words": [ + "bakery", + "bakeshop", + "bakehouse" + ], + "gloss": "a workplace where baked goods (breads and cakes and pastries) are produced or sold", + "val_images": 0 + }, + "n02791270": { + "class_id": 705, + "words": [ + "barbershop" + ], + "gloss": "a shop where men can get their hair cut", + "val_images": 0 + }, + "n02871525": { + "class_id": 706, + "words": [ + "bookshop", + "bookstore", + "bookstall" + ], + "gloss": "a shop where books are sold", + "val_images": 0 + }, + "n02927161": { + "class_id": 707, + "words": [ + "butcher shop", + "meat market" + ], + "gloss": "a shop in which meat and poultry (and sometimes fish) are sold", + "val_images": 0 + }, + "n03089624": { + "class_id": 708, + "words": [ + "confectionery", + "confectionary", + "candy store" + ], + "gloss": "a confectioner's shop", + "val_images": 0 + }, + "n04200800": { + "class_id": 709, + "words": [ + "shoe shop", + "shoe-shop", + "shoe store" + ], + "gloss": "a shop where shoes are sold", + "val_images": 0 + }, + "n04443257": { + "class_id": 710, + "words": [ + "tobacco shop", + "tobacconist shop", + "tobacconist" + ], + "gloss": "a shop that sells pipes and pipe tobacco and cigars and cigarettes", + "val_images": 0 + }, + "n04462240": { + "class_id": 711, + "words": [ + "toyshop" + ], + "gloss": "shop where toys are sold", + "val_images": 0 + }, + "n03388043": { + "class_id": 712, + "words": [ + "fountain" + ], + "gloss": "a structure from which an artificially produced jet of water arises", + "val_images": 0 + }, + "n03042490": { + "class_id": 713, + "words": [ + "cliff dwelling" + ], + "gloss": "a rock and adobe dwelling built on sheltered ledges in the sides of a cliff; \"the Anasazi built cliff dwellings in the southwestern United States\"", + "val_images": 0 + }, + "n04613696": { + "class_id": 714, + "words": [ + "yurt" + ], + "gloss": "a circular domed dwelling that is portable and self-supporting; originally used by nomadic Mongol and Turkic people of central Asia but now used as inexpensive alternative or temporary housing", + "val_images": 0 + }, + "n03216828": { + "class_id": 715, + "words": [ + "dock", + "dockage", + "docking facility" + ], + "gloss": "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out; \"the ship arrived at the dock more than a day late\"", + "val_images": 0 + }, + "n02892201": { + "class_id": 716, + "words": [ + "brass", + "memorial tablet", + "plaque" + ], + "gloss": "a memorial made of brass", + "val_images": 0 + }, + "n03743016": { + "class_id": 717, + "words": [ + "megalith", + "megalithic structure" + ], + "gloss": "memorial consisting of a very large stone forming part of a prehistoric structure (especially in western Europe)", + "val_images": 0 + }, + "n02788148": { + "class_id": 718, + "words": [ + "bannister", + "banister", + "balustrade", + "balusters", + "handrail" + ], + "gloss": "a railing at the side of a staircase or balcony to prevent people from falling", + "val_images": 0 + }, + "n02894605": { + "class_id": 719, + "words": [ + "breakwater", + "groin", + "groyne", + "mole", + "bulwark", + "seawall", + "jetty" + ], + "gloss": "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", + "val_images": 0 + }, + "n03160309": { + "class_id": 720, + "words": [ + "dam", + "dike", + "dyke" + ], + "gloss": "a barrier constructed to contain the flow of water or to keep out the sea", + "val_images": 0 + }, + "n03000134": { + "class_id": 721, + "words": [ + "chainlink fence" + ], + "gloss": "a fence of steel wires woven into a diamond pattern", + "val_images": 0 + }, + "n03930313": { + "class_id": 722, + "words": [ + "picket fence", + "paling" + ], + "gloss": "a fence made of upright pickets", + "val_images": 0 + }, + "n04604644": { + "class_id": 723, + "words": [ + "worm fence", + "snake fence", + "snake-rail fence", + "Virginia fence" + ], + "gloss": "rail fence consisting of a zigzag of interlocking rails", + "val_images": 0 + }, + "n04326547": { + "class_id": 724, + "words": [ + "stone wall" + ], + "gloss": "a fence built of rough stones; used to separate fields", + "val_images": 0 + }, + "n03459775": { + "class_id": 725, + "words": [ + "grille", + "radiator grille" + ], + "gloss": "grating that admits cooling air to car's radiator", + "val_images": 0 + }, + "n04239074": { + "class_id": 726, + "words": [ + "sliding door" + ], + "gloss": "a door that opens by sliding instead of swinging", + "val_images": 0 + }, + "n04501370": { + "class_id": 727, + "words": [ + "turnstile" + ], + "gloss": "a gate consisting of a post that acts as a pivot for rotating arms; set in a passageway for controlling the persons entering", + "val_images": 0 + }, + "n03792972": { + "class_id": 728, + "words": [ + "mountain tent" + ], + "gloss": "a lightweight tent with a floor; flaps close with a zipper", + "val_images": 0 + }, + "n04149813": { + "class_id": 729, + "words": [ + "scoreboard" + ], + "gloss": "a large board for displaying the score of a contest (and some other information)", + "val_images": 0 + }, + "n03530642": { + "class_id": 730, + "words": [ + "honeycomb" + ], + "gloss": "a framework of hexagonal cells resembling the honeycomb built by bees", + "val_images": 0 + }, + "n03961711": { + "class_id": 731, + "words": [ + "plate rack" + ], + "gloss": "a rack for holding plates to dry after they have been washed", + "val_images": 0 + }, + "n03903868": { + "class_id": 732, + "words": [ + "pedestal", + "plinth", + "footstall" + ], + "gloss": "an architectural support or base (as for a column or statue)", + "val_images": 0 + }, + "n02814860": { + "class_id": 733, + "words": [ + "beacon", + "lighthouse", + "beacon light", + "pharos" + ], + "gloss": "a tower with a light that gives warning of shoals to passing ships", + "val_images": 0 + }, + "n07711569": { + "class_id": 734, + "words": [ + "mashed potato" + ], + "gloss": "potato that has been peeled and boiled and then mashed", + "val_images": 0 + }, + "n07720875": { + "class_id": 735, + "words": [ + "bell pepper" + ], + "gloss": "large bell-shaped sweet pepper in green or red or yellow or orange or black varieties", + "val_images": 0 + }, + "n07714571": { + "class_id": 736, + "words": [ + "head cabbage" + ], + "gloss": "any of several varieties of cabbage having a large compact globular head; may be steamed or boiled or stir-fried or used raw in coleslaw", + "val_images": 0 + }, + "n07714990": { + "class_id": 737, + "words": [ + "broccoli" + ], + "gloss": "branched green undeveloped flower heads", + "val_images": 0 + }, + "n07715103": { + "class_id": 738, + "words": [ + "cauliflower" + ], + "gloss": "compact head of white undeveloped flowers", + "val_images": 0 + }, + "n07716358": { + "class_id": 739, + "words": [ + "zucchini", + "courgette" + ], + "gloss": "small cucumber-shaped vegetable marrow; typically dark green", + "val_images": 0 + }, + "n07716906": { + "class_id": 740, + "words": [ + "spaghetti squash" + ], + "gloss": "medium-sized oval squash with flesh in the form of strings that resemble spaghetti", + "val_images": 0 + }, + "n07717410": { + "class_id": 741, + "words": [ + "acorn squash" + ], + "gloss": "small dark green or yellow ribbed squash with yellow to orange flesh", + "val_images": 0 + }, + "n07717556": { + "class_id": 742, + "words": [ + "butternut squash" + ], + "gloss": "buff-colored squash with a long usually straight neck and sweet orange flesh", + "val_images": 0 + }, + "n07718472": { + "class_id": 743, + "words": [ + "cucumber", + "cuke" + ], + "gloss": "cylindrical green fruit with thin green rind and white flesh eaten as a vegetable; related to melons", + "val_images": 0 + }, + "n07718747": { + "class_id": 744, + "words": [ + "artichoke", + "globe artichoke" + ], + "gloss": "a thistlelike flower head with edible fleshy leaves and heart", + "val_images": 0 + }, + "n07730033": { + "class_id": 745, + "words": [ + "cardoon" + ], + "gloss": "only parts eaten are roots and especially stalks (blanched and used as celery); related to artichokes", + "val_images": 0 + }, + "n07734744": { + "class_id": 746, + "words": [ + "mushroom" + ], + "gloss": "fleshy body of any of numerous edible fungi", + "val_images": 0 + }, + "n04209239": { + "class_id": 747, + "words": [ + "shower curtain" + ], + "gloss": "a curtain that keeps water from splashing out of the shower area", + "val_images": 0 + }, + "n03594734": { + "class_id": 748, + "words": [ + "jean", + "blue jean", + "denim" + ], + "gloss": "(usually plural) close-fitting trousers of heavy denim for manual work or casual wear", + "val_images": 0 + }, + "n02971356": { + "class_id": 749, + "words": [ + "carton" + ], + "gloss": "a box made of cardboard; opens by flaps on top", + "val_images": 0 + }, + "n03485794": { + "class_id": 750, + "words": [ + "handkerchief", + "hankie", + "hanky", + "hankey" + ], + "gloss": "a square piece of cloth used for wiping the eyes or nose or as a costume accessory", + "val_images": 0 + }, + "n04133789": { + "class_id": 751, + "words": [ + "sandal" + ], + "gloss": "a shoe consisting of a sole fastened by straps to the foot", + "val_images": 0 + }, + "n02747177": { + "class_id": 752, + "words": [ + "ashcan", + "trash can", + "garbage can", + "wastebin", + "ash bin", + "ash-bin", + "ashbin", + "dustbin", + "trash barrel", + "trash bin" + ], + "gloss": "a bin that holds rubbish until it is collected", + "val_images": 0 + }, + "n04125021": { + "class_id": 753, + "words": [ + "safe" + ], + "gloss": "strongbox where valuables can be safely kept", + "val_images": 0 + }, + "n07579787": { + "class_id": 754, + "words": [ + "plate" + ], + "gloss": "a main course served on a plate; \"a vegetable plate\"; \"the blue plate special\"", + "val_images": 0 + }, + "n03814906": { + "class_id": 755, + "words": [ + "necklace" + ], + "gloss": "jewelry consisting of a cord or chain (often bearing gems) worn about the neck as an ornament (especially by women)", + "val_images": 0 + }, + "n03134739": { + "class_id": 756, + "words": [ + "croquet ball" + ], + "gloss": "a wooden ball used in playing croquet", + "val_images": 0 + }, + "n03404251": { + "class_id": 757, + "words": [ + "fur coat" + ], + "gloss": "a coat made of fur", + "val_images": 0 + }, + "n04423845": { + "class_id": 758, + "words": [ + "thimble" + ], + "gloss": "a small metal cap to protect the finger while sewing; can be used as a small container", + "val_images": 0 + }, + "n03877472": { + "class_id": 759, + "words": [ + "pajama", + "pyjama", + "pj's", + "jammies" + ], + "gloss": "(usually plural) loose-fitting nightclothes worn for sleeping or lounging; have a jacket top and trousers", + "val_images": 0 + }, + "n04120489": { + "class_id": 760, + "words": [ + "running shoe" + ], + "gloss": "a light comfortable shoe designed for running", + "val_images": 0 + }, + "n03062245": { + "class_id": 761, + "words": [ + "cocktail shaker" + ], + "gloss": "a shaker for mixing cocktails", + "val_images": 0 + }, + "n03014705": { + "class_id": 762, + "words": [ + "chest" + ], + "gloss": "box with a lid; used for storage; usually large and sturdy", + "val_images": 0 + }, + "n03717622": { + "class_id": 763, + "words": [ + "manhole cover" + ], + "gloss": "a flush iron cover for a manhole (as in a street)", + "val_images": 0 + }, + "n03777754": { + "class_id": 764, + "words": [ + "modem" + ], + "gloss": "(from a combination of MOdulate and DEModulate) electronic equipment consisting of a device used to connect computers by a telephone line", + "val_images": 0 + }, + "n04493381": { + "class_id": 765, + "words": [ + "tub", + "vat" + ], + "gloss": "a large open vessel for holding or storing liquids", + "val_images": 0 + }, + "n04476259": { + "class_id": 766, + "words": [ + "tray" + ], + "gloss": "an open receptacle for holding or displaying or serving articles or food", + "val_images": 0 + }, + "n02777292": { + "class_id": 767, + "words": [ + "balance beam", + "beam" + ], + "gloss": "a gymnastic apparatus used by women gymnasts", + "val_images": 0 + }, + "n07693725": { + "class_id": 768, + "words": [ + "bagel", + "beigel" + ], + "gloss": "(Yiddish) glazed yeast-raised doughnut-shaped roll with hard crust", + "val_images": 0 + }, + "n03998194": { + "class_id": 769, + "words": [ + "prayer rug", + "prayer mat" + ], + "gloss": "a small rug used by Muslims during their devotions", + "val_images": 0 + }, + "n03617480": { + "class_id": 770, + "words": [ + "kimono" + ], + "gloss": "a loose robe; imitated from robes originally worn by Japanese", + "val_images": 0 + }, + "n07590611": { + "class_id": 771, + "words": [ + "hot pot", + "hotpot" + ], + "gloss": "a stew of meat and potatoes cooked in a tightly covered pot", + "val_images": 0 + }, + "n04579145": { + "class_id": 772, + "words": [ + "whiskey jug" + ], + "gloss": "a jug that contains whiskey", + "val_images": 0 + }, + "n03623198": { + "class_id": 773, + "words": [ + "knee pad" + ], + "gloss": "protective garment consisting of a pad worn by football or baseball or hockey players", + "val_images": 0 + }, + "n07248320": { + "class_id": 774, + "words": [ + "book jacket", + "dust cover", + "dust jacket", + "dust wrapper" + ], + "gloss": "a paper jacket for a book; a jacket on which promotional information is usually printed", + "val_images": 0 + }, + "n04277352": { + "class_id": 775, + "words": [ + "spindle" + ], + "gloss": "a stick or pin used to twist the yarn in spinning", + "val_images": 0 + }, + "n04229816": { + "class_id": 776, + "words": [ + "ski mask" + ], + "gloss": "a woolen face mask to protect the face from cold while skiing on snow", + "val_images": 0 + }, + "n02823428": { + "class_id": 777, + "words": [ + "beer bottle" + ], + "gloss": "a bottle that holds beer", + "val_images": 0 + }, + "n03127747": { + "class_id": 778, + "words": [ + "crash helmet" + ], + "gloss": "a padded helmet worn by people riding bicycles or motorcycles; protects the head in case of accidents", + "val_images": 0 + }, + "n02877765": { + "class_id": 779, + "words": [ + "bottlecap" + ], + "gloss": "a cap that seals a bottle", + "val_images": 0 + }, + "n04435653": { + "class_id": 780, + "words": [ + "tile roof" + ], + "gloss": "a roof made of fired clay tiles", + "val_images": 0 + }, + "n03724870": { + "class_id": 781, + "words": [ + "mask" + ], + "gloss": "a covering to disguise or conceal the face", + "val_images": 0 + }, + "n03710637": { + "class_id": 782, + "words": [ + "maillot" + ], + "gloss": "tights for dancers or gymnasts", + "val_images": 0 + }, + "n03920288": { + "class_id": 783, + "words": [ + "Petri dish" + ], + "gloss": "a shallow dish used to culture bacteria", + "val_images": 0 + }, + "n03379051": { + "class_id": 784, + "words": [ + "football helmet" + ], + "gloss": "a padded helmet with a face mask to protect the head of football players", + "val_images": 0 + }, + "n02807133": { + "class_id": 785, + "words": [ + "bathing cap", + "swimming cap" + ], + "gloss": "a tight-fitting cap that keeps hair dry while swimming", + "val_images": 0 + }, + "n04399382": { + "class_id": 786, + "words": [ + "teddy", + "teddy bear" + ], + "gloss": "plaything consisting of a child's toy bear (usually plush and stuffed with soft materials)", + "val_images": 0 + }, + "n03527444": { + "class_id": 787, + "words": [ + "holster" + ], + "gloss": "a sheath (usually leather) for carrying a handgun", + "val_images": 0 + }, + "n03983396": { + "class_id": 788, + "words": [ + "pop bottle", + "soda bottle" + ], + "gloss": "a bottle for holding soft drinks", + "val_images": 0 + }, + "n03924679": { + "class_id": 789, + "words": [ + "photocopier" + ], + "gloss": "a copier that uses photographic methods of making copies", + "val_images": 0 + }, + "n04532106": { + "class_id": 790, + "words": [ + "vestment" + ], + "gloss": "gown (especially ceremonial garments) worn by the clergy", + "val_images": 0 + }, + "n06785654": { + "class_id": 791, + "words": [ + "crossword puzzle", + "crossword" + ], + "gloss": "a puzzle in which words corresponding to numbered clues are to be found and written in to squares in the puzzle", + "val_images": 0 + }, + "n03445777": { + "class_id": 792, + "words": [ + "golf ball" + ], + "gloss": "a small hard ball used in playing golf; dimpled to reduce wind resistance", + "val_images": 0 + }, + "n07613480": { + "class_id": 793, + "words": [ + "trifle" + ], + "gloss": "a cold pudding made of layers of sponge cake spread with fruit or jelly; may be decorated with nuts, cream, or chocolate", + "val_images": 0 + }, + "n04350905": { + "class_id": 794, + "words": [ + "suit", + "suit of clothes" + ], + "gloss": "a set of garments (usually including a jacket and trousers or skirt) for outerwear all of the same fabric and color; \"they buried him in his best suit\"", + "val_images": 0 + }, + "n04562935": { + "class_id": 795, + "words": [ + "water tower" + ], + "gloss": "a large reservoir for water", + "val_images": 0 + }, + "n03325584": { + "class_id": 796, + "words": [ + "feather boa", + "boa" + ], + "gloss": "a long thin fluffy scarf of feathers or fur", + "val_images": 0 + }, + "n03045698": { + "class_id": 797, + "words": [ + "cloak" + ], + "gloss": "anything that covers or conceals", + "val_images": 0 + }, + "n07892512": { + "class_id": 798, + "words": [ + "red wine" + ], + "gloss": "wine having a red color derived from skins of dark-colored grapes", + "val_images": 0 + }, + "n03250847": { + "class_id": 799, + "words": [ + "drumstick" + ], + "gloss": "a stick used for playing a drum", + "val_images": 0 + }, + "n04192698": { + "class_id": 800, + "words": [ + "shield", + "buckler" + ], + "gloss": "armor carried on the arm to intercept blows", + "val_images": 0 + }, + "n03026506": { + "class_id": 801, + "words": [ + "Christmas stocking" + ], + "gloss": "a stocking that is filled with small Christmas presents", + "val_images": 0 + }, + "n03534580": { + "class_id": 802, + "words": [ + "hoopskirt", + "crinoline" + ], + "gloss": "a skirt stiffened with hoops", + "val_images": 0 + }, + "n07565083": { + "class_id": 803, + "words": [ + "menu" + ], + "gloss": "the dishes making up a meal", + "val_images": 0 + }, + "n04296562": { + "class_id": 804, + "words": [ + "stage" + ], + "gloss": "a large platform on which people can stand and can be seen by an audience; \"he clambered up onto the stage and got the actors to help him into the box\"", + "val_images": 0 + }, + "n02869837": { + "class_id": 805, + "words": [ + "bonnet", + "poke bonnet" + ], + "gloss": "a hat tied under the chin", + "val_images": 0 + }, + "n07871810": { + "class_id": 806, + "words": [ + "meat loaf", + "meatloaf" + ], + "gloss": "a baked loaf of ground meat", + "val_images": 0 + }, + "n02799071": { + "class_id": 807, + "words": [ + "baseball" + ], + "gloss": "a ball used in playing baseball", + "val_images": 0 + }, + "n03314780": { + "class_id": 808, + "words": [ + "face powder" + ], + "gloss": "cosmetic powder for the face", + "val_images": 0 + }, + "n04141327": { + "class_id": 809, + "words": [ + "scabbard" + ], + "gloss": "a sheath for a sword or dagger or bayonet", + "val_images": 0 + }, + "n04357314": { + "class_id": 810, + "words": [ + "sunscreen", + "sunblock", + "sun blocker" + ], + "gloss": "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn", + "val_images": 0 + }, + "n02823750": { + "class_id": 811, + "words": [ + "beer glass" + ], + "gloss": "a relatively large glass for serving beer", + "val_images": 0 + }, + "n13052670": { + "class_id": 812, + "words": [ + "hen-of-the-woods", + "hen of the woods", + "Polyporus frondosus", + "Grifola frondosa" + ], + "gloss": "large greyish-brown edible fungus forming a mass of overlapping caps that somewhat resembles a hen at the base of trees", + "val_images": 0 + }, + "n07583066": { + "class_id": 813, + "words": [ + "guacamole" + ], + "gloss": "a dip made of mashed avocado mixed with chopped onions and other seasonings", + "val_images": 0 + }, + "n03637318": { + "class_id": 814, + "words": [ + "lampshade", + "lamp shade" + ], + "gloss": "a protective ornamental shade used to screen a light bulb from direct view", + "val_images": 0 + }, + "n04599235": { + "class_id": 815, + "words": [ + "wool", + "woolen", + "woollen" + ], + "gloss": "a fabric made from the hair of sheep", + "val_images": 0 + }, + "n07802026": { + "class_id": 816, + "words": [ + "hay" + ], + "gloss": "grass mowed and cured for use as fodder", + "val_images": 0 + }, + "n02883205": { + "class_id": 817, + "words": [ + "bow tie", + "bow-tie", + "bowtie" + ], + "gloss": "a man's tie that ties in a bow", + "val_images": 0 + }, + "n03709823": { + "class_id": 818, + "words": [ + "mailbag", + "postbag" + ], + "gloss": "letter carrier's shoulder bag; \"in Britain they call a mailbag a postbag\"", + "val_images": 0 + }, + "n04560804": { + "class_id": 819, + "words": [ + "water jug" + ], + "gloss": "a jug that holds water", + "val_images": 0 + }, + "n02909870": { + "class_id": 820, + "words": [ + "bucket", + "pail" + ], + "gloss": "a roughly cylindrical vessel that is open at the top", + "val_images": 0 + }, + "n03207743": { + "class_id": 821, + "words": [ + "dishrag", + "dishcloth" + ], + "gloss": "a cloth for washing dishes", + "val_images": 0 + }, + "n04263257": { + "class_id": 822, + "words": [ + "soup bowl" + ], + "gloss": "a bowl for serving soup", + "val_images": 0 + }, + "n07932039": { + "class_id": 823, + "words": [ + "eggnog" + ], + "gloss": "a punch made of sweetened milk or cream mixed with eggs and usually alcoholic liquor", + "val_images": 0 + }, + "n03786901": { + "class_id": 824, + "words": [ + "mortar" + ], + "gloss": "a bowl-shaped vessel in which substances can be ground and mixed with a pestle", + "val_images": 0 + }, + "n04479046": { + "class_id": 825, + "words": [ + "trench coat" + ], + "gloss": "a military style raincoat; belted with deep pockets", + "val_images": 0 + }, + "n03873416": { + "class_id": 826, + "words": [ + "paddle", + "boat paddle" + ], + "gloss": "a short light oar used without an oarlock to propel a canoe or small boat", + "val_images": 0 + }, + "n02999410": { + "class_id": 827, + "words": [ + "chain" + ], + "gloss": "a series of (usually metal) rings or links fitted into one another to make a flexible ligament", + "val_images": 0 + }, + "n04367480": { + "class_id": 828, + "words": [ + "swab", + "swob", + "mop" + ], + "gloss": "cleaning implement consisting of absorbent material fastened to a handle; for cleaning floors", + "val_images": 0 + }, + "n03775546": { + "class_id": 829, + "words": [ + "mixing bowl" + ], + "gloss": "bowl used with an electric mixer", + "val_images": 0 + }, + "n07875152": { + "class_id": 830, + "words": [ + "potpie" + ], + "gloss": "deep-dish meat and vegetable pie or a meat stew with dumplings", + "val_images": 0 + }, + "n04591713": { + "class_id": 831, + "words": [ + "wine bottle" + ], + "gloss": "a bottle for holding wine", + "val_images": 0 + }, + "n04201297": { + "class_id": 832, + "words": [ + "shoji" + ], + "gloss": "a translucent screen made of a wooden frame covered with rice paper", + "val_images": 0 + }, + "n02916936": { + "class_id": 833, + "words": [ + "bulletproof vest" + ], + "gloss": "a vest capable of resisting the impact of a bullet", + "val_images": 0 + }, + "n03240683": { + "class_id": 834, + "words": [ + "drilling platform", + "offshore rig" + ], + "gloss": "drilling rig consisting of an offshore platform (floating or fixed to the sea bed) from which many oil wells can be bored radially", + "val_images": 0 + }, + "n02840245": { + "class_id": 835, + "words": [ + "binder", + "ring-binder" + ], + "gloss": "holds loose papers or magazines", + "val_images": 0 + }, + "n02963159": { + "class_id": 836, + "words": [ + "cardigan" + ], + "gloss": "knitted jacket that is fastened up the front with buttons or a zipper", + "val_images": 0 + }, + "n04370456": { + "class_id": 837, + "words": [ + "sweatshirt" + ], + "gloss": "cotton knit pullover with long sleeves worn during athletic activity", + "val_images": 0 + }, + "n03991062": { + "class_id": 838, + "words": [ + "pot", + "flowerpot" + ], + "gloss": "a container in which plants are cultivated", + "val_images": 0 + }, + "n02843684": { + "class_id": 839, + "words": [ + "birdhouse" + ], + "gloss": "a shelter for birds", + "val_images": 0 + }, + "n03482405": { + "class_id": 840, + "words": [ + "hamper" + ], + "gloss": "a basket usually with a cover", + "val_images": 0 + }, + "n03942813": { + "class_id": 841, + "words": [ + "ping-pong ball" + ], + "gloss": "light hollow ball used in playing table tennis", + "val_images": 0 + }, + "n03908618": { + "class_id": 842, + "words": [ + "pencil box", + "pencil case" + ], + "gloss": "a box for holding pencils", + "val_images": 0 + }, + "n03902125": { + "class_id": 843, + "words": [ + "pay-phone", + "pay-station" + ], + "gloss": "a coin-operated telephone", + "val_images": 0 + }, + "n07584110": { + "class_id": 844, + "words": [ + "consomme" + ], + "gloss": "clear soup usually of beef or veal or chicken", + "val_images": 0 + }, + "n02730930": { + "class_id": 845, + "words": [ + "apron" + ], + "gloss": "a garment of cloth or leather or plastic that is tied about the waist and worn to protect your clothing", + "val_images": 0 + }, + "n04023962": { + "class_id": 846, + "words": [ + "punching bag", + "punch bag", + "punching ball", + "punchball" + ], + "gloss": "an inflated ball or bag that is suspended and punched for training in boxing", + "val_images": 0 + }, + "n02769748": { + "class_id": 847, + "words": [ + "backpack", + "back pack", + "knapsack", + "packsack", + "rucksack", + "haversack" + ], + "gloss": "a bag carried by a strap on your back or shoulder", + "val_images": 0 + }, + "n10148035": { + "class_id": 848, + "words": [ + "groom", + "bridegroom" + ], + "gloss": "a man participant in his own marriage ceremony", + "val_images": 0 + }, + "n02817516": { + "class_id": 849, + "words": [ + "bearskin", + "busby", + "shako" + ], + "gloss": "tall hat; worn by some British soldiers on ceremonial occasions", + "val_images": 0 + }, + "n03908714": { + "class_id": 850, + "words": [ + "pencil sharpener" + ], + "gloss": "a rotary implement for sharpening the point on pencils", + "val_images": 0 + }, + "n02906734": { + "class_id": 851, + "words": [ + "broom" + ], + "gloss": "a cleaning implement for sweeping; bundle of straws or twigs attached to a long handle", + "val_images": 0 + }, + "n03788365": { + "class_id": 852, + "words": [ + "mosquito net" + ], + "gloss": "a fine net or screen (especially around beds) to protect against mosquitos", + "val_images": 0 + }, + "n02667093": { + "class_id": 853, + "words": [ + "abaya" + ], + "gloss": "(Arabic) a loose black robe from head to toe; traditionally worn by Muslim women", + "val_images": 0 + }, + "n03787032": { + "class_id": 854, + "words": [ + "mortarboard" + ], + "gloss": "an academic cap with a flat square with a tassel on top", + "val_images": 0 + }, + "n03980874": { + "class_id": 855, + "words": [ + "poncho" + ], + "gloss": "a blanket-like cloak with a hole in the center for the head", + "val_images": 0 + }, + "n03141823": { + "class_id": 856, + "words": [ + "crutch" + ], + "gloss": "a wooden or metal staff that fits under the armpit and reaches to the ground; used by disabled person while walking", + "val_images": 0 + }, + "n03976467": { + "class_id": 857, + "words": [ + "Polaroid camera", + "Polaroid Land camera" + ], + "gloss": "a camera that develops and produces a positive print within seconds", + "val_images": 0 + }, + "n04264628": { + "class_id": 858, + "words": [ + "space bar" + ], + "gloss": "the bar-shaped typewriter key that introduces spaces when used", + "val_images": 0 + }, + "n07930864": { + "class_id": 859, + "words": [ + "cup" + ], + "gloss": "a punch served in a pitcher instead of a punch bowl", + "val_images": 0 + }, + "n04039381": { + "class_id": 860, + "words": [ + "racket", + "racquet" + ], + "gloss": "a sports implement (usually consisting of a handle and an oval frame with a tightly interlaced network of strings) used to strike a ball (or shuttlecock) in various games", + "val_images": 0 + }, + "n06874185": { + "class_id": 861, + "words": [ + "traffic light", + "traffic signal", + "stoplight" + ], + "gloss": "a visual signal to control the flow of traffic at intersections", + "val_images": 0 + }, + "n04033901": { + "class_id": 862, + "words": [ + "quill", + "quill pen" + ], + "gloss": "pen made from a bird's feather", + "val_images": 0 + }, + "n04041544": { + "class_id": 863, + "words": [ + "radio", + "wireless" + ], + "gloss": "a communication system based on broadcasting electromagnetic waves", + "val_images": 0 + }, + "n07860988": { + "class_id": 864, + "words": [ + "dough" + ], + "gloss": "a flour mixture stiff enough to knead or roll", + "val_images": 0 + }, + "n03146219": { + "class_id": 865, + "words": [ + "cuirass" + ], + "gloss": "medieval body armor that covers the chest and back", + "val_images": 0 + }, + "n03763968": { + "class_id": 866, + "words": [ + "military uniform" + ], + "gloss": "prescribed identifying uniform for soldiers", + "val_images": 0 + }, + "n03676483": { + "class_id": 867, + "words": [ + "lipstick", + "lip rouge" + ], + "gloss": "makeup that is used to color the lips", + "val_images": 0 + }, + "n04209133": { + "class_id": 868, + "words": [ + "shower cap" + ], + "gloss": "a tight cap worn to keep hair dry while showering", + "val_images": 0 + }, + "n03782006": { + "class_id": 869, + "words": [ + "monitor" + ], + "gloss": "electronic equipment that is used to check the quality or content of electronic transmissions", + "val_images": 0 + }, + "n03857828": { + "class_id": 870, + "words": [ + "oscilloscope", + "scope", + "cathode-ray oscilloscope", + "CRO" + ], + "gloss": "electronic equipment that provides visual images of varying electrical quantities", + "val_images": 0 + }, + "n03775071": { + "class_id": 871, + "words": [ + "mitten" + ], + "gloss": "glove that encases the thumb separately and the other four fingers together", + "val_images": 0 + }, + "n02892767": { + "class_id": 872, + "words": [ + "brassiere", + "bra", + "bandeau" + ], + "gloss": "an undergarment worn by women to support their breasts", + "val_images": 0 + }, + "n07684084": { + "class_id": 873, + "words": [ + "French loaf" + ], + "gloss": "a loaf of French bread", + "val_images": 0 + }, + "n04522168": { + "class_id": 874, + "words": [ + "vase" + ], + "gloss": "an open jar of glass or porcelain used as an ornament or to hold flowers", + "val_images": 0 + }, + "n03764736": { + "class_id": 875, + "words": [ + "milk can" + ], + "gloss": "large can for transporting milk", + "val_images": 0 + }, + "n04118538": { + "class_id": 876, + "words": [ + "rugby ball" + ], + "gloss": "inflated oval ball used in playing rugby", + "val_images": 0 + }, + "n03887697": { + "class_id": 877, + "words": [ + "paper towel" + ], + "gloss": "a disposable towel made of absorbent paper", + "val_images": 0 + }, + "n13044778": { + "class_id": 878, + "words": [ + "earthstar" + ], + "gloss": "any fungus of the family Geastraceae; in form suggesting a puffball whose outer peridium splits into the shape of a star", + "val_images": 0 + }, + "n03291819": { + "class_id": 879, + "words": [ + "envelope" + ], + "gloss": "a flat (usually rectangular) container for a letter, thin package, etc.", + "val_images": 0 + }, + "n03770439": { + "class_id": 880, + "words": [ + "miniskirt", + "mini" + ], + "gloss": "a very short skirt", + "val_images": 0 + }, + "n03124170": { + "class_id": 881, + "words": [ + "cowboy hat", + "ten-gallon hat" + ], + "gloss": "a hat with a wide brim and a soft crown; worn by American ranch hands", + "val_images": 0 + }, + "n04487081": { + "class_id": 882, + "words": [ + "trolleybus", + "trolley coach", + "trackless trolley" + ], + "gloss": "a passenger bus with an electric motor that draws power from overhead wires", + "val_images": 0 + }, + "n03916031": { + "class_id": 883, + "words": [ + "perfume", + "essence" + ], + "gloss": "a toiletry that emits and diffuses a fragrant odor", + "val_images": 0 + }, + "n02808440": { + "class_id": 884, + "words": [ + "bathtub", + "bathing tub", + "bath", + "tub" + ], + "gloss": "a relatively large open container that you fill with water and use to wash the body", + "val_images": 0 + }, + "n07697537": { + "class_id": 885, + "words": [ + "hotdog", + "hot dog", + "red hot" + ], + "gloss": "a frankfurter served hot on a bun", + "val_images": 0 + }, + "n12985857": { + "class_id": 886, + "words": [ + "coral fungus" + ], + "gloss": "any of numerous fungi of the family Clavariaceae often brightly colored that grow in often intricately branched clusters like coral", + "val_images": 0 + }, + "n02917067": { + "class_id": 887, + "words": [ + "bullet train", + "bullet" + ], + "gloss": "a high-speed passenger train", + "val_images": 0 + }, + "n03938244": { + "class_id": 888, + "words": [ + "pillow" + ], + "gloss": "a cushion to support the head of a sleeping person", + "val_images": 0 + }, + "n15075141": { + "class_id": 889, + "words": [ + "toilet tissue", + "toilet paper", + "bathroom tissue" + ], + "gloss": "a soft thin absorbent paper for use in toilets", + "val_images": 0 + }, + "n02978881": { + "class_id": 890, + "words": [ + "cassette" + ], + "gloss": "a container that holds a magnetic tape used for recording or playing sound or video", + "val_images": 0 + }, + "n02966687": { + "class_id": 891, + "words": [ + "carpenter's kit", + "tool kit" + ], + "gloss": "a set of carpenter's tools", + "val_images": 0 + }, + "n03633091": { + "class_id": 892, + "words": [ + "ladle" + ], + "gloss": "a spoon-shaped vessel with a long handle; frequently used to transfer liquids from one container to another", + "val_images": 0 + }, + "n13040303": { + "class_id": 893, + "words": [ + "stinkhorn", + "carrion fungus" + ], + "gloss": "any of various ill-smelling brown-capped fungi of the order Phallales; \"the foul smell of the stinkhorn attracts insects that carry the spores away on their feet\"", + "val_images": 0 + }, + "n03690938": { + "class_id": 894, + "words": [ + "lotion" + ], + "gloss": "any of various cosmetic preparations that are applied to the skin", + "val_images": 0 + }, + "n03476991": { + "class_id": 895, + "words": [ + "hair spray" + ], + "gloss": "toiletry consisting of a commercial preparation that is sprayed on the hair to hold it in place", + "val_images": 0 + }, + "n02669723": { + "class_id": 896, + "words": [ + "academic gown", + "academic robe", + "judge's robe" + ], + "gloss": "a gown worn by academics or judges", + "val_images": 0 + }, + "n03220513": { + "class_id": 897, + "words": [ + "dome" + ], + "gloss": "a hemispherical roof", + "val_images": 0 + }, + "n03127925": { + "class_id": 898, + "words": [ + "crate" + ], + "gloss": "a rugged box (usually made of wood); used for shipping", + "val_images": 0 + }, + "n04584207": { + "class_id": 899, + "words": [ + "wig" + ], + "gloss": "hairpiece covering the head and made of real or synthetic hair", + "val_images": 0 + }, + "n07880968": { + "class_id": 900, + "words": [ + "burrito" + ], + "gloss": "a flour tortilla folded around a filling", + "val_images": 0 + }, + "n03937543": { + "class_id": 901, + "words": [ + "pill bottle" + ], + "gloss": "a small bottle for holding pills", + "val_images": 0 + }, + "n03000247": { + "class_id": 902, + "words": [ + "chain mail", + "ring mail", + "mail", + "chain armor", + "chain armour", + "ring armor", + "ring armour" + ], + "gloss": "(Middle Ages) flexible armor made of interlinked metal rings", + "val_images": 0 + }, + "n04418357": { + "class_id": 903, + "words": [ + "theater curtain", + "theatre curtain" + ], + "gloss": "a hanging cloth that conceals the stage from the view of the audience; rises or parts at the beginning and descends or closes between acts and at the end of a performance", + "val_images": 0 + }, + "n04590129": { + "class_id": 904, + "words": [ + "window shade" + ], + "gloss": "an opaque window blind that can cover or uncover a window", + "val_images": 0 + }, + "n02795169": { + "class_id": 905, + "words": [ + "barrel", + "cask" + ], + "gloss": "a cylindrical container that holds liquids", + "val_images": 0 + }, + "n04553703": { + "class_id": 906, + "words": [ + "washbasin", + "handbasin", + "washbowl", + "lavabo", + "wash-hand basin" + ], + "gloss": "a basin for washing the hands (`wash-hand basin' is a British expression)", + "val_images": 0 + }, + "n02783161": { + "class_id": 907, + "words": [ + "ballpoint", + "ballpoint pen", + "ballpen", + "Biro" + ], + "gloss": "a pen that has a small metal ball as the point of transfer of ink to paper", + "val_images": 0 + }, + "n02802426": { + "class_id": 908, + "words": [ + "basketball" + ], + "gloss": "an inflated ball used in playing basketball", + "val_images": 0 + }, + "n02808304": { + "class_id": 909, + "words": [ + "bath towel" + ], + "gloss": "a large towel; to dry yourself after a bath", + "val_images": 0 + }, + "n03124043": { + "class_id": 910, + "words": [ + "cowboy boot" + ], + "gloss": "a boot with a high arch and fancy stitching; worn by American cowboys", + "val_images": 0 + }, + "n03450230": { + "class_id": 911, + "words": [ + "gown" + ], + "gloss": "a woman's dress, usually with a close-fitting bodice and a long flared skirt, often worn on formal occasions", + "val_images": 0 + }, + "n04589890": { + "class_id": 912, + "words": [ + "window screen" + ], + "gloss": "screen to keep insects from entering a building through the open window", + "val_images": 0 + }, + "n12998815": { + "class_id": 913, + "words": [ + "agaric" + ], + "gloss": "a saprophytic fungus of the order Agaricales having an umbrellalike cap with gills on the underside", + "val_images": 0 + }, + "n02992529": { + "class_id": 914, + "words": [ + "cellular telephone", + "cellular phone", + "cellphone", + "cell", + "mobile phone" + ], + "gloss": "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", + "val_images": 0 + }, + "n03825788": { + "class_id": 915, + "words": [ + "nipple" + ], + "gloss": "a flexible cap on a baby's feeding bottle or pacifier", + "val_images": 0 + }, + "n02790996": { + "class_id": 916, + "words": [ + "barbell" + ], + "gloss": "a bar to which heavy discs are attached at each end; used in weightlifting", + "val_images": 0 + }, + "n03710193": { + "class_id": 917, + "words": [ + "mailbox", + "letter box" + ], + "gloss": "a private box for delivery of mail", + "val_images": 0 + }, + "n03630383": { + "class_id": 918, + "words": [ + "lab coat", + "laboratory coat" + ], + "gloss": "a light coat worn to protect clothing from substances used while working in a laboratory", + "val_images": 0 + }, + "n03347037": { + "class_id": 919, + "words": [ + "fire screen", + "fireguard" + ], + "gloss": "a metal screen before an open fire for protection (especially against flying sparks)", + "val_images": 0 + }, + "n03769881": { + "class_id": 920, + "words": [ + "minibus" + ], + "gloss": "a light bus (4 to 10 passengers)", + "val_images": 0 + }, + "n03871628": { + "class_id": 921, + "words": [ + "packet" + ], + "gloss": "a small package or bundle", + "val_images": 0 + }, + "n03733281": { + "class_id": 922, + "words": [ + "maze", + "labyrinth" + ], + "gloss": "complex system of paths or tunnels in which it is easy to get lost", + "val_images": 0 + }, + "n03976657": { + "class_id": 923, + "words": [ + "pole" + ], + "gloss": "a long (usually round) rod of wood or metal or plastic", + "val_images": 0 + }, + "n03535780": { + "class_id": 924, + "words": [ + "horizontal bar", + "high bar" + ], + "gloss": "gymnastic apparatus consisting of a bar supported in a horizontal position by uprights at both ends", + "val_images": 0 + }, + "n04259630": { + "class_id": 925, + "words": [ + "sombrero" + ], + "gloss": "a straw hat with a tall crown and broad brim; worn in American southwest and in Mexico", + "val_images": 0 + }, + "n03929855": { + "class_id": 926, + "words": [ + "pickelhaube" + ], + "gloss": "a spiked helmet worn by German soldiers", + "val_images": 0 + }, + "n04049303": { + "class_id": 927, + "words": [ + "rain barrel" + ], + "gloss": "a barrel used as a cistern to hold rainwater", + "val_images": 0 + }, + "n04548362": { + "class_id": 928, + "words": [ + "wallet", + "billfold", + "notecase", + "pocketbook" + ], + "gloss": "a pocket-size case for holding papers and paper money", + "val_images": 0 + }, + "n02979186": { + "class_id": 929, + "words": [ + "cassette player" + ], + "gloss": "electronic equipment for playing cassettes", + "val_images": 0 + }, + "n06596364": { + "class_id": 930, + "words": [ + "comic book" + ], + "gloss": "a magazine devoted to comic strips", + "val_images": 0 + }, + "n03935335": { + "class_id": 931, + "words": [ + "piggy bank", + "penny bank" + ], + "gloss": "a child's coin bank (often shaped like a pig)", + "val_images": 0 + }, + "n06794110": { + "class_id": 932, + "words": [ + "street sign" + ], + "gloss": "a sign visible from the street", + "val_images": 0 + }, + "n02825657": { + "class_id": 933, + "words": [ + "bell cote", + "bell cot" + ], + "gloss": "a small shelter for bells; has a gable or shed roof", + "val_images": 0 + }, + "n03388183": { + "class_id": 934, + "words": [ + "fountain pen" + ], + "gloss": "a pen that is supplied with ink from a reservoir in its barrel", + "val_images": 0 + }, + "n04591157": { + "class_id": 935, + "words": [ + "Windsor tie" + ], + "gloss": "a wide necktie worn in a loose bow", + "val_images": 0 + }, + "n04540053": { + "class_id": 936, + "words": [ + "volleyball" + ], + "gloss": "an inflated ball used in playing volleyball", + "val_images": 0 + }, + "n03866082": { + "class_id": 937, + "words": [ + "overskirt" + ], + "gloss": "an outer skirt worn over another skirt", + "val_images": 0 + }, + "n04136333": { + "class_id": 938, + "words": [ + "sarong" + ], + "gloss": "a loose skirt consisting of brightly colored fabric wrapped around the body; worn by both women and men in the South Pacific", + "val_images": 0 + }, + "n04026417": { + "class_id": 939, + "words": [ + "purse" + ], + "gloss": "a small bag for carrying money", + "val_images": 0 + }, + "n02865351": { + "class_id": 940, + "words": [ + "bolo tie", + "bolo", + "bola tie", + "bola" + ], + "gloss": "a cord fastened around the neck with an ornamental clasp and worn as a necktie", + "val_images": 0 + }, + "n02834397": { + "class_id": 941, + "words": [ + "bib" + ], + "gloss": "top part of an apron; covering the chest", + "val_images": 0 + }, + "n03888257": { + "class_id": 942, + "words": [ + "parachute", + "chute" + ], + "gloss": "rescue equipment consisting of a device that fills with air and retards your fall", + "val_images": 0 + }, + "n04235860": { + "class_id": 943, + "words": [ + "sleeping bag" + ], + "gloss": "large padded bag designed to be slept in outdoors; usually rolls up like a bedroll", + "val_images": 0 + }, + "n04404412": { + "class_id": 944, + "words": [ + "television", + "television system" + ], + "gloss": "a telecommunication system that transmits images of objects (stationary or moving) between distant points", + "val_images": 0 + }, + "n04371430": { + "class_id": 945, + "words": [ + "swimming trunks", + "bathing trunks" + ], + "gloss": "swimsuit worn by men while swimming", + "val_images": 0 + }, + "n03733805": { + "class_id": 946, + "words": [ + "measuring cup" + ], + "gloss": "graduated cup used to measure liquid or granular ingredients", + "val_images": 0 + }, + "n07920052": { + "class_id": 947, + "words": [ + "espresso" + ], + "gloss": "strong black coffee brewed by forcing hot water under pressure through finely ground coffee beans", + "val_images": 0 + }, + "n07873807": { + "class_id": 948, + "words": [ + "pizza", + "pizza pie" + ], + "gloss": "Italian open pie made of thin bread dough spread with a spiced mixture of e.g. tomato sauce and cheese", + "val_images": 0 + }, + "n02895154": { + "class_id": 949, + "words": [ + "breastplate", + "aegis", + "egis" + ], + "gloss": "armor plate that protects the chest; the front part of a cuirass", + "val_images": 0 + }, + "n04204238": { + "class_id": 950, + "words": [ + "shopping basket" + ], + "gloss": "a handbasket used to carry goods while shopping", + "val_images": 0 + }, + "n04597913": { + "class_id": 951, + "words": [ + "wooden spoon" + ], + "gloss": "a spoon made of wood", + "val_images": 0 + }, + "n04131690": { + "class_id": 952, + "words": [ + "saltshaker", + "salt shaker" + ], + "gloss": "a shaker with a perforated top for sprinkling salt", + "val_images": 0 + }, + "n07836838": { + "class_id": 953, + "words": [ + "chocolate sauce", + "chocolate syrup" + ], + "gloss": "sauce made with unsweetened chocolate or cocoa and sugar and water", + "val_images": 0 + }, + "n09835506": { + "class_id": 954, + "words": [ + "ballplayer", + "baseball player" + ], + "gloss": "an athlete who plays baseball", + "val_images": 0 + }, + "n03443371": { + "class_id": 955, + "words": [ + "goblet" + ], + "gloss": "a drinking glass with a base and stem", + "val_images": 0 + }, + "n13037406": { + "class_id": 956, + "words": [ + "gyromitra" + ], + "gloss": "any fungus of the genus Gyromitra", + "val_images": 0 + }, + "n04336792": { + "class_id": 957, + "words": [ + "stretcher" + ], + "gloss": "a litter for transporting people who are ill or wounded or dead; usually consists of a sheet of canvas stretched between two poles", + "val_images": 0 + }, + "n04557648": { + "class_id": 958, + "words": [ + "water bottle" + ], + "gloss": "a bottle for holding water", + "val_images": 0 + }, + "n03187595": { + "class_id": 959, + "words": [ + "dial telephone", + "dial phone" + ], + "gloss": "a telephone with a dial for registering the number to be called", + "val_images": 0 + }, + "n04254120": { + "class_id": 960, + "words": [ + "soap dispenser" + ], + "gloss": "dispenser of liquid soap", + "val_images": 0 + }, + "n03595614": { + "class_id": 961, + "words": [ + "jersey", + "T-shirt", + "tee shirt" + ], + "gloss": "a close-fitting pullover shirt", + "val_images": 0 + }, + "n04146614": { + "class_id": 962, + "words": [ + "school bus" + ], + "gloss": "a bus used to transport children to or from school", + "val_images": 0 + }, + "n03598930": { + "class_id": 963, + "words": [ + "jigsaw puzzle" + ], + "gloss": "a puzzle that requires you to reassemble a picture that has been mounted on a stiff base and cut into interlocking pieces", + "val_images": 0 + }, + "n03958227": { + "class_id": 964, + "words": [ + "plastic bag" + ], + "gloss": "a bag made of thin plastic material", + "val_images": 0 + }, + "n04069434": { + "class_id": 965, + "words": [ + "reflex camera" + ], + "gloss": "camera that allows the photographer to view and focus the exact scene being photographed", + "val_images": 0 + }, + "n03188531": { + "class_id": 966, + "words": [ + "diaper", + "nappy", + "napkin" + ], + "gloss": "garment consisting of a folded cloth drawn up between the legs and fastened at the waist; worn by infants to catch excrement", + "val_images": 0 + }, + "n02786058": { + "class_id": 967, + "words": [ + "Band Aid" + ], + "gloss": "trade name for an adhesive bandage to cover small cuts or blisters", + "val_images": 0 + }, + "n07615774": { + "class_id": 968, + "words": [ + "ice lolly", + "lolly", + "lollipop", + "popsicle" + ], + "gloss": "ice cream or water ice on a small wooden stick; \"in England a popsicle is called an ice lolly\"", + "val_images": 0 + }, + "n04525038": { + "class_id": 969, + "words": [ + "velvet" + ], + "gloss": "a silky densely piled fabric with a plain back", + "val_images": 0 + }, + "n04409515": { + "class_id": 970, + "words": [ + "tennis ball" + ], + "gloss": "ball about the size of a fist used in playing tennis", + "val_images": 0 + }, + "n03424325": { + "class_id": 971, + "words": [ + "gasmask", + "respirator", + "gas helmet" + ], + "gloss": "a protective mask with a filter; protects the face and lungs against poisonous gases", + "val_images": 0 + }, + "n03223299": { + "class_id": 972, + "words": [ + "doormat", + "welcome mat" + ], + "gloss": "a mat placed outside an exterior door for wiping the shoes before entering", + "val_images": 0 + }, + "n03680355": { + "class_id": 973, + "words": [ + "Loafer" + ], + "gloss": "a low leather step-in shoe; the top resembles a moccasin but it has a broad flat heel", + "val_images": 0 + }, + "n07614500": { + "class_id": 974, + "words": [ + "ice cream", + "icecream" + ], + "gloss": "frozen dessert containing cream and sugar and flavoring", + "val_images": 0 + }, + "n07695742": { + "class_id": 975, + "words": [ + "pretzel" + ], + "gloss": "glazed and salted cracker typically in the shape of a loose knot", + "val_images": 0 + }, + "n04033995": { + "class_id": 976, + "words": [ + "quilt", + "comforter", + "comfort", + "puff" + ], + "gloss": "bedding made of two layers of cloth filled with stuffing and stitched together", + "val_images": 0 + }, + "n03710721": { + "class_id": 977, + "words": [ + "maillot", + "tank suit" + ], + "gloss": "a woman's one-piece bathing suit", + "val_images": 0 + }, + "n04392985": { + "class_id": 978, + "words": [ + "tape player" + ], + "gloss": "electronic equipment for playing back magnetic tapes", + "val_images": 0 + }, + "n03047690": { + "class_id": 979, + "words": [ + "clog", + "geta", + "patten", + "sabot" + ], + "gloss": "footwear usually with wooden soles", + "val_images": 0 + }, + "n03584254": { + "class_id": 980, + "words": [ + "iPod" + ], + "gloss": "(trademark) a pocket-sized device used to play music files", + "val_images": 0 + }, + "n13054560": { + "class_id": 981, + "words": [ + "bolete" + ], + "gloss": "any fungus of the family Boletaceae", + "val_images": 0 + }, + "n10565667": { + "class_id": 982, + "words": [ + "scuba diver" + ], + "gloss": "an underwater diver who uses scuba gear", + "val_images": 0 + }, + "n03950228": { + "class_id": 983, + "words": [ + "pitcher", + "ewer" + ], + "gloss": "an open vessel with a handle and a spout for pouring", + "val_images": 0 + }, + "n03729826": { + "class_id": 984, + "words": [ + "matchstick" + ], + "gloss": "a short thin stick of wood used in making matches", + "val_images": 0 + }, + "n02837789": { + "class_id": 985, + "words": [ + "bikini", + "two-piece" + ], + "gloss": "a woman's very brief bathing suit", + "val_images": 0 + }, + "n04254777": { + "class_id": 986, + "words": [ + "sock" + ], + "gloss": "hosiery consisting of a cloth covering for the foot; worn inside the shoe; reaches to between the ankle and the knee", + "val_images": 0 + }, + "n02988304": { + "class_id": 987, + "words": [ + "CD player" + ], + "gloss": "a stand-alone piece of electronic equipment that either has its own display or attaches to a television set", + "val_images": 0 + }, + "n03657121": { + "class_id": 988, + "words": [ + "lens cap", + "lens cover" + ], + "gloss": "cap used to keep lens free of dust when not in use", + "val_images": 0 + }, + "n04417672": { + "class_id": 989, + "words": [ + "thatch", + "thatched roof" + ], + "gloss": "a house roof made with a plant material (as straw)", + "val_images": 0 + }, + "n04523525": { + "class_id": 990, + "words": [ + "vault" + ], + "gloss": "an arched brick or stone ceiling or roof", + "val_images": 0 + }, + "n02815834": { + "class_id": 991, + "words": [ + "beaker" + ], + "gloss": "a flatbottomed jar made of glass or plastic; used for chemistry", + "val_images": 0 + }, + "n09229709": { + "class_id": 992, + "words": [ + "bubble" + ], + "gloss": "a hollow globule of gas (e.g., air or carbon dioxide)", + "val_images": 0 + }, + "n07697313": { + "class_id": 993, + "words": [ + "cheeseburger" + ], + "gloss": "a hamburger with melted cheese on it", + "val_images": 0 + }, + "n03888605": { + "class_id": 994, + "words": [ + "parallel bars", + "bars" + ], + "gloss": "gymnastic apparatus consisting of two parallel wooden rods supported on uprights", + "val_images": 0 + }, + "n03355925": { + "class_id": 995, + "words": [ + "flagpole", + "flagstaff" + ], + "gloss": "a tall staff or pole on which a flag is raised", + "val_images": 0 + }, + "n03063599": { + "class_id": 996, + "words": [ + "coffee mug" + ], + "gloss": "a mug intended for serving coffee", + "val_images": 0 + }, + "n04116512": { + "class_id": 997, + "words": [ + "rubber eraser", + "rubber", + "pencil eraser" + ], + "gloss": "an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil", + "val_images": 0 + }, + "n04325704": { + "class_id": 998, + "words": [ + "stole" + ], + "gloss": "a wide scarf worn about their shoulders by women", + "val_images": 0 + }, + "n07831146": { + "class_id": 999, + "words": [ + "carbonara" + ], + "gloss": "sauce for pasta; contains eggs and bacon or ham and grated cheese", + "val_images": 0 + }, + "n03255030": { + "class_id": 1000, + "words": [ + "dumbbell" + ], + "gloss": "an exercising weight; two spheres connected by a short bar that serves as a handle", + "val_images": 0 + }, + "n00001740": { + "class_id": 1001, + "words": [ + "entity" + ], + "gloss": "that which is perceived or known or inferred to have its own distinct existence (living or nonliving)" + }, + "n00001930": { + "class_id": 1002, + "words": [ + "physical entity" + ], + "gloss": "an entity that has physical existence" + }, + "n00020827": { + "class_id": 1003, + "words": [ + "matter" + ], + "gloss": "that which has mass and occupies space; \"physicists study both the nature of matter and the forces which govern it\"" + }, + "n00020090": { + "class_id": 1004, + "words": [ + "substance" + ], + "gloss": "a particular kind or species of matter with uniform properties; \"shigella is one of the most toxic substances known to man\"" + }, + "n00021265": { + "class_id": 1005, + "words": [ + "food", + "nutrient" + ], + "gloss": "any substance that can be metabolized by an animal to give energy and build tissue" + }, + "n07566340": { + "class_id": 1006, + "words": [ + "foodstuff", + "food product" + ], + "gloss": "a substance that can be used or prepared for use as food" + }, + "n07566863": { + "class_id": 1007, + "words": [ + "starches" + ], + "gloss": "foodstuff rich in natural starch (especially potatoes, rice, bread)" + }, + "n07710616": { + "class_id": 1008, + "words": [ + "potato", + "white potato", + "Irish potato", + "murphy", + "spud", + "tater" + ], + "gloss": "an edible tuber native to South America; a staple food of Ireland" + }, + "n07679356": { + "class_id": 1009, + "words": [ + "bread", + "breadstuff", + "staff of life" + ], + "gloss": "food made from dough of flour or meal and usually raised with yeast or baking powder and then baked" + }, + "n07683786": { + "class_id": 1010, + "words": [ + "loaf of bread", + "loaf" + ], + "gloss": "a shaped mass of baked bread that is usually sliced before eating" + }, + "n07681926": { + "class_id": 1011, + "words": [ + "cracker" + ], + "gloss": "a thin crisp wafer made of flour and water with or without leavening and shortening; unsweetened or semisweet" + }, + "n07680932": { + "class_id": 1012, + "words": [ + "bun", + "roll" + ], + "gloss": "small rounded bread either plain or sweet" + }, + "n07809096": { + "class_id": 1013, + "words": [ + "ingredient", + "fixings" + ], + "gloss": "food that is a component of a mixture in cooking; \"the recipe lists all the fixings for a salad\"" + }, + "n07809368": { + "class_id": 1014, + "words": [ + "flavorer", + "flavourer", + "flavoring", + "flavouring", + "seasoner", + "seasoning" + ], + "gloss": "something added to food primarily for the savor it imparts" + }, + "n07810907": { + "class_id": 1015, + "words": [ + "condiment" + ], + "gloss": "a preparation (a sauce or relish or spice) to enhance flavor or enjoyment; \"mustard and ketchup are condiments\"" + }, + "n07582609": { + "class_id": 1016, + "words": [ + "dip" + ], + "gloss": "tasty mixture or liquid into which bite-sized foods are dipped" + }, + "n07829412": { + "class_id": 1017, + "words": [ + "sauce" + ], + "gloss": "flavorful relish or dressing or topping served as an accompaniment to food" + }, + "n07838233": { + "class_id": 1018, + "words": [ + "spaghetti sauce", + "pasta sauce" + ], + "gloss": "any of numerous sauces for spaghetti or other kinds of pasta" + }, + "n07882497": { + "class_id": 1019, + "words": [ + "concoction", + "mixture", + "intermixture" + ], + "gloss": "any foodstuff made by combining different ingredients; \"he volunteered to taste her latest concoction\"; \"he drank a mixture of beer and lemonade\"" + }, + "n07560652": { + "class_id": 1020, + "words": [ + "fare" + ], + "gloss": "the food and drink that are regularly served or consumed" + }, + "n07570720": { + "class_id": 1021, + "words": [ + "nutriment", + "nourishment", + "nutrition", + "sustenance", + "aliment", + "alimentation", + "victuals" + ], + "gloss": "a source of materials to nourish the body" + }, + "n07557434": { + "class_id": 1022, + "words": [ + "dish" + ], + "gloss": "a particular item of prepared food; \"she prepared a special dish for dinner\"" + }, + "n07588947": { + "class_id": 1023, + "words": [ + "stew" + ], + "gloss": "food prepared by stewing especially meat or fish with vegetables" + }, + "n07583197": { + "class_id": 1024, + "words": [ + "soup" + ], + "gloss": "liquid food especially of meat or fish or vegetable stock often containing pieces of solid food" + }, + "n07712382": { + "class_id": 1025, + "words": [ + "snack food" + ], + "gloss": "food for light meals or for eating between meals" + }, + "n07695965": { + "class_id": 1026, + "words": [ + "sandwich" + ], + "gloss": "two (or more) slices of bread with a filling between them" + }, + "n07697100": { + "class_id": 1027, + "words": [ + "hamburger", + "beefburger", + "burger" + ], + "gloss": "a sandwich consisting of a fried cake of minced beef served on a bun, often with other ingredients" + }, + "n07556970": { + "class_id": 1028, + "words": [ + "course" + ], + "gloss": "part of a meal served at one time; \"she prepared a three course meal\"" + }, + "n07579575": { + "class_id": 1029, + "words": [ + "entree", + "main course" + ], + "gloss": "the principal dish of a meal" + }, + "n07609840": { + "class_id": 1030, + "words": [ + "dessert", + "sweet", + "afters" + ], + "gloss": "a dish served as the last course of a meal" + }, + "n07611358": { + "class_id": 1031, + "words": [ + "frozen dessert" + ], + "gloss": "any of various desserts prepared by freezing" + }, + "n07612996": { + "class_id": 1032, + "words": [ + "pudding", + "pud" + ], + "gloss": "(British) the dessert course of a meal (`pud' is used informally)" + }, + "n07800091": { + "class_id": 1033, + "words": [ + "feed", + "provender" + ], + "gloss": "food for domestic livestock" + }, + "n07800740": { + "class_id": 1034, + "words": [ + "fodder" + ], + "gloss": "coarse food (especially for livestock) composed of entire plants or the leaves and stalks of a cereal crop" + }, + "n07881800": { + "class_id": 1035, + "words": [ + "beverage", + "drink", + "drinkable", + "potable" + ], + "gloss": "any liquid suitable for drinking; \"may I take your beverage order?\"" + }, + "n07929519": { + "class_id": 1036, + "words": [ + "coffee", + "java" + ], + "gloss": "a beverage consisting of an infusion of ground coffee beans; \"he ordered a cup of coffee\"" + }, + "n07884567": { + "class_id": 1037, + "words": [ + "alcohol", + "alcoholic drink", + "alcoholic beverage", + "intoxicant", + "inebriant" + ], + "gloss": "a liquor or brew containing alcohol as the active agent; \"alcohol (or drink) ruined him\"" + }, + "n07891726": { + "class_id": 1038, + "words": [ + "wine", + "vino" + ], + "gloss": "fermented juice (of grapes especially)" + }, + "n07911371": { + "class_id": 1039, + "words": [ + "mixed drink" + ], + "gloss": "made of two or more ingredients" + }, + "n07930554": { + "class_id": 1040, + "words": [ + "punch" + ], + "gloss": "an iced mixed drink usually containing alcohol and prepared for multiple servings; normally served in a punch bowl" + }, + "n14778436": { + "class_id": 1041, + "words": [ + "agent" + ], + "gloss": "a substance that exerts some force or effect" + }, + "n03247620": { + "class_id": 1042, + "words": [ + "drug" + ], + "gloss": "a substance that is used as a medicine or narcotic" + }, + "n03248958": { + "class_id": 1043, + "words": [ + "drug of abuse", + "street drug" + ], + "gloss": "a drug that is taken for nonmedicinal reasons (usually for mind-altering effects); drug abuse can lead to physical and mental damage and (with some substances) dependence and addiction" + }, + "n03740161": { + "class_id": 1044, + "words": [ + "medicine", + "medication", + "medicament", + "medicinal drug" + ], + "gloss": "(medicine) something that treats or prevents or alleviates the symptoms of disease" + }, + "n03994008": { + "class_id": 1045, + "words": [ + "powder" + ], + "gloss": "any of various cosmetic or medical preparations dispensed in the form of a pulverized powder" + }, + "n00019613": { + "class_id": 1046, + "words": [ + "substance" + ], + "gloss": "the real physical matter of which a person or thing consists; \"DNA is the substance of our genes\"" + }, + "n14580897": { + "class_id": 1047, + "words": [ + "material", + "stuff" + ], + "gloss": "the tangible substance that goes into the makeup of a physical object; \"coal is a hard black material\"; \"wheat is the stuff they use to make bread\"" + }, + "n14974264": { + "class_id": 1048, + "words": [ + "paper" + ], + "gloss": "a material made of cellulose pulp derived mainly from wood or rags or certain grasses" + }, + "n15074962": { + "class_id": 1049, + "words": [ + "tissue", + "tissue paper" + ], + "gloss": "a soft thin (usually translucent) paper" + }, + "n14939900": { + "class_id": 1050, + "words": [ + "fluid" + ], + "gloss": "a substance that is fluid at room temperature and pressure" + }, + "n14940386": { + "class_id": 1051, + "words": [ + "liquid" + ], + "gloss": "a substance that is liquid at room temperature and pressure" + }, + "n15046900": { + "class_id": 1052, + "words": [ + "solid" + ], + "gloss": "matter that is solid at room temperature and pressure" + }, + "n07555863": { + "class_id": 1053, + "words": [ + "food", + "solid food" + ], + "gloss": "any solid substance (as opposed to liquid) that is used as a source of nourishment; \"food and drink\"" + }, + "n07622061": { + "class_id": 1054, + "words": [ + "baked goods" + ], + "gloss": "foods (like breads and cakes and pastries) that are cooked in an oven" + }, + "n07705711": { + "class_id": 1055, + "words": [ + "produce", + "green goods", + "green groceries", + "garden truck" + ], + "gloss": "fresh fruits and vegetable grown for the market" + }, + "n07705931": { + "class_id": 1056, + "words": [ + "edible fruit" + ], + "gloss": "edible reproductive body of a seed plant especially one having sweet flesh" + }, + "n07739125": { + "class_id": 1057, + "words": [ + "apple" + ], + "gloss": "fruit with red or yellow or green skin and sweet to tart crisp whitish flesh" + }, + "n07739506": { + "class_id": 1058, + "words": [ + "eating apple", + "dessert apple" + ], + "gloss": "an apple used primarily for eating raw without cooking" + }, + "n07742704": { + "class_id": 1059, + "words": [ + "berry" + ], + "gloss": "any of numerous small and pulpy edible fruits; used as desserts or in making jams and jellies and preserves" + }, + "n07747055": { + "class_id": 1060, + "words": [ + "citrus", + "citrus fruit", + "citrous fruit" + ], + "gloss": "any of numerous fruits of the genus Citrus having thick rind and juicy pulp; grown in warm regions" + }, + "n07707451": { + "class_id": 1061, + "words": [ + "vegetable", + "veggie", + "veg" + ], + "gloss": "edible seeds or roots or stems or leaves or bulbs or tubers or nonsweet fruits of any of numerous herbaceous plant" + }, + "n07710007": { + "class_id": 1062, + "words": [ + "solanaceous vegetable" + ], + "gloss": "any of several fruits of plants of the family Solanaceae; especially of the genera Solanum, Capsicum, and Lycopersicon" + }, + "n07720442": { + "class_id": 1063, + "words": [ + "pepper" + ], + "gloss": "sweet and hot varieties of fruits of plants of the genus Capsicum" + }, + "n07720615": { + "class_id": 1064, + "words": [ + "sweet pepper" + ], + "gloss": "large mild crisp thick-walled capsicum peppers usually bell-shaped or somewhat oblong; commonly used in salads" + }, + "n07710283": { + "class_id": 1065, + "words": [ + "root vegetable" + ], + "gloss": "any of various fleshy edible underground roots or tubers" + }, + "n07713395": { + "class_id": 1066, + "words": [ + "cruciferous vegetable" + ], + "gloss": "a vegetable of the mustard family: especially mustard greens; various cabbages; broccoli; cauliflower; brussels sprouts" + }, + "n07713895": { + "class_id": 1067, + "words": [ + "cabbage", + "chou" + ], + "gloss": "any of various types of cabbage" + }, + "n07715561": { + "class_id": 1068, + "words": [ + "squash" + ], + "gloss": "edible fruit of a squash plant; eaten as a vegetable" + }, + "n07715721": { + "class_id": 1069, + "words": [ + "summer squash" + ], + "gloss": "any of various fruits of the gourd family that mature during the summer; eaten while immature and before seeds and rind harden" + }, + "n07717070": { + "class_id": 1070, + "words": [ + "winter squash" + ], + "gloss": "any of various fruits of the gourd family with thick rinds and edible yellow to orange flesh that mature in the fall and can be stored for several months" + }, + "n00007347": { + "class_id": 1071, + "words": [ + "causal agent", + "cause", + "causal agency" + ], + "gloss": "any entity that produces an effect or is responsible for events or results" + }, + "n00007846": { + "class_id": 1072, + "words": [ + "person", + "individual", + "someone", + "somebody", + "mortal", + "soul" + ], + "gloss": "a human being; \"there was too much for one person to do\"" + }, + "n09613191": { + "class_id": 1073, + "words": [ + "contestant" + ], + "gloss": "a person who participates in competitions" + }, + "n10439851": { + "class_id": 1074, + "words": [ + "player", + "participant" + ], + "gloss": "a person who participates in or is skilled at some game" + }, + "n09820263": { + "class_id": 1075, + "words": [ + "athlete", + "jock" + ], + "gloss": "a person trained to compete in sports" + }, + "n10072708": { + "class_id": 1076, + "words": [ + "explorer", + "adventurer" + ], + "gloss": "someone who travels into little known regions (especially for some scientific purpose)" + }, + "n10019552": { + "class_id": 1077, + "words": [ + "diver", + "frogman", + "underwater diver" + ], + "gloss": "someone who works underwater" + }, + "n09626238": { + "class_id": 1078, + "words": [ + "peer", + "equal", + "match", + "compeer" + ], + "gloss": "a person who is of equal standing with another in a group" + }, + "n09816771": { + "class_id": 1079, + "words": [ + "associate" + ], + "gloss": "a person who joins with others in some activity or endeavor; \"he had to consult his associate before continuing\"" + }, + "n10401829": { + "class_id": 1080, + "words": [ + "participant" + ], + "gloss": "someone who takes part in an activity" + }, + "n00002684": { + "class_id": 1081, + "words": [ + "object", + "physical object" + ], + "gloss": "a tangible and visible entity; an entity that can cast a shadow; \"it was full of rackets, balls and other objects\"" + }, + "n09287968": { + "class_id": 1082, + "words": [ + "geological formation", + "formation" + ], + "gloss": "(geology) the geological features of the earth" + }, + "n09366017": { + "class_id": 1083, + "words": [ + "natural depression", + "depression" + ], + "gloss": "a sunken or depressed geological formation" + }, + "n09366317": { + "class_id": 1084, + "words": [ + "natural elevation", + "elevation" + ], + "gloss": "a raised or elevated geological formation" + }, + "n09359803": { + "class_id": 1085, + "words": [ + "mountain", + "mount" + ], + "gloss": "a land mass that projects well above its surroundings; higher than a hill" + }, + "n09409512": { + "class_id": 1086, + "words": [ + "ridge" + ], + "gloss": "a long narrow natural elevation or striation" + }, + "n09214060": { + "class_id": 1087, + "words": [ + "bar" + ], + "gloss": "a submerged (or partly submerged) ridge in a river or along a shore; \"the boat ran aground on a submerged bar in the river\"" + }, + "n09406793": { + "class_id": 1088, + "words": [ + "reef" + ], + "gloss": "a submerged ridge of rock or coral near the surface of the water" + }, + "n09433442": { + "class_id": 1089, + "words": [ + "shore" + ], + "gloss": "the land along the edge of a body of water" + }, + "n09443453": { + "class_id": 1090, + "words": [ + "spring", + "fountain", + "outflow", + "outpouring", + "natural spring" + ], + "gloss": "a natural flow of ground water" + }, + "n00027167": { + "class_id": 1091, + "words": [ + "location" + ], + "gloss": "a point or extent in space" + }, + "n08620061": { + "class_id": 1092, + "words": [ + "point" + ], + "gloss": "the precise location of something; a spatially limited location; \"she walked to a point where she could survey the whole street\"" + }, + "n08578706": { + "class_id": 1093, + "words": [ + "geographic point", + "geographical point" + ], + "gloss": "a point on the surface of the Earth" + }, + "n04602044": { + "class_id": 1094, + "words": [ + "workplace", + "work" + ], + "gloss": "a place where work is done; \"he arrived at work early today\"" + }, + "n00003553": { + "class_id": 1095, + "words": [ + "whole", + "unit" + ], + "gloss": "an assemblage of parts that is regarded as a single entity; \"how big is that part compared to the whole?\"; \"the team is a unit\"" + }, + "n00019128": { + "class_id": 1096, + "words": [ + "natural object" + ], + "gloss": "an object occurring naturally; not made by man" + }, + "n09349797": { + "class_id": 1097, + "words": [ + "mechanism" + ], + "gloss": "a natural object resembling a machine in structure or function; \"the mechanism of the ear\"; \"the mechanism of infection\"" + }, + "n09214581": { + "class_id": 1098, + "words": [ + "barrier" + ], + "gloss": "anything serving to maintain separation by obstructing vision or access" + }, + "n13086908": { + "class_id": 1099, + "words": [ + "plant part", + "plant structure" + ], + "gloss": "any part of a plant or fungus" + }, + "n13087625": { + "class_id": 1100, + "words": [ + "plant organ" + ], + "gloss": "a functional and structural unit of a plant or fungus" + }, + "n11675842": { + "class_id": 1101, + "words": [ + "reproductive structure" + ], + "gloss": "the parts of a plant involved in its reproduction" + }, + "n13134947": { + "class_id": 1102, + "words": [ + "fruit" + ], + "gloss": "the ripened reproductive body of a seed plant" + }, + "n13135832": { + "class_id": 1103, + "words": [ + "seed" + ], + "gloss": "a small hard fruit" + }, + "n11689483": { + "class_id": 1104, + "words": [ + "oilseed", + "oil-rich seed" + ], + "gloss": "any of several seeds that yield oil" + }, + "n12156819": { + "class_id": 1105, + "words": [ + "grain", + "caryopsis" + ], + "gloss": "dry seed-like fruit produced by the cereal grasses: e.g. wheat, barley, Indian corn" + }, + "n12157056": { + "class_id": 1106, + "words": [ + "kernel" + ], + "gloss": "a single whole grain of a cereal; \"a kernel of corn\"" + }, + "n13138842": { + "class_id": 1107, + "words": [ + "pome", + "false fruit" + ], + "gloss": "a fleshy fruit (apple or pear or related fruits) having seed chambers and an outer fleshy part" + }, + "n00004258": { + "class_id": 1108, + "words": [ + "living thing", + "animate thing" + ], + "gloss": "a living (or once living) entity" + }, + "n00004475": { + "class_id": 1109, + "words": [ + "organism", + "being" + ], + "gloss": "a living thing that has (or can develop) the ability to act or function independently" + }, + "n00017222": { + "class_id": 1110, + "words": [ + "plant", + "flora", + "plant life" + ], + "gloss": "(botany) a living organism lacking the power of locomotion" + }, + "n13083586": { + "class_id": 1111, + "words": [ + "vascular plant", + "tracheophyte" + ], + "gloss": "green plant having a vascular system: ferns, gymnosperms, angiosperms" + }, + "n11552386": { + "class_id": 1112, + "words": [ + "spermatophyte", + "phanerogam", + "seed plant" + ], + "gloss": "plant that reproduces by means of seeds not spores" + }, + "n11665372": { + "class_id": 1113, + "words": [ + "angiosperm", + "flowering plant" + ], + "gloss": "plants having seeds in a closed ovary" + }, + "n11669921": { + "class_id": 1114, + "words": [ + "flower" + ], + "gloss": "a plant cultivated for its blooms or blossoms" + }, + "n12041446": { + "class_id": 1115, + "words": [ + "orchid", + "orchidaceous plant" + ], + "gloss": "any of numerous plants of the orchid family usually having flowers of unusual shapes and beautiful colors" + }, + "n12056217": { + "class_id": 1116, + "words": [ + "lady's slipper", + "lady-slipper", + "ladies' slipper", + "slipper orchid" + ], + "gloss": "any of several chiefly American wildflowers having an inflated pouchlike lip; difficult or impossible to cultivate in the garden" + }, + "n12992868": { + "class_id": 1117, + "words": [ + "fungus" + ], + "gloss": "an organism of the kingdom Fungi lacking chlorophyll and feeding on organic matter; ranging from unicellular or multicellular organisms to spore-bearing syncytia" + }, + "n12997654": { + "class_id": 1118, + "words": [ + "basidiomycete", + "basidiomycetous fungi" + ], + "gloss": "any of various fungi of the subdivision Basidiomycota" + }, + "n00015388": { + "class_id": 1119, + "words": [ + "animal", + "animate being", + "beast", + "brute", + "creature", + "fauna" + ], + "gloss": "a living organism characterized by voluntary movement" + }, + "n01905661": { + "class_id": 1120, + "words": [ + "invertebrate" + ], + "gloss": "any animal lacking a backbone or notochord; the term is not used as a scientific classification" + }, + "n01767661": { + "class_id": 1121, + "words": [ + "arthropod" + ], + "gloss": "invertebrate having jointed limbs and a segmented body with an exoskeleton made of chitin" + }, + "n01769347": { + "class_id": 1122, + "words": [ + "arachnid", + "arachnoid" + ], + "gloss": "air-breathing arthropods characterized by simple eyes and four pairs of legs" + }, + "n01772222": { + "class_id": 1123, + "words": [ + "spider" + ], + "gloss": "predatory arachnid with eight legs, two poison fangs, two feelers, and usually two silk-spinning organs at the back end of the body; they spin silk to make cocoons for eggs or traps for prey" + }, + "n01776192": { + "class_id": 1124, + "words": [ + "acarine" + ], + "gloss": "mite or tick" + }, + "n01974773": { + "class_id": 1125, + "words": [ + "crustacean" + ], + "gloss": "any mainly aquatic arthropod usually having a segmented body and chitinous exoskeleton" + }, + "n01975687": { + "class_id": 1126, + "words": [ + "malacostracan crustacean" + ], + "gloss": "a major subclass of crustaceans" + }, + "n01976146": { + "class_id": 1127, + "words": [ + "decapod crustacean", + "decapod" + ], + "gloss": "crustaceans characteristically having five pairs of locomotor appendages each joined to a segment of the thorax" + }, + "n01976957": { + "class_id": 1128, + "words": [ + "crab" + ], + "gloss": "decapod having eyes on short stalks and a broad flattened carapace with a small abdomen folded under the thorax and pincers" + }, + "n01982650": { + "class_id": 1129, + "words": [ + "lobster" + ], + "gloss": "any of several edible marine crustaceans of the families Homaridae and Nephropsidae and Palinuridae" + }, + "n01983048": { + "class_id": 1130, + "words": [ + "true lobster" + ], + "gloss": "large edible marine crustaceans having large pincers on the first pair of legs" + }, + "n02159955": { + "class_id": 1131, + "words": [ + "insect" + ], + "gloss": "small air-breathing arthropod" + }, + "n02164464": { + "class_id": 1132, + "words": [ + "beetle" + ], + "gloss": "insect having biting mouthparts and front wings modified to form horny covers overlying the membranous rear wings" + }, + "n02171453": { + "class_id": 1133, + "words": [ + "lamellicorn beetle" + ], + "gloss": "beetle having antennae with hard platelike terminal segments" + }, + "n02171869": { + "class_id": 1134, + "words": [ + "scarabaeid beetle", + "scarabaeid", + "scarabaean" + ], + "gloss": "any of numerous species of stout-bodied beetles having heads with horny spikes" + }, + "n02188699": { + "class_id": 1135, + "words": [ + "dipterous insect", + "two-winged insects", + "dipteran", + "dipteron" + ], + "gloss": "insects having usually a single pair of functional wings (anterior pair) with the posterior pair reduced to small knobbed structures and mouth parts adapted for sucking or lapping or piercing" + }, + "n02206270": { + "class_id": 1136, + "words": [ + "hymenopterous insect", + "hymenopteran", + "hymenopteron", + "hymenopter" + ], + "gloss": "insects having two pairs of membranous wings and an ovipositor specialized for stinging or piercing" + }, + "n02226183": { + "class_id": 1137, + "words": [ + "orthopterous insect", + "orthopteron", + "orthopteran" + ], + "gloss": "any of various insects having leathery forewings and membranous hind wings and chewing mouthparts" + }, + "n02231052": { + "class_id": 1138, + "words": [ + "phasmid", + "phasmid insect" + ], + "gloss": "large cylindrical or flattened mostly tropical insects with long strong legs that feed on plants; walking sticks and leaf insects" + }, + "n02232951": { + "class_id": 1139, + "words": [ + "dictyopterous insect" + ], + "gloss": "cockroaches and mantids" + }, + "n02246011": { + "class_id": 1140, + "words": [ + "homopterous insect", + "homopteran" + ], + "gloss": "insects having membranous forewings and hind wings" + }, + "n02263378": { + "class_id": 1141, + "words": [ + "neuropteron", + "neuropteran", + "neuropterous insect" + ], + "gloss": "insect having biting mouthparts and four large membranous wings with netlike veins" + }, + "n02268148": { + "class_id": 1142, + "words": [ + "odonate" + ], + "gloss": "large primitive predatory aquatic insect having two pairs of membranous wings" + }, + "n02274024": { + "class_id": 1143, + "words": [ + "lepidopterous insect", + "lepidopteron", + "lepidopteran" + ], + "gloss": "insect that in the adult state has four wings more or less covered with tiny scales" + }, + "n02274259": { + "class_id": 1144, + "words": [ + "butterfly" + ], + "gloss": "diurnal insect typically having a slender body with knobbed antennae and broad colorful wings" + }, + "n02274822": { + "class_id": 1145, + "words": [ + "nymphalid", + "nymphalid butterfly", + "brush-footed butterfly", + "four-footed butterfly" + ], + "gloss": "medium to large butterflies found worldwide typically having brightly colored wings and much-reduced nonfunctional forelegs carried folded on the breast" + }, + "n02279637": { + "class_id": 1146, + "words": [ + "danaid", + "danaid butterfly" + ], + "gloss": "large tropical butterfly with degenerate forelegs and an unpleasant taste" + }, + "n02280458": { + "class_id": 1147, + "words": [ + "pierid", + "pierid butterfly" + ], + "gloss": "any of numerous pale-colored butterflies having three pairs of well-developed legs" + }, + "n01909422": { + "class_id": 1148, + "words": [ + "coelenterate", + "cnidarian" + ], + "gloss": "radially symmetrical animals having saclike bodies with only one opening and tentacles with stinging structures; they occur in polyp and medusa forms" + }, + "n01914163": { + "class_id": 1149, + "words": [ + "anthozoan", + "actinozoan" + ], + "gloss": "sessile marine coelenterates including solitary and colonial polyps; the medusoid phase is entirely suppressed" + }, + "n01915811": { + "class_id": 1150, + "words": [ + "coral" + ], + "gloss": "marine colonial polyp characterized by a calcareous skeleton; masses in a variety of shapes often forming reefs" + }, + "n01916925": { + "class_id": 1151, + "words": [ + "stony coral", + "madrepore", + "madriporian coral" + ], + "gloss": "corals having calcareous skeletons aggregations of which form reefs and islands" + }, + "n01922303": { + "class_id": 1152, + "words": [ + "worm" + ], + "gloss": "any of numerous relatively small elongated soft-bodied animals especially of the phyla Annelida and Chaetognatha and Nematoda and Nemertea and Platyhelminthes; also many insect larvae" + }, + "n01940736": { + "class_id": 1153, + "words": [ + "mollusk", + "mollusc", + "shellfish" + ], + "gloss": "invertebrate having a soft unsegmented body usually enclosed in a shell" + }, + "n01942177": { + "class_id": 1154, + "words": [ + "gastropod", + "univalve" + ], + "gloss": "a class of mollusks typically having a one-piece coiled shell and flattened muscular foot with a head bearing stalked eyes" + }, + "n01968315": { + "class_id": 1155, + "words": [ + "cephalopod", + "cephalopod mollusk" + ], + "gloss": "marine mollusk characterized by well-developed head and eyes and sucker-bearing tentacles" + }, + "n02316707": { + "class_id": 1156, + "words": [ + "echinoderm" + ], + "gloss": "marine invertebrates with tube feet and five-part radially symmetrical bodies" + }, + "n01317541": { + "class_id": 1157, + "words": [ + "domestic animal", + "domesticated animal" + ], + "gloss": "any of various animals that have been tamed and made fit for a human environment" + }, + "n02121808": { + "class_id": 1158, + "words": [ + "domestic cat", + "house cat", + "Felis domesticus", + "Felis catus" + ], + "gloss": "any domesticated member of the genus Felis" + }, + "n02084071": { + "class_id": 1159, + "words": [ + "dog", + "domestic dog", + "Canis familiaris" + ], + "gloss": "a member of the genus Canis (probably descended from the common wolf) that has been domesticated by man since prehistoric times; occurs in many breeds; \"the dog barked all night\"" + }, + "n02087122": { + "class_id": 1160, + "words": [ + "hunting dog" + ], + "gloss": "a dog used in hunting game" + }, + "n02098550": { + "class_id": 1161, + "words": [ + "sporting dog", + "gun dog" + ], + "gloss": "a dog trained to work with sportsmen when they hunt with guns" + }, + "n02099997": { + "class_id": 1162, + "words": [ + "pointer", + "Spanish pointer" + ], + "gloss": "a strong slender smooth-haired dog of Spanish origin having a white coat with brown or black patches; scents out and points to game" + }, + "n02100399": { + "class_id": 1163, + "words": [ + "setter" + ], + "gloss": "a long-haired dog formerly trained to crouch on finding game but now to point" + }, + "n02101108": { + "class_id": 1164, + "words": [ + "spaniel" + ], + "gloss": "any of several breeds of small to medium-sized gun dogs with a long silky coat and long frilled ears" + }, + "n02102605": { + "class_id": 1165, + "words": [ + "water spaniel" + ], + "gloss": "any dog of two large curly-coated breeds used for hunting waterfowl" + }, + "n02101861": { + "class_id": 1166, + "words": [ + "springer spaniel", + "springer" + ], + "gloss": "a large spaniel with wavy silky coat usually black or liver and white" + }, + "n02099029": { + "class_id": 1167, + "words": [ + "retriever" + ], + "gloss": "a dog with heavy water-resistant coat that can be trained to retrieve game" + }, + "n02092468": { + "class_id": 1168, + "words": [ + "terrier" + ], + "gloss": "any of several usually small short-bodied breeds originally trained to hunt animals living underground" + }, + "n02095050": { + "class_id": 1169, + "words": [ + "fox terrier" + ], + "gloss": "small lively black-and-white terriers formerly used to dig out foxes" + }, + "n02095412": { + "class_id": 1170, + "words": [ + "wirehair", + "wirehaired terrier", + "wire-haired terrier" + ], + "gloss": "a terrier with wiry hair" + }, + "n02095727": { + "class_id": 1171, + "words": [ + "Welsh terrier" + ], + "gloss": "wire-haired terrier resembling Airedales but smaller; developed in Wales for hunting" + }, + "n02096756": { + "class_id": 1172, + "words": [ + "schnauzer" + ], + "gloss": "old German breed of sturdy black or greyish wire-haired terriers having a blunt muzzle ranging in size from fairly small to very large; used as ratters and guard dogs or police dogs" + }, + "n02093056": { + "class_id": 1173, + "words": [ + "bullterrier", + "bull terrier" + ], + "gloss": "a powerful short-haired terrier originated in England by crossing the bulldog with terriers" + }, + "n02087551": { + "class_id": 1174, + "words": [ + "hound", + "hound dog" + ], + "gloss": "any of several breeds of dog used for hunting typically having large drooping ears" + }, + "n02090475": { + "class_id": 1175, + "words": [ + "wolfhound" + ], + "gloss": "the largest breed of dogs; formerly used to hunt wolves" + }, + "n02088839": { + "class_id": 1176, + "words": [ + "coonhound" + ], + "gloss": "any of several breeds of hound developed for hunting raccoons" + }, + "n02089555": { + "class_id": 1177, + "words": [ + "foxhound" + ], + "gloss": "medium-sized glossy-coated hounds developed for hunting foxes" + }, + "n02090827": { + "class_id": 1178, + "words": [ + "greyhound" + ], + "gloss": "a tall slender dog of an ancient breed noted for swiftness and keen sight; used as a racing dog" + }, + "n02112826": { + "class_id": 1179, + "words": [ + "corgi", + "Welsh corgi" + ], + "gloss": "either of two Welsh breeds of long-bodied short-legged dogs with erect ears and a fox-like head" + }, + "n02113335": { + "class_id": 1180, + "words": [ + "poodle", + "poodle dog" + ], + "gloss": "an intelligent dog with a heavy curly solid-colored coat that is usually clipped; an old breed sometimes trained as sporting dogs or as performing dogs" + }, + "n02112497": { + "class_id": 1181, + "words": [ + "griffon", + "Brussels griffon", + "Belgian griffon" + ], + "gloss": "breed of various very small compact wiry-coated dogs of Belgian origin having a short bearded muzzle" + }, + "n02103406": { + "class_id": 1182, + "words": [ + "working dog" + ], + "gloss": "any of several breeds of usually large powerful dogs bred to work as draft animals and guard and guide dogs" + }, + "n02104523": { + "class_id": 1183, + "words": [ + "shepherd dog", + "sheepdog", + "sheep dog" + ], + "gloss": "any of various usually long-haired breeds of dog reared to herd and guard sheep" + }, + "n02104882": { + "class_id": 1184, + "words": [ + "Belgian sheepdog", + "Belgian shepherd" + ], + "gloss": "hardy working dog developed in Belgium for herding sheep" + }, + "n02103841": { + "class_id": 1185, + "words": [ + "watchdog", + "guard dog" + ], + "gloss": "a dog trained to guard property" + }, + "n02106966": { + "class_id": 1186, + "words": [ + "pinscher" + ], + "gloss": "any of three breeds of dogs whose ears and tail are usually cropped" + }, + "n02109811": { + "class_id": 1187, + "words": [ + "sled dog", + "sledge dog" + ], + "gloss": "a dog trained to draw a sled usually in a team" + }, + "n02107420": { + "class_id": 1188, + "words": [ + "Sennenhunde" + ], + "gloss": "any of four Swiss breeds" + }, + "n02108254": { + "class_id": 1189, + "words": [ + "mastiff" + ], + "gloss": "an old breed of powerful deep-chested smooth-coated dog used chiefly as a watchdog and guard dog" + }, + "n02108672": { + "class_id": 1190, + "words": [ + "bulldog", + "English bulldog" + ], + "gloss": "a sturdy thickset short-haired breed with a large head and strong undershot lower jaw; developed originally in England for bull baiting" + }, + "n02111626": { + "class_id": 1191, + "words": [ + "spitz" + ], + "gloss": "any of various stocky heavy-coated breeds of dogs native to northern regions having pointed muzzles and erect ears with a curled furry tail" + }, + "n02085374": { + "class_id": 1192, + "words": [ + "toy dog", + "toy" + ], + "gloss": "any of several breeds of very small dogs kept purely as pets" + }, + "n02086346": { + "class_id": 1193, + "words": [ + "toy spaniel" + ], + "gloss": "a very small spaniel" + }, + "n02086478": { + "class_id": 1194, + "words": [ + "English toy spaniel" + ], + "gloss": "British breed having a long silky coat and rounded head with a short upturned muzzle" + }, + "n02152991": { + "class_id": 1195, + "words": [ + "game" + ], + "gloss": "animal hunted for food or sport" + }, + "n02153203": { + "class_id": 1196, + "words": [ + "game bird" + ], + "gloss": "any bird (as grouse or pheasant) that is hunted for sport" + }, + "n01795088": { + "class_id": 1197, + "words": [ + "grouse" + ], + "gloss": "popular game bird having a plump body and feathered legs and feet" + }, + "n01802721": { + "class_id": 1198, + "words": [ + "phasianid" + ], + "gloss": "a kind of game bird in the family Phasianidae" + }, + "n01803078": { + "class_id": 1199, + "words": [ + "pheasant" + ], + "gloss": "large long-tailed gallinaceous bird native to the Old World but introduced elsewhere" + }, + "n01805801": { + "class_id": 1200, + "words": [ + "peafowl", + "bird of Juno" + ], + "gloss": "very large terrestrial southeast Asian pheasant often raised as an ornamental bird" + }, + "n02384858": { + "class_id": 1201, + "words": [ + "racer" + ], + "gloss": "an animal that races" + }, + "n01466257": { + "class_id": 1202, + "words": [ + "chordate" + ], + "gloss": "any animal of the phylum Chordata having a notochord or spinal column" + }, + "n01471682": { + "class_id": 1203, + "words": [ + "vertebrate", + "craniate" + ], + "gloss": "animals having a bony or cartilaginous skeleton with a segmented spinal column and a large brain enclosed in a skull or cranium" + }, + "n01861778": { + "class_id": 1204, + "words": [ + "mammal", + "mammalian" + ], + "gloss": "any warm-blooded vertebrate having the skin more or less covered with hair; young are born alive except for the small subclass of monotremes and nourished with milk" + }, + "n01886756": { + "class_id": 1205, + "words": [ + "placental", + "placental mammal", + "eutherian", + "eutherian mammal" + ], + "gloss": "mammals having a placenta; all mammals except monotremes and marsupials" + }, + "n02323449": { + "class_id": 1206, + "words": [ + "lagomorph", + "gnawing mammal" + ], + "gloss": "relative large gnawing animals; distinguished from rodents by having two pairs of upper incisors specialized for gnawing" + }, + "n02323902": { + "class_id": 1207, + "words": [ + "leporid", + "leporid mammal" + ], + "gloss": "rabbits and hares" + }, + "n02324045": { + "class_id": 1208, + "words": [ + "rabbit", + "coney", + "cony" + ], + "gloss": "any of various burrowing animals of the family Leporidae having long ears and short tails; some domesticated and raised for pets or food" + }, + "n02469914": { + "class_id": 1209, + "words": [ + "primate" + ], + "gloss": "any placental mammal of the order Primates; has good eyesight and flexible hands and feet" + }, + "n02496913": { + "class_id": 1210, + "words": [ + "lemur" + ], + "gloss": "large-eyed arboreal prosimian having foxy faces and long furry tails" + }, + "n02470325": { + "class_id": 1211, + "words": [ + "ape" + ], + "gloss": "any of various primates with short tails or no tail at all" + }, + "n02470899": { + "class_id": 1212, + "words": [ + "anthropoid ape" + ], + "gloss": "any tailless ape of the families Pongidae and Hylobatidae" + }, + "n02480153": { + "class_id": 1213, + "words": [ + "great ape", + "pongid" + ], + "gloss": "any of the large anthropoid apes of the family Pongidae" + }, + "n02483092": { + "class_id": 1214, + "words": [ + "lesser ape" + ], + "gloss": "gibbons and siamangs" + }, + "n02484322": { + "class_id": 1215, + "words": [ + "monkey" + ], + "gloss": "any of various long-tailed primates (excluding the prosimians)" + }, + "n02489589": { + "class_id": 1216, + "words": [ + "New World monkey", + "platyrrhine", + "platyrrhinian" + ], + "gloss": "hairy-faced arboreal monkeys having widely separated nostrils and long usually prehensile tails" + }, + "n02484473": { + "class_id": 1217, + "words": [ + "Old World monkey", + "catarrhine" + ], + "gloss": "of Africa or Arabia or Asia; having nonprehensile tails and nostrils close together" + }, + "n02503127": { + "class_id": 1218, + "words": [ + "proboscidean", + "proboscidian" + ], + "gloss": "massive herbivorous mammals having tusks and a long trunk" + }, + "n02503517": { + "class_id": 1219, + "words": [ + "elephant" + ], + "gloss": "five-toed pachyderm" + }, + "n02075296": { + "class_id": 1220, + "words": [ + "carnivore" + ], + "gloss": "a terrestrial or aquatic flesh-eating mammal; \"terrestrial carnivores have four or five clawed digits on each limb\"" + }, + "n02131653": { + "class_id": 1221, + "words": [ + "bear" + ], + "gloss": "massive plantigrade carnivorous or omnivorous mammals with long shaggy coats and strong claws" + }, + "n02441326": { + "class_id": 1222, + "words": [ + "musteline mammal", + "mustelid", + "musteline" + ], + "gloss": "fissiped fur-bearing carnivorous mammals" + }, + "n02507649": { + "class_id": 1223, + "words": [ + "procyonid" + ], + "gloss": "plantigrade carnivorous mammals" + }, + "n02134971": { + "class_id": 1224, + "words": [ + "viverrine", + "viverrine mammal" + ], + "gloss": "small cat-like predatory mammals of warmer parts of the Old World" + }, + "n02083346": { + "class_id": 1225, + "words": [ + "canine", + "canid" + ], + "gloss": "any of various fissiped mammals with nonretractile claws and typically long muzzles" + }, + "n02115335": { + "class_id": 1226, + "words": [ + "wild dog" + ], + "gloss": "any of various undomesticated mammals of the family Canidae that are thought to resemble domestic dogs as distinguished from jackals or wolves" + }, + "n02118333": { + "class_id": 1227, + "words": [ + "fox" + ], + "gloss": "alert carnivorous mammal with pointed muzzle and ears and a bushy tail; most are predators that do not hunt in packs" + }, + "n02114100": { + "class_id": 1228, + "words": [ + "wolf" + ], + "gloss": "any of various predatory carnivorous canine mammals of North America and Eurasia that usually hunt in packs" + }, + "n02120997": { + "class_id": 1229, + "words": [ + "feline", + "felid" + ], + "gloss": "any of various lithe-bodied roundheaded fissiped mammals, many with retractile claws" + }, + "n02121620": { + "class_id": 1230, + "words": [ + "cat", + "true cat" + ], + "gloss": "feline mammal usually having thick soft fur and no ability to roar: domestic cats; wildcats" + }, + "n02124623": { + "class_id": 1231, + "words": [ + "wildcat" + ], + "gloss": "any small or medium-sized cat resembling the domestic cat and living in the wild" + }, + "n02127808": { + "class_id": 1232, + "words": [ + "big cat", + "cat" + ], + "gloss": "any of several large cats typically able to roar and living in the wild" + }, + "n02062017": { + "class_id": 1233, + "words": [ + "aquatic mammal" + ], + "gloss": "whales and dolphins; manatees and dugongs; walruses; seals" + }, + "n02073250": { + "class_id": 1234, + "words": [ + "sea cow", + "sirenian mammal", + "sirenian" + ], + "gloss": "any of two families of large herbivorous aquatic mammals with paddle-shaped tails and flipper-like forelimbs and no hind limbs" + }, + "n02075927": { + "class_id": 1235, + "words": [ + "pinniped mammal", + "pinniped", + "pinnatiped" + ], + "gloss": "aquatic carnivorous mammal having a streamlined body specialized for swimming with limbs modified as flippers" + }, + "n02076196": { + "class_id": 1236, + "words": [ + "seal" + ], + "gloss": "any of numerous marine mammals that come on shore to breed; chiefly of cold regions" + }, + "n02076779": { + "class_id": 1237, + "words": [ + "eared seal" + ], + "gloss": "pinniped mammal having external ear flaps and hind limbs used for locomotion on land; valued for its soft underfur" + }, + "n02062430": { + "class_id": 1238, + "words": [ + "cetacean", + "cetacean mammal", + "blower" + ], + "gloss": "large aquatic carnivorous mammal with fin-like forelimbs no hind limbs, including: whales; dolphins; porpoises; narwhals" + }, + "n02062744": { + "class_id": 1239, + "words": [ + "whale" + ], + "gloss": "any of the larger cetacean mammals having a streamlined body and breathing through a blowhole on the head" + }, + "n02066707": { + "class_id": 1240, + "words": [ + "toothed whale" + ], + "gloss": "any of several whales having simple conical teeth and feeding on fish etc." + }, + "n02068974": { + "class_id": 1241, + "words": [ + "dolphin" + ], + "gloss": "any of various small toothed whales with a beaklike snout; larger than porpoises" + }, + "n02063224": { + "class_id": 1242, + "words": [ + "baleen whale", + "whalebone whale" + ], + "gloss": "whale with plates of whalebone along the upper jaw for filtering plankton from the water" + }, + "n02370806": { + "class_id": 1243, + "words": [ + "ungulate", + "hoofed mammal" + ], + "gloss": "any of a number of mammals with hooves that are superficially similar but not necessarily closely related taxonomically" + }, + "n02373336": { + "class_id": 1244, + "words": [ + "odd-toed ungulate", + "perissodactyl", + "perissodactyl mammal" + ], + "gloss": "placental mammals having hooves with an odd number of toes on each foot" + }, + "n02374149": { + "class_id": 1245, + "words": [ + "equine", + "equid" + ], + "gloss": "hoofed mammals having slender legs and a flat coat with a narrow mane along the back of the neck" + }, + "n02374451": { + "class_id": 1246, + "words": [ + "horse", + "Equus caballus" + ], + "gloss": "solid-hoofed herbivorous quadruped domesticated since prehistoric times" + }, + "n02394477": { + "class_id": 1247, + "words": [ + "even-toed ungulate", + "artiodactyl", + "artiodactyl mammal" + ], + "gloss": "placental mammal having hooves with an even number of functional toes on each foot" + }, + "n02437136": { + "class_id": 1248, + "words": [ + "camel" + ], + "gloss": "cud-chewing mammal used as a draft or saddle animal in desert regions" + }, + "n02399000": { + "class_id": 1249, + "words": [ + "ruminant" + ], + "gloss": "any of various cud-chewing hoofed mammals having a stomach divided into four (occasionally three) compartments" + }, + "n02401031": { + "class_id": 1250, + "words": [ + "bovid" + ], + "gloss": "hollow-horned ruminants" + }, + "n02411705": { + "class_id": 1251, + "words": [ + "sheep" + ], + "gloss": "woolly usually horned ruminant mammal related to the goat" + }, + "n02419796": { + "class_id": 1252, + "words": [ + "antelope" + ], + "gloss": "graceful Old World ruminant with long legs and horns directed upward and backward; includes gazelles; springboks; impalas; addax; gerenuks; blackbucks; dik-diks" + }, + "n02414578": { + "class_id": 1253, + "words": [ + "wild sheep" + ], + "gloss": "undomesticated sheep" + }, + "n02415435": { + "class_id": 1254, + "words": [ + "mountain sheep" + ], + "gloss": "any wild sheep inhabiting mountainous regions" + }, + "n02416519": { + "class_id": 1255, + "words": [ + "goat", + "caprine animal" + ], + "gloss": "any of numerous agile ruminants related to sheep but having a beard and straight horns" + }, + "n02417534": { + "class_id": 1256, + "words": [ + "wild goat" + ], + "gloss": "undomesticated goat" + }, + "n02407959": { + "class_id": 1257, + "words": [ + "Old World buffalo", + "buffalo" + ], + "gloss": "any of several Old World animals resembling oxen including, e.g., water buffalo; Cape buffalo" + }, + "n02402010": { + "class_id": 1258, + "words": [ + "bovine" + ], + "gloss": "any of various members of the genus Bos" + }, + "n02402425": { + "class_id": 1259, + "words": [ + "cattle", + "cows", + "kine", + "oxen", + "Bos taurus" + ], + "gloss": "domesticated bovine animals as a group regardless of sex or age; \"so many head of cattle\"; \"wait till the cows come home\"; \"seven thin and ill-favored kine\"- Bible; \"a team of oxen\"" + }, + "n02395003": { + "class_id": 1260, + "words": [ + "swine" + ], + "gloss": "stout-bodied short-legged omnivorous animals" + }, + "n02453611": { + "class_id": 1261, + "words": [ + "edentate" + ], + "gloss": "primitive terrestrial mammal with few if any teeth; of tropical Central America and South America" + }, + "n02456962": { + "class_id": 1262, + "words": [ + "sloth", + "tree sloth" + ], + "gloss": "any of several slow-moving arboreal mammals of South America and Central America; they hang from branches back downward and feed on leaves and fruits" + }, + "n02453108": { + "class_id": 1263, + "words": [ + "pachyderm" + ], + "gloss": "any of various nonruminant hoofed mammals having very thick skin: elephant; rhinoceros; hippopotamus" + }, + "n02329401": { + "class_id": 1264, + "words": [ + "rodent", + "gnawer" + ], + "gloss": "relatively small placental mammals having a single pair of constantly growing incisor teeth specialized for gnawing" + }, + "n02364520": { + "class_id": 1265, + "words": [ + "cavy" + ], + "gloss": "short-tailed rough-haired South American rodent" + }, + "n02355227": { + "class_id": 1266, + "words": [ + "squirrel" + ], + "gloss": "a kind of arboreal rodent having a long bushy tail" + }, + "n02355477": { + "class_id": 1267, + "words": [ + "tree squirrel" + ], + "gloss": "any typical arboreal squirrel" + }, + "n01871543": { + "class_id": 1268, + "words": [ + "prototherian" + ], + "gloss": "primitive oviparous mammals found only in Australia and Tasmania and New Guinea" + }, + "n01871875": { + "class_id": 1269, + "words": [ + "monotreme", + "egg-laying mammal" + ], + "gloss": "the most primitive mammals comprising the only extant members of the subclass Prototheria" + }, + "n01873982": { + "class_id": 1270, + "words": [ + "metatherian" + ], + "gloss": "primitive pouched mammals found mainly in Australia and the Americas" + }, + "n01874434": { + "class_id": 1271, + "words": [ + "marsupial", + "pouched mammal" + ], + "gloss": "mammals of which the females have a pouch (the marsupium) containing the teats where the young are fed and carried" + }, + "n01881171": { + "class_id": 1272, + "words": [ + "phalanger", + "opossum", + "possum" + ], + "gloss": "small furry Australian arboreal marsupials having long usually prehensile tails" + }, + "n01877134": { + "class_id": 1273, + "words": [ + "kangaroo" + ], + "gloss": "any of several herbivorous leaping marsupials of Australia and New Guinea having large powerful hind legs and a long thick tail" + }, + "n01503061": { + "class_id": 1274, + "words": [ + "bird" + ], + "gloss": "warm-blooded egg-laying vertebrates characterized by feathers and forelimbs modified as wings" + }, + "n01517565": { + "class_id": 1275, + "words": [ + "ratite", + "ratite bird", + "flightless bird" + ], + "gloss": "flightless birds having flat breastbones lacking a keel for attachment of flight muscles: ostriches; cassowaries; emus; moas; rheas; kiwis; elephant birds" + }, + "n01524359": { + "class_id": 1276, + "words": [ + "passerine", + "passeriform bird" + ], + "gloss": "perching birds mostly small and living near the ground with feet having 4 toes arranged to allow for gripping the perch; most are songbirds; hatchlings are helpless" + }, + "n01525720": { + "class_id": 1277, + "words": [ + "oscine", + "oscine bird" + ], + "gloss": "passerine bird having specialized vocal apparatus" + }, + "n01529672": { + "class_id": 1278, + "words": [ + "finch" + ], + "gloss": "any of numerous small songbirds with short stout bills adapted for crushing seeds" + }, + "n01537134": { + "class_id": 1279, + "words": [ + "bunting" + ], + "gloss": "any of numerous seed-eating songbirds of Europe or North America" + }, + "n01557185": { + "class_id": 1280, + "words": [ + "thrush" + ], + "gloss": "songbirds characteristically having brownish upper plumage with a spotted breast" + }, + "n01560105": { + "class_id": 1281, + "words": [ + "nightingale", + "Luscinia megarhynchos" + ], + "gloss": "European songbird noted for its melodious nocturnal song" + }, + "n01578575": { + "class_id": 1282, + "words": [ + "corvine bird" + ], + "gloss": "birds of the crow family" + }, + "n01591697": { + "class_id": 1283, + "words": [ + "titmouse", + "tit" + ], + "gloss": "small insectivorous birds" + }, + "n01604330": { + "class_id": 1284, + "words": [ + "bird of prey", + "raptor", + "raptorial bird" + ], + "gloss": "any of numerous carnivorous birds that hunt and kill other animals" + }, + "n01605630": { + "class_id": 1285, + "words": [ + "hawk" + ], + "gloss": "diurnal bird of prey typically having short rounded wings and a long tail" + }, + "n01613294": { + "class_id": 1286, + "words": [ + "eagle", + "bird of Jove" + ], + "gloss": "any of various large keen-sighted diurnal birds of prey noted for their broad wings and strong soaring flight" + }, + "n01621127": { + "class_id": 1287, + "words": [ + "owl", + "bird of Minerva", + "bird of night", + "hooter" + ], + "gloss": "nocturnal bird of prey with hawk-like beak and claws and large head with front-facing eyes" + }, + "n01789386": { + "class_id": 1288, + "words": [ + "gallinaceous bird", + "gallinacean" + ], + "gloss": "heavy-bodied largely ground-feeding domestic or game birds" + }, + "n01816887": { + "class_id": 1289, + "words": [ + "parrot" + ], + "gloss": "usually brightly colored zygodactyl tropical birds with short hooked beaks and the ability to mimic sounds" + }, + "n01819115": { + "class_id": 1290, + "words": [ + "cockatoo" + ], + "gloss": "white or light-colored crested parrot of the Australian region; often kept as cage birds" + }, + "n01820348": { + "class_id": 1291, + "words": [ + "lory" + ], + "gloss": "small brightly colored Australasian parrots having a brush-tipped tongue for feeding on nectar and soft fruits" + }, + "n01822602": { + "class_id": 1292, + "words": [ + "cuculiform bird" + ], + "gloss": "birds having zygodactyl feet (except for the touracos)" + }, + "n01823013": { + "class_id": 1293, + "words": [ + "cuckoo" + ], + "gloss": "any of numerous European and North American birds having pointed wings and a long tail" + }, + "n01825930": { + "class_id": 1294, + "words": [ + "coraciiform bird" + ], + "gloss": "chiefly short-legged arboreal nonpasserine birds that nest in holes" + }, + "n01831712": { + "class_id": 1295, + "words": [ + "apodiform bird" + ], + "gloss": "nonpasserine bird having long wings and weak feet; spends much of its time in flight" + }, + "n01838038": { + "class_id": 1296, + "words": [ + "piciform bird" + ], + "gloss": "any of numerous nonpasserine insectivorous climbing birds usually having strong bills for boring wood" + }, + "n01844917": { + "class_id": 1297, + "words": [ + "aquatic bird" + ], + "gloss": "wading and swimming and diving birds of either fresh or salt water" + }, + "n01845132": { + "class_id": 1298, + "words": [ + "waterfowl", + "water bird", + "waterbird" + ], + "gloss": "freshwater aquatic bird" + }, + "n01845477": { + "class_id": 1299, + "words": [ + "anseriform bird" + ], + "gloss": "chiefly web-footed swimming birds" + }, + "n01846331": { + "class_id": 1300, + "words": [ + "duck" + ], + "gloss": "small wild or domesticated web-footed broad-billed swimming bird usually having a depressed body and short legs" + }, + "n01852861": { + "class_id": 1301, + "words": [ + "sea duck" + ], + "gloss": "any of various large diving ducks found along the seacoast: eider; scoter; merganser" + }, + "n01854415": { + "class_id": 1302, + "words": [ + "merganser", + "fish duck", + "sawbill", + "sheldrake" + ], + "gloss": "large crested fish-eating diving duck having a slender hooked bill with serrated edges" + }, + "n01858441": { + "class_id": 1303, + "words": [ + "swan" + ], + "gloss": "stately heavy-bodied aquatic bird with very long neck and usually white plumage as adult" + }, + "n02000954": { + "class_id": 1304, + "words": [ + "wading bird", + "wader" + ], + "gloss": "any of many long-legged birds that wade in water in search of food" + }, + "n02002075": { + "class_id": 1305, + "words": [ + "stork" + ], + "gloss": "large mostly Old World wading birds typically having white-and-black plumage" + }, + "n02008041": { + "class_id": 1306, + "words": [ + "heron" + ], + "gloss": "grey or white wading bird with long neck and long legs and (usually) long bill" + }, + "n02008796": { + "class_id": 1307, + "words": [ + "egret" + ], + "gloss": "any of various usually white herons having long plumes during breeding season" + }, + "n02014941": { + "class_id": 1308, + "words": [ + "rail" + ], + "gloss": "any of numerous widely distributed small wading birds of the family Rallidae having short wings and very long toes for running on soft mud" + }, + "n02018027": { + "class_id": 1309, + "words": [ + "coot" + ], + "gloss": "slate-black slow-flying birds somewhat resembling ducks" + }, + "n02022684": { + "class_id": 1310, + "words": [ + "shorebird", + "shore bird", + "limicoline bird" + ], + "gloss": "any of numerous wading birds that frequent mostly seashores and estuaries" + }, + "n02023341": { + "class_id": 1311, + "words": [ + "plover" + ], + "gloss": "any of numerous chiefly shorebirds of relatively compact build having straight bills and large pointed wings; closely related to the sandpipers" + }, + "n02025043": { + "class_id": 1312, + "words": [ + "turnstone" + ], + "gloss": "migratory shorebirds of the plover family that turn over stones in searching for food" + }, + "n02026059": { + "class_id": 1313, + "words": [ + "sandpiper" + ], + "gloss": "any of numerous usually small wading birds having a slender bill and piping call; closely related to the plovers" + }, + "n02031934": { + "class_id": 1314, + "words": [ + "snipe" + ], + "gloss": "Old or New World straight-billed game bird of the sandpiper family; of marshy areas; similar to the woodcocks" + }, + "n02016358": { + "class_id": 1315, + "words": [ + "gallinule", + "marsh hen", + "water hen", + "swamphen" + ], + "gloss": "any of various small aquatic birds of the genus Gallinula distinguished from rails by a frontal shield and a resemblance to domestic hens" + }, + "n02016956": { + "class_id": 1316, + "words": [ + "purple gallinule" + ], + "gloss": "gallinules with showy purplish plumage" + }, + "n02021795": { + "class_id": 1317, + "words": [ + "seabird", + "sea bird", + "seafowl" + ], + "gloss": "a bird that frequents coastal waters and the open ocean: gulls; pelicans; gannets; cormorants; albatrosses; petrels; etc." + }, + "n02051474": { + "class_id": 1318, + "words": [ + "pelecaniform seabird" + ], + "gloss": "large fish-eating seabird with four-toed webbed feet" + }, + "n02055658": { + "class_id": 1319, + "words": [ + "sphenisciform seabird" + ], + "gloss": "flightless cold-water seabirds: penguins" + }, + "n02055803": { + "class_id": 1320, + "words": [ + "penguin" + ], + "gloss": "short-legged flightless birds of cold southern especially Antarctic regions having webbed feet and wings modified as flippers" + }, + "n02057731": { + "class_id": 1321, + "words": [ + "pelagic bird", + "oceanic bird" + ], + "gloss": "bird of the open seas" + }, + "n01661091": { + "class_id": 1322, + "words": [ + "reptile", + "reptilian" + ], + "gloss": "any cold-blooded vertebrate of the class Reptilia including tortoises, turtles, snakes, lizards, alligators, crocodiles, and extinct forms" + }, + "n01661592": { + "class_id": 1323, + "words": [ + "anapsid", + "anapsid reptile" + ], + "gloss": "primitive reptile having no opening in the temporal region of the skull; all extinct except turtles" + }, + "n01662622": { + "class_id": 1324, + "words": [ + "chelonian", + "chelonian reptile" + ], + "gloss": "a reptile of the order Chelonia" + }, + "n01662784": { + "class_id": 1325, + "words": [ + "turtle" + ], + "gloss": "any of various aquatic and land reptiles having a bony shell and flipper-like limbs for swimming" + }, + "n01663401": { + "class_id": 1326, + "words": [ + "sea turtle", + "marine turtle" + ], + "gloss": "any of various large turtles with limbs modified into flippers; widely distributed in warm seas" + }, + "n01661818": { + "class_id": 1327, + "words": [ + "diapsid", + "diapsid reptile" + ], + "gloss": "reptile having a pair of openings in the skull behind each eye" + }, + "n01674216": { + "class_id": 1328, + "words": [ + "saurian" + ], + "gloss": "any of various reptiles of the suborder Sauria which includes lizards; in former classifications included also the crocodiles and dinosaurs" + }, + "n01674464": { + "class_id": 1329, + "words": [ + "lizard" + ], + "gloss": "relatively long-bodied reptile with usually two pairs of legs and a tapering tail" + }, + "n01674990": { + "class_id": 1330, + "words": [ + "gecko" + ], + "gloss": "any of various small chiefly tropical and usually nocturnal insectivorous terrestrial lizards typically with immovable eyelids; completely harmless" + }, + "n01676755": { + "class_id": 1331, + "words": [ + "iguanid", + "iguanid lizard" + ], + "gloss": "lizards of the New World and Madagascar and some Pacific islands; typically having a long tail and bright throat patch in males" + }, + "n01685439": { + "class_id": 1332, + "words": [ + "teiid lizard", + "teiid" + ], + "gloss": "tropical New World lizard with a long tail and large rectangular scales on the belly and a long tail" + }, + "n01687665": { + "class_id": 1333, + "words": [ + "agamid", + "agamid lizard" + ], + "gloss": "a lizard of the family Agamidae" + }, + "n01689411": { + "class_id": 1334, + "words": [ + "anguid lizard" + ], + "gloss": "any of a small family of lizards widely distributed in warm areas; all are harmless and useful as destroyers of e.g. slugs and insects" + }, + "n01691951": { + "class_id": 1335, + "words": [ + "venomous lizard" + ], + "gloss": "any of two or three large heavy-bodied lizards; only known venomous lizards" + }, + "n01692864": { + "class_id": 1336, + "words": [ + "lacertid lizard", + "lacertid" + ], + "gloss": "Old World terrestrial lizard" + }, + "n01693783": { + "class_id": 1337, + "words": [ + "chameleon", + "chamaeleon" + ], + "gloss": "lizard of Africa and Madagascar able to change skin color and having a projectile tongue" + }, + "n01694709": { + "class_id": 1338, + "words": [ + "monitor", + "monitor lizard", + "varan" + ], + "gloss": "any of various large tropical carnivorous lizards of Africa and Asia and Australia; fabled to warn of crocodiles" + }, + "n01695681": { + "class_id": 1339, + "words": [ + "archosaur", + "archosaurian", + "archosaurian reptile" + ], + "gloss": "extinct reptiles including: dinosaurs; plesiosaurs; pterosaurs; ichthyosaurs; thecodonts" + }, + "n01699831": { + "class_id": 1340, + "words": [ + "dinosaur" + ], + "gloss": "any of numerous extinct terrestrial reptiles of the Mesozoic era" + }, + "n01700470": { + "class_id": 1341, + "words": [ + "ornithischian", + "ornithischian dinosaur" + ], + "gloss": "herbivorous dinosaur with a pelvis like that of a bird" + }, + "n01703569": { + "class_id": 1342, + "words": [ + "ceratopsian", + "horned dinosaur" + ], + "gloss": "any of several four-footed herbivorous dinosaurs with enormous beaked skulls; of the late Cretaceous in North America and Mongolia" + }, + "n01696633": { + "class_id": 1343, + "words": [ + "crocodilian reptile", + "crocodilian" + ], + "gloss": "extant archosaurian reptile" + }, + "n01698434": { + "class_id": 1344, + "words": [ + "alligator", + "gator" + ], + "gloss": "either of two amphibious reptiles related to crocodiles but with shorter broader snouts" + }, + "n01697178": { + "class_id": 1345, + "words": [ + "crocodile" + ], + "gloss": "large voracious aquatic reptile having a long snout with massive jaws and sharp teeth and a body covered with bony plates; of sluggish tropical waters" + }, + "n01726692": { + "class_id": 1346, + "words": [ + "snake", + "serpent", + "ophidian" + ], + "gloss": "limbless scaly elongate reptile; some are venomous" + }, + "n01727646": { + "class_id": 1347, + "words": [ + "colubrid snake", + "colubrid" + ], + "gloss": "mostly harmless temperate-to-tropical terrestrial or arboreal or aquatic snakes" + }, + "n01741562": { + "class_id": 1348, + "words": [ + "constrictor" + ], + "gloss": "any of various large nonvenomous snakes that kill their prey by crushing it in its coils" + }, + "n01741943": { + "class_id": 1349, + "words": [ + "boa" + ], + "gloss": "any of several chiefly tropical constrictors with vestigial hind limbs" + }, + "n01743605": { + "class_id": 1350, + "words": [ + "python" + ], + "gloss": "large Old World boas" + }, + "n01745125": { + "class_id": 1351, + "words": [ + "elapid", + "elapid snake" + ], + "gloss": "any of numerous venomous fanged snakes of warmer parts of both hemispheres" + }, + "n01747885": { + "class_id": 1352, + "words": [ + "cobra" + ], + "gloss": "venomous Asiatic and African elapid snakes that can expand the skin of the neck into a hood" + }, + "n01749582": { + "class_id": 1353, + "words": [ + "mamba" + ], + "gloss": "arboreal snake of central and southern Africa whose bite is often fatal" + }, + "n01749742": { + "class_id": 1354, + "words": [ + "black mamba", + "Dendroaspis augusticeps" + ], + "gloss": "a highly venomous southern African mamba dreaded because of its quickness and readiness to bite" + }, + "n01752165": { + "class_id": 1355, + "words": [ + "viper" + ], + "gloss": "venomous Old World snakes characterized by hollow venom-conducting fangs in the upper jaw" + }, + "n01753959": { + "class_id": 1356, + "words": [ + "pit viper" + ], + "gloss": "New World vipers with hollow fangs and a heat-sensitive pit on each side of the head" + }, + "n01754876": { + "class_id": 1357, + "words": [ + "rattlesnake", + "rattler" + ], + "gloss": "pit viper with horny segments at the end of the tail that rattle when shaken" + }, + "n01627424": { + "class_id": 1358, + "words": [ + "amphibian" + ], + "gloss": "cold-blooded vertebrate typically living on land but breeding in water; aquatic larvae undergo metamorphosis into adult form" + }, + "n01639765": { + "class_id": 1359, + "words": [ + "frog", + "toad", + "toad frog", + "anuran", + "batrachian", + "salientian" + ], + "gloss": "any of various tailless stout-bodied amphibians with long hind limbs for leaping; semiaquatic and terrestrial species" + }, + "n01640846": { + "class_id": 1360, + "words": [ + "true frog", + "ranid" + ], + "gloss": "insectivorous usually semiaquatic web-footed amphibian with smooth moist skin and long hind legs" + }, + "n01629276": { + "class_id": 1361, + "words": [ + "salamander" + ], + "gloss": "any of various typically terrestrial amphibians that resemble lizards and that return to water only to breed" + }, + "n01630284": { + "class_id": 1362, + "words": [ + "newt", + "triton" + ], + "gloss": "small usually bright-colored semiaquatic salamanders of North America and Europe and northern Asia" + }, + "n01632047": { + "class_id": 1363, + "words": [ + "ambystomid", + "ambystomid salamander" + ], + "gloss": "small to moderate-sized terrestrial or semiaquatic New World salamander" + }, + "n01473806": { + "class_id": 1364, + "words": [ + "aquatic vertebrate" + ], + "gloss": "animal living wholly or chiefly in or on water" + }, + "n02512053": { + "class_id": 1365, + "words": [ + "fish" + ], + "gloss": "any of various mostly cold-blooded aquatic vertebrates usually having scales and breathing through gills; \"the shark is a large fish\"; \"in the living room there was a tank of colorful fish\"" + }, + "n01480516": { + "class_id": 1366, + "words": [ + "cartilaginous fish", + "chondrichthian" + ], + "gloss": "fishes in which the skeleton may be calcified but not ossified" + }, + "n01482071": { + "class_id": 1367, + "words": [ + "elasmobranch", + "selachian" + ], + "gloss": "any of numerous fishes of the class Chondrichthyes characterized by a cartilaginous skeleton and placoid scales: sharks; rays; skates" + }, + "n01482330": { + "class_id": 1368, + "words": [ + "shark" + ], + "gloss": "any of numerous elongate mostly marine carnivorous fishes with heterocercal caudal fins and tough skin covered with small toothlike scales" + }, + "n01483522": { + "class_id": 1369, + "words": [ + "mackerel shark" + ], + "gloss": "fierce pelagic and oceanic sharks" + }, + "n01488918": { + "class_id": 1370, + "words": [ + "requiem shark" + ], + "gloss": "any of numerous sharks from small relatively harmless bottom-dwellers to large dangerous oceanic and coastal species" + }, + "n01495701": { + "class_id": 1371, + "words": [ + "ray" + ], + "gloss": "cartilaginous fishes having horizontally flattened bodies and enlarged winglike pectoral fins with gills on the underside; most swim by moving the pectoral fins" + }, + "n02512938": { + "class_id": 1372, + "words": [ + "food fish" + ], + "gloss": "any fish used for food by human beings" + }, + "n02534734": { + "class_id": 1373, + "words": [ + "salmon" + ], + "gloss": "any of various large food and game fishes of northern waters; usually migrate from salt to fresh water to spawn" + }, + "n02514825": { + "class_id": 1374, + "words": [ + "bony fish" + ], + "gloss": "any fish of the class Osteichthyes" + }, + "n02528163": { + "class_id": 1375, + "words": [ + "teleost fish", + "teleost", + "teleostan" + ], + "gloss": "a bony fish of the subclass Teleostei" + }, + "n01428580": { + "class_id": 1376, + "words": [ + "soft-finned fish", + "malacopterygian" + ], + "gloss": "any fish of the superorder Malacopterygii" + }, + "n01438208": { + "class_id": 1377, + "words": [ + "cypriniform fish" + ], + "gloss": "a soft-finned fish of the order Cypriniformes" + }, + "n01439121": { + "class_id": 1378, + "words": [ + "cyprinid", + "cyprinid fish" + ], + "gloss": "soft-finned mainly freshwater fishes typically having toothless jaws and cycloid scales" + }, + "n02534559": { + "class_id": 1379, + "words": [ + "salmonid" + ], + "gloss": "soft-finned fishes of cold and temperate waters" + }, + "n02552171": { + "class_id": 1380, + "words": [ + "spiny-finned fish", + "acanthopterygian" + ], + "gloss": "a teleost fish with fins that are supported by sharp inflexible rays" + }, + "n02554730": { + "class_id": 1381, + "words": [ + "percoid fish", + "percoid", + "percoidean" + ], + "gloss": "any of numerous spiny-finned fishes of the order Perciformes" + }, + "n02605316": { + "class_id": 1382, + "words": [ + "butterfly fish" + ], + "gloss": "small usually brilliantly colored tropical marine fishes having narrow deep bodies with large broad fins; found worldwide" + }, + "n02606384": { + "class_id": 1383, + "words": [ + "damselfish", + "demoiselle" + ], + "gloss": "small brilliantly colored tropical marine fishes of coral reefs" + }, + "n02642107": { + "class_id": 1384, + "words": [ + "scorpaenoid", + "scorpaenoid fish" + ], + "gloss": "fishes having the head armored with bony plates" + }, + "n02642644": { + "class_id": 1385, + "words": [ + "scorpaenid", + "scorpaenid fish" + ], + "gloss": "any of numerous carnivorous usually bottom-dwelling warm-water marine fishes found worldwide but most abundant in the Pacific" + }, + "n02652668": { + "class_id": 1386, + "words": [ + "plectognath", + "plectognath fish" + ], + "gloss": "tropical marine fishes having the teeth fused into a beak and thick skin covered with bony plates or spines" + }, + "n02638596": { + "class_id": 1387, + "words": [ + "ganoid", + "ganoid fish" + ], + "gloss": "primitive fishes having thick bony scales with a shiny covering" + }, + "n00021939": { + "class_id": 1388, + "words": [ + "artifact", + "artefact" + ], + "gloss": "a man-made object taken as a whole" + }, + "n03575240": { + "class_id": 1389, + "words": [ + "instrumentality", + "instrumentation" + ], + "gloss": "an artifact (or system of artifacts) that is instrumental in accomplishing some end" + }, + "n03183080": { + "class_id": 1390, + "words": [ + "device" + ], + "gloss": "an instrumentality invented for a particular purpose; \"the device is small enough to wear on your wrist\"; \"a device intended to conserve water\"" + }, + "n03800933": { + "class_id": 1391, + "words": [ + "musical instrument", + "instrument" + ], + "gloss": "any of various devices or contrivances that can be used to produce musical tones or sounds" + }, + "n03614532": { + "class_id": 1392, + "words": [ + "keyboard instrument" + ], + "gloss": "a musical instrument that is played by means of a keyboard" + }, + "n03928116": { + "class_id": 1393, + "words": [ + "piano", + "pianoforte", + "forte-piano" + ], + "gloss": "a keyboard instrument that is played by depressing keys that cause hammers to strike tuned strings and produce sounds" + }, + "n03915437": { + "class_id": 1394, + "words": [ + "percussion instrument", + "percussive instrument" + ], + "gloss": "a musical instrument in which the sound is produced by one object striking another" + }, + "n04338517": { + "class_id": 1395, + "words": [ + "stringed instrument" + ], + "gloss": "a musical instrument in which taut strings provide the source of sound" + }, + "n02880546": { + "class_id": 1396, + "words": [ + "bowed stringed instrument", + "string" + ], + "gloss": "stringed instruments that are played with a bow; \"the strings played superlatively well\"" + }, + "n03025886": { + "class_id": 1397, + "words": [ + "chordophone" + ], + "gloss": "a stringed instrument of the group including harps, lutes, lyres, and zithers" + }, + "n03467517": { + "class_id": 1398, + "words": [ + "guitar" + ], + "gloss": "a stringed instrument usually having six strings; played by strumming or plucking" + }, + "n04586932": { + "class_id": 1399, + "words": [ + "wind instrument", + "wind" + ], + "gloss": "a musical instrument in which the sound is produced by an enclosed column of air that is moved by the breath" + }, + "n02891788": { + "class_id": 1400, + "words": [ + "brass", + "brass instrument" + ], + "gloss": "a wind instrument that consists of a brass tube (usually of variable length) that is blown by means of a cup-shaped or funnel-shaped mouthpiece" + }, + "n03393324": { + "class_id": 1401, + "words": [ + "free-reed instrument" + ], + "gloss": "a wind instrument with a free reed" + }, + "n03945615": { + "class_id": 1402, + "words": [ + "pipe" + ], + "gloss": "a tubular wind instrument" + }, + "n04598582": { + "class_id": 1403, + "words": [ + "woodwind", + "woodwind instrument", + "wood" + ], + "gloss": "any wind instrument other than the brass instruments" + }, + "n02817799": { + "class_id": 1404, + "words": [ + "beating-reed instrument", + "reed instrument", + "reed" + ], + "gloss": "a musical instrument that sounds by means of a vibrating reed" + }, + "n03228016": { + "class_id": 1405, + "words": [ + "double-reed instrument", + "double reed" + ], + "gloss": "a woodwind that has a pair of joined reeds that vibrate together" + }, + "n04222847": { + "class_id": 1406, + "words": [ + "single-reed instrument", + "single-reed woodwind" + ], + "gloss": "a beating-reed instrument with a single reed (as a clarinet or saxophone)" + }, + "n02676261": { + "class_id": 1407, + "words": [ + "acoustic device" + ], + "gloss": "a device for amplifying or transmitting sound" + }, + "n02688443": { + "class_id": 1408, + "words": [ + "airfoil", + "aerofoil", + "control surface", + "surface" + ], + "gloss": "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight" + }, + "n02730265": { + "class_id": 1409, + "words": [ + "applicator", + "applier" + ], + "gloss": "a device for applying a substance" + }, + "n02855089": { + "class_id": 1410, + "words": [ + "blower" + ], + "gloss": "a device that produces a current of air" + }, + "n02895606": { + "class_id": 1411, + "words": [ + "breathing device", + "breathing apparatus", + "breathing machine", + "ventilator" + ], + "gloss": "a device that facilitates breathing in cases of respiratory failure" + }, + "n03269401": { + "class_id": 1412, + "words": [ + "electrical device" + ], + "gloss": "a device that produces or is powered by electricity" + }, + "n04470953": { + "class_id": 1413, + "words": [ + "transducer" + ], + "gloss": "an electrical device that converts one form of energy into another" + }, + "n03274561": { + "class_id": 1414, + "words": [ + "electro-acoustic transducer" + ], + "gloss": "a transducer that converts electrical to acoustic energy or vice versa" + }, + "n03277771": { + "class_id": 1415, + "words": [ + "electronic device" + ], + "gloss": "a device that accomplishes its purpose electronically" + }, + "n03211117": { + "class_id": 1416, + "words": [ + "display", + "video display" + ], + "gloss": "an electronic device that represents information in visual form" + }, + "n03320046": { + "class_id": 1417, + "words": [ + "fan" + ], + "gloss": "a device for creating a current of air by movement of a surface or surfaces" + }, + "n03339643": { + "class_id": 1418, + "words": [ + "filter" + ], + "gloss": "device that removes something from whatever passes through it" + }, + "n03508101": { + "class_id": 1419, + "words": [ + "heater", + "warmer" + ], + "gloss": "device that heats water or supplies warmth to a room" + }, + "n03574816": { + "class_id": 1420, + "words": [ + "instrument" + ], + "gloss": "a device that requires skill for proper use" + }, + "n03575691": { + "class_id": 1421, + "words": [ + "instrument of execution" + ], + "gloss": "an instrument designed and used to take the life of a condemned person" + }, + "n03733925": { + "class_id": 1422, + "words": [ + "measuring instrument", + "measuring system", + "measuring device" + ], + "gloss": "instrument that shows the extent or amount or quantity or degree of something" + }, + "n03735637": { + "class_id": 1423, + "words": [ + "measuring stick", + "measure", + "measuring rod" + ], + "gloss": "measuring instrument having a sequence of marks at regular intervals; used as a reference in making measurements" + }, + "n03753077": { + "class_id": 1424, + "words": [ + "meter" + ], + "gloss": "any of various measuring instruments for measuring a quantity" + }, + "n04437953": { + "class_id": 1425, + "words": [ + "timepiece", + "timekeeper", + "horologe" + ], + "gloss": "a measuring instrument or device for keeping time" + }, + "n04555897": { + "class_id": 1426, + "words": [ + "watch", + "ticker" + ], + "gloss": "a small portable timepiece" + }, + "n03046257": { + "class_id": 1427, + "words": [ + "clock" + ], + "gloss": "a timepiece that shows the time of day" + }, + "n04134632": { + "class_id": 1428, + "words": [ + "sandglass" + ], + "gloss": "timepiece in which the passage of time is indicated by the flow of sand from one transparent container to another through a narrow passage" + }, + "n04438304": { + "class_id": 1429, + "words": [ + "timer" + ], + "gloss": "a timepiece that measures a time interval and signals its end" + }, + "n03739693": { + "class_id": 1430, + "words": [ + "medical instrument" + ], + "gloss": "instrument used in the practice of medicine" + }, + "n03813176": { + "class_id": 1431, + "words": [ + "navigational instrument" + ], + "gloss": "an instrument used for navigating" + }, + "n03080497": { + "class_id": 1432, + "words": [ + "compass" + ], + "gloss": "navigational instrument for finding directions" + }, + "n03852280": { + "class_id": 1433, + "words": [ + "optical instrument" + ], + "gloss": "an instrument designed to aid vision" + }, + "n04272054": { + "class_id": 1434, + "words": [ + "spectacles", + "specs", + "eyeglasses", + "glasses" + ], + "gloss": "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision" + }, + "n04147495": { + "class_id": 1435, + "words": [ + "scientific instrument" + ], + "gloss": "an instrument used by scientists" + }, + "n03709206": { + "class_id": 1436, + "words": [ + "magnifier" + ], + "gloss": "a scientific instrument that magnifies an image" + }, + "n03760671": { + "class_id": 1437, + "words": [ + "microscope" + ], + "gloss": "magnifier of the image of small objects; \"the invention of the microscope led to the discovery of the cell\"" + }, + "n03667829": { + "class_id": 1438, + "words": [ + "light microscope" + ], + "gloss": "microscope consisting of an optical instrument that magnifies the image of an object" + }, + "n03484931": { + "class_id": 1439, + "words": [ + "hand glass", + "simple microscope", + "magnifying glass" + ], + "gloss": "light microscope consisting of a single convex lens that is used to produce an enlarged image; \"the magnifying glass was invented by Roger Bacon in 1250\"" + }, + "n04403638": { + "class_id": 1440, + "words": [ + "telescope", + "scope" + ], + "gloss": "a magnifier of images of distant objects" + }, + "n02751295": { + "class_id": 1441, + "words": [ + "astronomical telescope" + ], + "gloss": "any telescope designed to collect and record electromagnetic radiation from cosmic sources" + }, + "n04565375": { + "class_id": 1442, + "words": [ + "weapon", + "arm", + "weapon system" + ], + "gloss": "any instrument or instrumentality used in fighting or hunting; \"he was licensed to carry a weapon\"" + }, + "n03467984": { + "class_id": 1443, + "words": [ + "gun" + ], + "gloss": "a weapon that discharges a missile at high velocity (especially from a metal tube or barrel)" + }, + "n03343853": { + "class_id": 1444, + "words": [ + "firearm", + "piece", + "small-arm" + ], + "gloss": "a portable gun; \"he wore his firearm in a shoulder holster\"" + }, + "n02759963": { + "class_id": 1445, + "words": [ + "autoloader", + "self-loader" + ], + "gloss": "a firearm that reloads itself" + }, + "n02760429": { + "class_id": 1446, + "words": [ + "automatic firearm", + "automatic gun", + "automatic weapon" + ], + "gloss": "a firearm that reloads itself and keeps firing until the trigger is released" + }, + "n02760855": { + "class_id": 1447, + "words": [ + "automatic rifle", + "automatic", + "machine rifle" + ], + "gloss": "light machine gun" + }, + "n03701391": { + "class_id": 1448, + "words": [ + "machine gun" + ], + "gloss": "a rapidly firing automatic gun (often mounted)" + }, + "n03948459": { + "class_id": 1449, + "words": [ + "pistol", + "handgun", + "side arm", + "shooting iron" + ], + "gloss": "a firearm that is held and fired with one hand" + }, + "n03614007": { + "class_id": 1450, + "words": [ + "keyboard" + ], + "gloss": "device consisting of a set of keys on a piano or organ or typewriter or typesetting machine or computer or the like" + }, + "n03664675": { + "class_id": 1451, + "words": [ + "lifting device" + ], + "gloss": "a device for lifting heavy loads" + }, + "n03699975": { + "class_id": 1452, + "words": [ + "machine" + ], + "gloss": "any mechanical or electrical device that transmits or modifies energy to perform or assist in the performance of human tasks" + }, + "n03997484": { + "class_id": 1453, + "words": [ + "power tool" + ], + "gloss": "a tool driven by a motor" + }, + "n03996145": { + "class_id": 1454, + "words": [ + "power saw", + "saw", + "sawing machine" + ], + "gloss": "a power tool for cutting wood" + }, + "n02938886": { + "class_id": 1455, + "words": [ + "calculator", + "calculating machine" + ], + "gloss": "a small machine that is used for mathematical calculations" + }, + "n03082979": { + "class_id": 1456, + "words": [ + "computer", + "computing machine", + "computing device", + "data processor", + "electronic computer", + "information processing system" + ], + "gloss": "a machine for performing calculations automatically" + }, + "n02708224": { + "class_id": 1457, + "words": [ + "analog computer", + "analogue computer" + ], + "gloss": "a computer that represents information by variable quantities (e.g., positions or voltages)" + }, + "n03196324": { + "class_id": 1458, + "words": [ + "digital computer" + ], + "gloss": "a computer that represents information by numerical (binary) digits" + }, + "n03918480": { + "class_id": 1459, + "words": [ + "personal computer", + "PC", + "microcomputer" + ], + "gloss": "a small digital computer based on a microprocessor and designed to be used by one person at a time" + }, + "n03985232": { + "class_id": 1460, + "words": [ + "portable computer" + ], + "gloss": "a personal computer that can easily be carried by hand" + }, + "n03322940": { + "class_id": 1461, + "words": [ + "farm machine" + ], + "gloss": "a machine used in farming" + }, + "n04004475": { + "class_id": 1462, + "words": [ + "printer", + "printing machine" + ], + "gloss": "a machine that prints" + }, + "n04243941": { + "class_id": 1463, + "words": [ + "slot machine", + "coin machine" + ], + "gloss": "a machine that is operated by the insertion of a coin in a slot" + }, + "n04417180": { + "class_id": 1464, + "words": [ + "textile machine" + ], + "gloss": "a machine for making textiles" + }, + "n03738472": { + "class_id": 1465, + "words": [ + "mechanism" + ], + "gloss": "device consisting of a piece of machinery; has moving parts that perform some function" + }, + "n03096960": { + "class_id": 1466, + "words": [ + "control", + "controller" + ], + "gloss": "a mechanism that controls the operation of a machine; \"the speed controller on his turntable was not working properly\"; \"I turned the controls over to her\"" + }, + "n03736970": { + "class_id": 1467, + "words": [ + "mechanical device" + ], + "gloss": "mechanism consisting of a device that works on mechanical principles" + }, + "n03700963": { + "class_id": 1468, + "words": [ + "machine", + "simple machine" + ], + "gloss": "a device for overcoming resistance at one point by applying force at some other point" + }, + "n04574999": { + "class_id": 1469, + "words": [ + "wheel" + ], + "gloss": "a simple machine consisting of a circular frame with spokes (or a solid disc) that can rotate on a shaft or axle (as in vehicles or other machines)" + }, + "n04021798": { + "class_id": 1470, + "words": [ + "pump" + ], + "gloss": "a mechanical device that moves fluid or gas by pressure or suction" + }, + "n04088797": { + "class_id": 1471, + "words": [ + "ride" + ], + "gloss": "a mechanical device that you ride for amusement or excitement" + }, + "n04586421": { + "class_id": 1472, + "words": [ + "winder" + ], + "gloss": "mechanical device around which something can be wound" + }, + "n04110955": { + "class_id": 1473, + "words": [ + "rotating mechanism" + ], + "gloss": "a mechanism that rotates" + }, + "n03032811": { + "class_id": 1474, + "words": [ + "circle", + "round" + ], + "gloss": "any circular or rotating mechanism; \"the machine punched out metal circles\"" + }, + "n03208556": { + "class_id": 1475, + "words": [ + "disk", + "disc" + ], + "gloss": "a flat circular plate" + }, + "n03744840": { + "class_id": 1476, + "words": [ + "memory device", + "storage device" + ], + "gloss": "a device that preserves information for retrieval" + }, + "n03706653": { + "class_id": 1477, + "words": [ + "magnetic disk", + "magnetic disc", + "disk", + "disc" + ], + "gloss": "(computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored" + }, + "n03851341": { + "class_id": 1478, + "words": [ + "optical device" + ], + "gloss": "a device for producing or controlling light" + }, + "n03656484": { + "class_id": 1479, + "words": [ + "lens", + "lense", + "lens system" + ], + "gloss": "a transparent optical device used to converge or diverge transmitted light and to form images" + }, + "n03099771": { + "class_id": 1480, + "words": [ + "converging lens", + "convex lens" + ], + "gloss": "lens such that a beam of light passing through it is brought to a point or focus" + }, + "n04069276": { + "class_id": 1481, + "words": [ + "reflector" + ], + "gloss": "device that reflects radiation" + }, + "n03773035": { + "class_id": 1482, + "words": [ + "mirror" + ], + "gloss": "polished surface that forms images by reflecting light" + }, + "n04081844": { + "class_id": 1483, + "words": [ + "restraint", + "constraint" + ], + "gloss": "a device that retards something's motion; \"the car did not have proper restraints fitted\"" + }, + "n02889425": { + "class_id": 1484, + "words": [ + "brake" + ], + "gloss": "a restraint used to slow or stop a vehicle" + }, + "n02891188": { + "class_id": 1485, + "words": [ + "brake system", + "brakes" + ], + "gloss": "a braking device consisting of a combination of interacting parts that work to slow a motor vehicle" + }, + "n03551084": { + "class_id": 1486, + "words": [ + "hydraulic brake", + "hydraulic brakes" + ], + "gloss": "brake system in which a brake pedal moves a piston in the master cylinder; brake fluid then applies great force to the brake pads or shoes" + }, + "n03323703": { + "class_id": 1487, + "words": [ + "fastener", + "fastening", + "holdfast", + "fixing" + ], + "gloss": "restraint that attaches to something or holds something in place" + }, + "n03043958": { + "class_id": 1488, + "words": [ + "clip" + ], + "gloss": "any of various small fasteners used to hold loose articles together" + }, + "n03682487": { + "class_id": 1489, + "words": [ + "lock" + ], + "gloss": "a fastener fitted to a door or drawer to keep it firmly closed" + }, + "n03940256": { + "class_id": 1490, + "words": [ + "pin" + ], + "gloss": "a small slender (often pointed) piece of wood or metal used to support or fasten or attach things" + }, + "n04125853": { + "class_id": 1491, + "words": [ + "safety belt", + "life belt", + "safety harness" + ], + "gloss": "belt attaching you to some object as a restraint in order to prevent you from getting hurt" + }, + "n04120093": { + "class_id": 1492, + "words": [ + "runner" + ], + "gloss": "device consisting of the parts on which something can slide along" + }, + "n04217718": { + "class_id": 1493, + "words": [ + "signaling device" + ], + "gloss": "a device used to send signals" + }, + "n04263760": { + "class_id": 1494, + "words": [ + "source of illumination" + ], + "gloss": "any device serving as a source of visible electromagnetic radiation" + }, + "n03636248": { + "class_id": 1495, + "words": [ + "lamp" + ], + "gloss": "an artificial source of visible illumination" + }, + "n03640988": { + "class_id": 1496, + "words": [ + "lantern" + ], + "gloss": "light in a transparent protective case" + }, + "n03665366": { + "class_id": 1497, + "words": [ + "light", + "light source" + ], + "gloss": "any device serving as a source of illumination; \"he stopped the car and turned off the lights\"" + }, + "n04336034": { + "class_id": 1498, + "words": [ + "strengthener", + "reinforcement" + ], + "gloss": "a device designed to provide additional strength; \"the cardboard backing was just a strengthener\"; \"he used gummed reinforcements to hold the page in his notebook\"" + }, + "n02887209": { + "class_id": 1499, + "words": [ + "brace" + ], + "gloss": "a support that steadies or strengthens something else; \"he wore a brace on his knee\"" + }, + "n04359589": { + "class_id": 1500, + "words": [ + "support" + ], + "gloss": "any device that bears the weight of another thing; \"there was no place to attach supports for a shelf\"" + }, + "n04038440": { + "class_id": 1501, + "words": [ + "rack", + "stand" + ], + "gloss": "a support for displaying various articles; \"the newspapers were arranged on a rack\"" + }, + "n04341414": { + "class_id": 1502, + "words": [ + "structural member" + ], + "gloss": "support that is a constituent part of any structure or building" + }, + "n04515129": { + "class_id": 1503, + "words": [ + "upright", + "vertical" + ], + "gloss": "a vertical structural member as a post or stake; \"the ball sailed between the uprights\"" + }, + "n03988170": { + "class_id": 1504, + "words": [ + "post" + ], + "gloss": "an upright consisting of a piece of timber or metal fixed firmly in an upright position; \"he set a row of posts in the ground and strung barbwire between them\"" + }, + "n04474466": { + "class_id": 1505, + "words": [ + "trap" + ], + "gloss": "a device in which something (usually an animal) can be caught and penned" + }, + "n04568557": { + "class_id": 1506, + "words": [ + "web", + "entanglement" + ], + "gloss": "an intricate trap that entangles or ensnares its victim" + }, + "n03563967": { + "class_id": 1507, + "words": [ + "implement" + ], + "gloss": "instrumentation (a piece of equipment or tool) used to effect an end" + }, + "n04451818": { + "class_id": 1508, + "words": [ + "tool" + ], + "gloss": "an implement used in the practice of a vocation" + }, + "n03154446": { + "class_id": 1509, + "words": [ + "cutting implement" + ], + "gloss": "a tool used for cutting or slicing" + }, + "n03154073": { + "class_id": 1510, + "words": [ + "cutter", + "cutlery", + "cutting tool" + ], + "gloss": "a cutting implement; a tool for cutting" + }, + "n03265032": { + "class_id": 1511, + "words": [ + "edge tool" + ], + "gloss": "any cutting tool with a sharp cutting edge (as a chisel or knife or plane or gouge)" + }, + "n02764044": { + "class_id": 1512, + "words": [ + "ax", + "axe" + ], + "gloss": "an edge tool with a heavy bladed head mounted across a handle" + }, + "n03623556": { + "class_id": 1513, + "words": [ + "knife" + ], + "gloss": "edge tool used as a cutting instrument; has a pointed blade with a sharp edge and a handle" + }, + "n03239726": { + "class_id": 1514, + "words": [ + "drill" + ], + "gloss": "a tool with a sharp point and cutting edges for making holes in hard materials (usually rotating rapidly or by repeated blows)" + }, + "n03418242": { + "class_id": 1515, + "words": [ + "garden tool", + "lawn tool" + ], + "gloss": "used for working in gardens or yards" + }, + "n03489162": { + "class_id": 1516, + "words": [ + "hand tool" + ], + "gloss": "a tool used with workers' hands" + }, + "n03848348": { + "class_id": 1517, + "words": [ + "opener" + ], + "gloss": "a hand tool used for opening sealed containers (bottles or cans)" + }, + "n02877962": { + "class_id": 1518, + "words": [ + "bottle opener" + ], + "gloss": "an opener for removing caps or corks from bottles" + }, + "n04516672": { + "class_id": 1519, + "words": [ + "utensil" + ], + "gloss": "an implement for practical use (especially in a household)" + }, + "n03621049": { + "class_id": 1520, + "words": [ + "kitchen utensil" + ], + "gloss": "a utensil used in preparing food" + }, + "n03101986": { + "class_id": 1521, + "words": [ + "cooking utensil", + "cookware" + ], + "gloss": "a kitchen utensil made of material that does not melt easily; used for cooking" + }, + "n03101156": { + "class_id": 1522, + "words": [ + "cooker" + ], + "gloss": "a utensil for cooking" + }, + "n03880531": { + "class_id": 1523, + "words": [ + "pan", + "cooking pan" + ], + "gloss": "cooking utensil consisting of a wide metal vessel" + }, + "n03990474": { + "class_id": 1524, + "words": [ + "pot" + ], + "gloss": "metal or earthenware cooking vessel that is usually round and deep; often has a handle and lid" + }, + "n04500060": { + "class_id": 1525, + "words": [ + "turner", + "food turner" + ], + "gloss": "cooking utensil having a flat flexible part and a long handle; used for turning or serving food" + }, + "n03039947": { + "class_id": 1526, + "words": [ + "cleaning implement", + "cleaning device", + "cleaning equipment" + ], + "gloss": "any of a large class of implements used for cleaning" + }, + "n02908217": { + "class_id": 1527, + "words": [ + "brush" + ], + "gloss": "an implement that has hairs or bristles firmly set into a handle" + }, + "n03294833": { + "class_id": 1528, + "words": [ + "eraser" + ], + "gloss": "an implement used to erase something" + }, + "n04185071": { + "class_id": 1529, + "words": [ + "sharpener" + ], + "gloss": "any implement that is used to make something (an edge or a point) sharper; \"a knife sharpener\"" + }, + "n03837422": { + "class_id": 1530, + "words": [ + "oar" + ], + "gloss": "an implement used to propel or steer a boat" + }, + "n04100174": { + "class_id": 1531, + "words": [ + "rod" + ], + "gloss": "a long thin implement made of metal or wood" + }, + "n04608567": { + "class_id": 1532, + "words": [ + "writing implement" + ], + "gloss": "an implement that is used to write" + }, + "n03906997": { + "class_id": 1533, + "words": [ + "pen" + ], + "gloss": "a writing implement with a point from which ink flows" + }, + "n04317420": { + "class_id": 1534, + "words": [ + "stick" + ], + "gloss": "an implement consisting of a length of wood; \"he collected dry sticks for a campfire\"; \"the kid had a candied apple on a stick\"" + }, + "n04296261": { + "class_id": 1535, + "words": [ + "staff" + ], + "gloss": "a strong rod or stick with a specialized utilitarian purpose; \"he walked with the help of a wooden staff\"" + }, + "n02788689": { + "class_id": 1536, + "words": [ + "bar" + ], + "gloss": "a rigid piece of metal or wood; usually used as a fastening or obstruction or weapon; \"there were bars in the windows to prevent escape\"" + }, + "n03659292": { + "class_id": 1537, + "words": [ + "lever" + ], + "gloss": "a rigid bar pivoted about a fulcrum" + }, + "n03613592": { + "class_id": 1538, + "words": [ + "key" + ], + "gloss": "a lever (as in a keyboard) that actuates a mechanism when depressed" + }, + "n04285622": { + "class_id": 1539, + "words": [ + "sports implement" + ], + "gloss": "an implement used in a sport" + }, + "n03094503": { + "class_id": 1540, + "words": [ + "container" + ], + "gloss": "any object that can be used to hold things (especially a large metal boxlike object of standardized dimensions that can be loaded from one form of transport to another)" + }, + "n04576211": { + "class_id": 1541, + "words": [ + "wheeled vehicle" + ], + "gloss": "a vehicle that moves on wheels and usually has a container for transporting things or people; \"the oldest known wheeled vehicles were found in Sumer and Syria and date from around 3500 BC\"" + }, + "n02834778": { + "class_id": 1542, + "words": [ + "bicycle", + "bike", + "wheel", + "cycle" + ], + "gloss": "a wheeled vehicle that has two wheels and is moved by foot pedals" + }, + "n02959942": { + "class_id": 1543, + "words": [ + "car", + "railcar", + "railway car", + "railroad car" + ], + "gloss": "a wheeled vehicle adapted to the rails of railroad; \"three cars had jumped the rails\"" + }, + "n03484083": { + "class_id": 1544, + "words": [ + "handcart", + "pushcart", + "cart", + "go-cart" + ], + "gloss": "wheeled vehicle that can be pushed by a person; may have one or two or four wheels; \"he used a handcart to carry the rocks away\"; \"their pushcart was piled high with groceries\"" + }, + "n04170037": { + "class_id": 1545, + "words": [ + "self-propelled vehicle" + ], + "gloss": "a wheeled vehicle that carries in itself a means of propulsion" + }, + "n02740533": { + "class_id": 1546, + "words": [ + "armored vehicle", + "armoured vehicle" + ], + "gloss": "a vehicle that is protected by armor plate" + }, + "n03684823": { + "class_id": 1547, + "words": [ + "locomotive", + "engine", + "locomotive engine", + "railway locomotive" + ], + "gloss": "a wheeled vehicle consisting of a self-propelled engine that is used to draw trains along railway tracks" + }, + "n03791235": { + "class_id": 1548, + "words": [ + "motor vehicle", + "automotive vehicle" + ], + "gloss": "a self-propelled wheeled vehicle that does not run on rails" + }, + "n02958343": { + "class_id": 1549, + "words": [ + "car", + "auto", + "automobile", + "machine", + "motorcar" + ], + "gloss": "a motor vehicle with four wheels; usually propelled by an internal combustion engine; \"he needs a car to get to work\"" + }, + "n03790512": { + "class_id": 1550, + "words": [ + "motorcycle", + "bike" + ], + "gloss": "a motor vehicle with two wheels and a strong frame" + }, + "n03769722": { + "class_id": 1551, + "words": [ + "minibike", + "motorbike" + ], + "gloss": "small motorcycle with a low frame and small wheels and elevated handlebars" + }, + "n04490091": { + "class_id": 1552, + "words": [ + "truck", + "motortruck" + ], + "gloss": "an automotive vehicle suitable for hauling" + }, + "n04520170": { + "class_id": 1553, + "words": [ + "van" + ], + "gloss": "a truck with an enclosed cargo space" + }, + "n03896419": { + "class_id": 1554, + "words": [ + "passenger van" + ], + "gloss": "a van that carries passengers" + }, + "n04464852": { + "class_id": 1555, + "words": [ + "tracked vehicle" + ], + "gloss": "a self-propelled vehicle that moves on tracks" + }, + "n04467099": { + "class_id": 1556, + "words": [ + "trailer", + "house trailer" + ], + "gloss": "a wheeled vehicle that can be pulled by a car or truck and is equipped for occupancy" + }, + "n04543158": { + "class_id": 1557, + "words": [ + "wagon", + "waggon" + ], + "gloss": "any of various kinds of wheeled vehicles drawn by an animal or a tractor" + }, + "n02970849": { + "class_id": 1558, + "words": [ + "cart" + ], + "gloss": "a heavy open wagon usually having two wheels and drawn by an animal" + }, + "n02801938": { + "class_id": 1559, + "words": [ + "basket", + "handbasket" + ], + "gloss": "a container that is usually woven and has handles" + }, + "n02773037": { + "class_id": 1560, + "words": [ + "bag" + ], + "gloss": "a flexible container with a single opening; \"he stuffed his laundry into a large bag\"" + }, + "n04284002": { + "class_id": 1561, + "words": [ + "spoon" + ], + "gloss": "a piece of cutlery with a shallow bowl-shaped container and a handle; used to stir or serve or take up food" + }, + "n04139859": { + "class_id": 1562, + "words": [ + "savings bank", + "coin bank", + "money box", + "bank" + ], + "gloss": "a container (usually with a slot in the top) for keeping money at home; \"the coin bank was empty\"" + }, + "n03206908": { + "class_id": 1563, + "words": [ + "dish" + ], + "gloss": "a piece of dishware normally used as a container for holding or serving food; \"we gave them a set of dishes for a wedding present\"" + }, + "n02880940": { + "class_id": 1564, + "words": [ + "bowl" + ], + "gloss": "a dish that is round and open at the top for serving foods" + }, + "n02839910": { + "class_id": 1565, + "words": [ + "bin" + ], + "gloss": "a container; usually has a lid" + }, + "n04183329": { + "class_id": 1566, + "words": [ + "shaker" + ], + "gloss": "a container in which something can be shaken" + }, + "n04531098": { + "class_id": 1567, + "words": [ + "vessel" + ], + "gloss": "an object used as a container (especially for liquids)" + }, + "n02801525": { + "class_id": 1568, + "words": [ + "basin" + ], + "gloss": "a bowl-shaped vessel; usually used for holding food or liquids; \"she mixed the dough in a large basin\"" + }, + "n03593526": { + "class_id": 1569, + "words": [ + "jar" + ], + "gloss": "a vessel (usually cylindrical) with a wide mouth and without handles" + }, + "n02876657": { + "class_id": 1570, + "words": [ + "bottle" + ], + "gloss": "a glass or plastic vessel used for storing drinks or other liquids; typically cylindrical without handles and with a narrow neck that can be plugged or capped" + }, + "n03603722": { + "class_id": 1571, + "words": [ + "jug" + ], + "gloss": "a large bottle with a narrow mouth" + }, + "n04388743": { + "class_id": 1572, + "words": [ + "tank", + "storage tank" + ], + "gloss": "a large (usually metallic) vessel for holding gases or liquids" + }, + "n04078574": { + "class_id": 1573, + "words": [ + "reservoir" + ], + "gloss": "tank used for collecting and storing a liquid (as water or oil)" + }, + "n03035510": { + "class_id": 1574, + "words": [ + "cistern" + ], + "gloss": "an artificial reservoir for storing liquids; especially an underground tank for storing rainwater" + }, + "n03241496": { + "class_id": 1575, + "words": [ + "drinking vessel" + ], + "gloss": "a vessel intended for drinking" + }, + "n03797390": { + "class_id": 1576, + "words": [ + "mug" + ], + "gloss": "with handle and usually cylindrical" + }, + "n02946921": { + "class_id": 1577, + "words": [ + "can", + "tin", + "tin can" + ], + "gloss": "airtight sealed metal container for food or drink or paint etc." + }, + "n03438257": { + "class_id": 1578, + "words": [ + "glass", + "drinking glass" + ], + "gloss": "a container for holding liquids while drinking" + }, + "n04060904": { + "class_id": 1579, + "words": [ + "receptacle" + ], + "gloss": "a container that is used to put or keep things in" + }, + "n03210683": { + "class_id": 1580, + "words": [ + "dispenser" + ], + "gloss": "a container so designed that the contents can be used in prescribed amounts" + }, + "n03871083": { + "class_id": 1581, + "words": [ + "package", + "parcel" + ], + "gloss": "a wrapped container" + }, + "n02883344": { + "class_id": 1582, + "words": [ + "box" + ], + "gloss": "a (usually rectangular) container; may have a lid; \"he rummaged through a box of spare parts\"" + }, + "n04340750": { + "class_id": 1583, + "words": [ + "strongbox", + "deedbox" + ], + "gloss": "a strongly made box for holding money or valuables; can be locked" + }, + "n03733644": { + "class_id": 1584, + "words": [ + "measure" + ], + "gloss": "a container of some standard capacity that is used to obtain fixed amounts of a substance" + }, + "n02974697": { + "class_id": 1585, + "words": [ + "case" + ], + "gloss": "a portable container for carrying several objects; \"the musicians left their instrument cases backstage\"" + }, + "n03294048": { + "class_id": 1586, + "words": [ + "equipment" + ], + "gloss": "an instrumentality needed for an undertaking or to perform a service" + }, + "n04285146": { + "class_id": 1587, + "words": [ + "sports equipment" + ], + "gloss": "equipment needed to participate in a particular sport" + }, + "n03446832": { + "class_id": 1588, + "words": [ + "golf equipment" + ], + "gloss": "sports equipment used in playing golf" + }, + "n02799897": { + "class_id": 1589, + "words": [ + "baseball equipment" + ], + "gloss": "equipment used in playing baseball" + }, + "n03472232": { + "class_id": 1590, + "words": [ + "gymnastic apparatus", + "exerciser" + ], + "gloss": "sports equipment used in gymnastic exercises" + }, + "n02802721": { + "class_id": 1591, + "words": [ + "basketball equipment" + ], + "gloss": "sports equipment used in playing basketball" + }, + "n03134853": { + "class_id": 1592, + "words": [ + "croquet equipment" + ], + "gloss": "sports equipment used in playing croquet" + }, + "n04571292": { + "class_id": 1593, + "words": [ + "weight", + "free weight", + "exercising weight" + ], + "gloss": "sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms" + }, + "n03414162": { + "class_id": 1594, + "words": [ + "game equipment" + ], + "gloss": "equipment or apparatus used in playing a game" + }, + "n03413828": { + "class_id": 1595, + "words": [ + "game" + ], + "gloss": "the game equipment needed in order to play a particular game; \"the child received several games for his birthday\"" + }, + "n04028315": { + "class_id": 1596, + "words": [ + "puzzle" + ], + "gloss": "a game that tests your ingenuity" + }, + "n02778669": { + "class_id": 1597, + "words": [ + "ball" + ], + "gloss": "round object that is hit or thrown or kicked in games; \"the ball travelled 90 mph on his serve\"; \"the mayor threw out the first ball\"; \"the ball rolled into the corner pocket\"" + }, + "n03926148": { + "class_id": 1598, + "words": [ + "photographic equipment" + ], + "gloss": "equipment used by a photographer" + }, + "n02942699": { + "class_id": 1599, + "words": [ + "camera", + "photographic camera" + ], + "gloss": "equipment for taking photographs (usually consisting of a lightproof box with a lens at one end and light-sensitive film at the other)" + }, + "n03430959": { + "class_id": 1600, + "words": [ + "gear", + "paraphernalia", + "appurtenance" + ], + "gloss": "equipment consisting of miscellaneous articles needed for a particular operation or sport etc." + }, + "n03619396": { + "class_id": 1601, + "words": [ + "kit", + "outfit" + ], + "gloss": "gear consisting of a set of articles or tools for a specified purpose" + }, + "n04091097": { + "class_id": 1602, + "words": [ + "rig" + ], + "gloss": "gear (including necessary machinery) for a particular enterprise" + }, + "n03241093": { + "class_id": 1603, + "words": [ + "drill rig", + "drilling rig", + "oilrig", + "oil rig" + ], + "gloss": "rig used in drilling for oil or gas" + }, + "n04137444": { + "class_id": 1604, + "words": [ + "satellite", + "artificial satellite", + "orbiter" + ], + "gloss": "man-made equipment that orbits around the earth or the moon" + }, + "n04264914": { + "class_id": 1605, + "words": [ + "spacecraft", + "ballistic capsule", + "space vehicle" + ], + "gloss": "a craft capable of traveling in outer space; technically, a satellite around the sun" + }, + "n03278248": { + "class_id": 1606, + "words": [ + "electronic equipment" + ], + "gloss": "equipment that involves the controlled conduction of electrons (especially in a gas or vacuum or semiconductor)" + }, + "n02757462": { + "class_id": 1607, + "words": [ + "audio system", + "sound system" + ], + "gloss": "a system of electronic equipment for recording or reproducing sound" + }, + "n04077430": { + "class_id": 1608, + "words": [ + "reproducer" + ], + "gloss": "an audio system that can reproduce and amplify signals to produce sound" + }, + "n04315948": { + "class_id": 1609, + "words": [ + "stereo", + "stereophony", + "stereo system", + "stereophonic system" + ], + "gloss": "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound" + }, + "n03916720": { + "class_id": 1610, + "words": [ + "peripheral", + "computer peripheral", + "peripheral device" + ], + "gloss": "(computer science) electronic equipment connected by cable to the CPU of a computer; \"disk drives and printers are important peripherals\"" + }, + "n03163973": { + "class_id": 1611, + "words": [ + "data input device", + "input device" + ], + "gloss": "a device that can be used to insert data into a computer or other computational device" + }, + "n04401088": { + "class_id": 1612, + "words": [ + "telephone", + "phone", + "telephone set" + ], + "gloss": "electronic equipment that converts sound into electrical signals that can be transmitted over distances and then converts received signals back into sounds; \"I talked to him on the telephone\"" + }, + "n04044498": { + "class_id": 1613, + "words": [ + "radiotelephone", + "radiophone", + "wireless telephone" + ], + "gloss": "a telephone that communicates by radio waves rather than along cables" + }, + "n02727825": { + "class_id": 1614, + "words": [ + "apparatus", + "setup" + ], + "gloss": "equipment designed to serve a specific function" + }, + "n03257586": { + "class_id": 1615, + "words": [ + "duplicator", + "copier" + ], + "gloss": "apparatus that makes copies of typed, written or drawn material" + }, + "n04077734": { + "class_id": 1616, + "words": [ + "rescue equipment" + ], + "gloss": "equipment used to rescue passengers in case of emergency" + }, + "n04447443": { + "class_id": 1617, + "words": [ + "toiletry", + "toilet articles" + ], + "gloss": "artifacts used in making your toilet (washing and taking care of your body)" + }, + "n03128519": { + "class_id": 1618, + "words": [ + "cream", + "ointment", + "emollient" + ], + "gloss": "toiletry consisting of any of various substances in the form of a thick liquid that have a soothing and moisturizing effect when applied to the skin" + }, + "n03113152": { + "class_id": 1619, + "words": [ + "cosmetic" + ], + "gloss": "a toiletry designed to beautify the body" + }, + "n03714235": { + "class_id": 1620, + "words": [ + "makeup", + "make-up", + "war paint" + ], + "gloss": "cosmetics applied to the face to improve or change your appearance" + }, + "n03100490": { + "class_id": 1621, + "words": [ + "conveyance", + "transport" + ], + "gloss": "something that serves as a means of transportation" + }, + "n04524313": { + "class_id": 1622, + "words": [ + "vehicle" + ], + "gloss": "a conveyance that transports people or objects" + }, + "n03125870": { + "class_id": 1623, + "words": [ + "craft" + ], + "gloss": "a vehicle designed for navigation in or on water or air or through outer space" + }, + "n02686568": { + "class_id": 1624, + "words": [ + "aircraft" + ], + "gloss": "a vehicle that can fly" + }, + "n03510583": { + "class_id": 1625, + "words": [ + "heavier-than-air craft" + ], + "gloss": "a non-buoyant aircraft that requires a source of power to hold it aloft and to propel it" + }, + "n02691156": { + "class_id": 1626, + "words": [ + "airplane", + "aeroplane", + "plane" + ], + "gloss": "an aircraft that has a fixed wing and is powered by propellers or jets; \"the flight was delayed due to trouble with the airplane\"" + }, + "n03666917": { + "class_id": 1627, + "words": [ + "lighter-than-air craft" + ], + "gloss": "aircraft supported by its own buoyancy" + }, + "n04530566": { + "class_id": 1628, + "words": [ + "vessel", + "watercraft" + ], + "gloss": "a craft designed for water transportation" + }, + "n02858304": { + "class_id": 1629, + "words": [ + "boat" + ], + "gloss": "a small vessel for travel on water" + }, + "n03790230": { + "class_id": 1630, + "words": [ + "motorboat", + "powerboat" + ], + "gloss": "a boat propelled by an internal-combustion engine" + }, + "n04158807": { + "class_id": 1631, + "words": [ + "sea boat" + ], + "gloss": "a boat that is seaworthy; that is adapted to the open seas" + }, + "n04244997": { + "class_id": 1632, + "words": [ + "small boat" + ], + "gloss": "a boat that is small" + }, + "n04128837": { + "class_id": 1633, + "words": [ + "sailing vessel", + "sailing ship" + ], + "gloss": "a vessel that is powered by the wind; often having several masts" + }, + "n04128499": { + "class_id": 1634, + "words": [ + "sailboat", + "sailing boat" + ], + "gloss": "a small sailing vessel; usually with a single mast" + }, + "n04194289": { + "class_id": 1635, + "words": [ + "ship" + ], + "gloss": "a vessel that carries passengers or freight" + }, + "n02965300": { + "class_id": 1636, + "words": [ + "cargo ship", + "cargo vessel" + ], + "gloss": "a ship designed to carry cargo" + }, + "n03896103": { + "class_id": 1637, + "words": [ + "passenger ship" + ], + "gloss": "a ship built to carry passengers" + }, + "n04552696": { + "class_id": 1638, + "words": [ + "warship", + "war vessel", + "combat ship" + ], + "gloss": "a government ship that is available for waging war" + }, + "n04348184": { + "class_id": 1639, + "words": [ + "submersible", + "submersible warship" + ], + "gloss": "a warship designed to operate under water" + }, + "n03764276": { + "class_id": 1640, + "words": [ + "military vehicle" + ], + "gloss": "vehicle used by the armed forces" + }, + "n04099429": { + "class_id": 1641, + "words": [ + "rocket", + "projectile" + ], + "gloss": "any vehicle self-propelled by a rocket engine" + }, + "n04235291": { + "class_id": 1642, + "words": [ + "sled", + "sledge", + "sleigh" + ], + "gloss": "a vehicle mounted on runners and pulled by horses or dogs; for transportation over snow" + }, + "n03678362": { + "class_id": 1643, + "words": [ + "litter" + ], + "gloss": "conveyance consisting of a chair or bed carried on two poles by bearers" + }, + "n04019101": { + "class_id": 1644, + "words": [ + "public transport" + ], + "gloss": "conveyance for passengers or mail or freight" + }, + "n04468005": { + "class_id": 1645, + "words": [ + "train", + "railroad train" + ], + "gloss": "public transport provided by a line of railway cars coupled together and drawn by a locomotive; \"express trains don't stop at Princeton Junction\"" + }, + "n03896233": { + "class_id": 1646, + "words": [ + "passenger train" + ], + "gloss": "a train that carries passengers" + }, + "n02924116": { + "class_id": 1647, + "words": [ + "bus", + "autobus", + "coach", + "charabanc", + "double-decker", + "jitney", + "motorbus", + "motorcoach", + "omnibus", + "passenger vehicle" + ], + "gloss": "a vehicle carrying many passengers; used for public transport; \"he always rode the bus to work\"" + }, + "n03091374": { + "class_id": 1648, + "words": [ + "connection", + "connexion", + "connector", + "connecter", + "connective" + ], + "gloss": "an instrumentality that connects; \"he soldered the connection\"; \"he didn't have the right connector between the amplifier and the speakers\"" + }, + "n02755352": { + "class_id": 1649, + "words": [ + "attachment", + "bond" + ], + "gloss": "a connection that fastens things together" + }, + "n03664943": { + "class_id": 1650, + "words": [ + "ligament" + ], + "gloss": "any connection or unifying bond" + }, + "n03405265": { + "class_id": 1651, + "words": [ + "furnishing" + ], + "gloss": "(usually plural) the instrumentalities (furniture and appliances and other movable accessories including curtains and rugs) that make a home (or other area) livable" + }, + "n03405725": { + "class_id": 1652, + "words": [ + "furniture", + "piece of furniture", + "article of furniture" + ], + "gloss": "furnishings that make a room or other area ready for occupancy; \"they had too much furniture for the small apartment\"; \"there was only one piece of furniture in the room\"" + }, + "n02766320": { + "class_id": 1653, + "words": [ + "baby bed", + "baby's bed" + ], + "gloss": "a small bed for babies; enclosed by sides to prevent the baby from falling" + }, + "n02821943": { + "class_id": 1654, + "words": [ + "bedroom furniture" + ], + "gloss": "furniture intended for use in a bedroom" + }, + "n02818832": { + "class_id": 1655, + "words": [ + "bed" + ], + "gloss": "a piece of furniture that provides a place to sleep; \"he sat on the edge of the bed\"; \"the room had only a bed and chair\"" + }, + "n02933112": { + "class_id": 1656, + "words": [ + "cabinet" + ], + "gloss": "a piece of furniture resembling a cupboard with doors and shelves and drawers; for storage or display" + }, + "n03015254": { + "class_id": 1657, + "words": [ + "chest of drawers", + "chest", + "bureau", + "dresser" + ], + "gloss": "furniture with drawers for keeping clothes" + }, + "n03636649": { + "class_id": 1658, + "words": [ + "lamp" + ], + "gloss": "a piece of furniture holding one or more electric light bulbs" + }, + "n03842156": { + "class_id": 1659, + "words": [ + "office furniture" + ], + "gloss": "furniture intended for use in an office" + }, + "n04161981": { + "class_id": 1660, + "words": [ + "seat" + ], + "gloss": "furniture that is designed for sitting on; \"there were not enough seats for all the guests\"" + }, + "n02828884": { + "class_id": 1661, + "words": [ + "bench" + ], + "gloss": "a long seat for more than one person" + }, + "n03001627": { + "class_id": 1662, + "words": [ + "chair" + ], + "gloss": "a seat for one person, with a support for the back; \"he put his coat over the back of the chair and sat down\"" + }, + "n03002210": { + "class_id": 1663, + "words": [ + "chair of state" + ], + "gloss": "a ceremonial chair for an exalted or powerful person" + }, + "n04256520": { + "class_id": 1664, + "words": [ + "sofa", + "couch", + "lounge" + ], + "gloss": "an upholstered seat for more than one person" + }, + "n03100346": { + "class_id": 1665, + "words": [ + "convertible", + "sofa bed" + ], + "gloss": "a sofa that can be converted into a bed" + }, + "n04379243": { + "class_id": 1666, + "words": [ + "table" + ], + "gloss": "a piece of furniture having a smooth flat top that is usually supported by one or more vertical legs; \"it was a sturdy table\"" + }, + "n04379964": { + "class_id": 1667, + "words": [ + "table" + ], + "gloss": "a piece of furniture with tableware for a meal laid out on it; \"I reserved a table at my favorite restaurant\"" + }, + "n04549122": { + "class_id": 1668, + "words": [ + "wall unit" + ], + "gloss": "a piece of furniture having several units that stands against one wall of a room" + }, + "n04118021": { + "class_id": 1669, + "words": [ + "rug", + "carpet", + "carpeting" + ], + "gloss": "floor covering consisting of a piece of thick heavy fabric (usually with nap or pile)" + }, + "n03151077": { + "class_id": 1670, + "words": [ + "curtain", + "drape", + "drapery", + "mantle", + "pall" + ], + "gloss": "hanging cloth used as a blind (especially for a window)" + }, + "n06254669": { + "class_id": 1671, + "words": [ + "medium" + ], + "gloss": "a means or instrumentality for storing or communicating information" + }, + "n06263609": { + "class_id": 1672, + "words": [ + "print media" + ], + "gloss": "a medium that disseminates printed matter" + }, + "n06263369": { + "class_id": 1673, + "words": [ + "press", + "public press" + ], + "gloss": "the print media responsible for gathering and publishing news in the form of newspapers or magazines" + }, + "n06595351": { + "class_id": 1674, + "words": [ + "magazine", + "mag" + ], + "gloss": "a periodic publication containing pictures and stories and articles of interest to those who purchase it or subscribe to it; \"it takes several years before a magazine starts to break even or make money\"" + }, + "n04377057": { + "class_id": 1675, + "words": [ + "system" + ], + "gloss": "instrumentality that combines interrelated interacting artifacts designed to work as a coherent entity; \"he bought a new stereo system\"; \"the system consists of a motor and a small computer\"" + }, + "n03078287": { + "class_id": 1676, + "words": [ + "communication system" + ], + "gloss": "a system for communicating" + }, + "n04400289": { + "class_id": 1677, + "words": [ + "telecommunication system", + "telecom system", + "telecommunication equipment", + "telecom equipment" + ], + "gloss": "a communication system for communicating at a distance" + }, + "n04341686": { + "class_id": 1678, + "words": [ + "structure", + "construction" + ], + "gloss": "a thing constructed; a complex entity constructed of many parts; \"the structure consisted of a series of arches\"; \"she wore her hair in an amazing construction of whirls and ribbons\"" + }, + "n02733524": { + "class_id": 1679, + "words": [ + "arch" + ], + "gloss": "(architecture) a masonry construction (usually curved) for spanning an opening and supporting the weight above it" + }, + "n02735688": { + "class_id": 1680, + "words": [ + "area" + ], + "gloss": "a part of a structure having some specific characteristic or function; \"the spacious cooking area provided plenty of room for servants\"" + }, + "n02898711": { + "class_id": 1681, + "words": [ + "bridge", + "span" + ], + "gloss": "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc." + }, + "n02913152": { + "class_id": 1682, + "words": [ + "building", + "edifice" + ], + "gloss": "a structure that has a roof and walls and stands more or less permanently in one place; \"there was a three-story building on the corner\"; \"it was an imposing edifice\"" + }, + "n03322570": { + "class_id": 1683, + "words": [ + "farm building" + ], + "gloss": "a building on a farm" + }, + "n03544360": { + "class_id": 1684, + "words": [ + "house" + ], + "gloss": "a dwelling that serves as living quarters for one or more families; \"he has a house on Cape Cod\"; \"she felt she had to get out of the house\"" + }, + "n04079244": { + "class_id": 1685, + "words": [ + "residence" + ], + "gloss": "the official house or establishment of an important person (as a sovereign or president); \"he refused to live in the governor's residence\"" + }, + "n04073948": { + "class_id": 1686, + "words": [ + "religious residence", + "cloister" + ], + "gloss": "residence that is a place of religious seclusion (such as a monastery)" + }, + "n03859280": { + "class_id": 1687, + "words": [ + "outbuilding" + ], + "gloss": "a building that is subordinate to and separate from a main building" + }, + "n04187547": { + "class_id": 1688, + "words": [ + "shed" + ], + "gloss": "an outbuilding with a single story; used for shelter or storage" + }, + "n03953416": { + "class_id": 1689, + "words": [ + "place of worship", + "house of prayer", + "house of God", + "house of worship" + ], + "gloss": "any building where congregations gather for prayer" + }, + "n04210390": { + "class_id": 1690, + "words": [ + "shrine" + ], + "gloss": "a place of worship hallowed by association with some sacred thing or person" + }, + "n04417809": { + "class_id": 1691, + "words": [ + "theater", + "theatre", + "house" + ], + "gloss": "a building where theatrical performances or motion-picture shows can be presented; \"the house was full\"" + }, + "n02914991": { + "class_id": 1692, + "words": [ + "building complex", + "complex" + ], + "gloss": "a whole structure (as a building) made up of interconnected or related structures" + }, + "n03956922": { + "class_id": 1693, + "words": [ + "plant", + "works", + "industrial plant" + ], + "gloss": "buildings for carrying on industrial labor; \"they built a large plant to manufacture automobiles\"" + }, + "n03316406": { + "class_id": 1694, + "words": [ + "factory", + "mill", + "manufacturing plant", + "manufactory" + ], + "gloss": "a plant consisting of one or more buildings with facilities for manufacturing" + }, + "n03074380": { + "class_id": 1695, + "words": [ + "column", + "pillar" + ], + "gloss": "a vertical cylindrical structure standing alone and not supporting anything (such as a monument)" + }, + "n03171356": { + "class_id": 1696, + "words": [ + "defensive structure", + "defense", + "defence" + ], + "gloss": "a structure used to defend against attack; \"the artillery battered down the defenses\"" + }, + "n03385557": { + "class_id": 1697, + "words": [ + "fortification", + "munition" + ], + "gloss": "defensive structure consisting of walls or mounds built around a stronghold to strengthen it" + }, + "n03297735": { + "class_id": 1698, + "words": [ + "establishment" + ], + "gloss": "a public or private structure (business or governmental or educational) including buildings and equipment for business or residence" + }, + "n03574555": { + "class_id": 1699, + "words": [ + "institution" + ], + "gloss": "an establishment consisting of a building or complex of buildings where an organization for the promotion of some cause is situated" + }, + "n03907654": { + "class_id": 1700, + "words": [ + "penal institution", + "penal facility" + ], + "gloss": "an institution where persons are confined for punishment and to protect the public" + }, + "n03111690": { + "class_id": 1701, + "words": [ + "correctional institution" + ], + "gloss": "a penal institution maintained by the government" + }, + "n03953020": { + "class_id": 1702, + "words": [ + "place of business", + "business establishment" + ], + "gloss": "an establishment (a factory or an assembly plant or retail store or warehouse etc.) where business is conducted, goods are made or stored or processed or where services are rendered" + }, + "n03748162": { + "class_id": 1703, + "words": [ + "mercantile establishment", + "retail store", + "sales outlet", + "outlet" + ], + "gloss": "a place of business for retailing goods" + }, + "n03722288": { + "class_id": 1704, + "words": [ + "marketplace", + "market place", + "mart", + "market" + ], + "gloss": "an area in a town where a public mercantile establishment is set up" + }, + "n04202417": { + "class_id": 1705, + "words": [ + "shop", + "store" + ], + "gloss": "a mercantile establishment for the retail sale of goods or services; \"he bought it at a shop on Cape Cod\"" + }, + "n03546340": { + "class_id": 1706, + "words": [ + "housing", + "lodging", + "living accommodations" + ], + "gloss": "structures collectively in which people are housed" + }, + "n03259505": { + "class_id": 1707, + "words": [ + "dwelling", + "home", + "domicile", + "abode", + "habitation", + "dwelling house" + ], + "gloss": "housing that someone is living in; \"he built a modest dwelling near the pond\"; \"they raise money to provide homes for the homeless\"" + }, + "n03638321": { + "class_id": 1708, + "words": [ + "landing", + "landing place" + ], + "gloss": "structure providing a place where boats can land people or goods" + }, + "n03743902": { + "class_id": 1709, + "words": [ + "memorial", + "monument" + ], + "gloss": "a structure erected to commemorate persons or events" + }, + "n03839993": { + "class_id": 1710, + "words": [ + "obstruction", + "obstructor", + "obstructer", + "impediment", + "impedimenta" + ], + "gloss": "any structure that makes progress difficult" + }, + "n02796623": { + "class_id": 1711, + "words": [ + "barrier" + ], + "gloss": "a structure or object that impedes free movement" + }, + "n03327234": { + "class_id": 1712, + "words": [ + "fence", + "fencing" + ], + "gloss": "a barrier that serves to enclose an area" + }, + "n04046974": { + "class_id": 1713, + "words": [ + "rail fence" + ], + "gloss": "a fence (usually made of split logs laid across each other at an angle)" + }, + "n03454707": { + "class_id": 1714, + "words": [ + "grate", + "grating" + ], + "gloss": "a barrier that has parallel or crossed bars blocking a passage but admitting air" + }, + "n03795580": { + "class_id": 1715, + "words": [ + "movable barrier" + ], + "gloss": "a barrier that can be moved to allow passage" + }, + "n03221720": { + "class_id": 1716, + "words": [ + "door" + ], + "gloss": "a swinging or sliding barrier that will close the entrance to a room or building or vehicle; \"he knocked on the door\"; \"he slammed the door as he left\"" + }, + "n03427296": { + "class_id": 1717, + "words": [ + "gate" + ], + "gloss": "a movable barrier in a fence or wall" + }, + "n04191595": { + "class_id": 1718, + "words": [ + "shelter" + ], + "gloss": "a structure that provides privacy and protection from danger" + }, + "n04411264": { + "class_id": 1719, + "words": [ + "tent", + "collapsible shelter" + ], + "gloss": "a portable shelter (usually of canvas stretched over supporting poles and fastened to the ground with ropes and pegs); \"he pitched his tent near the creek\"" + }, + "n04217882": { + "class_id": 1720, + "words": [ + "signboard", + "sign" + ], + "gloss": "structure displaying a board on which advertisements can be posted; \"the highway was lined with signboards\"" + }, + "n04361095": { + "class_id": 1721, + "words": [ + "supporting structure" + ], + "gloss": "a structure that serves to support something" + }, + "n03391770": { + "class_id": 1722, + "words": [ + "framework" + ], + "gloss": "a structure supporting or containing something" + }, + "n04038727": { + "class_id": 1723, + "words": [ + "rack" + ], + "gloss": "framework for holding objects" + }, + "n04360501": { + "class_id": 1724, + "words": [ + "support" + ], + "gloss": "supporting structure that holds up or provides a foundation; \"the statue stood on a marble support\"" + }, + "n04460130": { + "class_id": 1725, + "words": [ + "tower" + ], + "gloss": "a structure taller than its diameter; can stand alone or be attached to a larger building" + }, + "n03129123": { + "class_id": 1726, + "words": [ + "creation" + ], + "gloss": "an artifact that has been brought into existence by someone" + }, + "n04007894": { + "class_id": 1727, + "words": [ + "product", + "production" + ], + "gloss": "an artifact that has been created by someone or some process; \"they improve their product every year\"; \"they export most of their agricultural production\"" + }, + "n04599396": { + "class_id": 1728, + "words": [ + "work", + "piece of work" + ], + "gloss": "a product produced or accomplished through the effort or activity or agency of a person or thing; \"it is not regarded as one of his more memorable works\"; \"the symphony was hailed as an ingenious work\"; \"he was indebted to the pioneering work of John Dewey\"; \"the work of an active imagination\"; \"erosion is the work of wind or water over time\"" + }, + "n06589574": { + "class_id": 1729, + "words": [ + "publication" + ], + "gloss": "a copy of a printed work offered for distribution" + }, + "n04188643": { + "class_id": 1730, + "words": [ + "sheet", + "flat solid" + ], + "gloss": "a flat artifact that is thin relative to its length and width" + }, + "n02856463": { + "class_id": 1731, + "words": [ + "board" + ], + "gloss": "a flat piece of material designed for a special purpose; \"he nailed boards across the windows\"" + }, + "n03959936": { + "class_id": 1732, + "words": [ + "plate" + ], + "gloss": "a sheet of metal or wood or glass or plastic" + }, + "n03309808": { + "class_id": 1733, + "words": [ + "fabric", + "cloth", + "material", + "textile" + ], + "gloss": "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers; \"the fabric in the curtains was light and semitransparent\"; \"woven cloth originated in Mesopotamia around 5000 BC\"; \"she measured off enough material for a dress\"" + }, + "n03932670": { + "class_id": 1734, + "words": [ + "piece of cloth", + "piece of material" + ], + "gloss": "a separate part consisting of fabric" + }, + "n04459362": { + "class_id": 1735, + "words": [ + "towel" + ], + "gloss": "a rectangular piece of absorbent cloth (or paper) for drying or wiping" + }, + "n03122748": { + "class_id": 1736, + "words": [ + "covering" + ], + "gloss": "an artifact that covers something else (usually to protect or shelter or conceal it)" + }, + "n04605726": { + "class_id": 1737, + "words": [ + "wrapping", + "wrap", + "wrapper" + ], + "gloss": "the covering (usually paper or cellophane) in which something is wrapped" + }, + "n03590306": { + "class_id": 1738, + "words": [ + "jacket" + ], + "gloss": "an outer wrapping or casing; \"phonograph records were sold in cardboard jackets\"" + }, + "n04151940": { + "class_id": 1739, + "words": [ + "screen", + "cover", + "covert", + "concealment" + ], + "gloss": "a covering that serves to conceal or shelter something; \"a screen of trees afforded privacy\"; \"under cover of darkness\"; \"the brush provided a covert for game\"; \"the simplest concealment is to match perfectly the color of the background\"" + }, + "n03380867": { + "class_id": 1740, + "words": [ + "footwear", + "footgear" + ], + "gloss": "covering for a person's feet" + }, + "n04199027": { + "class_id": 1741, + "words": [ + "shoe" + ], + "gloss": "footwear shaped to fit the foot (below the ankle) with a flexible upper of leather or plastic and a sole and heel of heavier material" + }, + "n02872752": { + "class_id": 1742, + "words": [ + "boot" + ], + "gloss": "footwear that covers the whole foot and lower leg" + }, + "n03050026": { + "class_id": 1743, + "words": [ + "cloth covering" + ], + "gloss": "a covering made of cloth" + }, + "n03237639": { + "class_id": 1744, + "words": [ + "dressing", + "medical dressing" + ], + "gloss": "a cloth covering for a wound or sore" + }, + "n02785648": { + "class_id": 1745, + "words": [ + "bandage", + "patch" + ], + "gloss": "a piece of soft material that covers and protects an injured part of the body" + }, + "n02680110": { + "class_id": 1746, + "words": [ + "adhesive bandage" + ], + "gloss": "bandage consisting of a medical dressing of plain absorbent gauze held in place by a plastic or fabric tape coated with adhesive" + }, + "n02820210": { + "class_id": 1747, + "words": [ + "bedclothes", + "bed clothing", + "bedding" + ], + "gloss": "coverings that are used on a bed" + }, + "n03366823": { + "class_id": 1748, + "words": [ + "floor cover", + "floor covering" + ], + "gloss": "a covering for a floor" + }, + "n03727837": { + "class_id": 1749, + "words": [ + "mat" + ], + "gloss": "a thick flat pad used as a floor covering" + }, + "n03051540": { + "class_id": 1750, + "words": [ + "clothing", + "article of clothing", + "vesture", + "wear", + "wearable", + "habiliment" + ], + "gloss": "a covering designed to be worn on a person's body" + }, + "n02756098": { + "class_id": 1751, + "words": [ + "attire", + "garb", + "dress" + ], + "gloss": "clothing of a distinctive style or for a particular occasion; \"formal attire\"; \"battle dress\"" + }, + "n03206718": { + "class_id": 1752, + "words": [ + "disguise" + ], + "gloss": "any attire that modifies the appearance in order to conceal the wearer's identity" + }, + "n03476083": { + "class_id": 1753, + "words": [ + "hairpiece", + "false hair", + "postiche" + ], + "gloss": "a covering or bunch of human or artificial hair used for disguise or adornment" + }, + "n04015204": { + "class_id": 1754, + "words": [ + "protective garment" + ], + "gloss": "clothing that is intended to protect the wearer from injury" + }, + "n02671780": { + "class_id": 1755, + "words": [ + "accessory", + "accoutrement", + "accouterment" + ], + "gloss": "clothing that is worn or carried, but not part of your main clothing" + }, + "n02827606": { + "class_id": 1756, + "words": [ + "belt" + ], + "gloss": "a band to tie or buckle around the body (usually at the waist)" + }, + "n03859495": { + "class_id": 1757, + "words": [ + "outerwear", + "overclothes" + ], + "gloss": "clothing for use outdoors" + }, + "n03450516": { + "class_id": 1758, + "words": [ + "gown", + "robe" + ], + "gloss": "outerwear consisting of a long flowing garment used for official or ceremonial occasions" + }, + "n03419014": { + "class_id": 1759, + "words": [ + "garment" + ], + "gloss": "an article of clothing; \"garments of the finest silk\"" + }, + "n04531873": { + "class_id": 1760, + "words": [ + "vest", + "waistcoat" + ], + "gloss": "a man's sleeveless garment worn underneath a coat" + }, + "n04371563": { + "class_id": 1761, + "words": [ + "swimsuit", + "swimwear", + "bathing suit", + "swimming costume", + "bathing costume" + ], + "gloss": "tight fitting garment worn for swimming" + }, + "n04489008": { + "class_id": 1762, + "words": [ + "trouser", + "pant" + ], + "gloss": "(usually in the plural) a garment extending from the waist to the knee or ankle, covering each leg separately; \"he had a sharp crease in his trousers\"" + }, + "n04143897": { + "class_id": 1763, + "words": [ + "scarf" + ], + "gloss": "a garment worn around the head or neck or shoulders for warmth or decoration" + }, + "n03816005": { + "class_id": 1764, + "words": [ + "neckwear" + ], + "gloss": "articles of clothing worn about the neck" + }, + "n03815615": { + "class_id": 1765, + "words": [ + "necktie", + "tie" + ], + "gloss": "neckwear consisting of a long narrow piece of material worn (mostly by men) under a collar and tied in knot at the front; \"he stood in front of the mirror tightening his necktie\"; \"he wore a vest and tie\"" + }, + "n04230808": { + "class_id": 1766, + "words": [ + "skirt" + ], + "gloss": "a garment hanging from the waist; worn mainly by girls and women" + }, + "n03863923": { + "class_id": 1767, + "words": [ + "overgarment", + "outer garment" + ], + "gloss": "a garment worn over other garments" + }, + "n03045337": { + "class_id": 1768, + "words": [ + "cloak" + ], + "gloss": "a loose outer garment" + }, + "n03057021": { + "class_id": 1769, + "words": [ + "coat" + ], + "gloss": "an outer garment that has sleeves and covers the body from shoulder down; worn outdoors" + }, + "n04049405": { + "class_id": 1770, + "words": [ + "raincoat", + "waterproof" + ], + "gloss": "a water-resistant coat" + }, + "n04370048": { + "class_id": 1771, + "words": [ + "sweater", + "jumper" + ], + "gloss": "a crocheted or knitted garment covering the upper part of the body" + }, + "n04021028": { + "class_id": 1772, + "words": [ + "pullover", + "slipover" + ], + "gloss": "a sweater that is put on by pulling it over the head" + }, + "n04097866": { + "class_id": 1773, + "words": [ + "robe" + ], + "gloss": "any loose flowing garment" + }, + "n04197391": { + "class_id": 1774, + "words": [ + "shirt" + ], + "gloss": "a garment worn on the upper half of the body" + }, + "n04508163": { + "class_id": 1775, + "words": [ + "undergarment", + "unmentionable" + ], + "gloss": "a garment worn under other garments" + }, + "n03490324": { + "class_id": 1776, + "words": [ + "handwear", + "hand wear" + ], + "gloss": "clothing for the hands" + }, + "n03441112": { + "class_id": 1777, + "words": [ + "glove" + ], + "gloss": "handwear: covers the hand and wrist" + }, + "n03502509": { + "class_id": 1778, + "words": [ + "headdress", + "headgear" + ], + "gloss": "clothing for the head" + }, + "n03513137": { + "class_id": 1779, + "words": [ + "helmet" + ], + "gloss": "a protective headgear made of hard material to resist blows" + }, + "n02954340": { + "class_id": 1780, + "words": [ + "cap" + ], + "gloss": "a tight-fitting headdress" + }, + "n03497657": { + "class_id": 1781, + "words": [ + "hat", + "chapeau", + "lid" + ], + "gloss": "headdress that protects the head from bad weather; has shaped crown and usually a brim" + }, + "n03381126": { + "class_id": 1782, + "words": [ + "footwear" + ], + "gloss": "clothing worn on a person's feet" + }, + "n03540267": { + "class_id": 1783, + "words": [ + "hosiery", + "hose" + ], + "gloss": "socks and stockings and tights collectively (the British include underwear)" + }, + "n04434932": { + "class_id": 1784, + "words": [ + "tights", + "leotards" + ], + "gloss": "skintight knit hose covering the body from the waist to the feet worn by acrobats and dancers and as stockings by women and girls" + }, + "n04323819": { + "class_id": 1785, + "words": [ + "stocking" + ], + "gloss": "close-fitting hosiery to cover the foot and leg; come in matched pairs (usually used in the plural)" + }, + "n04509592": { + "class_id": 1786, + "words": [ + "uniform" + ], + "gloss": "clothing of distinctive design worn by members of a particular group as a means of identification" + }, + "n03825080": { + "class_id": 1787, + "words": [ + "nightwear", + "sleepwear", + "nightclothes" + ], + "gloss": "garments designed to be worn in bed" + }, + "n02728440": { + "class_id": 1788, + "words": [ + "apparel", + "wearing apparel", + "dress", + "clothes" + ], + "gloss": "clothing in general; \"she was refined in her choice of apparel\"; \"he always bought his clothes at the same store\"; \"fastidious about his dress\"" + }, + "n04603872": { + "class_id": 1789, + "words": [ + "workwear" + ], + "gloss": "heavy-duty clothes for manual or physical work" + }, + "n04596852": { + "class_id": 1790, + "words": [ + "woman's clothing" + ], + "gloss": "clothing that is designed for women to wear" + }, + "n03236735": { + "class_id": 1791, + "words": [ + "dress", + "frock" + ], + "gloss": "a one-piece garment for a woman; has skirt and bodice" + }, + "n04014297": { + "class_id": 1792, + "words": [ + "protective covering", + "protective cover", + "protection" + ], + "gloss": "a covering that is intend to protect from damage or injury; \"they had no protection from the fallout\"; \"wax provided protection for the floors\"" + }, + "n04192858": { + "class_id": 1793, + "words": [ + "shield" + ], + "gloss": "a protective covering or structure" + }, + "n03959701": { + "class_id": 1794, + "words": [ + "plate", + "scale", + "shell" + ], + "gloss": "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)" + }, + "n02740764": { + "class_id": 1795, + "words": [ + "armor plate", + "armour plate", + "armor plating", + "plate armor", + "plate armour" + ], + "gloss": "specially hardened steel plate used to protect fortifications or vehicles from enemy fire" + }, + "n03513376": { + "class_id": 1796, + "words": [ + "helmet" + ], + "gloss": "armor plate that protects the head" + }, + "n02955065": { + "class_id": 1797, + "words": [ + "cap" + ], + "gloss": "something serving as a cover or protection" + }, + "n04105068": { + "class_id": 1798, + "words": [ + "roof" + ], + "gloss": "a protective covering that covers or forms the top of a building" + }, + "n02851099": { + "class_id": 1799, + "words": [ + "blind", + "screen" + ], + "gloss": "a protective covering that keeps things out or hinders sight; \"they had just moved in and had not put up blinds yet\"" + }, + "n04589190": { + "class_id": 1800, + "words": [ + "window blind" + ], + "gloss": "a blind for privacy or to keep out light" + }, + "n04181718": { + "class_id": 1801, + "words": [ + "shade" + ], + "gloss": "protective covering that protects something from direct sunlight; \"they used umbrellas as shades\"; \"as the sun moved he readjusted the shade\"" + }, + "n04151581": { + "class_id": 1802, + "words": [ + "screen" + ], + "gloss": "a protective covering consisting of netting; can be mounted in a frame; \"they put screens in the windows for protection against insects\"; \"a metal screen protected the observers\"" + }, + "n02739668": { + "class_id": 1803, + "words": [ + "armor", + "armour" + ], + "gloss": "protective covering made of metal and used in combat" + }, + "n02862048": { + "class_id": 1804, + "words": [ + "body armor", + "body armour", + "suit of armor", + "suit of armour", + "coat of mail", + "cataphract" + ], + "gloss": "armor that protects the wearer's whole body" + }, + "n03725035": { + "class_id": 1805, + "words": [ + "mask" + ], + "gloss": "a protective covering worn over the face" + }, + "n03314378": { + "class_id": 1806, + "words": [ + "face mask" + ], + "gloss": "mask that provides a protective covering for the face in such sports as baseball or football or hockey" + }, + "n04187061": { + "class_id": 1807, + "words": [ + "sheath" + ], + "gloss": "a protective covering (as for a knife or sword)" + }, + "n04191943": { + "class_id": 1808, + "words": [ + "shelter" + ], + "gloss": "protective covering that provides protection from the weather" + }, + "n02951843": { + "class_id": 1809, + "words": [ + "canopy" + ], + "gloss": "a covering (usually of cloth) that serves as a roof to shelter an area from the weather" + }, + "n04453910": { + "class_id": 1810, + "words": [ + "top", + "cover" + ], + "gloss": "covering for a hole (especially a hole in the top of a container); \"he removed the top of the carton\"; \"he couldn't get the top off of the bottle\"; \"put the cover back on the kettle\"" + }, + "n02954938": { + "class_id": 1811, + "words": [ + "cap" + ], + "gloss": "a top (as for a bottle)" + }, + "n03873064": { + "class_id": 1812, + "words": [ + "padding", + "cushioning" + ], + "gloss": "artifact consisting of soft or resilient material used to fill or give shape or protect or add comfort" + }, + "n03151500": { + "class_id": 1813, + "words": [ + "cushion" + ], + "gloss": "a soft bag filled with air or a mass of padding such as feathers or foam rubber etc." + }, + "n03076708": { + "class_id": 1814, + "words": [ + "commodity", + "trade good", + "good" + ], + "gloss": "articles of commerce" + }, + "n03093574": { + "class_id": 1815, + "words": [ + "consumer goods" + ], + "gloss": "goods (as food or clothing) intended for direct use or consumption" + }, + "n03257877": { + "class_id": 1816, + "words": [ + "durables", + "durable goods", + "consumer durables" + ], + "gloss": "consumer goods that are not destroyed by use" + }, + "n02729837": { + "class_id": 1817, + "words": [ + "appliance" + ], + "gloss": "durable goods for home or office use" + }, + "n03251766": { + "class_id": 1818, + "words": [ + "dryer", + "drier" + ], + "gloss": "an appliance that removes moisture" + }, + "n03528263": { + "class_id": 1819, + "words": [ + "home appliance", + "household appliance" + ], + "gloss": "an appliance that does a particular job in the home" + }, + "n03620052": { + "class_id": 1820, + "words": [ + "kitchen appliance" + ], + "gloss": "a home appliance used in preparing food" + }, + "n03063338": { + "class_id": 1821, + "words": [ + "coffee maker" + ], + "gloss": "a kitchen appliance for brewing coffee automatically" + }, + "n03862676": { + "class_id": 1822, + "words": [ + "oven" + ], + "gloss": "kitchen appliance used for baking or roasting" + }, + "n04580493": { + "class_id": 1823, + "words": [ + "white goods" + ], + "gloss": "large electrical home appliances (refrigerators or washing machines etc.) that are typically finished in white enamel" + }, + "n03252064": { + "class_id": 1824, + "words": [ + "drygoods", + "soft goods" + ], + "gloss": "textiles or clothing and related merchandise" + }, + "n04580298": { + "class_id": 1825, + "words": [ + "white goods", + "household linen" + ], + "gloss": "drygoods for household use that are typically made of white cloth" + }, + "n03672352": { + "class_id": 1826, + "words": [ + "linen" + ], + "gloss": "white goods or clothing made with linen cloth" + }, + "n02807260": { + "class_id": 1827, + "words": [ + "bath linen" + ], + "gloss": "linens for use in the bathroom" + }, + "n03302121": { + "class_id": 1828, + "words": [ + "excavation" + ], + "gloss": "a hole in the ground made by excavating" + }, + "n03982060": { + "class_id": 1829, + "words": [ + "pool" + ], + "gloss": "an excavation that is (usually) filled with water" + }, + "n03169390": { + "class_id": 1830, + "words": [ + "decoration", + "ornament", + "ornamentation" + ], + "gloss": "something used to beautify" + }, + "n02681518": { + "class_id": 1831, + "words": [ + "adornment" + ], + "gloss": "a decoration of color or interest that is added to relieve plainness" + }, + "n03597469": { + "class_id": 1832, + "words": [ + "jewelry", + "jewellery" + ], + "gloss": "an adornment (as a bracelet or ring or necklace) made of precious metals and set with gems (or imitation gems)" + }, + "n03178782": { + "class_id": 1833, + "words": [ + "design", + "pattern", + "figure" + ], + "gloss": "a decorative or artistic work; \"the coach had a design on the doors\"" + }, + "n03282591": { + "class_id": 1834, + "words": [ + "emblem" + ], + "gloss": "special design or visual object representing a quality, type, group, etc." + }, + "n03964744": { + "class_id": 1835, + "words": [ + "plaything", + "toy" + ], + "gloss": "an artifact designed to be played with" + }, + "n00022903": { + "class_id": 1836, + "words": [ + "article" + ], + "gloss": "one of a class of artifacts; \"an article of clothing\"" + }, + "n04550840": { + "class_id": 1837, + "words": [ + "ware" + ], + "gloss": "articles of the same kind or material; usually used in combination: `silverware', `software'" + }, + "n04597804": { + "class_id": 1838, + "words": [ + "woodenware" + ], + "gloss": "ware for domestic use made of wood" + }, + "n04381994": { + "class_id": 1839, + "words": [ + "tableware" + ], + "gloss": "articles for use at the table (dishes and silverware and glassware)" + }, + "n03153375": { + "class_id": 1840, + "words": [ + "cutlery", + "eating utensil" + ], + "gloss": "tableware implements for cutting and eating food" + }, + "n03133538": { + "class_id": 1841, + "words": [ + "crockery", + "dishware" + ], + "gloss": "tableware (eating and serving dishes) collectively" + }, + "n04362025": { + "class_id": 1842, + "words": [ + "surface" + ], + "gloss": "the outer boundary of an artifact or a material layer constituting or resembling such a boundary; \"there is a special cleaner for these surfaces\"; \"the cloth had a pattern of red dots on a white surface\"" + }, + "n03536348": { + "class_id": 1843, + "words": [ + "horizontal surface", + "level" + ], + "gloss": "a flat surface at right angles to a plumb line; \"park the car on the level\"" + }, + "n03961939": { + "class_id": 1844, + "words": [ + "platform" + ], + "gloss": "a raised horizontal surface; \"the speaker mounted the platform\"" + }, + "n03892891": { + "class_id": 1845, + "words": [ + "part", + "portion" + ], + "gloss": "something less than the whole of a human artifact; \"the rear part of the house\"; \"glue the two parts together\"" + }, + "n03932203": { + "class_id": 1846, + "words": [ + "piece" + ], + "gloss": "a separate part of a whole; \"an important piece of the evidence\"" + }, + "n00002137": { + "class_id": 1847, + "words": [ + "abstraction", + "abstract entity" + ], + "gloss": "a general concept formed by extracting common features from specific examples" + }, + "n00024264": { + "class_id": 1848, + "words": [ + "attribute" + ], + "gloss": "an abstraction belonging to or characteristic of an entity" + }, + "n00027807": { + "class_id": 1849, + "words": [ + "shape", + "form" + ], + "gloss": "the spatial arrangement of something as distinct from its substance; \"geometry is the mathematical science of shape\"" + }, + "n13865483": { + "class_id": 1850, + "words": [ + "round shape" + ], + "gloss": "a shape that is curved and without sharp angles" + }, + "n13899200": { + "class_id": 1851, + "words": [ + "sphere" + ], + "gloss": "a solid figure bounded by a spherical surface (including the space it encloses)" + }, + "n13899404": { + "class_id": 1852, + "words": [ + "ball", + "globe", + "orb" + ], + "gloss": "an object with a spherical shape; \"a ball of fire\"" + }, + "n09289709": { + "class_id": 1853, + "words": [ + "globule" + ], + "gloss": "a small globe or ball" + }, + "n00033020": { + "class_id": 1854, + "words": [ + "communication" + ], + "gloss": "something that is communicated by or to or between people or groups" + }, + "n06793231": { + "class_id": 1855, + "words": [ + "sign" + ], + "gloss": "a public display of a message; \"he posted signs in all the shop windows\"" + }, + "n06791372": { + "class_id": 1856, + "words": [ + "signal", + "signaling", + "sign" + ], + "gloss": "any nonverbal action or gesture that encodes a message; \"signals from the boat suddenly stopped\"" + }, + "n06873571": { + "class_id": 1857, + "words": [ + "visual signal" + ], + "gloss": "a signal that involves visual communication" + }, + "n06874019": { + "class_id": 1858, + "words": [ + "light" + ], + "gloss": "a visual warning signal; \"they saw the light of the beacon\"; \"there was a light at every corner\"" + }, + "n00031921": { + "class_id": 1859, + "words": [ + "relation" + ], + "gloss": "an abstraction belonging to or characteristic of two entities or parts together" + }, + "n13809207": { + "class_id": 1860, + "words": [ + "part", + "portion", + "component part", + "component", + "constituent" + ], + "gloss": "something determined in relation to something that includes it; \"he wanted to feel a part of something bigger than himself\"; \"I read a portion of the manuscript\"; \"the smaller component is hard to reach\"; \"the animal constituent of plankton\"" + } +} diff --git a/process_imagenet_labels.py b/process_imagenet_labels.py new file mode 100644 index 0000000..e22ccb9 --- /dev/null +++ b/process_imagenet_labels.py @@ -0,0 +1,181 @@ +#!/usr/bin/env python3 + +import os +import json +import shutil +import argparse +import scipy.io as sio +from pathlib import Path +from collections import defaultdict + + +def process_val_labels(devkit_path, val_path): + """ + Read validation ground truth and organize validation images into class folders + + Args: + devkit_path (Path): Path to ILSVRC2012_devkit_t12 directory + val_path (Path): Path to directory containing validation images + """ + print(f"Processing validation images in: {val_path}") + + # Read validation labels + val_labels_path = devkit_path / "data" / "ILSVRC2012_validation_ground_truth.txt" + with open(val_labels_path, "r") as f: + val_labels = [int(line.strip()) for line in f.readlines()] + + # Read meta.mat + meta = sio.loadmat(str(devkit_path / "data" / "meta.mat")) + synsets = meta["synsets"] + + # Create ILSVRC2012_ID -> WNID (synset) mapping + synset_mapping = {int(s[0][0][0][0]): str(s[0][1][0]) for s in synsets} + + # Create mapping of filename to class + val_filename_to_class = {} + for i, label in enumerate(val_labels, 1): + filename = f"ILSVRC2012_val_{i:08d}.JPEG" + val_filename_to_class[filename] = synset_mapping[label] + + # Create temporary directory for moving files + temp_dir = val_path / "temp_organization" + os.makedirs(temp_dir, exist_ok=True) + + # First, create all class directories in temp + for class_id in set(val_filename_to_class.values()): + os.makedirs(temp_dir / class_id, exist_ok=True) + + # Move files to their class directories in temp + print("Moving files to their class directories...") + moved_count = 0 + total_files = len(val_filename_to_class) + + for filename, class_id in val_filename_to_class.items(): + src_path = val_path / filename + dst_dir = temp_dir / class_id + dst_path = dst_dir / filename + + if src_path.exists(): + shutil.move(str(src_path), str(dst_path)) + moved_count += 1 + if moved_count % 1000 == 0: + print(f"Moved {moved_count}/{total_files} files...") + + # Remove any remaining files in val_path (except temp_organization) + for item in val_path.iterdir(): + if item.name != "temp_organization": + if item.is_file(): + item.unlink() + elif item.is_dir(): + shutil.rmtree(item) + + # Move everything from temp back to val_path + for class_dir in temp_dir.iterdir(): + if class_dir.is_dir(): + shutil.move(str(class_dir), str(val_path / class_dir.name)) + + # Remove temp directory + shutil.rmtree(temp_dir) + + print("\nOrganization complete!") + print( + f"Moved {moved_count} files into {len(set(val_filename_to_class.values()))} class directories" + ) + + +def create_class_info(devkit_path, val_path): + """ + Create a JSON file mapping synset IDs to human-readable labels and metadata + + Args: + devkit_path (Path): Path to ILSVRC2012_devkit_t12 directory + val_path (Path): Path to directory containing validation images + """ + class_info = defaultdict(dict) + + # Read meta.mat + meta = sio.loadmat(str(devkit_path / "data" / "meta.mat")) + synsets = meta["synsets"] + + # Extract information for each synset + for s in synsets: + synset_id = str(s[0][1][0]) # WNID + class_id = int(s[0][0][0][0]) # ILSVRC2012_ID + words = str(s[0][2][0]).split(", ") + gloss = str(s[0][3][0]) + + class_info[synset_id].update( + {"class_id": class_id, "words": words, "gloss": gloss} + ) + + # Count validation images per class + if val_path.exists(): + for class_dir in val_path.iterdir(): + if class_dir.is_dir(): + count = len(list(class_dir.glob("*.JPEG"))) + class_info[class_dir.name]["val_images"] = count + + # Save to JSON file + output_file = val_path.parent / "imagenet_class_info.json" + with open(output_file, "w") as f: + json.dump(class_info, f, indent=2, ensure_ascii=False) + + # Print example entries + print("\nExample class mappings:") + print("-" * 80) + for synset_id in list(class_info.keys())[:5]: + print(f"Synset ID: {synset_id}") + print(f"Class ID: {class_info[synset_id]['class_id']}") + print(f"Labels: {', '.join(class_info[synset_id]['words'])}") + print(f"Description: {class_info[synset_id]['gloss']}") + print(f"Validation images: {class_info[synset_id].get('val_images', 0)}") + print("-" * 80) + + +def main(): + parser = argparse.ArgumentParser( + description="Process ImageNet labels and create class mappings" + ) + parser.add_argument( + "devkit_path", type=str, help="Path to ILSVRC2012_devkit_t12 directory" + ) + parser.add_argument( + "val_path", type=str, help="Path to directory containing validation images" + ) + args = parser.parse_args() + + devkit_path = Path(args.devkit_path) + val_path = Path(args.val_path) + + # Verify paths and files + if not devkit_path.exists(): + raise FileNotFoundError(f"Devkit path does not exist: {devkit_path}") + if not val_path.exists(): + raise FileNotFoundError(f"Validation images path does not exist: {val_path}") + if not (devkit_path / "data" / "meta.mat").exists(): + raise FileNotFoundError(f"Could not find meta.mat in {devkit_path}/data") + if not (devkit_path / "data" / "ILSVRC2012_validation_ground_truth.txt").exists(): + raise FileNotFoundError( + f"Could not find validation ground truth file in {devkit_path}/data" + ) + + # Check if validation directory contains images + val_images = list(val_path.glob("ILSVRC2012_val_*.JPEG")) + if not val_images: + raise FileNotFoundError(f"No validation images found in {val_path}") + + print("Organizing validation images into class folders...") + process_val_labels(devkit_path, val_path) + + print("\nCreating class information JSON file...") + create_class_info(devkit_path, val_path) + + print( + f"\nDone! Check {val_path.parent}/imagenet_class_info.json for complete class mappings." + ) + + +if __name__ == "__main__": + main() + +# python3 process_imagenet_labels.py /weka/proj-medarc/shared/imagenet/ILSVRC2012_devkit_t12 /weka/proj-medarc/shared/imagenet/validation diff --git a/requirements.txt b/requirements.txt index 16d34bf..6a95df1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,11 @@ datasets==2.15.0 +einops==0.8.0 fvcore==0.1.5.post20221221 +h5py==3.12.1 matplotlib==3.8.2 numpy==1.26.2 Pillow==10.1.0 +scipy==1.14.1 timm==1.0.3 torch==2.3.0 torchvision==0.18.0 diff --git a/topomoe/src/topomoe/train.py b/topomoe/src/topomoe/train.py index 4adda2a..a50e0b0 100644 --- a/topomoe/src/topomoe/train.py +++ b/topomoe/src/topomoe/train.py @@ -11,6 +11,7 @@ from functools import partial from pathlib import Path from typing import Callable, Dict, List, Optional, Tuple +import PIL import numpy as np import torch @@ -81,13 +82,16 @@ class Args: aliases=["--wsigma"], default=2.0, help="wiring length radius stdev" ) # Dataset - dataset: str = HfArg( - default="hfds/clane9/imagenet-100", help="timm-compatible dataset name" + dataset: Optional[str] = HfArg( + default="hfds/clane9/imagenet-100", + help="Dataset name (timm compatible). If 'folder', uses data_dir which contains train and val folder of images.", ) - data_dir: Optional[str] = HfArg(default=None, help="dataset directory") - download: bool = HfArg(default=True, help="download dataset") + data_dir: Optional[str] = HfArg( + default=None, help="Dataset directory containing train/ and validation/" + ) + download: bool = HfArg(default=False, help="download dataset if needed") train_split: str = HfArg(default="train", help="name of training split") - val_split: str = HfArg(default="validation", help="name of val split") + val_split: str = HfArg(default="validation", help="name of validation split") train_num_samples: Optional[int] = HfArg( default=None, help="Manually specify num samples in train split, for IterableDatasets", @@ -241,9 +245,14 @@ def main(args: Args): # Dataset logging.info("Loading dataset %s", args.dataset) + if args.dataset == "folder": + root_dir = Path(args.data_dir) / args.train_split + args.train_split = "" + else: + root_dir = args.data_dir dataset_train = create_dataset( args.dataset, - root=args.data_dir, + root=root_dir, split=args.train_split, is_training=True, download=args.download, @@ -251,9 +260,12 @@ def main(args: Args): num_samples=args.train_num_samples, repeats=args.epoch_repeats, ) + if args.dataset == "folder": + root_dir = Path(args.data_dir) / args.val_split + args.val_split = "" dataset_eval = create_dataset( args.dataset, - root=args.data_dir, + root=root_dir, split=args.val_split, is_training=False, download=args.download, @@ -750,16 +762,23 @@ def validate( def load_dataset_in_memory(dataset: ImageDataset): - assert isinstance(dataset.reader, ReaderHfds) - dataset.reader.dataset = Dataset.from_dict( - dataset.reader.dataset.to_dict(), - features=dataset.reader.dataset.features, - ) + if isinstance(dataset.reader, ReaderHfds): + dataset.reader.dataset = Dataset.from_dict( + dataset.reader.dataset.to_dict(), + features=dataset.reader.dataset.features, + ) + else: + dataset.samples = [ + (PIL.Image.open(path).convert("RGB"), target) + for path, target in dataset.samples + ] def get_num_classes(dataset: ImageDataset): - assert isinstance(dataset.reader, ReaderHfds) - return dataset.reader.dataset.features["label"].num_classes + if isinstance(dataset.reader, ReaderHfds): + return dataset.reader.dataset.features["label"].num_classes + else: + return 1000 # for ImageNet1k @torch.no_grad() diff --git a/topomoe/tests/test_train.py b/topomoe/tests/test_train.py index 06e1c81..abc3216 100644 --- a/topomoe/tests/test_train.py +++ b/topomoe/tests/test_train.py @@ -64,10 +64,11 @@ ), "topomoe": train.Args( name="debug_train_topomoe", + data_dir="/weka/proj-medarc/shared/imagenet", out_dir="topomoe/test_results", model="topomoe_tiny_2s_patch16_128", wiring_lambd=0.01, - dataset="hfds/clane9/imagenet-100", + dataset="folder", workers=0, batch_size=32, overwrite=True, @@ -118,3 +119,29 @@ def test_train(config: str): args = configs[config] train.main(args) + + +if __name__ == "__main__": + import argparse + + parser = argparse.ArgumentParser(description="Run training configurations.") + parser.add_argument( + "--config", + nargs="+", + default=None, + help="List of configurations to run. If not specified, all configurations will be run.", + ) + + parsed_args = parser.parse_args() + + if parsed_args.config is not None: + configs_to_run = parsed_args.config + else: + configs_to_run = configs.keys() + + for config in configs_to_run: + if config in configs: + print(f"Running configuration: {config}") + test_train(config) + else: + print(f"Configuration '{config}' not found.") From c79692dab74ca7867cde4b0e1346dc2ba57c1bca Mon Sep 17 00:00:00 2001 From: PaulScotti Date: Tue, 19 Nov 2024 14:05:17 +0000 Subject: [PATCH 2/4] download_imagenet --- download_imagenet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/download_imagenet.sh b/download_imagenet.sh index 9a663fe..72c586d 100755 --- a/download_imagenet.sh +++ b/download_imagenet.sh @@ -53,3 +53,4 @@ echo "Download and extraction complete!" echo "Verifying image counts..." echo "Number of training images: $(find imagenet/train -type f | wc -l)" echo "Number of validation images: $(find imagenet/validation -type f | wc -l)" +echo "Now you should run process_imagenet_labels.py!" From cbaf5fbaaac0b80b0e6747ec5c29f9827dc865f6 Mon Sep 17 00:00:00 2001 From: PaulScotti Date: Tue, 19 Nov 2024 14:08:24 +0000 Subject: [PATCH 3/4] organize new IN files to folder --- IN1K_prep/download_imagenet.sh | 56 +++++++++ IN1K_prep/process_imagenet_labels.py | 181 +++++++++++++++++++++++++++ 2 files changed, 237 insertions(+) create mode 100755 IN1K_prep/download_imagenet.sh create mode 100644 IN1K_prep/process_imagenet_labels.py diff --git a/IN1K_prep/download_imagenet.sh b/IN1K_prep/download_imagenet.sh new file mode 100755 index 0000000..72c586d --- /dev/null +++ b/IN1K_prep/download_imagenet.sh @@ -0,0 +1,56 @@ +#!/bin/bash + +# This script downloads ImageNet-1k (ILSVRC2012) dataset +# You need to first register and get credentials from image-net.org + +# Replace these with your ImageNet credentials +USERNAME="user" +PASSWORD="pass" + +# Create directories +mkdir -p imagenet/train imagenet/validation + +# Download train and validation archives +# Training images (138GB) +wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_img_train.tar + +# Validation images (6.3GB) +wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_img_val.tar + +# Download mapping files +wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_devkit_t12.tar.gz + +# Extract validation images +cd imagenet/validation +tar xvf ../../ILSVRC2012_img_val.tar +cd ../.. + +# Extract training images +cd imagenet/train +tar xvf ../../ILSVRC2012_img_train.tar + +# Extract individual class archives +for f in *.tar; do + d=`basename $f .tar` + mkdir -p $d + cd $d + tar xvf ../$f + cd .. + rm $f +done + +cd ../.. + +# Extract devkit +tar xvf ILSVRC2012_devkit_t12.tar.gz + +# Cleanup +rm ILSVRC2012_img_train.tar ILSVRC2012_img_val.tar ILSVRC2012_devkit_t12.tar.gz + +echo "Download and extraction complete!" + +# Optional: verify number of images +echo "Verifying image counts..." +echo "Number of training images: $(find imagenet/train -type f | wc -l)" +echo "Number of validation images: $(find imagenet/validation -type f | wc -l)" +echo "Now you should run process_imagenet_labels.py!" diff --git a/IN1K_prep/process_imagenet_labels.py b/IN1K_prep/process_imagenet_labels.py new file mode 100644 index 0000000..e22ccb9 --- /dev/null +++ b/IN1K_prep/process_imagenet_labels.py @@ -0,0 +1,181 @@ +#!/usr/bin/env python3 + +import os +import json +import shutil +import argparse +import scipy.io as sio +from pathlib import Path +from collections import defaultdict + + +def process_val_labels(devkit_path, val_path): + """ + Read validation ground truth and organize validation images into class folders + + Args: + devkit_path (Path): Path to ILSVRC2012_devkit_t12 directory + val_path (Path): Path to directory containing validation images + """ + print(f"Processing validation images in: {val_path}") + + # Read validation labels + val_labels_path = devkit_path / "data" / "ILSVRC2012_validation_ground_truth.txt" + with open(val_labels_path, "r") as f: + val_labels = [int(line.strip()) for line in f.readlines()] + + # Read meta.mat + meta = sio.loadmat(str(devkit_path / "data" / "meta.mat")) + synsets = meta["synsets"] + + # Create ILSVRC2012_ID -> WNID (synset) mapping + synset_mapping = {int(s[0][0][0][0]): str(s[0][1][0]) for s in synsets} + + # Create mapping of filename to class + val_filename_to_class = {} + for i, label in enumerate(val_labels, 1): + filename = f"ILSVRC2012_val_{i:08d}.JPEG" + val_filename_to_class[filename] = synset_mapping[label] + + # Create temporary directory for moving files + temp_dir = val_path / "temp_organization" + os.makedirs(temp_dir, exist_ok=True) + + # First, create all class directories in temp + for class_id in set(val_filename_to_class.values()): + os.makedirs(temp_dir / class_id, exist_ok=True) + + # Move files to their class directories in temp + print("Moving files to their class directories...") + moved_count = 0 + total_files = len(val_filename_to_class) + + for filename, class_id in val_filename_to_class.items(): + src_path = val_path / filename + dst_dir = temp_dir / class_id + dst_path = dst_dir / filename + + if src_path.exists(): + shutil.move(str(src_path), str(dst_path)) + moved_count += 1 + if moved_count % 1000 == 0: + print(f"Moved {moved_count}/{total_files} files...") + + # Remove any remaining files in val_path (except temp_organization) + for item in val_path.iterdir(): + if item.name != "temp_organization": + if item.is_file(): + item.unlink() + elif item.is_dir(): + shutil.rmtree(item) + + # Move everything from temp back to val_path + for class_dir in temp_dir.iterdir(): + if class_dir.is_dir(): + shutil.move(str(class_dir), str(val_path / class_dir.name)) + + # Remove temp directory + shutil.rmtree(temp_dir) + + print("\nOrganization complete!") + print( + f"Moved {moved_count} files into {len(set(val_filename_to_class.values()))} class directories" + ) + + +def create_class_info(devkit_path, val_path): + """ + Create a JSON file mapping synset IDs to human-readable labels and metadata + + Args: + devkit_path (Path): Path to ILSVRC2012_devkit_t12 directory + val_path (Path): Path to directory containing validation images + """ + class_info = defaultdict(dict) + + # Read meta.mat + meta = sio.loadmat(str(devkit_path / "data" / "meta.mat")) + synsets = meta["synsets"] + + # Extract information for each synset + for s in synsets: + synset_id = str(s[0][1][0]) # WNID + class_id = int(s[0][0][0][0]) # ILSVRC2012_ID + words = str(s[0][2][0]).split(", ") + gloss = str(s[0][3][0]) + + class_info[synset_id].update( + {"class_id": class_id, "words": words, "gloss": gloss} + ) + + # Count validation images per class + if val_path.exists(): + for class_dir in val_path.iterdir(): + if class_dir.is_dir(): + count = len(list(class_dir.glob("*.JPEG"))) + class_info[class_dir.name]["val_images"] = count + + # Save to JSON file + output_file = val_path.parent / "imagenet_class_info.json" + with open(output_file, "w") as f: + json.dump(class_info, f, indent=2, ensure_ascii=False) + + # Print example entries + print("\nExample class mappings:") + print("-" * 80) + for synset_id in list(class_info.keys())[:5]: + print(f"Synset ID: {synset_id}") + print(f"Class ID: {class_info[synset_id]['class_id']}") + print(f"Labels: {', '.join(class_info[synset_id]['words'])}") + print(f"Description: {class_info[synset_id]['gloss']}") + print(f"Validation images: {class_info[synset_id].get('val_images', 0)}") + print("-" * 80) + + +def main(): + parser = argparse.ArgumentParser( + description="Process ImageNet labels and create class mappings" + ) + parser.add_argument( + "devkit_path", type=str, help="Path to ILSVRC2012_devkit_t12 directory" + ) + parser.add_argument( + "val_path", type=str, help="Path to directory containing validation images" + ) + args = parser.parse_args() + + devkit_path = Path(args.devkit_path) + val_path = Path(args.val_path) + + # Verify paths and files + if not devkit_path.exists(): + raise FileNotFoundError(f"Devkit path does not exist: {devkit_path}") + if not val_path.exists(): + raise FileNotFoundError(f"Validation images path does not exist: {val_path}") + if not (devkit_path / "data" / "meta.mat").exists(): + raise FileNotFoundError(f"Could not find meta.mat in {devkit_path}/data") + if not (devkit_path / "data" / "ILSVRC2012_validation_ground_truth.txt").exists(): + raise FileNotFoundError( + f"Could not find validation ground truth file in {devkit_path}/data" + ) + + # Check if validation directory contains images + val_images = list(val_path.glob("ILSVRC2012_val_*.JPEG")) + if not val_images: + raise FileNotFoundError(f"No validation images found in {val_path}") + + print("Organizing validation images into class folders...") + process_val_labels(devkit_path, val_path) + + print("\nCreating class information JSON file...") + create_class_info(devkit_path, val_path) + + print( + f"\nDone! Check {val_path.parent}/imagenet_class_info.json for complete class mappings." + ) + + +if __name__ == "__main__": + main() + +# python3 process_imagenet_labels.py /weka/proj-medarc/shared/imagenet/ILSVRC2012_devkit_t12 /weka/proj-medarc/shared/imagenet/validation From 79549b16e3202f4e0d462db1480c599eebc801bb Mon Sep 17 00:00:00 2001 From: PaulScotti Date: Tue, 19 Nov 2024 14:09:14 +0000 Subject: [PATCH 4/4] remove --- download_imagenet.sh | 56 - imagenet_class_info.json | 15519 ----------------------------------- process_imagenet_labels.py | 181 - 3 files changed, 15756 deletions(-) delete mode 100755 download_imagenet.sh delete mode 100644 imagenet_class_info.json delete mode 100644 process_imagenet_labels.py diff --git a/download_imagenet.sh b/download_imagenet.sh deleted file mode 100755 index 72c586d..0000000 --- a/download_imagenet.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/bash - -# This script downloads ImageNet-1k (ILSVRC2012) dataset -# You need to first register and get credentials from image-net.org - -# Replace these with your ImageNet credentials -USERNAME="user" -PASSWORD="pass" - -# Create directories -mkdir -p imagenet/train imagenet/validation - -# Download train and validation archives -# Training images (138GB) -wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_img_train.tar - -# Validation images (6.3GB) -wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_img_val.tar - -# Download mapping files -wget --user=$USERNAME --password=$PASSWORD https://image-net.org/data/ILSVRC/2012/ILSVRC2012_devkit_t12.tar.gz - -# Extract validation images -cd imagenet/validation -tar xvf ../../ILSVRC2012_img_val.tar -cd ../.. - -# Extract training images -cd imagenet/train -tar xvf ../../ILSVRC2012_img_train.tar - -# Extract individual class archives -for f in *.tar; do - d=`basename $f .tar` - mkdir -p $d - cd $d - tar xvf ../$f - cd .. - rm $f -done - -cd ../.. - -# Extract devkit -tar xvf ILSVRC2012_devkit_t12.tar.gz - -# Cleanup -rm ILSVRC2012_img_train.tar ILSVRC2012_img_val.tar ILSVRC2012_devkit_t12.tar.gz - -echo "Download and extraction complete!" - -# Optional: verify number of images -echo "Verifying image counts..." -echo "Number of training images: $(find imagenet/train -type f | wc -l)" -echo "Number of validation images: $(find imagenet/validation -type f | wc -l)" -echo "Now you should run process_imagenet_labels.py!" diff --git a/imagenet_class_info.json b/imagenet_class_info.json deleted file mode 100644 index 6f00ade..0000000 --- a/imagenet_class_info.json +++ /dev/null @@ -1,15519 +0,0 @@ -{ - "n02119789": { - "class_id": 1, - "words": [ - "kit fox", - "Vulpes macrotis" - ], - "gloss": "small grey fox of southwestern United States; may be a subspecies of Vulpes velox", - "val_images": 0 - }, - "n02100735": { - "class_id": 2, - "words": [ - "English setter" - ], - "gloss": "an English breed having a plumed tail and a soft silky coat that is chiefly white", - "val_images": 0 - }, - "n02110185": { - "class_id": 3, - "words": [ - "Siberian husky" - ], - "gloss": "breed of sled dog developed in northeastern Siberia; they resemble the larger Alaskan malamutes", - "val_images": 0 - }, - "n02096294": { - "class_id": 4, - "words": [ - "Australian terrier" - ], - "gloss": "small greyish wire-haired breed of terrier from Australia similar to the cairn", - "val_images": 0 - }, - "n02102040": { - "class_id": 5, - "words": [ - "English springer", - "English springer spaniel" - ], - "gloss": "a breed having typically a black-and-white coat", - "val_images": 0 - }, - "n02066245": { - "class_id": 6, - "words": [ - "grey whale", - "gray whale", - "devilfish", - "Eschrichtius gibbosus", - "Eschrichtius robustus" - ], - "gloss": "medium-sized greyish-black whale of the northern Pacific", - "val_images": 0 - }, - "n02509815": { - "class_id": 7, - "words": [ - "lesser panda", - "red panda", - "panda", - "bear cat", - "cat bear", - "Ailurus fulgens" - ], - "gloss": "reddish-brown Old World raccoon-like carnivore; in some classifications considered unrelated to the giant pandas", - "val_images": 0 - }, - "n02124075": { - "class_id": 8, - "words": [ - "Egyptian cat" - ], - "gloss": "a domestic cat of Egypt", - "val_images": 0 - }, - "n02417914": { - "class_id": 9, - "words": [ - "ibex", - "Capra ibex" - ], - "gloss": "wild goat of mountain areas of Eurasia and northern Africa having large recurved horns", - "val_images": 0 - }, - "n02123394": { - "class_id": 10, - "words": [ - "Persian cat" - ], - "gloss": "a long-haired breed of cat", - "val_images": 0 - }, - "n02125311": { - "class_id": 11, - "words": [ - "cougar", - "puma", - "catamount", - "mountain lion", - "painter", - "panther", - "Felis concolor" - ], - "gloss": "large American feline resembling a lion", - "val_images": 0 - }, - "n02423022": { - "class_id": 12, - "words": [ - "gazelle" - ], - "gloss": "small swift graceful antelope of Africa and Asia having lustrous eyes", - "val_images": 0 - }, - "n02346627": { - "class_id": 13, - "words": [ - "porcupine", - "hedgehog" - ], - "gloss": "relatively large rodents with sharp erectile bristles mingled with the fur", - "val_images": 0 - }, - "n02077923": { - "class_id": 14, - "words": [ - "sea lion" - ], - "gloss": "any of several large eared seals of the northern Pacific related to fur seals but lacking their valuable coat", - "val_images": 0 - }, - "n02110063": { - "class_id": 15, - "words": [ - "malamute", - "malemute", - "Alaskan malamute" - ], - "gloss": "breed of sled dog developed in Alaska", - "val_images": 0 - }, - "n02447366": { - "class_id": 16, - "words": [ - "badger" - ], - "gloss": "sturdy carnivorous burrowing mammal with strong claws; widely distributed in the northern hemisphere", - "val_images": 0 - }, - "n02109047": { - "class_id": 17, - "words": [ - "Great Dane" - ], - "gloss": "very large powerful smooth-coated breed of dog", - "val_images": 0 - }, - "n02089867": { - "class_id": 18, - "words": [ - "Walker hound", - "Walker foxhound" - ], - "gloss": "an American breed of foxhound", - "val_images": 0 - }, - "n02102177": { - "class_id": 19, - "words": [ - "Welsh springer spaniel" - ], - "gloss": "a red-and-white breed slightly smaller than the English springer spaniel", - "val_images": 0 - }, - "n02091134": { - "class_id": 20, - "words": [ - "whippet" - ], - "gloss": "small slender dog of greyhound type developed in England", - "val_images": 0 - }, - "n02092002": { - "class_id": 21, - "words": [ - "Scottish deerhound", - "deerhound" - ], - "gloss": "very large and tall rough-coated dog bred for hunting deer; known as the royal dog of Scotland", - "val_images": 0 - }, - "n02071294": { - "class_id": 22, - "words": [ - "killer whale", - "killer", - "orca", - "grampus", - "sea wolf", - "Orcinus orca" - ], - "gloss": "predatory black-and-white toothed whale with large dorsal fin; common in cold seas", - "val_images": 0 - }, - "n02442845": { - "class_id": 23, - "words": [ - "mink" - ], - "gloss": "slender-bodied semiaquatic mammal having partially webbed feet; valued for its fur", - "val_images": 0 - }, - "n02504458": { - "class_id": 24, - "words": [ - "African elephant", - "Loxodonta africana" - ], - "gloss": "an elephant native to Africa having enormous flapping ears and ivory tusks", - "val_images": 0 - }, - "n02092339": { - "class_id": 25, - "words": [ - "Weimaraner" - ], - "gloss": "large breed of hound having a smooth greyish coat; originated in Germany", - "val_images": 0 - }, - "n02098105": { - "class_id": 26, - "words": [ - "soft-coated wheaten terrier" - ], - "gloss": "Irish breed of medium-sized terrier with an abundant coat any shade of wheat and very hairy head and muzzle", - "val_images": 0 - }, - "n02096437": { - "class_id": 27, - "words": [ - "Dandie Dinmont", - "Dandie Dinmont terrier" - ], - "gloss": "a breed of small terrier with long wiry coat and drooping ears", - "val_images": 0 - }, - "n02114712": { - "class_id": 28, - "words": [ - "red wolf", - "maned wolf", - "Canis rufus", - "Canis niger" - ], - "gloss": "reddish-grey wolf of southwestern North America", - "val_images": 0 - }, - "n02105641": { - "class_id": 29, - "words": [ - "Old English sheepdog", - "bobtail" - ], - "gloss": "large sheepdog with a profuse shaggy bluish-grey-and-white coat and short tail; believed to trace back to the Roman occupation of Britain", - "val_images": 0 - }, - "n02128925": { - "class_id": 30, - "words": [ - "jaguar", - "panther", - "Panthera onca", - "Felis onca" - ], - "gloss": "a large spotted feline of tropical America similar to the leopard; in some classifications considered a member of the genus Felis", - "val_images": 0 - }, - "n02091635": { - "class_id": 31, - "words": [ - "otterhound", - "otter hound" - ], - "gloss": "hardy British hound having long pendulous ears and a thick coarse shaggy coat with an oily undercoat; bred for hunting otters", - "val_images": 0 - }, - "n02088466": { - "class_id": 32, - "words": [ - "bloodhound", - "sleuthhound" - ], - "gloss": "a breed of large powerful hound of European origin having very acute smell and used in tracking", - "val_images": 0 - }, - "n02096051": { - "class_id": 33, - "words": [ - "Airedale", - "Airedale terrier" - ], - "gloss": "breed of large wiry-coated terrier bred in Yorkshire", - "val_images": 0 - }, - "n02117135": { - "class_id": 34, - "words": [ - "hyena", - "hyaena" - ], - "gloss": "doglike nocturnal mammal of Africa and southern Asia that feeds chiefly on carrion", - "val_images": 0 - }, - "n02138441": { - "class_id": 35, - "words": [ - "meerkat", - "mierkat" - ], - "gloss": "a mongoose-like viverrine of South Africa having a face like a lemur and only four toes", - "val_images": 0 - }, - "n02097130": { - "class_id": 36, - "words": [ - "giant schnauzer" - ], - "gloss": "a large schnauzer", - "val_images": 0 - }, - "n02493509": { - "class_id": 37, - "words": [ - "titi", - "titi monkey" - ], - "gloss": "small South American monkeys with long beautiful fur and long nonprehensile tail", - "val_images": 0 - }, - "n02457408": { - "class_id": 38, - "words": [ - "three-toed sloth", - "ai", - "Bradypus tridactylus" - ], - "gloss": "a sloth that has three long claws on each forefoot and each hindfoot", - "val_images": 0 - }, - "n02389026": { - "class_id": 39, - "words": [ - "sorrel" - ], - "gloss": "a horse of a brownish orange to light brown color", - "val_images": 0 - }, - "n02443484": { - "class_id": 40, - "words": [ - "black-footed ferret", - "ferret", - "Mustela nigripes" - ], - "gloss": "musteline mammal of prairie regions of United States; nearly extinct", - "val_images": 0 - }, - "n02110341": { - "class_id": 41, - "words": [ - "dalmatian", - "coach dog", - "carriage dog" - ], - "gloss": "a large breed having a smooth white coat with black or brown spots; originated in Dalmatia", - "val_images": 0 - }, - "n02089078": { - "class_id": 42, - "words": [ - "black-and-tan coonhound" - ], - "gloss": "American breed of large powerful hound dogs used for hunting raccoons and other game", - "val_images": 0 - }, - "n02086910": { - "class_id": 43, - "words": [ - "papillon" - ], - "gloss": "small slender toy spaniel with erect ears and a black-spotted brown to white coat", - "val_images": 0 - }, - "n02445715": { - "class_id": 44, - "words": [ - "skunk", - "polecat", - "wood pussy" - ], - "gloss": "American musteline mammal typically ejecting an intensely malodorous fluid when startled; in some classifications put in a separate subfamily Mephitinae", - "val_images": 0 - }, - "n02093256": { - "class_id": 45, - "words": [ - "Staffordshire bullterrier", - "Staffordshire bull terrier" - ], - "gloss": "English breed of strong stocky dog having a broad skull and smooth coat", - "val_images": 0 - }, - "n02113978": { - "class_id": 46, - "words": [ - "Mexican hairless" - ], - "gloss": "any of an old breed of small nearly hairless dogs of Mexico", - "val_images": 0 - }, - "n02106382": { - "class_id": 47, - "words": [ - "Bouvier des Flandres", - "Bouviers des Flandres" - ], - "gloss": "rough-coated breed used originally in Belgium for herding and guarding cattle", - "val_images": 0 - }, - "n02441942": { - "class_id": 48, - "words": [ - "weasel" - ], - "gloss": "small carnivorous mammal with short legs and elongated body and neck", - "val_images": 0 - }, - "n02113712": { - "class_id": 49, - "words": [ - "miniature poodle" - ], - "gloss": "a breed of small poodles", - "val_images": 0 - }, - "n02113186": { - "class_id": 50, - "words": [ - "Cardigan", - "Cardigan Welsh corgi" - ], - "gloss": "slightly bowlegged variety of corgi having rounded ears and a long tail", - "val_images": 0 - }, - "n02105162": { - "class_id": 51, - "words": [ - "malinois" - ], - "gloss": "fawn-colored short-haired sheepdog", - "val_images": 0 - }, - "n02415577": { - "class_id": 52, - "words": [ - "bighorn", - "bighorn sheep", - "cimarron", - "Rocky Mountain bighorn", - "Rocky Mountain sheep", - "Ovis canadensis" - ], - "gloss": "wild sheep of mountainous regions of western North America having massive curled horns", - "val_images": 0 - }, - "n02356798": { - "class_id": 53, - "words": [ - "fox squirrel", - "eastern fox squirrel", - "Sciurus niger" - ], - "gloss": "exceptionally large arboreal squirrel of eastern United States", - "val_images": 0 - }, - "n02488702": { - "class_id": 54, - "words": [ - "colobus", - "colobus monkey" - ], - "gloss": "arboreal monkey of western and central Africa with long silky fur and reduced thumbs", - "val_images": 0 - }, - "n02123159": { - "class_id": 55, - "words": [ - "tiger cat" - ], - "gloss": "a cat having a striped coat", - "val_images": 0 - }, - "n02098413": { - "class_id": 56, - "words": [ - "Lhasa", - "Lhasa apso" - ], - "gloss": "a breed of terrier having a long heavy coat raised in Tibet as watchdogs", - "val_images": 0 - }, - "n02422699": { - "class_id": 57, - "words": [ - "impala", - "Aepyceros melampus" - ], - "gloss": "African antelope with ridged curved horns; moves with enormous leaps", - "val_images": 0 - }, - "n02114855": { - "class_id": 58, - "words": [ - "coyote", - "prairie wolf", - "brush wolf", - "Canis latrans" - ], - "gloss": "small wolf native to western North America", - "val_images": 0 - }, - "n02094433": { - "class_id": 59, - "words": [ - "Yorkshire terrier" - ], - "gloss": "very small breed having a long glossy coat of bluish-grey and tan", - "val_images": 0 - }, - "n02111277": { - "class_id": 60, - "words": [ - "Newfoundland", - "Newfoundland dog" - ], - "gloss": "a breed of very large heavy dogs with a thick coarse usually black coat; highly intelligent dogs and vigorous swimmers; developed in Newfoundland", - "val_images": 0 - }, - "n02132136": { - "class_id": 61, - "words": [ - "brown bear", - "bruin", - "Ursus arctos" - ], - "gloss": "large ferocious bear of Eurasia", - "val_images": 0 - }, - "n02119022": { - "class_id": 62, - "words": [ - "red fox", - "Vulpes vulpes" - ], - "gloss": "the common Old World fox; having reddish-brown fur; commonly considered a single circumpolar species", - "val_images": 0 - }, - "n02091467": { - "class_id": 63, - "words": [ - "Norwegian elkhound", - "elkhound" - ], - "gloss": "breed of compact medium-sized dog with a heavy grey coat developed in Norway for hunting elk", - "val_images": 0 - }, - "n02106550": { - "class_id": 64, - "words": [ - "Rottweiler" - ], - "gloss": "German breed of large vigorous short-haired cattle dogs", - "val_images": 0 - }, - "n02422106": { - "class_id": 65, - "words": [ - "hartebeest" - ], - "gloss": "a large African antelope with lyre-shaped horns that curve backward", - "val_images": 0 - }, - "n02091831": { - "class_id": 66, - "words": [ - "Saluki", - "gazelle hound" - ], - "gloss": "old breed of tall swift keen-eyed hunting dogs resembling greyhounds; from Egypt and southwestern Asia", - "val_images": 0 - }, - "n02120505": { - "class_id": 67, - "words": [ - "grey fox", - "gray fox", - "Urocyon cinereoargenteus" - ], - "gloss": "dark grey American fox; from Central America through southern United States", - "val_images": 0 - }, - "n02104365": { - "class_id": 68, - "words": [ - "schipperke" - ], - "gloss": "breed of small stocky black dogs originally used as watchdogs on boats in the Netherlands and Belgium", - "val_images": 0 - }, - "n02086079": { - "class_id": 69, - "words": [ - "Pekinese", - "Pekingese", - "Peke" - ], - "gloss": "a Chinese breed of small short-legged dogs with a long silky coat and broad flat muzzle", - "val_images": 0 - }, - "n02112706": { - "class_id": 70, - "words": [ - "Brabancon griffon" - ], - "gloss": "a variety of Brussels griffon having a short smooth coat", - "val_images": 0 - }, - "n02098286": { - "class_id": 71, - "words": [ - "West Highland white terrier" - ], - "gloss": "small white long-coated terrier developed in Scotland", - "val_images": 0 - }, - "n02095889": { - "class_id": 72, - "words": [ - "Sealyham terrier", - "Sealyham" - ], - "gloss": "a wire-haired terrier with short legs that was first bred in Sealyham", - "val_images": 0 - }, - "n02484975": { - "class_id": 73, - "words": [ - "guenon", - "guenon monkey" - ], - "gloss": "small slender African monkey having long hind limbs and tail and long hair around the face", - "val_images": 0 - }, - "n02137549": { - "class_id": 74, - "words": [ - "mongoose" - ], - "gloss": "agile grizzled Old World viverrine; preys on snakes and rodents", - "val_images": 0 - }, - "n02500267": { - "class_id": 75, - "words": [ - "indri", - "indris", - "Indri indri", - "Indri brevicaudatus" - ], - "gloss": "large short-tailed lemur of Madagascar having thick silky fur in black and white and fawn", - "val_images": 0 - }, - "n02129604": { - "class_id": 76, - "words": [ - "tiger", - "Panthera tigris" - ], - "gloss": "large feline of forests in most of Asia having a tawny coat with black stripes; endangered", - "val_images": 0 - }, - "n02090721": { - "class_id": 77, - "words": [ - "Irish wolfhound" - ], - "gloss": "large breed of hound with a rough thick coat", - "val_images": 0 - }, - "n02396427": { - "class_id": 78, - "words": [ - "wild boar", - "boar", - "Sus scrofa" - ], - "gloss": "Old World wild swine having a narrow body and prominent tusks from which most domestic swine come; introduced in United States", - "val_images": 0 - }, - "n02108000": { - "class_id": 79, - "words": [ - "EntleBucher" - ], - "gloss": "the smallest of the Sennenhunde", - "val_images": 0 - }, - "n02391049": { - "class_id": 80, - "words": [ - "zebra" - ], - "gloss": "any of several fleet black-and-white striped African equines", - "val_images": 0 - }, - "n02412080": { - "class_id": 81, - "words": [ - "ram", - "tup" - ], - "gloss": "uncastrated adult male sheep; \"a British term is `tup'\"", - "val_images": 0 - }, - "n02108915": { - "class_id": 82, - "words": [ - "French bulldog" - ], - "gloss": "small stocky version of the bulldog having a sleek coat and square head", - "val_images": 0 - }, - "n02480495": { - "class_id": 83, - "words": [ - "orangutan", - "orang", - "orangutang", - "Pongo pygmaeus" - ], - "gloss": "large long-armed ape of Borneo and Sumatra having arboreal habits", - "val_images": 0 - }, - "n02110806": { - "class_id": 84, - "words": [ - "basenji" - ], - "gloss": "small smooth-haired breed of African origin having a tightly curled tail and the inability to bark", - "val_images": 0 - }, - "n02128385": { - "class_id": 85, - "words": [ - "leopard", - "Panthera pardus" - ], - "gloss": "large feline of African and Asian forests usually having a tawny coat with black spots", - "val_images": 0 - }, - "n02107683": { - "class_id": 86, - "words": [ - "Bernese mountain dog" - ], - "gloss": "large powerful long-haired black-coated Swiss dog with deep tan or russet markings on legs and white blaze and feet and chest marking; formerly used for draft", - "val_images": 0 - }, - "n02085936": { - "class_id": 87, - "words": [ - "Maltese dog", - "Maltese terrier", - "Maltese" - ], - "gloss": "breed of toy dogs having a long straight silky white coat", - "val_images": 0 - }, - "n02094114": { - "class_id": 88, - "words": [ - "Norfolk terrier" - ], - "gloss": "English breed of small terrier with a straight wiry grizzled coat and dropped ears", - "val_images": 0 - }, - "n02087046": { - "class_id": 89, - "words": [ - "toy terrier" - ], - "gloss": "a small active dog", - "val_images": 0 - }, - "n02100583": { - "class_id": 90, - "words": [ - "vizsla", - "Hungarian pointer" - ], - "gloss": "Hungarian hunting dog resembling the Weimaraner but having a rich deep red coat", - "val_images": 0 - }, - "n02096177": { - "class_id": 91, - "words": [ - "cairn", - "cairn terrier" - ], - "gloss": "small rough-haired breed of terrier from Scotland", - "val_images": 0 - }, - "n02494079": { - "class_id": 92, - "words": [ - "squirrel monkey", - "Saimiri sciureus" - ], - "gloss": "small long-tailed monkey of Central American and South America with greenish fur and black muzzle", - "val_images": 0 - }, - "n02105056": { - "class_id": 93, - "words": [ - "groenendael" - ], - "gloss": "black-coated sheepdog with a heavily plumed tail", - "val_images": 0 - }, - "n02101556": { - "class_id": 94, - "words": [ - "clumber", - "clumber spaniel" - ], - "gloss": "a thickset spaniel with longish silky hair", - "val_images": 0 - }, - "n02123597": { - "class_id": 95, - "words": [ - "Siamese cat", - "Siamese" - ], - "gloss": "a slender short-haired blue-eyed breed of cat having a pale coat with dark ears paws face and tail tip", - "val_images": 0 - }, - "n02481823": { - "class_id": 96, - "words": [ - "chimpanzee", - "chimp", - "Pan troglodytes" - ], - "gloss": "intelligent somewhat arboreal ape of equatorial African forests", - "val_images": 0 - }, - "n02105505": { - "class_id": 97, - "words": [ - "komondor" - ], - "gloss": "Hungarian breed of large powerful shaggy-coated white dog; used also as guard dog", - "val_images": 0 - }, - "n02088094": { - "class_id": 98, - "words": [ - "Afghan hound", - "Afghan" - ], - "gloss": "tall graceful breed of hound with a long silky coat; native to the Near East", - "val_images": 0 - }, - "n02085782": { - "class_id": 99, - "words": [ - "Japanese spaniel" - ], - "gloss": "breed of toy dogs originating in Japan having a silky black-and-white or red-and-white coat", - "val_images": 0 - }, - "n02489166": { - "class_id": 100, - "words": [ - "proboscis monkey", - "Nasalis larvatus" - ], - "gloss": "Borneo monkey having a long bulbous nose", - "val_images": 0 - }, - "n02364673": { - "class_id": 101, - "words": [ - "guinea pig", - "Cavia cobaya" - ], - "gloss": "stout-bodied nearly tailless domesticated cavy; often kept as a pet and widely used in research", - "val_images": 0 - }, - "n02114548": { - "class_id": 102, - "words": [ - "white wolf", - "Arctic wolf", - "Canis lupus tundrarum" - ], - "gloss": "wolf of Arctic North America having white fur and a black-tipped tail", - "val_images": 0 - }, - "n02134084": { - "class_id": 103, - "words": [ - "ice bear", - "polar bear", - "Ursus Maritimus", - "Thalarctos maritimus" - ], - "gloss": "white bear of Arctic regions", - "val_images": 0 - }, - "n02480855": { - "class_id": 104, - "words": [ - "gorilla", - "Gorilla gorilla" - ], - "gloss": "largest anthropoid ape; terrestrial and vegetarian; of forests of central west Africa", - "val_images": 0 - }, - "n02090622": { - "class_id": 105, - "words": [ - "borzoi", - "Russian wolfhound" - ], - "gloss": "tall fast-moving dog breed", - "val_images": 0 - }, - "n02113624": { - "class_id": 106, - "words": [ - "toy poodle" - ], - "gloss": "the breed of very small poodles", - "val_images": 0 - }, - "n02093859": { - "class_id": 107, - "words": [ - "Kerry blue terrier" - ], - "gloss": "an Irish breed of medium-sized terriers with a silky blue-grey coat", - "val_images": 0 - }, - "n02403003": { - "class_id": 108, - "words": [ - "ox" - ], - "gloss": "an adult castrated bull of the genus Bos; especially Bos taurus", - "val_images": 0 - }, - "n02097298": { - "class_id": 109, - "words": [ - "Scotch terrier", - "Scottish terrier", - "Scottie" - ], - "gloss": "old Scottish breed of small long-haired usually black terrier with erect tail and ears", - "val_images": 0 - }, - "n02108551": { - "class_id": 110, - "words": [ - "Tibetan mastiff" - ], - "gloss": "very large powerful rough-coated dog native to central Asia", - "val_images": 0 - }, - "n02493793": { - "class_id": 111, - "words": [ - "spider monkey", - "Ateles geoffroyi" - ], - "gloss": "arboreal monkey of tropical America with long slender legs and long prehensile tail", - "val_images": 0 - }, - "n02107142": { - "class_id": 112, - "words": [ - "Doberman", - "Doberman pinscher" - ], - "gloss": "medium large breed of dog of German origin with a glossy black and tan coat; used as a watchdog", - "val_images": 0 - }, - "n02096585": { - "class_id": 113, - "words": [ - "Boston bull", - "Boston terrier" - ], - "gloss": "small pug-faced American terrier breed having a smooth brindle or black coat with white markings", - "val_images": 0 - }, - "n02107574": { - "class_id": 114, - "words": [ - "Greater Swiss Mountain dog" - ], - "gloss": "the largest of the four Swiss breeds", - "val_images": 0 - }, - "n02107908": { - "class_id": 115, - "words": [ - "Appenzeller" - ], - "gloss": "a smaller of the four Swiss breeds", - "val_images": 0 - }, - "n02086240": { - "class_id": 116, - "words": [ - "Shih-Tzu" - ], - "gloss": "a Chinese breed of small dog similar to a Pekingese", - "val_images": 0 - }, - "n02102973": { - "class_id": 117, - "words": [ - "Irish water spaniel" - ], - "gloss": "breed of large spaniels developed in Ireland having a heavy coat of liver-colored curls and a topknot of long curls and a nearly hairless tail", - "val_images": 0 - }, - "n02112018": { - "class_id": 118, - "words": [ - "Pomeranian" - ], - "gloss": "breed of very small compact long-haired dogs of the spitz type", - "val_images": 0 - }, - "n02093647": { - "class_id": 119, - "words": [ - "Bedlington terrier" - ], - "gloss": "a light terrier groomed to resemble a lamb", - "val_images": 0 - }, - "n02397096": { - "class_id": 120, - "words": [ - "warthog" - ], - "gloss": "African wild swine with warty protuberances on the face and large protruding tusks", - "val_images": 0 - }, - "n02437312": { - "class_id": 121, - "words": [ - "Arabian camel", - "dromedary", - "Camelus dromedarius" - ], - "gloss": "one-humped camel of the hot deserts of northern Africa and southwestern Asia", - "val_images": 0 - }, - "n02483708": { - "class_id": 122, - "words": [ - "siamang", - "Hylobates syndactylus", - "Symphalangus syndactylus" - ], - "gloss": "large black gibbon of Sumatra having the 2nd and 3rd toes partially united by a web", - "val_images": 0 - }, - "n02097047": { - "class_id": 123, - "words": [ - "miniature schnauzer" - ], - "gloss": "a small schnauzer", - "val_images": 0 - }, - "n02106030": { - "class_id": 124, - "words": [ - "collie" - ], - "gloss": "a silky-coated sheepdog with a long ruff and long narrow head developed in Scotland", - "val_images": 0 - }, - "n02099601": { - "class_id": 125, - "words": [ - "golden retriever" - ], - "gloss": "an English breed having a long silky golden coat", - "val_images": 0 - }, - "n02093991": { - "class_id": 126, - "words": [ - "Irish terrier" - ], - "gloss": "medium-sized breed with a wiry brown coat; developed in Ireland", - "val_images": 0 - }, - "n02110627": { - "class_id": 127, - "words": [ - "affenpinscher", - "monkey pinscher", - "monkey dog" - ], - "gloss": "European breed of small dog resembling a terrier with dark wiry hair and a tufted muzzle", - "val_images": 0 - }, - "n02106166": { - "class_id": 128, - "words": [ - "Border collie" - ], - "gloss": "developed in the area between Scotland and England usually having a black coat with white on the head and tip of tail used for herding both sheep and cattle", - "val_images": 0 - }, - "n02326432": { - "class_id": 129, - "words": [ - "hare" - ], - "gloss": "swift timid long-eared mammal larger than a rabbit having a divided upper lip and long hind legs; young born furred and with open eyes", - "val_images": 0 - }, - "n02108089": { - "class_id": 130, - "words": [ - "boxer" - ], - "gloss": "a breed of stocky medium-sized short-haired dog with a brindled coat and square-jawed muzzle developed in Germany", - "val_images": 0 - }, - "n02097658": { - "class_id": 131, - "words": [ - "silky terrier", - "Sydney silky" - ], - "gloss": "Australian breed of toy dogs having a silky blue coat", - "val_images": 0 - }, - "n02088364": { - "class_id": 132, - "words": [ - "beagle" - ], - "gloss": "a small short-legged smooth-coated breed of hound", - "val_images": 0 - }, - "n02111129": { - "class_id": 133, - "words": [ - "Leonberg" - ], - "gloss": "a large dog (usually with a golden coat) produced by crossing a St Bernard and a Newfoundland", - "val_images": 0 - }, - "n02100236": { - "class_id": 134, - "words": [ - "German short-haired pointer" - ], - "gloss": "liver or liver-and-white hunting dog developed in Germany; 3/4 pointer and 1/4 bloodhound", - "val_images": 0 - }, - "n02486261": { - "class_id": 135, - "words": [ - "patas", - "hussar monkey", - "Erythrocebus patas" - ], - "gloss": "reddish long-tailed monkey of west Africa", - "val_images": 0 - }, - "n02115913": { - "class_id": 136, - "words": [ - "dhole", - "Cuon alpinus" - ], - "gloss": "fierce wild dog of the forests of central and southeast Asia that hunts in packs", - "val_images": 0 - }, - "n02486410": { - "class_id": 137, - "words": [ - "baboon" - ], - "gloss": "large terrestrial monkeys having doglike muzzles", - "val_images": 0 - }, - "n02487347": { - "class_id": 138, - "words": [ - "macaque" - ], - "gloss": "short-tailed monkey of rocky regions of Asia and Africa", - "val_images": 0 - }, - "n02099849": { - "class_id": 139, - "words": [ - "Chesapeake Bay retriever" - ], - "gloss": "American breed having a short thick oily coat ranging from brown to light tan", - "val_images": 0 - }, - "n02108422": { - "class_id": 140, - "words": [ - "bull mastiff" - ], - "gloss": "large powerful breed developed by crossing the bulldog and the mastiff", - "val_images": 0 - }, - "n02104029": { - "class_id": 141, - "words": [ - "kuvasz" - ], - "gloss": "long-established Hungarian breed of tall light-footed but sturdy white dog; used also as a hunting dog", - "val_images": 0 - }, - "n02492035": { - "class_id": 142, - "words": [ - "capuchin", - "ringtail", - "Cebus capucinus" - ], - "gloss": "monkey of Central America and South America having thick hair on the head that resembles a monk's cowl", - "val_images": 0 - }, - "n02110958": { - "class_id": 143, - "words": [ - "pug", - "pug-dog" - ], - "gloss": "small compact smooth-coated breed of Asiatic origin having a tightly curled tail and broad flat wrinkled muzzle", - "val_images": 0 - }, - "n02099429": { - "class_id": 144, - "words": [ - "curly-coated retriever" - ], - "gloss": "an English breed having a tightly curled black or liver-colored coat; retrieves game from land or water", - "val_images": 0 - }, - "n02094258": { - "class_id": 145, - "words": [ - "Norwich terrier" - ], - "gloss": "English breed of small short-legged terrier with a straight wiry red or grey or black-and-tan coat and erect ears", - "val_images": 0 - }, - "n02099267": { - "class_id": 146, - "words": [ - "flat-coated retriever" - ], - "gloss": "an English breed having a shiny black or liver-colored coat; retrieves game from land or water", - "val_images": 0 - }, - "n02395406": { - "class_id": 147, - "words": [ - "hog", - "pig", - "grunter", - "squealer", - "Sus scrofa" - ], - "gloss": "domestic swine", - "val_images": 0 - }, - "n02112350": { - "class_id": 148, - "words": [ - "keeshond" - ], - "gloss": "a spitz-like dog having a shaggy greyish coat and tightly curled tail originating in Holland", - "val_images": 0 - }, - "n02109961": { - "class_id": 149, - "words": [ - "Eskimo dog", - "husky" - ], - "gloss": "breed of heavy-coated Arctic sled dog", - "val_images": 0 - }, - "n02101388": { - "class_id": 150, - "words": [ - "Brittany spaniel" - ], - "gloss": "tall active short-tailed French breed of bird dog having a usually smooth orange- or liver-and-white coat", - "val_images": 0 - }, - "n02113799": { - "class_id": 151, - "words": [ - "standard poodle" - ], - "gloss": "a breed or medium-sized poodles", - "val_images": 0 - }, - "n02095570": { - "class_id": 152, - "words": [ - "Lakeland terrier" - ], - "gloss": "breed of wire-haired terrier originally from the Lake District of England and used for hunting", - "val_images": 0 - }, - "n02128757": { - "class_id": 153, - "words": [ - "snow leopard", - "ounce", - "Panthera uncia" - ], - "gloss": "large feline of upland central Asia having long thick whitish fur", - "val_images": 0 - }, - "n02101006": { - "class_id": 154, - "words": [ - "Gordon setter" - ], - "gloss": "a Scottish breed with a black-and-tan coat", - "val_images": 0 - }, - "n02115641": { - "class_id": 155, - "words": [ - "dingo", - "warrigal", - "warragal", - "Canis dingo" - ], - "gloss": "wolflike yellowish-brown wild dog of Australia", - "val_images": 0 - }, - "n02097209": { - "class_id": 156, - "words": [ - "standard schnauzer" - ], - "gloss": "a medium-sized schnauzer", - "val_images": 0 - }, - "n02342885": { - "class_id": 157, - "words": [ - "hamster" - ], - "gloss": "short-tailed Old World burrowing rodent with large cheek pouches", - "val_images": 0 - }, - "n02097474": { - "class_id": 158, - "words": [ - "Tibetan terrier", - "chrysanthemum dog" - ], - "gloss": "breed of medium-sized terriers bred in Tibet resembling Old English sheepdogs with fluffy curled tails", - "val_images": 0 - }, - "n02120079": { - "class_id": 159, - "words": [ - "Arctic fox", - "white fox", - "Alopex lagopus" - ], - "gloss": "thickly-furred fox of Arctic regions; brownish in summer and white in winter", - "val_images": 0 - }, - "n02095314": { - "class_id": 160, - "words": [ - "wire-haired fox terrier" - ], - "gloss": "a fox terrier with wiry hair", - "val_images": 0 - }, - "n02088238": { - "class_id": 161, - "words": [ - "basset", - "basset hound" - ], - "gloss": "smooth-haired breed of hound with short legs and long ears", - "val_images": 0 - }, - "n02408429": { - "class_id": 162, - "words": [ - "water buffalo", - "water ox", - "Asiatic buffalo", - "Bubalus bubalis" - ], - "gloss": "an Asian buffalo that is often domesticated for use as a draft animal", - "val_images": 0 - }, - "n02133161": { - "class_id": 163, - "words": [ - "American black bear", - "black bear", - "Ursus americanus", - "Euarctos americanus" - ], - "gloss": "brown to black North American bear; smaller and less ferocious than the brown bear", - "val_images": 0 - }, - "n02328150": { - "class_id": 164, - "words": [ - "Angora", - "Angora rabbit" - ], - "gloss": "domestic breed of rabbit with long white silky hair", - "val_images": 0 - }, - "n02410509": { - "class_id": 165, - "words": [ - "bison" - ], - "gloss": "any of several large humped bovids having shaggy manes and large heads and short horns", - "val_images": 0 - }, - "n02492660": { - "class_id": 166, - "words": [ - "howler monkey", - "howler" - ], - "gloss": "monkey of tropical South American forests having a loud howling cry", - "val_images": 0 - }, - "n02398521": { - "class_id": 167, - "words": [ - "hippopotamus", - "hippo", - "river horse", - "Hippopotamus amphibius" - ], - "gloss": "massive thick-skinned herbivorous animal living in or around rivers of tropical Africa", - "val_images": 0 - }, - "n02112137": { - "class_id": 168, - "words": [ - "chow", - "chow chow" - ], - "gloss": "breed of medium-sized dogs with a thick coat and fluffy curled tails and distinctive blue-black tongues; believed to have originated in northern China", - "val_images": 0 - }, - "n02510455": { - "class_id": 169, - "words": [ - "giant panda", - "panda", - "panda bear", - "coon bear", - "Ailuropoda melanoleuca" - ], - "gloss": "large black-and-white herbivorous mammal of bamboo forests of China and Tibet; in some classifications considered a member of the bear family or of a separate family Ailuropodidae", - "val_images": 0 - }, - "n02093428": { - "class_id": 170, - "words": [ - "American Staffordshire terrier", - "Staffordshire terrier", - "American pit bull terrier", - "pit bull terrier" - ], - "gloss": "American breed of muscular terriers with a short close-lying stiff coat", - "val_images": 0 - }, - "n02105855": { - "class_id": 171, - "words": [ - "Shetland sheepdog", - "Shetland sheep dog", - "Shetland" - ], - "gloss": "a small sheepdog resembling a collie that was developed in the Shetland Islands", - "val_images": 0 - }, - "n02111500": { - "class_id": 172, - "words": [ - "Great Pyrenees" - ], - "gloss": "bred of large heavy-coated white dogs resembling the Newfoundland", - "val_images": 0 - }, - "n02085620": { - "class_id": 173, - "words": [ - "Chihuahua" - ], - "gloss": "an old breed of tiny short-haired dog with protruding eyes from Mexico held to antedate Aztec civilization", - "val_images": 0 - }, - "n02123045": { - "class_id": 174, - "words": [ - "tabby", - "tabby cat" - ], - "gloss": "a cat with a grey or tawny coat mottled with black", - "val_images": 0 - }, - "n02490219": { - "class_id": 175, - "words": [ - "marmoset" - ], - "gloss": "small soft-furred South American and Central American monkey with claws instead of nails", - "val_images": 0 - }, - "n02099712": { - "class_id": 176, - "words": [ - "Labrador retriever" - ], - "gloss": "breed originally from Labrador having a short black or golden-brown coat", - "val_images": 0 - }, - "n02109525": { - "class_id": 177, - "words": [ - "Saint Bernard", - "St Bernard" - ], - "gloss": "a Swiss alpine breed of large powerful dog with a thick coat of hair used as a rescue dog", - "val_images": 0 - }, - "n02454379": { - "class_id": 178, - "words": [ - "armadillo" - ], - "gloss": "burrowing chiefly nocturnal mammal with body covered with strong horny plates", - "val_images": 0 - }, - "n02111889": { - "class_id": 179, - "words": [ - "Samoyed", - "Samoyede" - ], - "gloss": "Siberian breed of white or cream-colored dog of the spitz family", - "val_images": 0 - }, - "n02088632": { - "class_id": 180, - "words": [ - "bluetick" - ], - "gloss": "a very fast American hound; white mottled with bluish grey", - "val_images": 0 - }, - "n02090379": { - "class_id": 181, - "words": [ - "redbone" - ], - "gloss": "a speedy red or red-and-tan American hound", - "val_images": 0 - }, - "n02443114": { - "class_id": 182, - "words": [ - "polecat", - "fitch", - "foulmart", - "foumart", - "Mustela putorius" - ], - "gloss": "dark brown mustelid of woodlands of Eurasia that gives off an unpleasant odor when threatened", - "val_images": 0 - }, - "n02361337": { - "class_id": 183, - "words": [ - "marmot" - ], - "gloss": "stocky coarse-furred burrowing rodent with a short bushy tail found throughout the northern hemisphere; hibernates in winter", - "val_images": 0 - }, - "n02105412": { - "class_id": 184, - "words": [ - "kelpie" - ], - "gloss": "an Australian sheepdog with pointed ears", - "val_images": 0 - }, - "n02483362": { - "class_id": 185, - "words": [ - "gibbon", - "Hylobates lar" - ], - "gloss": "smallest and most perfectly anthropoid arboreal ape having long arms and no tail; of southern Asia and East Indies", - "val_images": 0 - }, - "n02437616": { - "class_id": 186, - "words": [ - "llama" - ], - "gloss": "wild or domesticated South American cud-chewing animal related to camels but smaller and lacking a hump", - "val_images": 0 - }, - "n02107312": { - "class_id": 187, - "words": [ - "miniature pinscher" - ], - "gloss": "small German version of a Doberman pinscher", - "val_images": 0 - }, - "n02325366": { - "class_id": 188, - "words": [ - "wood rabbit", - "cottontail", - "cottontail rabbit" - ], - "gloss": "common small rabbit of North America having greyish or brownish fur and a tail with a white underside; a host for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)", - "val_images": 0 - }, - "n02091032": { - "class_id": 189, - "words": [ - "Italian greyhound" - ], - "gloss": "a toy dog developed from the greyhound", - "val_images": 0 - }, - "n02129165": { - "class_id": 190, - "words": [ - "lion", - "king of beasts", - "Panthera leo" - ], - "gloss": "large gregarious predatory feline of Africa and India having a tawny coat with a shaggy mane in the male", - "val_images": 0 - }, - "n02102318": { - "class_id": 191, - "words": [ - "cocker spaniel", - "English cocker spaniel", - "cocker" - ], - "gloss": "a small breed with wavy silky hair; originally developed in England", - "val_images": 0 - }, - "n02100877": { - "class_id": 192, - "words": [ - "Irish setter", - "red setter" - ], - "gloss": "an Irish breed with a chestnut-brown or mahogany-red coat", - "val_images": 0 - }, - "n02074367": { - "class_id": 193, - "words": [ - "dugong", - "Dugong dugon" - ], - "gloss": "sirenian tusked mammal found from eastern Africa to Australia; the flat tail is bilobate", - "val_images": 0 - }, - "n02504013": { - "class_id": 194, - "words": [ - "Indian elephant", - "Elephas maximus" - ], - "gloss": "Asian elephant having smaller ears and tusks primarily in the male", - "val_images": 0 - }, - "n02363005": { - "class_id": 195, - "words": [ - "beaver" - ], - "gloss": "large semiaquatic rodent with webbed hind feet and a broad flat tail; construct complex dams and underwater lodges", - "val_images": 0 - }, - "n02102480": { - "class_id": 196, - "words": [ - "Sussex spaniel" - ], - "gloss": "an English breed with short legs and a golden liver-colored coat", - "val_images": 0 - }, - "n02113023": { - "class_id": 197, - "words": [ - "Pembroke", - "Pembroke Welsh corgi" - ], - "gloss": "the smaller and straight-legged variety of corgi having pointed ears and a short tail", - "val_images": 0 - }, - "n02086646": { - "class_id": 198, - "words": [ - "Blenheim spaniel" - ], - "gloss": "red-and-white variety of English toy spaniel", - "val_images": 0 - }, - "n02497673": { - "class_id": 199, - "words": [ - "Madagascar cat", - "ring-tailed lemur", - "Lemur catta" - ], - "gloss": "small lemur having its tail barred with black", - "val_images": 0 - }, - "n02087394": { - "class_id": 200, - "words": [ - "Rhodesian ridgeback" - ], - "gloss": "a powerful short-haired African hunting dog having a crest of reversed hair along the spine", - "val_images": 0 - }, - "n02127052": { - "class_id": 201, - "words": [ - "lynx", - "catamount" - ], - "gloss": "short-tailed wildcats with usually tufted ears; valued for their fur", - "val_images": 0 - }, - "n02116738": { - "class_id": 202, - "words": [ - "African hunting dog", - "hyena dog", - "Cape hunting dog", - "Lycaon pictus" - ], - "gloss": "a powerful doglike mammal of southern and eastern Africa that hunts in large packs; now rare in settled area", - "val_images": 0 - }, - "n02488291": { - "class_id": 203, - "words": [ - "langur" - ], - "gloss": "slender long-tailed monkey of Asia", - "val_images": 0 - }, - "n02091244": { - "class_id": 204, - "words": [ - "Ibizan hound", - "Ibizan Podenco" - ], - "gloss": "breed of slender agile medium-sized hound found chiefly in the Balearic Islands; said to have been bred originally by the Pharaohs of ancient Egypt", - "val_images": 0 - }, - "n02114367": { - "class_id": 205, - "words": [ - "timber wolf", - "grey wolf", - "gray wolf", - "Canis lupus" - ], - "gloss": "a wolf with a brindled grey coat living in forested northern regions of North America", - "val_images": 0 - }, - "n02130308": { - "class_id": 206, - "words": [ - "cheetah", - "chetah", - "Acinonyx jubatus" - ], - "gloss": "long-legged spotted cat of Africa and southwestern Asia having nonretractile claws; the swiftest mammal; can be trained to run down game", - "val_images": 0 - }, - "n02089973": { - "class_id": 207, - "words": [ - "English foxhound" - ], - "gloss": "an English breed slightly larger than the American foxhounds originally used to hunt in packs", - "val_images": 0 - }, - "n02105251": { - "class_id": 208, - "words": [ - "briard" - ], - "gloss": "old French breed of large strong usually black dogs having a long tail and long wavy and slightly stiff coat", - "val_images": 0 - }, - "n02134418": { - "class_id": 209, - "words": [ - "sloth bear", - "Melursus ursinus", - "Ursus ursinus" - ], - "gloss": "common coarse-haired long-snouted bear of south-central Asia", - "val_images": 0 - }, - "n02093754": { - "class_id": 210, - "words": [ - "Border terrier" - ], - "gloss": "small rough-coated terrier of British origin", - "val_images": 0 - }, - "n02106662": { - "class_id": 211, - "words": [ - "German shepherd", - "German shepherd dog", - "German police dog", - "alsatian" - ], - "gloss": "breed of large shepherd dogs used in police work and as a guide for the blind", - "val_images": 0 - }, - "n02444819": { - "class_id": 212, - "words": [ - "otter" - ], - "gloss": "freshwater carnivorous mammal having webbed and clawed feet and dark brown fur", - "val_images": 0 - }, - "n01882714": { - "class_id": 213, - "words": [ - "koala", - "koala bear", - "kangaroo bear", - "native bear", - "Phascolarctos cinereus" - ], - "gloss": "sluggish tailless Australian arboreal marsupial with grey furry ears and coat; feeds on eucalyptus leaves and bark", - "val_images": 0 - }, - "n01871265": { - "class_id": 214, - "words": [ - "tusker" - ], - "gloss": "any mammal with prominent tusks (especially an elephant or wild boar)", - "val_images": 0 - }, - "n01872401": { - "class_id": 215, - "words": [ - "echidna", - "spiny anteater", - "anteater" - ], - "gloss": "a burrowing monotreme mammal covered with spines and having a long snout and claws for hunting ants and termites; native to Australia", - "val_images": 0 - }, - "n01877812": { - "class_id": 216, - "words": [ - "wallaby", - "brush kangaroo" - ], - "gloss": "any of various small or medium-sized kangaroos; often brightly colored", - "val_images": 0 - }, - "n01873310": { - "class_id": 217, - "words": [ - "platypus", - "duckbill", - "duckbilled platypus", - "duck-billed platypus", - "Ornithorhynchus anatinus" - ], - "gloss": "small densely furred aquatic monotreme of Australia and Tasmania having a broad bill and tail and webbed feet; only species in the family Ornithorhynchidae", - "val_images": 0 - }, - "n01883070": { - "class_id": 218, - "words": [ - "wombat" - ], - "gloss": "burrowing herbivorous Australian marsupials about the size of a badger", - "val_images": 0 - }, - "n04086273": { - "class_id": 219, - "words": [ - "revolver", - "six-gun", - "six-shooter" - ], - "gloss": "a pistol with a revolving cylinder (usually having six chambers for bullets)", - "val_images": 0 - }, - "n04507155": { - "class_id": 220, - "words": [ - "umbrella" - ], - "gloss": "a lightweight handheld collapsible canopy", - "val_images": 0 - }, - "n04147183": { - "class_id": 221, - "words": [ - "schooner" - ], - "gloss": "sailing vessel used in former times", - "val_images": 0 - }, - "n04254680": { - "class_id": 222, - "words": [ - "soccer ball" - ], - "gloss": "an inflated ball used in playing soccer", - "val_images": 0 - }, - "n02672831": { - "class_id": 223, - "words": [ - "accordion", - "piano accordion", - "squeeze box" - ], - "gloss": "a portable box-shaped free-reed instrument; the reeds are made to vibrate by air from the bellows controlled by the player", - "val_images": 0 - }, - "n02219486": { - "class_id": 224, - "words": [ - "ant", - "emmet", - "pismire" - ], - "gloss": "social insect living in organized colonies; characteristically the males and fertile queen have wings during breeding season; wingless sterile females are the workers", - "val_images": 0 - }, - "n02317335": { - "class_id": 225, - "words": [ - "starfish", - "sea star" - ], - "gloss": "echinoderms characterized by five arms extending from a central disk", - "val_images": 0 - }, - "n01968897": { - "class_id": 226, - "words": [ - "chambered nautilus", - "pearly nautilus", - "nautilus" - ], - "gloss": "cephalopod of the Indian and Pacific oceans having a spiral shell with pale pearly partitions", - "val_images": 0 - }, - "n03452741": { - "class_id": 227, - "words": [ - "grand piano", - "grand" - ], - "gloss": "a piano with the strings on a horizontal harp-shaped frame; usually supported by three legs", - "val_images": 0 - }, - "n03642806": { - "class_id": 228, - "words": [ - "laptop", - "laptop computer" - ], - "gloss": "a portable computer small enough to use in your lap", - "val_images": 0 - }, - "n07745940": { - "class_id": 229, - "words": [ - "strawberry" - ], - "gloss": "sweet fleshy red fruit", - "val_images": 0 - }, - "n02690373": { - "class_id": 230, - "words": [ - "airliner" - ], - "gloss": "a commercial airplane that carries passengers", - "val_images": 0 - }, - "n04552348": { - "class_id": 231, - "words": [ - "warplane", - "military plane" - ], - "gloss": "an aircraft designed and used for combat", - "val_images": 0 - }, - "n02692877": { - "class_id": 232, - "words": [ - "airship", - "dirigible" - ], - "gloss": "a steerable self-propelled aircraft", - "val_images": 0 - }, - "n02782093": { - "class_id": 233, - "words": [ - "balloon" - ], - "gloss": "large tough nonrigid bag filled with gas or heated air", - "val_images": 0 - }, - "n04266014": { - "class_id": 234, - "words": [ - "space shuttle" - ], - "gloss": "a reusable spacecraft with wings for a controlled descent through the Earth's atmosphere", - "val_images": 0 - }, - "n03344393": { - "class_id": 235, - "words": [ - "fireboat" - ], - "gloss": "a boat equipped to fight fires on ships or along a waterfront", - "val_images": 0 - }, - "n03447447": { - "class_id": 236, - "words": [ - "gondola" - ], - "gloss": "long narrow flat-bottomed boat propelled by sculling; traditionally used on canals of Venice", - "val_images": 0 - }, - "n04273569": { - "class_id": 237, - "words": [ - "speedboat" - ], - "gloss": "a fast motorboat", - "val_images": 0 - }, - "n03662601": { - "class_id": 238, - "words": [ - "lifeboat" - ], - "gloss": "a strong sea boat designed to rescue people from a sinking ship", - "val_images": 0 - }, - "n02951358": { - "class_id": 239, - "words": [ - "canoe" - ], - "gloss": "small and light boat; pointed at both ends; propelled with a paddle", - "val_images": 0 - }, - "n04612504": { - "class_id": 240, - "words": [ - "yawl" - ], - "gloss": "a ship's small boat (usually rowed by 4 or 6 oars)", - "val_images": 0 - }, - "n02981792": { - "class_id": 241, - "words": [ - "catamaran" - ], - "gloss": "a sailboat with two parallel hulls held together by single deck", - "val_images": 0 - }, - "n04483307": { - "class_id": 242, - "words": [ - "trimaran" - ], - "gloss": "a fast sailboat with 3 parallel hulls", - "val_images": 0 - }, - "n03095699": { - "class_id": 243, - "words": [ - "container ship", - "containership", - "container vessel" - ], - "gloss": "a cargo ship designed to hold containerized cargoes; \"the weight of the documentation of all the consignments on board a contemporary container ship can exceed 90 pounds\"", - "val_images": 0 - }, - "n03673027": { - "class_id": 244, - "words": [ - "liner", - "ocean liner" - ], - "gloss": "a large commercial ship (especially one that carries passengers on a regular schedule)", - "val_images": 0 - }, - "n03947888": { - "class_id": 245, - "words": [ - "pirate", - "pirate ship" - ], - "gloss": "a ship that is manned by pirates", - "val_images": 0 - }, - "n02687172": { - "class_id": 246, - "words": [ - "aircraft carrier", - "carrier", - "flattop", - "attack aircraft carrier" - ], - "gloss": "a large warship that carries planes and has a long flat deck for takeoffs and landings", - "val_images": 0 - }, - "n04347754": { - "class_id": 247, - "words": [ - "submarine", - "pigboat", - "sub", - "U-boat" - ], - "gloss": "a submersible warship usually armed with torpedoes", - "val_images": 0 - }, - "n04606251": { - "class_id": 248, - "words": [ - "wreck" - ], - "gloss": "a ship that has been destroyed at sea", - "val_images": 0 - }, - "n03478589": { - "class_id": 249, - "words": [ - "half track" - ], - "gloss": "a motor vehicle propelled by half tracks; frequently used by the military", - "val_images": 0 - }, - "n04389033": { - "class_id": 250, - "words": [ - "tank", - "army tank", - "armored combat vehicle", - "armoured combat vehicle" - ], - "gloss": "an enclosed armored military vehicle; has a cannon and moves on caterpillar treads", - "val_images": 0 - }, - "n03773504": { - "class_id": 251, - "words": [ - "missile" - ], - "gloss": "a rocket carrying a warhead of conventional or nuclear explosives; may be ballistic or directed by remote control", - "val_images": 0 - }, - "n02860847": { - "class_id": 252, - "words": [ - "bobsled", - "bobsleigh", - "bob" - ], - "gloss": "a long racing sled (for 2 or more people) with a steering mechanism", - "val_images": 0 - }, - "n03218198": { - "class_id": 253, - "words": [ - "dogsled", - "dog sled", - "dog sleigh" - ], - "gloss": "a sled pulled by dogs", - "val_images": 0 - }, - "n02835271": { - "class_id": 254, - "words": [ - "bicycle-built-for-two", - "tandem bicycle", - "tandem" - ], - "gloss": "a bicycle with two sets of pedals and two seats", - "val_images": 0 - }, - "n03792782": { - "class_id": 255, - "words": [ - "mountain bike", - "all-terrain bike", - "off-roader" - ], - "gloss": "a bicycle with a sturdy frame and fat tires; originally designed for riding in mountainous country", - "val_images": 0 - }, - "n03393912": { - "class_id": 256, - "words": [ - "freight car" - ], - "gloss": "a railway car that carries freight", - "val_images": 0 - }, - "n03895866": { - "class_id": 257, - "words": [ - "passenger car", - "coach", - "carriage" - ], - "gloss": "a railcar where passengers ride", - "val_images": 0 - }, - "n02797295": { - "class_id": 258, - "words": [ - "barrow", - "garden cart", - "lawn cart", - "wheelbarrow" - ], - "gloss": "a cart for carrying small loads; has handles and one or more wheels", - "val_images": 0 - }, - "n04204347": { - "class_id": 259, - "words": [ - "shopping cart" - ], - "gloss": "a handcart that holds groceries or other goods while shopping", - "val_images": 0 - }, - "n03791053": { - "class_id": 260, - "words": [ - "motor scooter", - "scooter" - ], - "gloss": "a wheeled vehicle with small wheels and a low-powered gasoline engine geared to the rear wheel", - "val_images": 0 - }, - "n03384352": { - "class_id": 261, - "words": [ - "forklift" - ], - "gloss": "a small industrial vehicle with a power operated forked platform in front that can be inserted under loads to lift and move them", - "val_images": 0 - }, - "n03272562": { - "class_id": 262, - "words": [ - "electric locomotive" - ], - "gloss": "a locomotive that is powered by an electric motor", - "val_images": 0 - }, - "n04310018": { - "class_id": 263, - "words": [ - "steam locomotive" - ], - "gloss": "a locomotive powered by a steam engine", - "val_images": 0 - }, - "n02704792": { - "class_id": 264, - "words": [ - "amphibian", - "amphibious vehicle" - ], - "gloss": "a flat-bottomed motor vehicle that can travel on land or water", - "val_images": 0 - }, - "n02701002": { - "class_id": 265, - "words": [ - "ambulance" - ], - "gloss": "a vehicle that takes people to and from hospitals", - "val_images": 0 - }, - "n02814533": { - "class_id": 266, - "words": [ - "beach wagon", - "station wagon", - "wagon", - "estate car", - "beach waggon", - "station waggon", - "waggon" - ], - "gloss": "a car that has a long body and rear door with space behind rear seat", - "val_images": 0 - }, - "n02930766": { - "class_id": 267, - "words": [ - "cab", - "hack", - "taxi", - "taxicab" - ], - "gloss": "a car driven by a person whose job is to take passengers where they want to go in exchange for money", - "val_images": 0 - }, - "n03100240": { - "class_id": 268, - "words": [ - "convertible" - ], - "gloss": "a car that has top that can be folded or removed", - "val_images": 0 - }, - "n03594945": { - "class_id": 269, - "words": [ - "jeep", - "landrover" - ], - "gloss": "a car suitable for traveling over rough terrain", - "val_images": 0 - }, - "n03670208": { - "class_id": 270, - "words": [ - "limousine", - "limo" - ], - "gloss": "large luxurious car; usually driven by a chauffeur", - "val_images": 0 - }, - "n03770679": { - "class_id": 271, - "words": [ - "minivan" - ], - "gloss": "a small box-shaped passenger van; usually has removable seats; used as a family car", - "val_images": 0 - }, - "n03777568": { - "class_id": 272, - "words": [ - "Model T" - ], - "gloss": "the first widely available automobile powered by a gasoline engine; mass-produced by Henry Ford from 1908 to 1927", - "val_images": 0 - }, - "n04037443": { - "class_id": 273, - "words": [ - "racer", - "race car", - "racing car" - ], - "gloss": "a fast car that competes in races", - "val_images": 0 - }, - "n04285008": { - "class_id": 274, - "words": [ - "sports car", - "sport car" - ], - "gloss": "a small low car with a high-powered engine; usually seats two persons", - "val_images": 0 - }, - "n03444034": { - "class_id": 275, - "words": [ - "go-kart" - ], - "gloss": "a small low motor vehicle with four wheels and an open framework; used for racing", - "val_images": 0 - }, - "n03445924": { - "class_id": 276, - "words": [ - "golfcart", - "golf cart" - ], - "gloss": "a small motor vehicle in which golfers can ride between shots", - "val_images": 0 - }, - "n03785016": { - "class_id": 277, - "words": [ - "moped" - ], - "gloss": "a motorbike that can be pedaled or driven by a low-powered gasoline engine", - "val_images": 0 - }, - "n04252225": { - "class_id": 278, - "words": [ - "snowplow", - "snowplough" - ], - "gloss": "a vehicle used to push snow from roads", - "val_images": 0 - }, - "n03345487": { - "class_id": 279, - "words": [ - "fire engine", - "fire truck" - ], - "gloss": "any of various large trucks that carry firemen and equipment to the site of a fire", - "val_images": 0 - }, - "n03417042": { - "class_id": 280, - "words": [ - "garbage truck", - "dustcart" - ], - "gloss": "a truck for collecting domestic refuse; \"in Britain a garbage truck is called a dustcart\"", - "val_images": 0 - }, - "n03930630": { - "class_id": 281, - "words": [ - "pickup", - "pickup truck" - ], - "gloss": "a light truck with an open body and low sides and a tailboard", - "val_images": 0 - }, - "n04461696": { - "class_id": 282, - "words": [ - "tow truck", - "tow car", - "wrecker" - ], - "gloss": "a truck equipped to hoist and pull wrecked cars (or to remove cars from no-parking zones)", - "val_images": 0 - }, - "n04467665": { - "class_id": 283, - "words": [ - "trailer truck", - "tractor trailer", - "trucking rig", - "rig", - "articulated lorry", - "semi" - ], - "gloss": "a truck consisting of a tractor and trailer together", - "val_images": 0 - }, - "n03796401": { - "class_id": 284, - "words": [ - "moving van" - ], - "gloss": "a van used for moving home or office furniture", - "val_images": 0 - }, - "n03977966": { - "class_id": 285, - "words": [ - "police van", - "police wagon", - "paddy wagon", - "patrol wagon", - "wagon", - "black Maria" - ], - "gloss": "van used by police to transport prisoners", - "val_images": 0 - }, - "n04065272": { - "class_id": 286, - "words": [ - "recreational vehicle", - "RV", - "R.V." - ], - "gloss": "a motorized wheeled vehicle used for camping or other recreational activities", - "val_images": 0 - }, - "n04335435": { - "class_id": 287, - "words": [ - "streetcar", - "tram", - "tramcar", - "trolley", - "trolley car" - ], - "gloss": "a wheeled vehicle that runs on rails and is propelled by electricity", - "val_images": 0 - }, - "n04252077": { - "class_id": 288, - "words": [ - "snowmobile" - ], - "gloss": "tracked vehicle for travel on snow having skis in front", - "val_images": 0 - }, - "n04465501": { - "class_id": 289, - "words": [ - "tractor" - ], - "gloss": "a wheeled vehicle with large wheels; used in farming and other applications", - "val_images": 0 - }, - "n03776460": { - "class_id": 290, - "words": [ - "mobile home", - "manufactured home" - ], - "gloss": "a large house trailer that can be connected to utilities and can be parked in one place and used as permanent housing", - "val_images": 0 - }, - "n04482393": { - "class_id": 291, - "words": [ - "tricycle", - "trike", - "velocipede" - ], - "gloss": "a vehicle with three wheels that is moved by foot pedals", - "val_images": 0 - }, - "n04509417": { - "class_id": 292, - "words": [ - "unicycle", - "monocycle" - ], - "gloss": "a vehicle with a single wheel that is driven by pedals", - "val_images": 0 - }, - "n03538406": { - "class_id": 293, - "words": [ - "horse cart", - "horse-cart" - ], - "gloss": "heavy cart; drawn by a horse; used for farm work", - "val_images": 0 - }, - "n03599486": { - "class_id": 294, - "words": [ - "jinrikisha", - "ricksha", - "rickshaw" - ], - "gloss": "a small two-wheeled cart for one passenger; pulled by one person", - "val_images": 0 - }, - "n03868242": { - "class_id": 295, - "words": [ - "oxcart" - ], - "gloss": "a cart that is drawn by an ox", - "val_images": 0 - }, - "n02804414": { - "class_id": 296, - "words": [ - "bassinet" - ], - "gloss": "a basket (usually hooded) used as a baby's bed", - "val_images": 0 - }, - "n03125729": { - "class_id": 297, - "words": [ - "cradle" - ], - "gloss": "a baby bed with sides and rockers", - "val_images": 0 - }, - "n03131574": { - "class_id": 298, - "words": [ - "crib", - "cot" - ], - "gloss": "baby bed with high sides made of slats", - "val_images": 0 - }, - "n03388549": { - "class_id": 299, - "words": [ - "four-poster" - ], - "gloss": "a bed with posts at the four corners that can be used to support a canopy or curtains", - "val_images": 0 - }, - "n02870880": { - "class_id": 300, - "words": [ - "bookcase" - ], - "gloss": "a piece of furniture with shelves for storing books", - "val_images": 0 - }, - "n03018349": { - "class_id": 301, - "words": [ - "china cabinet", - "china closet" - ], - "gloss": "a cabinet (usually with glass doors) for storing and displaying china", - "val_images": 0 - }, - "n03742115": { - "class_id": 302, - "words": [ - "medicine chest", - "medicine cabinet" - ], - "gloss": "cabinet that holds medicines and toiletries", - "val_images": 0 - }, - "n03016953": { - "class_id": 303, - "words": [ - "chiffonier", - "commode" - ], - "gloss": "a tall elegant chest of drawers", - "val_images": 0 - }, - "n04380533": { - "class_id": 304, - "words": [ - "table lamp" - ], - "gloss": "a lamp that sits on a table", - "val_images": 0 - }, - "n03337140": { - "class_id": 305, - "words": [ - "file", - "file cabinet", - "filing cabinet" - ], - "gloss": "office furniture consisting of a container for keeping papers in order", - "val_images": 0 - }, - "n03891251": { - "class_id": 306, - "words": [ - "park bench" - ], - "gloss": "a bench in a public park", - "val_images": 0 - }, - "n02791124": { - "class_id": 307, - "words": [ - "barber chair" - ], - "gloss": "a large fixed adjustable chair in which barbers seat their customers", - "val_images": 0 - }, - "n04429376": { - "class_id": 308, - "words": [ - "throne" - ], - "gloss": "the chair of state for a monarch, bishop, etc.; \"the king sat on his throne\"", - "val_images": 0 - }, - "n03376595": { - "class_id": 309, - "words": [ - "folding chair" - ], - "gloss": "a chair that can be folded flat for storage", - "val_images": 0 - }, - "n04099969": { - "class_id": 310, - "words": [ - "rocking chair", - "rocker" - ], - "gloss": "a chair mounted on rockers", - "val_images": 0 - }, - "n04344873": { - "class_id": 311, - "words": [ - "studio couch", - "day bed" - ], - "gloss": "convertible consisting of an upholstered couch that can be converted into a double bed", - "val_images": 0 - }, - "n04447861": { - "class_id": 312, - "words": [ - "toilet seat" - ], - "gloss": "the hinged seat on a toilet", - "val_images": 0 - }, - "n03179701": { - "class_id": 313, - "words": [ - "desk" - ], - "gloss": "a piece of furniture with a writing surface and usually drawers or other compartments", - "val_images": 0 - }, - "n03982430": { - "class_id": 314, - "words": [ - "pool table", - "billiard table", - "snooker table" - ], - "gloss": "game equipment consisting of a heavy table on which pool is played", - "val_images": 0 - }, - "n03201208": { - "class_id": 315, - "words": [ - "dining table", - "board" - ], - "gloss": "a table at which meals are served; \"he helped her clear the dining table\"; \"a feast was spread upon the board\"", - "val_images": 0 - }, - "n03290653": { - "class_id": 316, - "words": [ - "entertainment center" - ], - "gloss": "a wall unit containing sound and television systems", - "val_images": 0 - }, - "n04550184": { - "class_id": 317, - "words": [ - "wardrobe", - "closet", - "press" - ], - "gloss": "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes", - "val_images": 0 - }, - "n07742313": { - "class_id": 318, - "words": [ - "Granny Smith" - ], - "gloss": "apple with a green skin and hard tart flesh", - "val_images": 0 - }, - "n07747607": { - "class_id": 319, - "words": [ - "orange" - ], - "gloss": "round yellow to orange fruit of any of several citrus trees", - "val_images": 0 - }, - "n07749582": { - "class_id": 320, - "words": [ - "lemon" - ], - "gloss": "yellow oval fruit with juicy acidic flesh", - "val_images": 0 - }, - "n07753113": { - "class_id": 321, - "words": [ - "fig" - ], - "gloss": "fleshy sweet pear-shaped yellowish or purple multiple fruit eaten fresh or preserved or dried", - "val_images": 0 - }, - "n07753275": { - "class_id": 322, - "words": [ - "pineapple", - "ananas" - ], - "gloss": "large sweet fleshy tropical fruit with a terminal tuft of stiff leaves; widely cultivated", - "val_images": 0 - }, - "n07753592": { - "class_id": 323, - "words": [ - "banana" - ], - "gloss": "elongated crescent-shaped yellow fruit with soft sweet flesh", - "val_images": 0 - }, - "n07754684": { - "class_id": 324, - "words": [ - "jackfruit", - "jak", - "jack" - ], - "gloss": "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted", - "val_images": 0 - }, - "n07760859": { - "class_id": 325, - "words": [ - "custard apple" - ], - "gloss": "the fruit of any of several tropical American trees of the genus Annona having soft edible pulp", - "val_images": 0 - }, - "n07768694": { - "class_id": 326, - "words": [ - "pomegranate" - ], - "gloss": "large globular fruit having many seeds with juicy red pulp in a tough brownish-red rind", - "val_images": 0 - }, - "n12267677": { - "class_id": 327, - "words": [ - "acorn" - ], - "gloss": "fruit of the oak tree: a smooth thin-walled nut in a woody cup-shaped base", - "val_images": 0 - }, - "n12620546": { - "class_id": 328, - "words": [ - "hip", - "rose hip", - "rosehip" - ], - "gloss": "the fruit of a rose plant", - "val_images": 0 - }, - "n13133613": { - "class_id": 329, - "words": [ - "ear", - "spike", - "capitulum" - ], - "gloss": "fruiting spike of a cereal plant especially corn", - "val_images": 0 - }, - "n11879895": { - "class_id": 330, - "words": [ - "rapeseed" - ], - "gloss": "seed of rape plants; source of an edible oil", - "val_images": 0 - }, - "n12144580": { - "class_id": 331, - "words": [ - "corn" - ], - "gloss": "the dried grains or kernels or corn used as animal feed or ground for meal", - "val_images": 0 - }, - "n12768682": { - "class_id": 332, - "words": [ - "buckeye", - "horse chestnut", - "conker" - ], - "gloss": "the inedible nutlike seed of the horse chestnut", - "val_images": 0 - }, - "n03854065": { - "class_id": 333, - "words": [ - "organ", - "pipe organ" - ], - "gloss": "wind instrument whose sound is produced by means of pipes arranged in sets supplied with air from a bellows and controlled from a large complex musical keyboard", - "val_images": 0 - }, - "n04515003": { - "class_id": 334, - "words": [ - "upright", - "upright piano" - ], - "gloss": "a piano with a vertical sounding board", - "val_images": 0 - }, - "n03017168": { - "class_id": 335, - "words": [ - "chime", - "bell", - "gong" - ], - "gloss": "a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument", - "val_images": 0 - }, - "n03249569": { - "class_id": 336, - "words": [ - "drum", - "membranophone", - "tympan" - ], - "gloss": "a musical percussion instrument; usually consists of a hollow cylinder with a membrane stretched across each end", - "val_images": 0 - }, - "n03447721": { - "class_id": 337, - "words": [ - "gong", - "tam-tam" - ], - "gloss": "a percussion instrument consisting of a metal plate that is struck with a softheaded drumstick", - "val_images": 0 - }, - "n03720891": { - "class_id": 338, - "words": [ - "maraca" - ], - "gloss": "a percussion instrument consisting of a hollow gourd containing pebbles or beans; often played in pairs", - "val_images": 0 - }, - "n03721384": { - "class_id": 339, - "words": [ - "marimba", - "xylophone" - ], - "gloss": "a percussion instrument with wooden bars tuned to produce a chromatic scale and with resonators; played with small mallets", - "val_images": 0 - }, - "n04311174": { - "class_id": 340, - "words": [ - "steel drum" - ], - "gloss": "a concave percussion instrument made from the metal top of an oil drum; has an array of flattened areas that produce different tones when struck (of Caribbean origin)", - "val_images": 0 - }, - "n02787622": { - "class_id": 341, - "words": [ - "banjo" - ], - "gloss": "a stringed instrument of the guitar family that has long neck and circular body", - "val_images": 0 - }, - "n02992211": { - "class_id": 342, - "words": [ - "cello", - "violoncello" - ], - "gloss": "a large stringed instrument; seated player holds it upright while playing", - "val_images": 0 - }, - "n04536866": { - "class_id": 343, - "words": [ - "violin", - "fiddle" - ], - "gloss": "bowed stringed instrument that is the highest member of the violin family; this instrument has four strings and a hollow body and an unfretted fingerboard and is played with a bow", - "val_images": 0 - }, - "n03495258": { - "class_id": 344, - "words": [ - "harp" - ], - "gloss": "a chordophone that has a triangular frame consisting of a sounding board and a pillar and a curved neck; the strings stretched between the neck and the soundbox are plucked with the fingers", - "val_images": 0 - }, - "n02676566": { - "class_id": 345, - "words": [ - "acoustic guitar" - ], - "gloss": "sound is not amplified by electrical means", - "val_images": 0 - }, - "n03272010": { - "class_id": 346, - "words": [ - "electric guitar" - ], - "gloss": "a guitar whose sound is amplified by electrical means", - "val_images": 0 - }, - "n03110669": { - "class_id": 347, - "words": [ - "cornet", - "horn", - "trumpet", - "trump" - ], - "gloss": "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", - "val_images": 0 - }, - "n03394916": { - "class_id": 348, - "words": [ - "French horn", - "horn" - ], - "gloss": "a brass musical instrument consisting of a conical tube that is coiled into a spiral and played by means of valves", - "val_images": 0 - }, - "n04487394": { - "class_id": 349, - "words": [ - "trombone" - ], - "gloss": "a brass instrument consisting of a long tube whose length can be varied by a U-shaped slide", - "val_images": 0 - }, - "n03494278": { - "class_id": 350, - "words": [ - "harmonica", - "mouth organ", - "harp", - "mouth harp" - ], - "gloss": "a small rectangular free-reed instrument having a row of free reeds set back in air holes and played by blowing into the desired hole", - "val_images": 0 - }, - "n03840681": { - "class_id": 351, - "words": [ - "ocarina", - "sweet potato" - ], - "gloss": "egg-shaped terra cotta wind instrument with a mouthpiece and finger holes", - "val_images": 0 - }, - "n03884397": { - "class_id": 352, - "words": [ - "panpipe", - "pandean pipe", - "syrinx" - ], - "gloss": "a primitive wind instrument consisting of several parallel pipes bound together", - "val_images": 0 - }, - "n02804610": { - "class_id": 353, - "words": [ - "bassoon" - ], - "gloss": "a double-reed instrument; the tenor of the oboe family", - "val_images": 0 - }, - "n03838899": { - "class_id": 354, - "words": [ - "oboe", - "hautboy", - "hautbois" - ], - "gloss": "a slender double-reed instrument; a woodwind with a conical bore and a double-reed mouthpiece", - "val_images": 0 - }, - "n04141076": { - "class_id": 355, - "words": [ - "sax", - "saxophone" - ], - "gloss": "a single-reed woodwind with a conical bore", - "val_images": 0 - }, - "n03372029": { - "class_id": 356, - "words": [ - "flute", - "transverse flute" - ], - "gloss": "a high-pitched woodwind instrument; a slender tube closed at one end with finger holes on one end and an opening near the closed end across which the breath is blown", - "val_images": 0 - }, - "n11939491": { - "class_id": 357, - "words": [ - "daisy" - ], - "gloss": "any of numerous composite plants having flower heads with well-developed ray flowers usually arranged in a single whorl", - "val_images": 0 - }, - "n12057211": { - "class_id": 358, - "words": [ - "yellow lady's slipper", - "yellow lady-slipper", - "Cypripedium calceolus", - "Cypripedium parviflorum" - ], - "gloss": "maroon to purple-brown orchid with yellow lip; Europe, North America and Japan", - "val_images": 0 - }, - "n09246464": { - "class_id": 359, - "words": [ - "cliff", - "drop", - "drop-off" - ], - "gloss": "a steep high face of rock; \"he stood on a high cliff overlooking the town\"; \"a steep drop\"", - "val_images": 0 - }, - "n09468604": { - "class_id": 360, - "words": [ - "valley", - "vale" - ], - "gloss": "a long depression in the surface of the land that usually contains a river", - "val_images": 0 - }, - "n09193705": { - "class_id": 361, - "words": [ - "alp" - ], - "gloss": "any high mountain", - "val_images": 0 - }, - "n09472597": { - "class_id": 362, - "words": [ - "volcano" - ], - "gloss": "a mountain formed by volcanic material", - "val_images": 0 - }, - "n09399592": { - "class_id": 363, - "words": [ - "promontory", - "headland", - "head", - "foreland" - ], - "gloss": "a natural elevation (especially a rocky one that juts out into the sea)", - "val_images": 0 - }, - "n09421951": { - "class_id": 364, - "words": [ - "sandbar", - "sand bar" - ], - "gloss": "a bar of sand", - "val_images": 0 - }, - "n09256479": { - "class_id": 365, - "words": [ - "coral reef" - ], - "gloss": "a reef consisting of coral consolidated into limestone", - "val_images": 0 - }, - "n09332890": { - "class_id": 366, - "words": [ - "lakeside", - "lakeshore" - ], - "gloss": "the shore of a lake", - "val_images": 0 - }, - "n09428293": { - "class_id": 367, - "words": [ - "seashore", - "coast", - "seacoast", - "sea-coast" - ], - "gloss": "the shore of a sea or ocean", - "val_images": 0 - }, - "n09288635": { - "class_id": 368, - "words": [ - "geyser" - ], - "gloss": "a spring that discharges hot water and steam", - "val_images": 0 - }, - "n03498962": { - "class_id": 369, - "words": [ - "hatchet" - ], - "gloss": "a small ax with a short handle used with one hand (usually to chop wood)", - "val_images": 0 - }, - "n03041632": { - "class_id": 370, - "words": [ - "cleaver", - "meat cleaver", - "chopper" - ], - "gloss": "a butcher's knife having a large square blade", - "val_images": 0 - }, - "n03658185": { - "class_id": 371, - "words": [ - "letter opener", - "paper knife", - "paperknife" - ], - "gloss": "dull knife used to cut open the envelopes in which letters are mailed or to slit uncut pages of books", - "val_images": 0 - }, - "n03954731": { - "class_id": 372, - "words": [ - "plane", - "carpenter's plane", - "woodworking plane" - ], - "gloss": "a carpenter's hand tool with an adjustable blade for smoothing or shaping wood; \"the cabinetmaker used a plane for the finish work\"", - "val_images": 0 - }, - "n03995372": { - "class_id": 373, - "words": [ - "power drill" - ], - "gloss": "a power tool for drilling holes into hard materials", - "val_images": 0 - }, - "n03649909": { - "class_id": 374, - "words": [ - "lawn mower", - "mower" - ], - "gloss": "garden tool for mowing grass on lawns", - "val_images": 0 - }, - "n03481172": { - "class_id": 375, - "words": [ - "hammer" - ], - "gloss": "a hand tool with a heavy rigid head and a handle; used to deliver an impulsive force by striking", - "val_images": 0 - }, - "n03109150": { - "class_id": 376, - "words": [ - "corkscrew", - "bottle screw" - ], - "gloss": "a bottle opener that pulls corks", - "val_images": 0 - }, - "n02951585": { - "class_id": 377, - "words": [ - "can opener", - "tin opener" - ], - "gloss": "a device for cutting cans open", - "val_images": 0 - }, - "n03970156": { - "class_id": 378, - "words": [ - "plunger", - "plumber's helper" - ], - "gloss": "hand tool consisting of a stick with a rubber suction cup at one end; used to clean clogged drains", - "val_images": 0 - }, - "n04154565": { - "class_id": 379, - "words": [ - "screwdriver" - ], - "gloss": "a hand tool for driving screws; has a tip that fits into the head of a screw", - "val_images": 0 - }, - "n04208210": { - "class_id": 380, - "words": [ - "shovel" - ], - "gloss": "a hand tool for lifting loose material; consists of a curved container or scoop and a handle", - "val_images": 0 - }, - "n03967562": { - "class_id": 381, - "words": [ - "plow", - "plough" - ], - "gloss": "a farm tool having one or more heavy blades to break the soil and cut a furrow prior to sowing", - "val_images": 0 - }, - "n03000684": { - "class_id": 382, - "words": [ - "chain saw", - "chainsaw" - ], - "gloss": "portable power saw; teeth linked to form an endless chain", - "val_images": 0 - }, - "n01514668": { - "class_id": 383, - "words": [ - "cock" - ], - "gloss": "adult male bird", - "val_images": 0 - }, - "n01514859": { - "class_id": 384, - "words": [ - "hen" - ], - "gloss": "adult female bird", - "val_images": 0 - }, - "n01518878": { - "class_id": 385, - "words": [ - "ostrich", - "Struthio camelus" - ], - "gloss": "fast-running African flightless bird with two-toed feet; largest living bird", - "val_images": 0 - }, - "n01530575": { - "class_id": 386, - "words": [ - "brambling", - "Fringilla montifringilla" - ], - "gloss": "Eurasian finch", - "val_images": 0 - }, - "n01531178": { - "class_id": 387, - "words": [ - "goldfinch", - "Carduelis carduelis" - ], - "gloss": "small European finch having a crimson face and yellow-and-black wings", - "val_images": 0 - }, - "n01532829": { - "class_id": 388, - "words": [ - "house finch", - "linnet", - "Carpodacus mexicanus" - ], - "gloss": "small finch originally of the western United States and Mexico", - "val_images": 0 - }, - "n01534433": { - "class_id": 389, - "words": [ - "junco", - "snowbird" - ], - "gloss": "small North American finch seen chiefly in winter", - "val_images": 0 - }, - "n01537544": { - "class_id": 390, - "words": [ - "indigo bunting", - "indigo finch", - "indigo bird", - "Passerina cyanea" - ], - "gloss": "small deep blue North American bunting", - "val_images": 0 - }, - "n01558993": { - "class_id": 391, - "words": [ - "robin", - "American robin", - "Turdus migratorius" - ], - "gloss": "large American thrush having a rust-red breast and abdomen", - "val_images": 0 - }, - "n01560419": { - "class_id": 392, - "words": [ - "bulbul" - ], - "gloss": "nightingale spoken of in Persian poetry", - "val_images": 0 - }, - "n01580077": { - "class_id": 393, - "words": [ - "jay" - ], - "gloss": "crested largely blue bird", - "val_images": 0 - }, - "n01582220": { - "class_id": 394, - "words": [ - "magpie" - ], - "gloss": "long-tailed black-and-white crow that utters a raucous chattering call", - "val_images": 0 - }, - "n01592084": { - "class_id": 395, - "words": [ - "chickadee" - ], - "gloss": "any of various small grey-and-black songbirds of North America", - "val_images": 0 - }, - "n01601694": { - "class_id": 396, - "words": [ - "water ouzel", - "dipper" - ], - "gloss": "small stocky diving bird without webbed feet; frequents fast-flowing streams and feeds along the bottom", - "val_images": 0 - }, - "n01608432": { - "class_id": 397, - "words": [ - "kite" - ], - "gloss": "any of several small graceful hawks of the family Accipitridae having long pointed wings and feeding on insects and small animals", - "val_images": 0 - }, - "n01614925": { - "class_id": 398, - "words": [ - "bald eagle", - "American eagle", - "Haliaeetus leucocephalus" - ], - "gloss": "a large eagle of North America that has a white head and dark wings and body", - "val_images": 0 - }, - "n01616318": { - "class_id": 399, - "words": [ - "vulture" - ], - "gloss": "any of various large diurnal birds of prey having naked heads and weak claws and feeding chiefly on carrion", - "val_images": 0 - }, - "n01622779": { - "class_id": 400, - "words": [ - "great grey owl", - "great gray owl", - "Strix nebulosa" - ], - "gloss": "large dish-faced owl of northern North America and western Eurasia", - "val_images": 0 - }, - "n01795545": { - "class_id": 401, - "words": [ - "black grouse" - ], - "gloss": "grouse of which the male is bluish-black", - "val_images": 0 - }, - "n01796340": { - "class_id": 402, - "words": [ - "ptarmigan" - ], - "gloss": "large Arctic and subarctic grouse with feathered feet and usually white winter plumage", - "val_images": 0 - }, - "n01797886": { - "class_id": 403, - "words": [ - "ruffed grouse", - "partridge", - "Bonasa umbellus" - ], - "gloss": "valued as a game bird in eastern United States and Canada", - "val_images": 0 - }, - "n01798484": { - "class_id": 404, - "words": [ - "prairie chicken", - "prairie grouse", - "prairie fowl" - ], - "gloss": "brown mottled North American grouse of western prairies", - "val_images": 0 - }, - "n01806143": { - "class_id": 405, - "words": [ - "peacock" - ], - "gloss": "male peafowl; having a crested head and very large fanlike tail marked with iridescent eyes or spots", - "val_images": 0 - }, - "n01806567": { - "class_id": 406, - "words": [ - "quail" - ], - "gloss": "small gallinaceous game birds", - "val_images": 0 - }, - "n01807496": { - "class_id": 407, - "words": [ - "partridge" - ], - "gloss": "small Old World gallinaceous game birds", - "val_images": 0 - }, - "n01817953": { - "class_id": 408, - "words": [ - "African grey", - "African gray", - "Psittacus erithacus" - ], - "gloss": "commonly domesticated grey parrot with red-and-black tail and white face; native to equatorial Africa", - "val_images": 0 - }, - "n01818515": { - "class_id": 409, - "words": [ - "macaw" - ], - "gloss": "long-tailed brilliantly colored parrot of Central America and South America; among the largest and showiest of parrots", - "val_images": 0 - }, - "n01819313": { - "class_id": 410, - "words": [ - "sulphur-crested cockatoo", - "Kakatoe galerita", - "Cacatua galerita" - ], - "gloss": "white cockatoo with a yellow erectile crest", - "val_images": 0 - }, - "n01820546": { - "class_id": 411, - "words": [ - "lorikeet" - ], - "gloss": "any of various small lories", - "val_images": 0 - }, - "n01824575": { - "class_id": 412, - "words": [ - "coucal" - ], - "gloss": "Old World ground-living cuckoo having a long dagger-like hind claw", - "val_images": 0 - }, - "n01828970": { - "class_id": 413, - "words": [ - "bee eater" - ], - "gloss": "colorful chiefly tropical Old World bird having a strong graceful flight; feeds on especially bees", - "val_images": 0 - }, - "n01829413": { - "class_id": 414, - "words": [ - "hornbill" - ], - "gloss": "bird of tropical Africa and Asia having a very large bill surmounted by a bony protuberance; related to kingfishers", - "val_images": 0 - }, - "n01833805": { - "class_id": 415, - "words": [ - "hummingbird" - ], - "gloss": "tiny American bird having brilliant iridescent plumage and long slender bills; wings are specialized for vibrating flight", - "val_images": 0 - }, - "n01843065": { - "class_id": 416, - "words": [ - "jacamar" - ], - "gloss": "tropical American insectivorous bird having a long sharp bill and iridescent green or bronze plumage", - "val_images": 0 - }, - "n01843383": { - "class_id": 417, - "words": [ - "toucan" - ], - "gloss": "brilliantly colored arboreal fruit-eating bird of tropical America having a very large thin-walled beak", - "val_images": 0 - }, - "n01847000": { - "class_id": 418, - "words": [ - "drake" - ], - "gloss": "adult male of a wild or domestic duck", - "val_images": 0 - }, - "n01855032": { - "class_id": 419, - "words": [ - "red-breasted merganser", - "Mergus serrator" - ], - "gloss": "widely distributed merganser of America and Europe", - "val_images": 0 - }, - "n01855672": { - "class_id": 420, - "words": [ - "goose" - ], - "gloss": "web-footed long-necked typically gregarious migratory aquatic birds usually larger and less aquatic than ducks", - "val_images": 0 - }, - "n01860187": { - "class_id": 421, - "words": [ - "black swan", - "Cygnus atratus" - ], - "gloss": "large Australian swan having black plumage and a red bill", - "val_images": 0 - }, - "n02002556": { - "class_id": 422, - "words": [ - "white stork", - "Ciconia ciconia" - ], - "gloss": "the common stork of Europe; white with black wing feathers and a red bill", - "val_images": 0 - }, - "n02002724": { - "class_id": 423, - "words": [ - "black stork", - "Ciconia nigra" - ], - "gloss": "Old World stork that is glossy black above and white below", - "val_images": 0 - }, - "n02006656": { - "class_id": 424, - "words": [ - "spoonbill" - ], - "gloss": "wading birds having a long flat bill with a tip like a spoon", - "val_images": 0 - }, - "n02007558": { - "class_id": 425, - "words": [ - "flamingo" - ], - "gloss": "large pink to scarlet web-footed wading bird with down-bent bill; inhabits brackish lakes", - "val_images": 0 - }, - "n02009912": { - "class_id": 426, - "words": [ - "American egret", - "great white heron", - "Egretta albus" - ], - "gloss": "a common egret of the genus Egretta found in America; it is a variety of the Old World white egret Casmerodius albus", - "val_images": 0 - }, - "n02009229": { - "class_id": 427, - "words": [ - "little blue heron", - "Egretta caerulea" - ], - "gloss": "small bluish-grey heron of the western hemisphere", - "val_images": 0 - }, - "n02011460": { - "class_id": 428, - "words": [ - "bittern" - ], - "gloss": "relatively small compact tawny-brown heron with nocturnal habits and a booming cry; found in marshes", - "val_images": 0 - }, - "n02012849": { - "class_id": 429, - "words": [ - "crane" - ], - "gloss": "large long-necked wading bird of marshes and plains in many parts of the world", - "val_images": 0 - }, - "n02013706": { - "class_id": 430, - "words": [ - "limpkin", - "Aramus pictus" - ], - "gloss": "wading bird of Florida, Cuba and Jamaica having a drooping bill and a distinctive wailing call", - "val_images": 0 - }, - "n02018207": { - "class_id": 431, - "words": [ - "American coot", - "marsh hen", - "mud hen", - "water hen", - "Fulica americana" - ], - "gloss": "a coot found in North America", - "val_images": 0 - }, - "n02018795": { - "class_id": 432, - "words": [ - "bustard" - ], - "gloss": "large heavy-bodied chiefly terrestrial game bird capable of powerful swift flight; classified with wading birds but frequents grassy steppes", - "val_images": 0 - }, - "n02025239": { - "class_id": 433, - "words": [ - "ruddy turnstone", - "Arenaria interpres" - ], - "gloss": "common Arctic turnstone that winters in South America and Australia", - "val_images": 0 - }, - "n02027492": { - "class_id": 434, - "words": [ - "red-backed sandpiper", - "dunlin", - "Erolia alpina" - ], - "gloss": "small common sandpiper that breeds in northern or Arctic regions and winters in southern United States or Mediterranean regions", - "val_images": 0 - }, - "n02028035": { - "class_id": 435, - "words": [ - "redshank", - "Tringa totanus" - ], - "gloss": "a common Old World wading bird with long red legs", - "val_images": 0 - }, - "n02033041": { - "class_id": 436, - "words": [ - "dowitcher" - ], - "gloss": "shorebird of the sandpiper family that resembles a snipe", - "val_images": 0 - }, - "n02037110": { - "class_id": 437, - "words": [ - "oystercatcher", - "oyster catcher" - ], - "gloss": "black-and-white shorebird with stout legs and bill; feed on oysters etc.", - "val_images": 0 - }, - "n02017213": { - "class_id": 438, - "words": [ - "European gallinule", - "Porphyrio porphyrio" - ], - "gloss": "purple gallinule of southern Europe", - "val_images": 0 - }, - "n02051845": { - "class_id": 439, - "words": [ - "pelican" - ], - "gloss": "large long-winged warm-water seabird having a large bill with a distensible pouch for fish", - "val_images": 0 - }, - "n02056570": { - "class_id": 440, - "words": [ - "king penguin", - "Aptenodytes patagonica" - ], - "gloss": "large penguin on islands bordering the Antarctic Circle", - "val_images": 0 - }, - "n02058221": { - "class_id": 441, - "words": [ - "albatross", - "mollymawk" - ], - "gloss": "large web-footed birds of the southern hemisphere having long narrow wings; noted for powerful gliding flight", - "val_images": 0 - }, - "n01484850": { - "class_id": 442, - "words": [ - "great white shark", - "white shark", - "man-eater", - "man-eating shark", - "Carcharodon carcharias" - ], - "gloss": "large aggressive shark widespread in warm seas; known to attack humans", - "val_images": 0 - }, - "n01491361": { - "class_id": 443, - "words": [ - "tiger shark", - "Galeocerdo cuvieri" - ], - "gloss": "large dangerous warm-water shark with striped or spotted body", - "val_images": 0 - }, - "n01494475": { - "class_id": 444, - "words": [ - "hammerhead", - "hammerhead shark" - ], - "gloss": "medium-sized live-bearing shark with eyes at either end of a flattened hammer-shaped head; worldwide in warm waters; can be dangerous", - "val_images": 0 - }, - "n01496331": { - "class_id": 445, - "words": [ - "electric ray", - "crampfish", - "numbfish", - "torpedo" - ], - "gloss": "any sluggish bottom-dwelling ray of the order Torpediniformes having a rounded body and electric organs on each side of the head capable of emitting strong electric discharges", - "val_images": 0 - }, - "n01498041": { - "class_id": 446, - "words": [ - "stingray" - ], - "gloss": "large venomous ray with large barbed spines near the base of a thin whiplike tail capable of inflicting severe wounds", - "val_images": 0 - }, - "n02514041": { - "class_id": 447, - "words": [ - "barracouta", - "snoek" - ], - "gloss": "a large marine food fish common on the coasts of Australia, New Zealand, and southern Africa", - "val_images": 0 - }, - "n02536864": { - "class_id": 448, - "words": [ - "coho", - "cohoe", - "coho salmon", - "blue jack", - "silver salmon", - "Oncorhynchus kisutch" - ], - "gloss": "small salmon of northern Pacific coasts and the Great Lakes", - "val_images": 0 - }, - "n01440764": { - "class_id": 449, - "words": [ - "tench", - "Tinca tinca" - ], - "gloss": "freshwater dace-like game fish of Europe and western Asia noted for ability to survive outside water", - "val_images": 0 - }, - "n01443537": { - "class_id": 450, - "words": [ - "goldfish", - "Carassius auratus" - ], - "gloss": "small golden or orange-red freshwater fishes of Eurasia used as pond or aquarium fishes", - "val_images": 0 - }, - "n02526121": { - "class_id": 451, - "words": [ - "eel" - ], - "gloss": "voracious snakelike marine or freshwater fishes with smooth slimy usually scaleless skin and having a continuous vertical fin but no ventral fins", - "val_images": 0 - }, - "n02606052": { - "class_id": 452, - "words": [ - "rock beauty", - "Holocanthus tricolor" - ], - "gloss": "gold and black butterflyfish found from West Indies to Brazil", - "val_images": 0 - }, - "n02607072": { - "class_id": 453, - "words": [ - "anemone fish" - ], - "gloss": "live associated with sea anemones", - "val_images": 0 - }, - "n02643566": { - "class_id": 454, - "words": [ - "lionfish" - ], - "gloss": "brightly striped fish of the tropical Pacific having elongated spiny fins", - "val_images": 0 - }, - "n02655020": { - "class_id": 455, - "words": [ - "puffer", - "pufferfish", - "blowfish", - "globefish" - ], - "gloss": "any of numerous marine fishes whose elongated spiny body can inflate itself with water or air to form a globe; several species contain a potent nerve poison; closely related to spiny puffers", - "val_images": 0 - }, - "n02640242": { - "class_id": 456, - "words": [ - "sturgeon" - ], - "gloss": "large primitive fishes valued for their flesh and roe; widely distributed in the North Temperate Zone", - "val_images": 0 - }, - "n02641379": { - "class_id": 457, - "words": [ - "gar", - "garfish", - "garpike", - "billfish", - "Lepisosteus osseus" - ], - "gloss": "primitive predaceous North American fish covered with hard scales and having long jaws with needlelike teeth", - "val_images": 0 - }, - "n01664065": { - "class_id": 458, - "words": [ - "loggerhead", - "loggerhead turtle", - "Caretta caretta" - ], - "gloss": "very large carnivorous sea turtle; wide-ranging in warm open seas", - "val_images": 0 - }, - "n01665541": { - "class_id": 459, - "words": [ - "leatherback turtle", - "leatherback", - "leathery turtle", - "Dermochelys coriacea" - ], - "gloss": "wide-ranging marine turtle with flexible leathery carapace; largest living turtle", - "val_images": 0 - }, - "n01667114": { - "class_id": 460, - "words": [ - "mud turtle" - ], - "gloss": "bottom-dwelling freshwater turtle inhabiting muddy rivers of North America and Central America", - "val_images": 0 - }, - "n01667778": { - "class_id": 461, - "words": [ - "terrapin" - ], - "gloss": "any of various edible North American web-footed turtles living in fresh or brackish water", - "val_images": 0 - }, - "n01669191": { - "class_id": 462, - "words": [ - "box turtle", - "box tortoise" - ], - "gloss": "chiefly terrestrial turtle of North America; shell can be closed tightly", - "val_images": 0 - }, - "n01675722": { - "class_id": 463, - "words": [ - "banded gecko" - ], - "gloss": "any of several geckos with dark bands across the body and differing from typical geckos in having movable eyelids; of United States southwest and Florida Gulf Coast", - "val_images": 0 - }, - "n01677366": { - "class_id": 464, - "words": [ - "common iguana", - "iguana", - "Iguana iguana" - ], - "gloss": "large herbivorous tropical American arboreal lizards with a spiny crest along the back; used as human food in Central America and South America", - "val_images": 0 - }, - "n01682714": { - "class_id": 465, - "words": [ - "American chameleon", - "anole", - "Anolis carolinensis" - ], - "gloss": "small arboreal tropical American insectivorous lizards with the ability to change skin color", - "val_images": 0 - }, - "n01685808": { - "class_id": 466, - "words": [ - "whiptail", - "whiptail lizard" - ], - "gloss": "any of numerous very agile and alert New World lizards", - "val_images": 0 - }, - "n01687978": { - "class_id": 467, - "words": [ - "agama" - ], - "gloss": "small terrestrial lizard of warm regions of the Old World", - "val_images": 0 - }, - "n01688243": { - "class_id": 468, - "words": [ - "frilled lizard", - "Chlamydosaurus kingi" - ], - "gloss": "large arboreal insectivorous Australian lizard with a ruff of skin around the neck", - "val_images": 0 - }, - "n01689811": { - "class_id": 469, - "words": [ - "alligator lizard" - ], - "gloss": "slim short-limbed lizard having a distinctive fold on each side that permits expansion; of western North America", - "val_images": 0 - }, - "n01692333": { - "class_id": 470, - "words": [ - "Gila monster", - "Heloderma suspectum" - ], - "gloss": "large orange and black lizard of southwestern United States; not dangerous unless molested", - "val_images": 0 - }, - "n01693334": { - "class_id": 471, - "words": [ - "green lizard", - "Lacerta viridis" - ], - "gloss": "a common Eurasian lizard about a foot long", - "val_images": 0 - }, - "n01694178": { - "class_id": 472, - "words": [ - "African chameleon", - "Chamaeleo chamaeleon" - ], - "gloss": "a chameleon found in Africa", - "val_images": 0 - }, - "n01695060": { - "class_id": 473, - "words": [ - "Komodo dragon", - "Komodo lizard", - "dragon lizard", - "giant lizard", - "Varanus komodoensis" - ], - "gloss": "the largest lizard in the world (10 feet); found on Indonesian islands", - "val_images": 0 - }, - "n01704323": { - "class_id": 474, - "words": [ - "triceratops" - ], - "gloss": "huge ceratopsian dinosaur having three horns and the neck heavily armored with a very solid frill", - "val_images": 0 - }, - "n01697457": { - "class_id": 475, - "words": [ - "African crocodile", - "Nile crocodile", - "Crocodylus niloticus" - ], - "gloss": "a dangerous crocodile widely distributed in Africa", - "val_images": 0 - }, - "n01698640": { - "class_id": 476, - "words": [ - "American alligator", - "Alligator mississipiensis" - ], - "gloss": "large alligator of the southeastern United States", - "val_images": 0 - }, - "n01728572": { - "class_id": 477, - "words": [ - "thunder snake", - "worm snake", - "Carphophis amoenus" - ], - "gloss": "small reddish wormlike snake of eastern United States", - "val_images": 0 - }, - "n01728920": { - "class_id": 478, - "words": [ - "ringneck snake", - "ring-necked snake", - "ring snake" - ], - "gloss": "any of numerous small nonvenomous North American snakes with a yellow or orange ring around the neck", - "val_images": 0 - }, - "n01729322": { - "class_id": 479, - "words": [ - "hognose snake", - "puff adder", - "sand viper" - ], - "gloss": "harmless North American snake with upturned nose; may spread its head and neck or play dead when disturbed", - "val_images": 0 - }, - "n01729977": { - "class_id": 480, - "words": [ - "green snake", - "grass snake" - ], - "gloss": "either of two North American chiefly insectivorous snakes that are green in color", - "val_images": 0 - }, - "n01734418": { - "class_id": 481, - "words": [ - "king snake", - "kingsnake" - ], - "gloss": "any of numerous nonvenomous North American constrictors; feed on other snakes and small mammals", - "val_images": 0 - }, - "n01735189": { - "class_id": 482, - "words": [ - "garter snake", - "grass snake" - ], - "gloss": "any of numerous nonvenomous longitudinally-striped viviparous North American and Central American snakes", - "val_images": 0 - }, - "n01737021": { - "class_id": 483, - "words": [ - "water snake" - ], - "gloss": "any of various mostly harmless snakes that live in or near water", - "val_images": 0 - }, - "n01739381": { - "class_id": 484, - "words": [ - "vine snake" - ], - "gloss": "slender arboreal snake found from southern Arizona to Bolivia", - "val_images": 0 - }, - "n01740131": { - "class_id": 485, - "words": [ - "night snake", - "Hypsiglena torquata" - ], - "gloss": "nocturnal prowler of western United States and Mexico", - "val_images": 0 - }, - "n01742172": { - "class_id": 486, - "words": [ - "boa constrictor", - "Constrictor constrictor" - ], - "gloss": "very large boa of tropical America and West Indies", - "val_images": 0 - }, - "n01744401": { - "class_id": 487, - "words": [ - "rock python", - "rock snake", - "Python sebae" - ], - "gloss": "very large python of tropical and southern Africa", - "val_images": 0 - }, - "n01748264": { - "class_id": 488, - "words": [ - "Indian cobra", - "Naja naja" - ], - "gloss": "a cobra of tropical Africa and Asia", - "val_images": 0 - }, - "n01749939": { - "class_id": 489, - "words": [ - "green mamba" - ], - "gloss": "green phase of the black mamba", - "val_images": 0 - }, - "n01751748": { - "class_id": 490, - "words": [ - "sea snake" - ], - "gloss": "any of numerous venomous aquatic viviparous snakes having a fin-like tail; of warm littoral seas; feed on fish which they immobilize with quick-acting venom", - "val_images": 0 - }, - "n01753488": { - "class_id": 491, - "words": [ - "horned viper", - "cerastes", - "sand viper", - "horned asp", - "Cerastes cornutus" - ], - "gloss": "highly venomous viper of northern Africa and southwestern Asia having a horny spine above each eye", - "val_images": 0 - }, - "n01755581": { - "class_id": 492, - "words": [ - "diamondback", - "diamondback rattlesnake", - "Crotalus adamanteus" - ], - "gloss": "large deadly rattlesnake with diamond-shaped markings", - "val_images": 0 - }, - "n01756291": { - "class_id": 493, - "words": [ - "sidewinder", - "horned rattlesnake", - "Crotalus cerastes" - ], - "gloss": "small pale-colored desert rattlesnake of southwestern United States; body moves in an s-shaped curve", - "val_images": 0 - }, - "n01629819": { - "class_id": 494, - "words": [ - "European fire salamander", - "Salamandra salamandra" - ], - "gloss": "a kind of European salamander", - "val_images": 0 - }, - "n01630670": { - "class_id": 495, - "words": [ - "common newt", - "Triturus vulgaris" - ], - "gloss": "small semiaquatic salamander", - "val_images": 0 - }, - "n01631663": { - "class_id": 496, - "words": [ - "eft" - ], - "gloss": "a newt in its terrestrial stage of development", - "val_images": 0 - }, - "n01632458": { - "class_id": 497, - "words": [ - "spotted salamander", - "Ambystoma maculatum" - ], - "gloss": "glossy black North American salamander with yellow spots", - "val_images": 0 - }, - "n01632777": { - "class_id": 498, - "words": [ - "axolotl", - "mud puppy", - "Ambystoma mexicanum" - ], - "gloss": "larval salamander of mountain lakes of Mexico that usually lives without metamorphosing", - "val_images": 0 - }, - "n01641577": { - "class_id": 499, - "words": [ - "bullfrog", - "Rana catesbeiana" - ], - "gloss": "largest North American frog; highly aquatic with a deep-pitched voice", - "val_images": 0 - }, - "n01644373": { - "class_id": 500, - "words": [ - "tree frog", - "tree-frog" - ], - "gloss": "any of various Old World arboreal frogs distinguished from true frogs by adhesive suckers on the toes", - "val_images": 0 - }, - "n01644900": { - "class_id": 501, - "words": [ - "tailed frog", - "bell toad", - "ribbed toad", - "tailed toad", - "Ascaphus trui" - ], - "gloss": "western North American frog with a taillike copulatory organ", - "val_images": 0 - }, - "n04579432": { - "class_id": 502, - "words": [ - "whistle" - ], - "gloss": "acoustic device that forces air or steam against an edge or into a cavity and so produces a loud shrill sound", - "val_images": 0 - }, - "n04592741": { - "class_id": 503, - "words": [ - "wing" - ], - "gloss": "one of the horizontal airfoils on either side of the fuselage of an airplane", - "val_images": 0 - }, - "n03876231": { - "class_id": 504, - "words": [ - "paintbrush" - ], - "gloss": "a brush used as an applicator (to apply paint)", - "val_images": 0 - }, - "n03483316": { - "class_id": 505, - "words": [ - "hand blower", - "blow dryer", - "blow drier", - "hair dryer", - "hair drier" - ], - "gloss": "a hand-held electric blower that can blow warm air onto the hair; used for styling hair", - "val_images": 0 - }, - "n03868863": { - "class_id": 506, - "words": [ - "oxygen mask" - ], - "gloss": "a breathing device that is placed over the mouth and nose; supplies oxygen from an attached storage tank", - "val_images": 0 - }, - "n04251144": { - "class_id": 507, - "words": [ - "snorkel" - ], - "gloss": "breathing device consisting of a bent tube fitting into a swimmer's mouth and extending above the surface; allows swimmer to breathe while face down in the water", - "val_images": 0 - }, - "n03691459": { - "class_id": 508, - "words": [ - "loudspeaker", - "speaker", - "speaker unit", - "loudspeaker system", - "speaker system" - ], - "gloss": "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", - "val_images": 0 - }, - "n03759954": { - "class_id": 509, - "words": [ - "microphone", - "mike" - ], - "gloss": "device for converting sound waves into electrical energy", - "val_images": 0 - }, - "n04152593": { - "class_id": 510, - "words": [ - "screen", - "CRT screen" - ], - "gloss": "the display that is electronically created on the surface of the large end of a cathode-ray tube", - "val_images": 0 - }, - "n03793489": { - "class_id": 511, - "words": [ - "mouse", - "computer mouse" - ], - "gloss": "a hand-operated electronic device that controls the coordinates of a cursor on your computer screen as you move it around on a pad; on the bottom of the device is a ball that rolls on the surface of the pad; \"a mouse takes much more room than a trackball\"", - "val_images": 0 - }, - "n03271574": { - "class_id": 512, - "words": [ - "electric fan", - "blower" - ], - "gloss": "a fan run by an electric motor", - "val_images": 0 - }, - "n03843555": { - "class_id": 513, - "words": [ - "oil filter" - ], - "gloss": "a filter that removes impurities from the oil used to lubricate an internal-combustion engine", - "val_images": 0 - }, - "n04332243": { - "class_id": 514, - "words": [ - "strainer" - ], - "gloss": "a filter to retain larger pieces while smaller pieces and liquids pass through", - "val_images": 0 - }, - "n04265275": { - "class_id": 515, - "words": [ - "space heater" - ], - "gloss": "heater consisting of a self-contained (usually portable) unit to warm a room", - "val_images": 0 - }, - "n04330267": { - "class_id": 516, - "words": [ - "stove" - ], - "gloss": "any heating apparatus", - "val_images": 0 - }, - "n03467068": { - "class_id": 517, - "words": [ - "guillotine" - ], - "gloss": "instrument of execution that consists of a weighted blade between two vertical poles; used for beheading people", - "val_images": 0 - }, - "n02794156": { - "class_id": 518, - "words": [ - "barometer" - ], - "gloss": "an instrument that measures atmospheric pressure", - "val_images": 0 - }, - "n04118776": { - "class_id": 519, - "words": [ - "rule", - "ruler" - ], - "gloss": "measuring stick consisting of a strip of wood or metal or plastic with a straight edge that is used for drawing straight lines and measuring lengths", - "val_images": 0 - }, - "n03841143": { - "class_id": 520, - "words": [ - "odometer", - "hodometer", - "mileometer", - "milometer" - ], - "gloss": "a meter that shows mileage traversed", - "val_images": 0 - }, - "n04141975": { - "class_id": 521, - "words": [ - "scale", - "weighing machine" - ], - "gloss": "a measuring instrument for weighing; shows amount of mass", - "val_images": 0 - }, - "n02708093": { - "class_id": 522, - "words": [ - "analog clock" - ], - "gloss": "a clock that displays the time of day by the position of hands on a dial", - "val_images": 0 - }, - "n03196217": { - "class_id": 523, - "words": [ - "digital clock" - ], - "gloss": "a clock that displays the time of day digitally", - "val_images": 0 - }, - "n04548280": { - "class_id": 524, - "words": [ - "wall clock" - ], - "gloss": "a clock mounted on a wall", - "val_images": 0 - }, - "n03544143": { - "class_id": 525, - "words": [ - "hourglass" - ], - "gloss": "a sandglass that runs for sixty minutes", - "val_images": 0 - }, - "n04355338": { - "class_id": 526, - "words": [ - "sundial" - ], - "gloss": "timepiece that indicates the daylight hours by the shadow that the gnomon casts on a calibrated dial", - "val_images": 0 - }, - "n03891332": { - "class_id": 527, - "words": [ - "parking meter" - ], - "gloss": "a coin-operated timer located next to a parking space; depositing money into it entitles you to park your car there for a specified length of time", - "val_images": 0 - }, - "n04328186": { - "class_id": 528, - "words": [ - "stopwatch", - "stop watch" - ], - "gloss": "a timepiece that can be started or stopped for exact timing (as of a race)", - "val_images": 0 - }, - "n03197337": { - "class_id": 529, - "words": [ - "digital watch" - ], - "gloss": "a watch with a digital display", - "val_images": 0 - }, - "n04317175": { - "class_id": 530, - "words": [ - "stethoscope" - ], - "gloss": "a medical instrument for listening to the sounds generated inside the body", - "val_images": 0 - }, - "n04376876": { - "class_id": 531, - "words": [ - "syringe" - ], - "gloss": "a medical instrument used to inject or withdraw fluids", - "val_images": 0 - }, - "n03706229": { - "class_id": 532, - "words": [ - "magnetic compass" - ], - "gloss": "compass based on an indicator (as a magnetic needle) that points to the magnetic north", - "val_images": 0 - }, - "n02841315": { - "class_id": 533, - "words": [ - "binoculars", - "field glasses", - "opera glasses" - ], - "gloss": "an optical instrument designed for simultaneous use by both eyes", - "val_images": 0 - }, - "n04009552": { - "class_id": 534, - "words": [ - "projector" - ], - "gloss": "an optical instrument that projects an enlarged image onto a screen", - "val_images": 0 - }, - "n04356056": { - "class_id": 535, - "words": [ - "sunglasses", - "dark glasses", - "shades" - ], - "gloss": "spectacles that are darkened or polarized to protect the eyes from the glare of the sun; \"he was wearing a pair of mirrored shades\"", - "val_images": 0 - }, - "n03692522": { - "class_id": 536, - "words": [ - "loupe", - "jeweler's loupe" - ], - "gloss": "small magnifying glass (usually set in an eyepiece) used by jewelers and horologists", - "val_images": 0 - }, - "n04044716": { - "class_id": 537, - "words": [ - "radio telescope", - "radio reflector" - ], - "gloss": "astronomical telescope that picks up electromagnetic radiations in the radio-frequency range from extraterrestrial sources", - "val_images": 0 - }, - "n02879718": { - "class_id": 538, - "words": [ - "bow" - ], - "gloss": "a weapon for shooting arrows, composed of a curved piece of resilient wood with a taut cord to propel the arrow", - "val_images": 0 - }, - "n02950826": { - "class_id": 539, - "words": [ - "cannon" - ], - "gloss": "heavy gun fired from a tank", - "val_images": 0 - }, - "n02749479": { - "class_id": 540, - "words": [ - "assault rifle", - "assault gun" - ], - "gloss": "any of the automatic rifles or semiautomatic rifles with large magazines designed for military use", - "val_images": 0 - }, - "n04090263": { - "class_id": 541, - "words": [ - "rifle" - ], - "gloss": "a shoulder firearm with a long barrel and a rifled bore; \"he lifted the rifle to his shoulder and fired\"", - "val_images": 0 - }, - "n04008634": { - "class_id": 542, - "words": [ - "projectile", - "missile" - ], - "gloss": "a weapon that is forcibly thrown or projected at a targets but is not self-propelled", - "val_images": 0 - }, - "n03085013": { - "class_id": 543, - "words": [ - "computer keyboard", - "keypad" - ], - "gloss": "a keyboard that is a data input device for computers; arrangement of keys is modelled after the typewriter keyboard", - "val_images": 0 - }, - "n04505470": { - "class_id": 544, - "words": [ - "typewriter keyboard" - ], - "gloss": "a keyboard for manually entering characters to be printed", - "val_images": 0 - }, - "n03126707": { - "class_id": 545, - "words": [ - "crane" - ], - "gloss": "lifts and moves heavy objects; lifting tackle is suspended from a pivoted boom that rotates around a vertical axis", - "val_images": 0 - }, - "n03666591": { - "class_id": 546, - "words": [ - "lighter", - "light", - "igniter", - "ignitor" - ], - "gloss": "a device for lighting or igniting fuel or charges or fires; \"do you have a light?\"", - "val_images": 0 - }, - "n02666196": { - "class_id": 547, - "words": [ - "abacus" - ], - "gloss": "a calculator that performs arithmetic functions by manually sliding counters on rods or in grooves", - "val_images": 0 - }, - "n02977058": { - "class_id": 548, - "words": [ - "cash machine", - "cash dispenser", - "automated teller machine", - "automatic teller machine", - "automated teller", - "automatic teller", - "ATM" - ], - "gloss": "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", - "val_images": 0 - }, - "n04238763": { - "class_id": 549, - "words": [ - "slide rule", - "slipstick" - ], - "gloss": "analog computer consisting of a handheld instrument used for rapid calculations; have been replaced by pocket calculators", - "val_images": 0 - }, - "n03180011": { - "class_id": 550, - "words": [ - "desktop computer" - ], - "gloss": "a personal computer small enough to fit conveniently in an individual workspace", - "val_images": 0 - }, - "n03485407": { - "class_id": 551, - "words": [ - "hand-held computer", - "hand-held microcomputer" - ], - "gloss": "a portable battery-powered computer small enough to be carried in your pocket", - "val_images": 0 - }, - "n03832673": { - "class_id": 552, - "words": [ - "notebook", - "notebook computer" - ], - "gloss": "a small compact portable computer", - "val_images": 0 - }, - "n06359193": { - "class_id": 553, - "words": [ - "web site", - "website", - "internet site", - "site" - ], - "gloss": "a computer connected to the internet that maintains a series of web pages on the World Wide Web; \"the Israeli web site was damaged by hostile hackers\"", - "val_images": 0 - }, - "n03496892": { - "class_id": 554, - "words": [ - "harvester", - "reaper" - ], - "gloss": "farm machine that gathers a food crop from the fields", - "val_images": 0 - }, - "n04428191": { - "class_id": 555, - "words": [ - "thresher", - "thrasher", - "threshing machine" - ], - "gloss": "a farm machine for separating seeds or grain from the husks and straw", - "val_images": 0 - }, - "n04004767": { - "class_id": 556, - "words": [ - "printer" - ], - "gloss": "(computer science) an output device that prints the results of data processing", - "val_images": 0 - }, - "n04243546": { - "class_id": 557, - "words": [ - "slot", - "one-armed bandit" - ], - "gloss": "a slot machine that is used for gambling; \"they spend hours and hours just playing the slots\"", - "val_images": 0 - }, - "n04525305": { - "class_id": 558, - "words": [ - "vending machine" - ], - "gloss": "a slot machine for selling goods", - "val_images": 0 - }, - "n04179913": { - "class_id": 559, - "words": [ - "sewing machine" - ], - "gloss": "a textile machine used as a home appliance for sewing", - "val_images": 0 - }, - "n03602883": { - "class_id": 560, - "words": [ - "joystick" - ], - "gloss": "a manual control consisting of a vertical handle that can move freely in two directions; used as an input device to computers or to devices controlled by computers", - "val_images": 0 - }, - "n04372370": { - "class_id": 561, - "words": [ - "switch", - "electric switch", - "electrical switch" - ], - "gloss": "control consisting of a mechanical or electrical or electronic device for making or breaking or changing the connections in a circuit", - "val_images": 0 - }, - "n03532672": { - "class_id": 562, - "words": [ - "hook", - "claw" - ], - "gloss": "a mechanical device that is curved or bent to suspend or hold or pull something", - "val_images": 0 - }, - "n02974003": { - "class_id": 563, - "words": [ - "car wheel" - ], - "gloss": "a wheel that has a tire and rim and hubcap; used to propel the car", - "val_images": 0 - }, - "n03874293": { - "class_id": 564, - "words": [ - "paddlewheel", - "paddle wheel" - ], - "gloss": "a large wheel fitted with paddles and driven by an engine in order to propel a boat", - "val_images": 0 - }, - "n03944341": { - "class_id": 565, - "words": [ - "pinwheel" - ], - "gloss": "a wheel that has numerous pins that are set at right angles to its rim; \"he spun the pinwheel and it stopped with the pointer on `Go'\"", - "val_images": 0 - }, - "n03992509": { - "class_id": 566, - "words": [ - "potter's wheel" - ], - "gloss": "a horizontal rotating wheel holding the clay being shaped by a potter; \"the potter's wheel was invented in Asia Minor around 6500 BC\"", - "val_images": 0 - }, - "n03425413": { - "class_id": 567, - "words": [ - "gas pump", - "gasoline pump", - "petrol pump", - "island dispenser" - ], - "gloss": "a pump in a service station that draws gasoline from underground storage tanks", - "val_images": 0 - }, - "n02966193": { - "class_id": 568, - "words": [ - "carousel", - "carrousel", - "merry-go-round", - "roundabout", - "whirligig" - ], - "gloss": "a large, rotating machine with seats for children to ride or amusement", - "val_images": 0 - }, - "n04371774": { - "class_id": 569, - "words": [ - "swing" - ], - "gloss": "mechanical device used as a plaything to support someone swinging back and forth", - "val_images": 0 - }, - "n04067472": { - "class_id": 570, - "words": [ - "reel" - ], - "gloss": "winder consisting of a revolving spool with a handle; attached to a fishing rod", - "val_images": 0 - }, - "n04040759": { - "class_id": 571, - "words": [ - "radiator" - ], - "gloss": "a mechanism consisting of a metal honeycomb through which hot fluids circulate; heat is transferred from the fluid through the honeycomb to the airstream that is created either by the motion of the vehicle or by a fan", - "val_images": 0 - }, - "n04019541": { - "class_id": 572, - "words": [ - "puck", - "hockey puck" - ], - "gloss": "a vulcanized rubber disk 3 inches in diameter that is used instead of a ball in ice hockey", - "val_images": 0 - }, - "n03492542": { - "class_id": 573, - "words": [ - "hard disc", - "hard disk", - "fixed disk" - ], - "gloss": "a rigid magnetic disk mounted permanently in a drive unit", - "val_images": 0 - }, - "n04355933": { - "class_id": 574, - "words": [ - "sunglass" - ], - "gloss": "a convex lens that focuses the rays of the sun; used to start a fire", - "val_images": 0 - }, - "n03929660": { - "class_id": 575, - "words": [ - "pick", - "plectrum", - "plectron" - ], - "gloss": "a small thin device (of metal or plastic or ivory) used to pluck a stringed instrument", - "val_images": 0 - }, - "n02965783": { - "class_id": 576, - "words": [ - "car mirror" - ], - "gloss": "a mirror that the driver of a car can use", - "val_images": 0 - }, - "n04258138": { - "class_id": 577, - "words": [ - "solar dish", - "solar collector", - "solar furnace" - ], - "gloss": "a concave mirror that concentrates the rays of the sun; can produce high temperatures", - "val_images": 0 - }, - "n04074963": { - "class_id": 578, - "words": [ - "remote control", - "remote" - ], - "gloss": "a device that can be used to control a machine or apparatus from a distance; \"he lost the remote for his TV\"", - "val_images": 0 - }, - "n03208938": { - "class_id": 579, - "words": [ - "disk brake", - "disc brake" - ], - "gloss": "hydraulic brake in which friction is applied to both sides of a spinning disk by the brake pads", - "val_images": 0 - }, - "n02910353": { - "class_id": 580, - "words": [ - "buckle" - ], - "gloss": "fastener that fastens together two ends of a belt or strap; often has loose prong", - "val_images": 0 - }, - "n03476684": { - "class_id": 581, - "words": [ - "hair slide" - ], - "gloss": "a decorative hinged clip that girls and women put in their hair to hold it in place", - "val_images": 0 - }, - "n03627232": { - "class_id": 582, - "words": [ - "knot" - ], - "gloss": "any of various fastenings formed by looping and tying a rope (or cord) upon itself or to another rope or to another object", - "val_images": 0 - }, - "n03075370": { - "class_id": 583, - "words": [ - "combination lock" - ], - "gloss": "lock that can be opened only by turning dials in a special sequence", - "val_images": 0 - }, - "n03874599": { - "class_id": 584, - "words": [ - "padlock" - ], - "gloss": "a detachable lock; has a hinged shackle that can be passed through the staple of a hasp or the links in a chain and then snapped shut", - "val_images": 0 - }, - "n03804744": { - "class_id": 585, - "words": [ - "nail" - ], - "gloss": "a thin pointed piece of metal that is hammered into materials as a fastener", - "val_images": 0 - }, - "n04127249": { - "class_id": 586, - "words": [ - "safety pin" - ], - "gloss": "a pin in the form of a clasp; has a guard so the point of the pin will not stick the user", - "val_images": 0 - }, - "n04153751": { - "class_id": 587, - "words": [ - "screw" - ], - "gloss": "a fastener with a tapered threaded shank and a slotted head", - "val_images": 0 - }, - "n03803284": { - "class_id": 588, - "words": [ - "muzzle" - ], - "gloss": "a leather or wire restraint that fits over an animal's snout (especially a dog's nose and jaws) and prevents it from eating or biting", - "val_images": 0 - }, - "n04162706": { - "class_id": 589, - "words": [ - "seat belt", - "seatbelt" - ], - "gloss": "a safety belt used in a car or plane to hold you in your seat in case of an accident", - "val_images": 0 - }, - "n04228054": { - "class_id": 590, - "words": [ - "ski" - ], - "gloss": "narrow wood or metal or plastic runners used in pairs for gliding over snow", - "val_images": 0 - }, - "n02948072": { - "class_id": 591, - "words": [ - "candle", - "taper", - "wax light" - ], - "gloss": "stick of wax with a wick in the middle", - "val_images": 0 - }, - "n03590841": { - "class_id": 592, - "words": [ - "jack-o'-lantern" - ], - "gloss": "lantern carved from a pumpkin", - "val_images": 0 - }, - "n04286575": { - "class_id": 593, - "words": [ - "spotlight", - "spot" - ], - "gloss": "a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer", - "val_images": 0 - }, - "n04456115": { - "class_id": 594, - "words": [ - "torch" - ], - "gloss": "a light usually carried in the hand; consists of some flammable substance", - "val_images": 0 - }, - "n03814639": { - "class_id": 595, - "words": [ - "neck brace" - ], - "gloss": "a brace worn to steady the neck", - "val_images": 0 - }, - "n03933933": { - "class_id": 596, - "words": [ - "pier" - ], - "gloss": "a support for two adjacent bridge spans", - "val_images": 0 - }, - "n04485082": { - "class_id": 597, - "words": [ - "tripod" - ], - "gloss": "a three-legged rack used for support", - "val_images": 0 - }, - "n03733131": { - "class_id": 598, - "words": [ - "maypole" - ], - "gloss": "a vertical pole or post decorated with streamers that can be held by dancers celebrating May Day", - "val_images": 0 - }, - "n03794056": { - "class_id": 599, - "words": [ - "mousetrap" - ], - "gloss": "a trap for catching mice", - "val_images": 0 - }, - "n04275548": { - "class_id": 600, - "words": [ - "spider web", - "spider's web" - ], - "gloss": "a web resembling the webs spun by spiders", - "val_images": 0 - }, - "n01768244": { - "class_id": 601, - "words": [ - "trilobite" - ], - "gloss": "an extinct arthropod that was abundant in Paleozoic times; had an exoskeleton divided into three parts", - "val_images": 0 - }, - "n01770081": { - "class_id": 602, - "words": [ - "harvestman", - "daddy longlegs", - "Phalangium opilio" - ], - "gloss": "spiderlike arachnid with a small rounded body and very long thin legs", - "val_images": 0 - }, - "n01770393": { - "class_id": 603, - "words": [ - "scorpion" - ], - "gloss": "arachnid of warm dry regions having a long segmented tail ending in a venomous stinger", - "val_images": 0 - }, - "n01773157": { - "class_id": 604, - "words": [ - "black and gold garden spider", - "Argiope aurantia" - ], - "gloss": "a widely distributed North American garden spider", - "val_images": 0 - }, - "n01773549": { - "class_id": 605, - "words": [ - "barn spider", - "Araneus cavaticus" - ], - "gloss": "an orange and tan spider with darkly banded legs that spins an orb web daily; \"the barn spider was made famous in E. B. White's book `Charlotte's Web'\"", - "val_images": 0 - }, - "n01773797": { - "class_id": 606, - "words": [ - "garden spider", - "Aranea diademata" - ], - "gloss": "a spider common in European gardens", - "val_images": 0 - }, - "n01774384": { - "class_id": 607, - "words": [ - "black widow", - "Latrodectus mactans" - ], - "gloss": "venomous New World spider; the female is black with an hourglass-shaped red mark on the underside of the abdomen", - "val_images": 0 - }, - "n01774750": { - "class_id": 608, - "words": [ - "tarantula" - ], - "gloss": "large hairy tropical spider with fangs that can inflict painful but not highly venomous bites", - "val_images": 0 - }, - "n01775062": { - "class_id": 609, - "words": [ - "wolf spider", - "hunting spider" - ], - "gloss": "ground spider that hunts its prey instead of using a web", - "val_images": 0 - }, - "n01776313": { - "class_id": 610, - "words": [ - "tick" - ], - "gloss": "any of two families of small parasitic arachnids with barbed proboscis; feed on blood of warm-blooded animals", - "val_images": 0 - }, - "n01784675": { - "class_id": 611, - "words": [ - "centipede" - ], - "gloss": "chiefly nocturnal predacious arthropod having a flattened body of 15 to 173 segments each with a pair of legs, the foremost pair being modified as prehensors", - "val_images": 0 - }, - "n01990800": { - "class_id": 612, - "words": [ - "isopod" - ], - "gloss": "any of various small terrestrial or aquatic crustaceans with seven pairs of legs adapted for crawling", - "val_images": 0 - }, - "n01978287": { - "class_id": 613, - "words": [ - "Dungeness crab", - "Cancer magister" - ], - "gloss": "small edible crab of Pacific coast of North America", - "val_images": 0 - }, - "n01978455": { - "class_id": 614, - "words": [ - "rock crab", - "Cancer irroratus" - ], - "gloss": "crab of eastern coast of North America", - "val_images": 0 - }, - "n01980166": { - "class_id": 615, - "words": [ - "fiddler crab" - ], - "gloss": "burrowing crab of American coastal regions having one claw much enlarged in the male", - "val_images": 0 - }, - "n01981276": { - "class_id": 616, - "words": [ - "king crab", - "Alaska crab", - "Alaskan king crab", - "Alaska king crab", - "Paralithodes camtschatica" - ], - "gloss": "large edible crab of northern Pacific waters especially along the coasts of Alaska and Japan", - "val_images": 0 - }, - "n01983481": { - "class_id": 617, - "words": [ - "American lobster", - "Northern lobster", - "Maine lobster", - "Homarus americanus" - ], - "gloss": "lobster of Atlantic coast of America", - "val_images": 0 - }, - "n01984695": { - "class_id": 618, - "words": [ - "spiny lobster", - "langouste", - "rock lobster", - "crawfish", - "crayfish", - "sea crawfish" - ], - "gloss": "large edible marine crustacean having a spiny carapace but lacking the large pincers of true lobsters", - "val_images": 0 - }, - "n01985128": { - "class_id": 619, - "words": [ - "crayfish", - "crawfish", - "crawdad", - "crawdaddy" - ], - "gloss": "small freshwater decapod crustacean that resembles a lobster", - "val_images": 0 - }, - "n01986214": { - "class_id": 620, - "words": [ - "hermit crab" - ], - "gloss": "small soft-bodied marine crustaceans living in cast-off shells of gastropods", - "val_images": 0 - }, - "n02165105": { - "class_id": 621, - "words": [ - "tiger beetle" - ], - "gloss": "active usually bright-colored beetle that preys on other insects", - "val_images": 0 - }, - "n02165456": { - "class_id": 622, - "words": [ - "ladybug", - "ladybeetle", - "lady beetle", - "ladybird", - "ladybird beetle" - ], - "gloss": "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests", - "val_images": 0 - }, - "n02167151": { - "class_id": 623, - "words": [ - "ground beetle", - "carabid beetle" - ], - "gloss": "predacious shining black or metallic terrestrial beetle that destroys many injurious insects", - "val_images": 0 - }, - "n02168699": { - "class_id": 624, - "words": [ - "long-horned beetle", - "longicorn", - "longicorn beetle" - ], - "gloss": "long-bodied beetle having very long antennae", - "val_images": 0 - }, - "n02169497": { - "class_id": 625, - "words": [ - "leaf beetle", - "chrysomelid" - ], - "gloss": "brightly colored beetle that feeds on plant leaves; larvae infest roots and stems", - "val_images": 0 - }, - "n02172182": { - "class_id": 626, - "words": [ - "dung beetle" - ], - "gloss": "any of numerous beetles that roll balls of dung on which they feed and in which they lay eggs", - "val_images": 0 - }, - "n02174001": { - "class_id": 627, - "words": [ - "rhinoceros beetle" - ], - "gloss": "any of various large chiefly tropical beetles having horns on the head; pest on coconuts", - "val_images": 0 - }, - "n02177972": { - "class_id": 628, - "words": [ - "weevil" - ], - "gloss": "any of several families of mostly small beetles that feed on plants and plant products; especially snout beetles and seed beetles", - "val_images": 0 - }, - "n02190166": { - "class_id": 629, - "words": [ - "fly" - ], - "gloss": "two-winged insects characterized by active flight", - "val_images": 0 - }, - "n02206856": { - "class_id": 630, - "words": [ - "bee" - ], - "gloss": "any of numerous hairy-bodied insects including social and solitary species", - "val_images": 0 - }, - "n02226429": { - "class_id": 631, - "words": [ - "grasshopper", - "hopper" - ], - "gloss": "terrestrial plant-eating insect with hind legs adapted for leaping", - "val_images": 0 - }, - "n02229544": { - "class_id": 632, - "words": [ - "cricket" - ], - "gloss": "leaping insect; male makes chirping noises by rubbing the forewings together", - "val_images": 0 - }, - "n02231487": { - "class_id": 633, - "words": [ - "walking stick", - "walkingstick", - "stick insect" - ], - "gloss": "any of various mostly tropical insects having long twiglike bodies", - "val_images": 0 - }, - "n02233338": { - "class_id": 634, - "words": [ - "cockroach", - "roach" - ], - "gloss": "any of numerous chiefly nocturnal insects; some are domestic pests", - "val_images": 0 - }, - "n02236044": { - "class_id": 635, - "words": [ - "mantis", - "mantid" - ], - "gloss": "predacious long-bodied large-eyed insect of warm regions; rests with forelimbs raised as in prayer", - "val_images": 0 - }, - "n02256656": { - "class_id": 636, - "words": [ - "cicada", - "cicala" - ], - "gloss": "stout-bodied insect with large membranous wings; male has drum-like organs for producing a high-pitched drone", - "val_images": 0 - }, - "n02259212": { - "class_id": 637, - "words": [ - "leafhopper" - ], - "gloss": "small leaping insect that sucks the juices of plants", - "val_images": 0 - }, - "n02264363": { - "class_id": 638, - "words": [ - "lacewing", - "lacewing fly" - ], - "gloss": "any of two families of insects with gauzy wings (Chrysopidae and Hemerobiidae); larvae feed on insect pests such as aphids", - "val_images": 0 - }, - "n02268443": { - "class_id": 639, - "words": [ - "dragonfly", - "darning needle", - "devil's darning needle", - "sewing needle", - "snake feeder", - "snake doctor", - "mosquito hawk", - "skeeter hawk" - ], - "gloss": "slender-bodied non-stinging insect having iridescent wings that are outspread at rest; adults and nymphs feed on mosquitoes etc.", - "val_images": 0 - }, - "n02268853": { - "class_id": 640, - "words": [ - "damselfly" - ], - "gloss": "slender non-stinging insect similar to but smaller than the dragonfly but having wings folded when at rest", - "val_images": 0 - }, - "n02276258": { - "class_id": 641, - "words": [ - "admiral" - ], - "gloss": "any of several brightly colored butterflies", - "val_images": 0 - }, - "n02277742": { - "class_id": 642, - "words": [ - "ringlet", - "ringlet butterfly" - ], - "gloss": "any of various butterflies belonging to the family Satyridae", - "val_images": 0 - }, - "n02279972": { - "class_id": 643, - "words": [ - "monarch", - "monarch butterfly", - "milkweed butterfly", - "Danaus plexippus" - ], - "gloss": "large migratory American butterfly having deep orange wings with black and white markings; the larvae feed on milkweed", - "val_images": 0 - }, - "n02280649": { - "class_id": 644, - "words": [ - "cabbage butterfly" - ], - "gloss": "white butterfly whose larvae (cabbageworms) feed on cabbage", - "val_images": 0 - }, - "n02281406": { - "class_id": 645, - "words": [ - "sulphur butterfly", - "sulfur butterfly" - ], - "gloss": "any of numerous yellow or orange butterflies", - "val_images": 0 - }, - "n02281787": { - "class_id": 646, - "words": [ - "lycaenid", - "lycaenid butterfly" - ], - "gloss": "any of various butterflies of the family Lycaenidae", - "val_images": 0 - }, - "n01910747": { - "class_id": 647, - "words": [ - "jellyfish" - ], - "gloss": "any of numerous usually marine and free-swimming coelenterates that constitute the sexually reproductive forms of hydrozoans and scyphozoans", - "val_images": 0 - }, - "n01914609": { - "class_id": 648, - "words": [ - "sea anemone", - "anemone" - ], - "gloss": "marine polyps that resemble flowers but have oral rings of tentacles; differ from corals in forming no hard skeleton", - "val_images": 0 - }, - "n01917289": { - "class_id": 649, - "words": [ - "brain coral" - ], - "gloss": "massive reef-building coral having a convoluted and furrowed surface", - "val_images": 0 - }, - "n01924916": { - "class_id": 650, - "words": [ - "flatworm", - "platyhelminth" - ], - "gloss": "parasitic or free-living worms having a flattened body", - "val_images": 0 - }, - "n01930112": { - "class_id": 651, - "words": [ - "nematode", - "nematode worm", - "roundworm" - ], - "gloss": "unsegmented worms with elongated rounded body pointed at both ends; mostly free-living but some are parasitic", - "val_images": 0 - }, - "n01943899": { - "class_id": 652, - "words": [ - "conch" - ], - "gloss": "any of various edible tropical marine gastropods of the genus Strombus having a brightly-colored spiral shell with large outer lip", - "val_images": 0 - }, - "n01944390": { - "class_id": 653, - "words": [ - "snail" - ], - "gloss": "freshwater or marine or terrestrial gastropod mollusk usually having an external enclosing spiral shell", - "val_images": 0 - }, - "n01945685": { - "class_id": 654, - "words": [ - "slug" - ], - "gloss": "any of various terrestrial gastropods having an elongated slimy body and no external shell", - "val_images": 0 - }, - "n01950731": { - "class_id": 655, - "words": [ - "sea slug", - "nudibranch" - ], - "gloss": "any of various marine gastropods of the suborder Nudibranchia having a shell-less and often beautifully colored body", - "val_images": 0 - }, - "n01955084": { - "class_id": 656, - "words": [ - "chiton", - "coat-of-mail shell", - "sea cradle", - "polyplacophore" - ], - "gloss": "primitive elongated bilaterally symmetrical marine mollusk having a mantle covered with eight calcareous plates", - "val_images": 0 - }, - "n02319095": { - "class_id": 657, - "words": [ - "sea urchin" - ], - "gloss": "shallow-water echinoderms having soft bodies enclosed in thin spiny globular shells", - "val_images": 0 - }, - "n02321529": { - "class_id": 658, - "words": [ - "sea cucumber", - "holothurian" - ], - "gloss": "echinoderm having a flexible sausage-shaped body, tentacles surrounding the mouth and tube feet; free-living mud feeders", - "val_images": 0 - }, - "n03584829": { - "class_id": 659, - "words": [ - "iron", - "smoothing iron" - ], - "gloss": "home appliance consisting of a flat metal base that is heated and used to smooth cloth", - "val_images": 0 - }, - "n03297495": { - "class_id": 660, - "words": [ - "espresso maker" - ], - "gloss": "a coffee maker that forces live steam under pressure through dark roasted coffee grounds", - "val_images": 0 - }, - "n03761084": { - "class_id": 661, - "words": [ - "microwave", - "microwave oven" - ], - "gloss": "kitchen appliance that cooks food by passing an electromagnetic wave through it; heat results from the absorption of energy by the water molecules in the food", - "val_images": 0 - }, - "n03259280": { - "class_id": 662, - "words": [ - "Dutch oven" - ], - "gloss": "an oven consisting of a metal box for cooking in front of a fire", - "val_images": 0 - }, - "n04111531": { - "class_id": 663, - "words": [ - "rotisserie" - ], - "gloss": "an oven or broiler equipped with a rotating spit on which meat cooks as it turns", - "val_images": 0 - }, - "n04442312": { - "class_id": 664, - "words": [ - "toaster" - ], - "gloss": "a kitchen appliance (usually electric) for toasting bread", - "val_images": 0 - }, - "n04542943": { - "class_id": 665, - "words": [ - "waffle iron" - ], - "gloss": "a kitchen appliance for baking waffles; the appliance usually consists of two indented metal pans hinged together so that they create a pattern on the waffle", - "val_images": 0 - }, - "n04517823": { - "class_id": 666, - "words": [ - "vacuum", - "vacuum cleaner" - ], - "gloss": "an electrical home appliance that cleans by suction", - "val_images": 0 - }, - "n03207941": { - "class_id": 667, - "words": [ - "dishwasher", - "dish washer", - "dishwashing machine" - ], - "gloss": "a machine for washing dishes", - "val_images": 0 - }, - "n04070727": { - "class_id": 668, - "words": [ - "refrigerator", - "icebox" - ], - "gloss": "white goods in which food can be stored at low temperatures", - "val_images": 0 - }, - "n04554684": { - "class_id": 669, - "words": [ - "washer", - "automatic washer", - "washing machine" - ], - "gloss": "a home appliance for washing clothes and linens automatically", - "val_images": 0 - }, - "n03133878": { - "class_id": 670, - "words": [ - "Crock Pot" - ], - "gloss": "an electric cooker that maintains a relatively low temperature", - "val_images": 0 - }, - "n03400231": { - "class_id": 671, - "words": [ - "frying pan", - "frypan", - "skillet" - ], - "gloss": "a pan used for frying foods", - "val_images": 0 - }, - "n04596742": { - "class_id": 672, - "words": [ - "wok" - ], - "gloss": "pan with a convex bottom; used for frying in Chinese cooking", - "val_images": 0 - }, - "n02939185": { - "class_id": 673, - "words": [ - "caldron", - "cauldron" - ], - "gloss": "a very large pot that is used for boiling", - "val_images": 0 - }, - "n03063689": { - "class_id": 674, - "words": [ - "coffeepot" - ], - "gloss": "tall pot in which coffee is brewed", - "val_images": 0 - }, - "n04398044": { - "class_id": 675, - "words": [ - "teapot" - ], - "gloss": "pot for brewing tea; usually has a spout and handle", - "val_images": 0 - }, - "n04270147": { - "class_id": 676, - "words": [ - "spatula" - ], - "gloss": "a turner with a narrow flexible blade", - "val_images": 0 - }, - "n02699494": { - "class_id": 677, - "words": [ - "altar" - ], - "gloss": "a raised structure on which gifts or sacrifices to a god are made", - "val_images": 0 - }, - "n04486054": { - "class_id": 678, - "words": [ - "triumphal arch" - ], - "gloss": "a monumental archway; usually they are built to commemorate some notable victory", - "val_images": 0 - }, - "n03899768": { - "class_id": 679, - "words": [ - "patio", - "terrace" - ], - "gloss": "usually paved outdoor area adjoining a residence", - "val_images": 0 - }, - "n04311004": { - "class_id": 680, - "words": [ - "steel arch bridge" - ], - "gloss": "a steel bridge constructed in the form of an arch", - "val_images": 0 - }, - "n04366367": { - "class_id": 681, - "words": [ - "suspension bridge" - ], - "gloss": "a bridge that has a roadway supported by cables that are anchored at both ends", - "val_images": 0 - }, - "n04532670": { - "class_id": 682, - "words": [ - "viaduct" - ], - "gloss": "bridge consisting of a series of arches supported by piers used to carry a road (or railroad) over a valley", - "val_images": 0 - }, - "n02793495": { - "class_id": 683, - "words": [ - "barn" - ], - "gloss": "an outlying farm building for storing grain or animal feed and housing farm animals", - "val_images": 0 - }, - "n03457902": { - "class_id": 684, - "words": [ - "greenhouse", - "nursery", - "glasshouse" - ], - "gloss": "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions", - "val_images": 0 - }, - "n03877845": { - "class_id": 685, - "words": [ - "palace" - ], - "gloss": "official residence of an exalted person (as a sovereign)", - "val_images": 0 - }, - "n03781244": { - "class_id": 686, - "words": [ - "monastery" - ], - "gloss": "the residence of a religious community", - "val_images": 0 - }, - "n03661043": { - "class_id": 687, - "words": [ - "library" - ], - "gloss": "a building that houses a collection of books and other materials", - "val_images": 0 - }, - "n02727426": { - "class_id": 688, - "words": [ - "apiary", - "bee house" - ], - "gloss": "a shed containing a number of beehives", - "val_images": 0 - }, - "n02859443": { - "class_id": 689, - "words": [ - "boathouse" - ], - "gloss": "a shed at the edge of a river or lake; used to store boats", - "val_images": 0 - }, - "n03028079": { - "class_id": 690, - "words": [ - "church", - "church building" - ], - "gloss": "a place for public (especially Christian) worship; \"the church was empty\"", - "val_images": 0 - }, - "n03788195": { - "class_id": 691, - "words": [ - "mosque" - ], - "gloss": "(Islam) a Muslim place of worship that usually has a minaret", - "val_images": 0 - }, - "n04346328": { - "class_id": 692, - "words": [ - "stupa", - "tope" - ], - "gloss": "a dome-shaped shrine erected by Buddhists", - "val_images": 0 - }, - "n03956157": { - "class_id": 693, - "words": [ - "planetarium" - ], - "gloss": "a building housing an instrument for projecting the positions of the planets onto a domed ceiling", - "val_images": 0 - }, - "n04081281": { - "class_id": 694, - "words": [ - "restaurant", - "eating house", - "eating place", - "eatery" - ], - "gloss": "a building where people go to eat", - "val_images": 0 - }, - "n03032252": { - "class_id": 695, - "words": [ - "cinema", - "movie theater", - "movie theatre", - "movie house", - "picture palace" - ], - "gloss": "a theater where films are shown", - "val_images": 0 - }, - "n03529860": { - "class_id": 696, - "words": [ - "home theater", - "home theatre" - ], - "gloss": "television and video equipment designed to reproduce in the home the experience of being in a movie theater", - "val_images": 0 - }, - "n03697007": { - "class_id": 697, - "words": [ - "lumbermill", - "sawmill" - ], - "gloss": "a mill for dressing logs and lumber", - "val_images": 0 - }, - "n03065424": { - "class_id": 698, - "words": [ - "coil", - "spiral", - "volute", - "whorl", - "helix" - ], - "gloss": "a structure consisting of something wound in a continuous series of loops; \"a coil of rope\"", - "val_images": 0 - }, - "n03837869": { - "class_id": 699, - "words": [ - "obelisk" - ], - "gloss": "a stone pillar having a rectangular cross section tapering towards a pyramidal top", - "val_images": 0 - }, - "n04458633": { - "class_id": 700, - "words": [ - "totem pole" - ], - "gloss": "a tribal emblem consisting of a pillar carved and painted with totemic figures; erected by Indian tribes of the northwest Pacific coast", - "val_images": 0 - }, - "n02980441": { - "class_id": 701, - "words": [ - "castle" - ], - "gloss": "a large building formerly occupied by a ruler and fortified against attack", - "val_images": 0 - }, - "n04005630": { - "class_id": 702, - "words": [ - "prison", - "prison house" - ], - "gloss": "a correctional institution where persons are confined while on trial or for punishment", - "val_images": 0 - }, - "n03461385": { - "class_id": 703, - "words": [ - "grocery store", - "grocery", - "food market", - "market" - ], - "gloss": "a marketplace where groceries are sold; \"the grocery store included a meat market\"", - "val_images": 0 - }, - "n02776631": { - "class_id": 704, - "words": [ - "bakery", - "bakeshop", - "bakehouse" - ], - "gloss": "a workplace where baked goods (breads and cakes and pastries) are produced or sold", - "val_images": 0 - }, - "n02791270": { - "class_id": 705, - "words": [ - "barbershop" - ], - "gloss": "a shop where men can get their hair cut", - "val_images": 0 - }, - "n02871525": { - "class_id": 706, - "words": [ - "bookshop", - "bookstore", - "bookstall" - ], - "gloss": "a shop where books are sold", - "val_images": 0 - }, - "n02927161": { - "class_id": 707, - "words": [ - "butcher shop", - "meat market" - ], - "gloss": "a shop in which meat and poultry (and sometimes fish) are sold", - "val_images": 0 - }, - "n03089624": { - "class_id": 708, - "words": [ - "confectionery", - "confectionary", - "candy store" - ], - "gloss": "a confectioner's shop", - "val_images": 0 - }, - "n04200800": { - "class_id": 709, - "words": [ - "shoe shop", - "shoe-shop", - "shoe store" - ], - "gloss": "a shop where shoes are sold", - "val_images": 0 - }, - "n04443257": { - "class_id": 710, - "words": [ - "tobacco shop", - "tobacconist shop", - "tobacconist" - ], - "gloss": "a shop that sells pipes and pipe tobacco and cigars and cigarettes", - "val_images": 0 - }, - "n04462240": { - "class_id": 711, - "words": [ - "toyshop" - ], - "gloss": "shop where toys are sold", - "val_images": 0 - }, - "n03388043": { - "class_id": 712, - "words": [ - "fountain" - ], - "gloss": "a structure from which an artificially produced jet of water arises", - "val_images": 0 - }, - "n03042490": { - "class_id": 713, - "words": [ - "cliff dwelling" - ], - "gloss": "a rock and adobe dwelling built on sheltered ledges in the sides of a cliff; \"the Anasazi built cliff dwellings in the southwestern United States\"", - "val_images": 0 - }, - "n04613696": { - "class_id": 714, - "words": [ - "yurt" - ], - "gloss": "a circular domed dwelling that is portable and self-supporting; originally used by nomadic Mongol and Turkic people of central Asia but now used as inexpensive alternative or temporary housing", - "val_images": 0 - }, - "n03216828": { - "class_id": 715, - "words": [ - "dock", - "dockage", - "docking facility" - ], - "gloss": "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out; \"the ship arrived at the dock more than a day late\"", - "val_images": 0 - }, - "n02892201": { - "class_id": 716, - "words": [ - "brass", - "memorial tablet", - "plaque" - ], - "gloss": "a memorial made of brass", - "val_images": 0 - }, - "n03743016": { - "class_id": 717, - "words": [ - "megalith", - "megalithic structure" - ], - "gloss": "memorial consisting of a very large stone forming part of a prehistoric structure (especially in western Europe)", - "val_images": 0 - }, - "n02788148": { - "class_id": 718, - "words": [ - "bannister", - "banister", - "balustrade", - "balusters", - "handrail" - ], - "gloss": "a railing at the side of a staircase or balcony to prevent people from falling", - "val_images": 0 - }, - "n02894605": { - "class_id": 719, - "words": [ - "breakwater", - "groin", - "groyne", - "mole", - "bulwark", - "seawall", - "jetty" - ], - "gloss": "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", - "val_images": 0 - }, - "n03160309": { - "class_id": 720, - "words": [ - "dam", - "dike", - "dyke" - ], - "gloss": "a barrier constructed to contain the flow of water or to keep out the sea", - "val_images": 0 - }, - "n03000134": { - "class_id": 721, - "words": [ - "chainlink fence" - ], - "gloss": "a fence of steel wires woven into a diamond pattern", - "val_images": 0 - }, - "n03930313": { - "class_id": 722, - "words": [ - "picket fence", - "paling" - ], - "gloss": "a fence made of upright pickets", - "val_images": 0 - }, - "n04604644": { - "class_id": 723, - "words": [ - "worm fence", - "snake fence", - "snake-rail fence", - "Virginia fence" - ], - "gloss": "rail fence consisting of a zigzag of interlocking rails", - "val_images": 0 - }, - "n04326547": { - "class_id": 724, - "words": [ - "stone wall" - ], - "gloss": "a fence built of rough stones; used to separate fields", - "val_images": 0 - }, - "n03459775": { - "class_id": 725, - "words": [ - "grille", - "radiator grille" - ], - "gloss": "grating that admits cooling air to car's radiator", - "val_images": 0 - }, - "n04239074": { - "class_id": 726, - "words": [ - "sliding door" - ], - "gloss": "a door that opens by sliding instead of swinging", - "val_images": 0 - }, - "n04501370": { - "class_id": 727, - "words": [ - "turnstile" - ], - "gloss": "a gate consisting of a post that acts as a pivot for rotating arms; set in a passageway for controlling the persons entering", - "val_images": 0 - }, - "n03792972": { - "class_id": 728, - "words": [ - "mountain tent" - ], - "gloss": "a lightweight tent with a floor; flaps close with a zipper", - "val_images": 0 - }, - "n04149813": { - "class_id": 729, - "words": [ - "scoreboard" - ], - "gloss": "a large board for displaying the score of a contest (and some other information)", - "val_images": 0 - }, - "n03530642": { - "class_id": 730, - "words": [ - "honeycomb" - ], - "gloss": "a framework of hexagonal cells resembling the honeycomb built by bees", - "val_images": 0 - }, - "n03961711": { - "class_id": 731, - "words": [ - "plate rack" - ], - "gloss": "a rack for holding plates to dry after they have been washed", - "val_images": 0 - }, - "n03903868": { - "class_id": 732, - "words": [ - "pedestal", - "plinth", - "footstall" - ], - "gloss": "an architectural support or base (as for a column or statue)", - "val_images": 0 - }, - "n02814860": { - "class_id": 733, - "words": [ - "beacon", - "lighthouse", - "beacon light", - "pharos" - ], - "gloss": "a tower with a light that gives warning of shoals to passing ships", - "val_images": 0 - }, - "n07711569": { - "class_id": 734, - "words": [ - "mashed potato" - ], - "gloss": "potato that has been peeled and boiled and then mashed", - "val_images": 0 - }, - "n07720875": { - "class_id": 735, - "words": [ - "bell pepper" - ], - "gloss": "large bell-shaped sweet pepper in green or red or yellow or orange or black varieties", - "val_images": 0 - }, - "n07714571": { - "class_id": 736, - "words": [ - "head cabbage" - ], - "gloss": "any of several varieties of cabbage having a large compact globular head; may be steamed or boiled or stir-fried or used raw in coleslaw", - "val_images": 0 - }, - "n07714990": { - "class_id": 737, - "words": [ - "broccoli" - ], - "gloss": "branched green undeveloped flower heads", - "val_images": 0 - }, - "n07715103": { - "class_id": 738, - "words": [ - "cauliflower" - ], - "gloss": "compact head of white undeveloped flowers", - "val_images": 0 - }, - "n07716358": { - "class_id": 739, - "words": [ - "zucchini", - "courgette" - ], - "gloss": "small cucumber-shaped vegetable marrow; typically dark green", - "val_images": 0 - }, - "n07716906": { - "class_id": 740, - "words": [ - "spaghetti squash" - ], - "gloss": "medium-sized oval squash with flesh in the form of strings that resemble spaghetti", - "val_images": 0 - }, - "n07717410": { - "class_id": 741, - "words": [ - "acorn squash" - ], - "gloss": "small dark green or yellow ribbed squash with yellow to orange flesh", - "val_images": 0 - }, - "n07717556": { - "class_id": 742, - "words": [ - "butternut squash" - ], - "gloss": "buff-colored squash with a long usually straight neck and sweet orange flesh", - "val_images": 0 - }, - "n07718472": { - "class_id": 743, - "words": [ - "cucumber", - "cuke" - ], - "gloss": "cylindrical green fruit with thin green rind and white flesh eaten as a vegetable; related to melons", - "val_images": 0 - }, - "n07718747": { - "class_id": 744, - "words": [ - "artichoke", - "globe artichoke" - ], - "gloss": "a thistlelike flower head with edible fleshy leaves and heart", - "val_images": 0 - }, - "n07730033": { - "class_id": 745, - "words": [ - "cardoon" - ], - "gloss": "only parts eaten are roots and especially stalks (blanched and used as celery); related to artichokes", - "val_images": 0 - }, - "n07734744": { - "class_id": 746, - "words": [ - "mushroom" - ], - "gloss": "fleshy body of any of numerous edible fungi", - "val_images": 0 - }, - "n04209239": { - "class_id": 747, - "words": [ - "shower curtain" - ], - "gloss": "a curtain that keeps water from splashing out of the shower area", - "val_images": 0 - }, - "n03594734": { - "class_id": 748, - "words": [ - "jean", - "blue jean", - "denim" - ], - "gloss": "(usually plural) close-fitting trousers of heavy denim for manual work or casual wear", - "val_images": 0 - }, - "n02971356": { - "class_id": 749, - "words": [ - "carton" - ], - "gloss": "a box made of cardboard; opens by flaps on top", - "val_images": 0 - }, - "n03485794": { - "class_id": 750, - "words": [ - "handkerchief", - "hankie", - "hanky", - "hankey" - ], - "gloss": "a square piece of cloth used for wiping the eyes or nose or as a costume accessory", - "val_images": 0 - }, - "n04133789": { - "class_id": 751, - "words": [ - "sandal" - ], - "gloss": "a shoe consisting of a sole fastened by straps to the foot", - "val_images": 0 - }, - "n02747177": { - "class_id": 752, - "words": [ - "ashcan", - "trash can", - "garbage can", - "wastebin", - "ash bin", - "ash-bin", - "ashbin", - "dustbin", - "trash barrel", - "trash bin" - ], - "gloss": "a bin that holds rubbish until it is collected", - "val_images": 0 - }, - "n04125021": { - "class_id": 753, - "words": [ - "safe" - ], - "gloss": "strongbox where valuables can be safely kept", - "val_images": 0 - }, - "n07579787": { - "class_id": 754, - "words": [ - "plate" - ], - "gloss": "a main course served on a plate; \"a vegetable plate\"; \"the blue plate special\"", - "val_images": 0 - }, - "n03814906": { - "class_id": 755, - "words": [ - "necklace" - ], - "gloss": "jewelry consisting of a cord or chain (often bearing gems) worn about the neck as an ornament (especially by women)", - "val_images": 0 - }, - "n03134739": { - "class_id": 756, - "words": [ - "croquet ball" - ], - "gloss": "a wooden ball used in playing croquet", - "val_images": 0 - }, - "n03404251": { - "class_id": 757, - "words": [ - "fur coat" - ], - "gloss": "a coat made of fur", - "val_images": 0 - }, - "n04423845": { - "class_id": 758, - "words": [ - "thimble" - ], - "gloss": "a small metal cap to protect the finger while sewing; can be used as a small container", - "val_images": 0 - }, - "n03877472": { - "class_id": 759, - "words": [ - "pajama", - "pyjama", - "pj's", - "jammies" - ], - "gloss": "(usually plural) loose-fitting nightclothes worn for sleeping or lounging; have a jacket top and trousers", - "val_images": 0 - }, - "n04120489": { - "class_id": 760, - "words": [ - "running shoe" - ], - "gloss": "a light comfortable shoe designed for running", - "val_images": 0 - }, - "n03062245": { - "class_id": 761, - "words": [ - "cocktail shaker" - ], - "gloss": "a shaker for mixing cocktails", - "val_images": 0 - }, - "n03014705": { - "class_id": 762, - "words": [ - "chest" - ], - "gloss": "box with a lid; used for storage; usually large and sturdy", - "val_images": 0 - }, - "n03717622": { - "class_id": 763, - "words": [ - "manhole cover" - ], - "gloss": "a flush iron cover for a manhole (as in a street)", - "val_images": 0 - }, - "n03777754": { - "class_id": 764, - "words": [ - "modem" - ], - "gloss": "(from a combination of MOdulate and DEModulate) electronic equipment consisting of a device used to connect computers by a telephone line", - "val_images": 0 - }, - "n04493381": { - "class_id": 765, - "words": [ - "tub", - "vat" - ], - "gloss": "a large open vessel for holding or storing liquids", - "val_images": 0 - }, - "n04476259": { - "class_id": 766, - "words": [ - "tray" - ], - "gloss": "an open receptacle for holding or displaying or serving articles or food", - "val_images": 0 - }, - "n02777292": { - "class_id": 767, - "words": [ - "balance beam", - "beam" - ], - "gloss": "a gymnastic apparatus used by women gymnasts", - "val_images": 0 - }, - "n07693725": { - "class_id": 768, - "words": [ - "bagel", - "beigel" - ], - "gloss": "(Yiddish) glazed yeast-raised doughnut-shaped roll with hard crust", - "val_images": 0 - }, - "n03998194": { - "class_id": 769, - "words": [ - "prayer rug", - "prayer mat" - ], - "gloss": "a small rug used by Muslims during their devotions", - "val_images": 0 - }, - "n03617480": { - "class_id": 770, - "words": [ - "kimono" - ], - "gloss": "a loose robe; imitated from robes originally worn by Japanese", - "val_images": 0 - }, - "n07590611": { - "class_id": 771, - "words": [ - "hot pot", - "hotpot" - ], - "gloss": "a stew of meat and potatoes cooked in a tightly covered pot", - "val_images": 0 - }, - "n04579145": { - "class_id": 772, - "words": [ - "whiskey jug" - ], - "gloss": "a jug that contains whiskey", - "val_images": 0 - }, - "n03623198": { - "class_id": 773, - "words": [ - "knee pad" - ], - "gloss": "protective garment consisting of a pad worn by football or baseball or hockey players", - "val_images": 0 - }, - "n07248320": { - "class_id": 774, - "words": [ - "book jacket", - "dust cover", - "dust jacket", - "dust wrapper" - ], - "gloss": "a paper jacket for a book; a jacket on which promotional information is usually printed", - "val_images": 0 - }, - "n04277352": { - "class_id": 775, - "words": [ - "spindle" - ], - "gloss": "a stick or pin used to twist the yarn in spinning", - "val_images": 0 - }, - "n04229816": { - "class_id": 776, - "words": [ - "ski mask" - ], - "gloss": "a woolen face mask to protect the face from cold while skiing on snow", - "val_images": 0 - }, - "n02823428": { - "class_id": 777, - "words": [ - "beer bottle" - ], - "gloss": "a bottle that holds beer", - "val_images": 0 - }, - "n03127747": { - "class_id": 778, - "words": [ - "crash helmet" - ], - "gloss": "a padded helmet worn by people riding bicycles or motorcycles; protects the head in case of accidents", - "val_images": 0 - }, - "n02877765": { - "class_id": 779, - "words": [ - "bottlecap" - ], - "gloss": "a cap that seals a bottle", - "val_images": 0 - }, - "n04435653": { - "class_id": 780, - "words": [ - "tile roof" - ], - "gloss": "a roof made of fired clay tiles", - "val_images": 0 - }, - "n03724870": { - "class_id": 781, - "words": [ - "mask" - ], - "gloss": "a covering to disguise or conceal the face", - "val_images": 0 - }, - "n03710637": { - "class_id": 782, - "words": [ - "maillot" - ], - "gloss": "tights for dancers or gymnasts", - "val_images": 0 - }, - "n03920288": { - "class_id": 783, - "words": [ - "Petri dish" - ], - "gloss": "a shallow dish used to culture bacteria", - "val_images": 0 - }, - "n03379051": { - "class_id": 784, - "words": [ - "football helmet" - ], - "gloss": "a padded helmet with a face mask to protect the head of football players", - "val_images": 0 - }, - "n02807133": { - "class_id": 785, - "words": [ - "bathing cap", - "swimming cap" - ], - "gloss": "a tight-fitting cap that keeps hair dry while swimming", - "val_images": 0 - }, - "n04399382": { - "class_id": 786, - "words": [ - "teddy", - "teddy bear" - ], - "gloss": "plaything consisting of a child's toy bear (usually plush and stuffed with soft materials)", - "val_images": 0 - }, - "n03527444": { - "class_id": 787, - "words": [ - "holster" - ], - "gloss": "a sheath (usually leather) for carrying a handgun", - "val_images": 0 - }, - "n03983396": { - "class_id": 788, - "words": [ - "pop bottle", - "soda bottle" - ], - "gloss": "a bottle for holding soft drinks", - "val_images": 0 - }, - "n03924679": { - "class_id": 789, - "words": [ - "photocopier" - ], - "gloss": "a copier that uses photographic methods of making copies", - "val_images": 0 - }, - "n04532106": { - "class_id": 790, - "words": [ - "vestment" - ], - "gloss": "gown (especially ceremonial garments) worn by the clergy", - "val_images": 0 - }, - "n06785654": { - "class_id": 791, - "words": [ - "crossword puzzle", - "crossword" - ], - "gloss": "a puzzle in which words corresponding to numbered clues are to be found and written in to squares in the puzzle", - "val_images": 0 - }, - "n03445777": { - "class_id": 792, - "words": [ - "golf ball" - ], - "gloss": "a small hard ball used in playing golf; dimpled to reduce wind resistance", - "val_images": 0 - }, - "n07613480": { - "class_id": 793, - "words": [ - "trifle" - ], - "gloss": "a cold pudding made of layers of sponge cake spread with fruit or jelly; may be decorated with nuts, cream, or chocolate", - "val_images": 0 - }, - "n04350905": { - "class_id": 794, - "words": [ - "suit", - "suit of clothes" - ], - "gloss": "a set of garments (usually including a jacket and trousers or skirt) for outerwear all of the same fabric and color; \"they buried him in his best suit\"", - "val_images": 0 - }, - "n04562935": { - "class_id": 795, - "words": [ - "water tower" - ], - "gloss": "a large reservoir for water", - "val_images": 0 - }, - "n03325584": { - "class_id": 796, - "words": [ - "feather boa", - "boa" - ], - "gloss": "a long thin fluffy scarf of feathers or fur", - "val_images": 0 - }, - "n03045698": { - "class_id": 797, - "words": [ - "cloak" - ], - "gloss": "anything that covers or conceals", - "val_images": 0 - }, - "n07892512": { - "class_id": 798, - "words": [ - "red wine" - ], - "gloss": "wine having a red color derived from skins of dark-colored grapes", - "val_images": 0 - }, - "n03250847": { - "class_id": 799, - "words": [ - "drumstick" - ], - "gloss": "a stick used for playing a drum", - "val_images": 0 - }, - "n04192698": { - "class_id": 800, - "words": [ - "shield", - "buckler" - ], - "gloss": "armor carried on the arm to intercept blows", - "val_images": 0 - }, - "n03026506": { - "class_id": 801, - "words": [ - "Christmas stocking" - ], - "gloss": "a stocking that is filled with small Christmas presents", - "val_images": 0 - }, - "n03534580": { - "class_id": 802, - "words": [ - "hoopskirt", - "crinoline" - ], - "gloss": "a skirt stiffened with hoops", - "val_images": 0 - }, - "n07565083": { - "class_id": 803, - "words": [ - "menu" - ], - "gloss": "the dishes making up a meal", - "val_images": 0 - }, - "n04296562": { - "class_id": 804, - "words": [ - "stage" - ], - "gloss": "a large platform on which people can stand and can be seen by an audience; \"he clambered up onto the stage and got the actors to help him into the box\"", - "val_images": 0 - }, - "n02869837": { - "class_id": 805, - "words": [ - "bonnet", - "poke bonnet" - ], - "gloss": "a hat tied under the chin", - "val_images": 0 - }, - "n07871810": { - "class_id": 806, - "words": [ - "meat loaf", - "meatloaf" - ], - "gloss": "a baked loaf of ground meat", - "val_images": 0 - }, - "n02799071": { - "class_id": 807, - "words": [ - "baseball" - ], - "gloss": "a ball used in playing baseball", - "val_images": 0 - }, - "n03314780": { - "class_id": 808, - "words": [ - "face powder" - ], - "gloss": "cosmetic powder for the face", - "val_images": 0 - }, - "n04141327": { - "class_id": 809, - "words": [ - "scabbard" - ], - "gloss": "a sheath for a sword or dagger or bayonet", - "val_images": 0 - }, - "n04357314": { - "class_id": 810, - "words": [ - "sunscreen", - "sunblock", - "sun blocker" - ], - "gloss": "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn", - "val_images": 0 - }, - "n02823750": { - "class_id": 811, - "words": [ - "beer glass" - ], - "gloss": "a relatively large glass for serving beer", - "val_images": 0 - }, - "n13052670": { - "class_id": 812, - "words": [ - "hen-of-the-woods", - "hen of the woods", - "Polyporus frondosus", - "Grifola frondosa" - ], - "gloss": "large greyish-brown edible fungus forming a mass of overlapping caps that somewhat resembles a hen at the base of trees", - "val_images": 0 - }, - "n07583066": { - "class_id": 813, - "words": [ - "guacamole" - ], - "gloss": "a dip made of mashed avocado mixed with chopped onions and other seasonings", - "val_images": 0 - }, - "n03637318": { - "class_id": 814, - "words": [ - "lampshade", - "lamp shade" - ], - "gloss": "a protective ornamental shade used to screen a light bulb from direct view", - "val_images": 0 - }, - "n04599235": { - "class_id": 815, - "words": [ - "wool", - "woolen", - "woollen" - ], - "gloss": "a fabric made from the hair of sheep", - "val_images": 0 - }, - "n07802026": { - "class_id": 816, - "words": [ - "hay" - ], - "gloss": "grass mowed and cured for use as fodder", - "val_images": 0 - }, - "n02883205": { - "class_id": 817, - "words": [ - "bow tie", - "bow-tie", - "bowtie" - ], - "gloss": "a man's tie that ties in a bow", - "val_images": 0 - }, - "n03709823": { - "class_id": 818, - "words": [ - "mailbag", - "postbag" - ], - "gloss": "letter carrier's shoulder bag; \"in Britain they call a mailbag a postbag\"", - "val_images": 0 - }, - "n04560804": { - "class_id": 819, - "words": [ - "water jug" - ], - "gloss": "a jug that holds water", - "val_images": 0 - }, - "n02909870": { - "class_id": 820, - "words": [ - "bucket", - "pail" - ], - "gloss": "a roughly cylindrical vessel that is open at the top", - "val_images": 0 - }, - "n03207743": { - "class_id": 821, - "words": [ - "dishrag", - "dishcloth" - ], - "gloss": "a cloth for washing dishes", - "val_images": 0 - }, - "n04263257": { - "class_id": 822, - "words": [ - "soup bowl" - ], - "gloss": "a bowl for serving soup", - "val_images": 0 - }, - "n07932039": { - "class_id": 823, - "words": [ - "eggnog" - ], - "gloss": "a punch made of sweetened milk or cream mixed with eggs and usually alcoholic liquor", - "val_images": 0 - }, - "n03786901": { - "class_id": 824, - "words": [ - "mortar" - ], - "gloss": "a bowl-shaped vessel in which substances can be ground and mixed with a pestle", - "val_images": 0 - }, - "n04479046": { - "class_id": 825, - "words": [ - "trench coat" - ], - "gloss": "a military style raincoat; belted with deep pockets", - "val_images": 0 - }, - "n03873416": { - "class_id": 826, - "words": [ - "paddle", - "boat paddle" - ], - "gloss": "a short light oar used without an oarlock to propel a canoe or small boat", - "val_images": 0 - }, - "n02999410": { - "class_id": 827, - "words": [ - "chain" - ], - "gloss": "a series of (usually metal) rings or links fitted into one another to make a flexible ligament", - "val_images": 0 - }, - "n04367480": { - "class_id": 828, - "words": [ - "swab", - "swob", - "mop" - ], - "gloss": "cleaning implement consisting of absorbent material fastened to a handle; for cleaning floors", - "val_images": 0 - }, - "n03775546": { - "class_id": 829, - "words": [ - "mixing bowl" - ], - "gloss": "bowl used with an electric mixer", - "val_images": 0 - }, - "n07875152": { - "class_id": 830, - "words": [ - "potpie" - ], - "gloss": "deep-dish meat and vegetable pie or a meat stew with dumplings", - "val_images": 0 - }, - "n04591713": { - "class_id": 831, - "words": [ - "wine bottle" - ], - "gloss": "a bottle for holding wine", - "val_images": 0 - }, - "n04201297": { - "class_id": 832, - "words": [ - "shoji" - ], - "gloss": "a translucent screen made of a wooden frame covered with rice paper", - "val_images": 0 - }, - "n02916936": { - "class_id": 833, - "words": [ - "bulletproof vest" - ], - "gloss": "a vest capable of resisting the impact of a bullet", - "val_images": 0 - }, - "n03240683": { - "class_id": 834, - "words": [ - "drilling platform", - "offshore rig" - ], - "gloss": "drilling rig consisting of an offshore platform (floating or fixed to the sea bed) from which many oil wells can be bored radially", - "val_images": 0 - }, - "n02840245": { - "class_id": 835, - "words": [ - "binder", - "ring-binder" - ], - "gloss": "holds loose papers or magazines", - "val_images": 0 - }, - "n02963159": { - "class_id": 836, - "words": [ - "cardigan" - ], - "gloss": "knitted jacket that is fastened up the front with buttons or a zipper", - "val_images": 0 - }, - "n04370456": { - "class_id": 837, - "words": [ - "sweatshirt" - ], - "gloss": "cotton knit pullover with long sleeves worn during athletic activity", - "val_images": 0 - }, - "n03991062": { - "class_id": 838, - "words": [ - "pot", - "flowerpot" - ], - "gloss": "a container in which plants are cultivated", - "val_images": 0 - }, - "n02843684": { - "class_id": 839, - "words": [ - "birdhouse" - ], - "gloss": "a shelter for birds", - "val_images": 0 - }, - "n03482405": { - "class_id": 840, - "words": [ - "hamper" - ], - "gloss": "a basket usually with a cover", - "val_images": 0 - }, - "n03942813": { - "class_id": 841, - "words": [ - "ping-pong ball" - ], - "gloss": "light hollow ball used in playing table tennis", - "val_images": 0 - }, - "n03908618": { - "class_id": 842, - "words": [ - "pencil box", - "pencil case" - ], - "gloss": "a box for holding pencils", - "val_images": 0 - }, - "n03902125": { - "class_id": 843, - "words": [ - "pay-phone", - "pay-station" - ], - "gloss": "a coin-operated telephone", - "val_images": 0 - }, - "n07584110": { - "class_id": 844, - "words": [ - "consomme" - ], - "gloss": "clear soup usually of beef or veal or chicken", - "val_images": 0 - }, - "n02730930": { - "class_id": 845, - "words": [ - "apron" - ], - "gloss": "a garment of cloth or leather or plastic that is tied about the waist and worn to protect your clothing", - "val_images": 0 - }, - "n04023962": { - "class_id": 846, - "words": [ - "punching bag", - "punch bag", - "punching ball", - "punchball" - ], - "gloss": "an inflated ball or bag that is suspended and punched for training in boxing", - "val_images": 0 - }, - "n02769748": { - "class_id": 847, - "words": [ - "backpack", - "back pack", - "knapsack", - "packsack", - "rucksack", - "haversack" - ], - "gloss": "a bag carried by a strap on your back or shoulder", - "val_images": 0 - }, - "n10148035": { - "class_id": 848, - "words": [ - "groom", - "bridegroom" - ], - "gloss": "a man participant in his own marriage ceremony", - "val_images": 0 - }, - "n02817516": { - "class_id": 849, - "words": [ - "bearskin", - "busby", - "shako" - ], - "gloss": "tall hat; worn by some British soldiers on ceremonial occasions", - "val_images": 0 - }, - "n03908714": { - "class_id": 850, - "words": [ - "pencil sharpener" - ], - "gloss": "a rotary implement for sharpening the point on pencils", - "val_images": 0 - }, - "n02906734": { - "class_id": 851, - "words": [ - "broom" - ], - "gloss": "a cleaning implement for sweeping; bundle of straws or twigs attached to a long handle", - "val_images": 0 - }, - "n03788365": { - "class_id": 852, - "words": [ - "mosquito net" - ], - "gloss": "a fine net or screen (especially around beds) to protect against mosquitos", - "val_images": 0 - }, - "n02667093": { - "class_id": 853, - "words": [ - "abaya" - ], - "gloss": "(Arabic) a loose black robe from head to toe; traditionally worn by Muslim women", - "val_images": 0 - }, - "n03787032": { - "class_id": 854, - "words": [ - "mortarboard" - ], - "gloss": "an academic cap with a flat square with a tassel on top", - "val_images": 0 - }, - "n03980874": { - "class_id": 855, - "words": [ - "poncho" - ], - "gloss": "a blanket-like cloak with a hole in the center for the head", - "val_images": 0 - }, - "n03141823": { - "class_id": 856, - "words": [ - "crutch" - ], - "gloss": "a wooden or metal staff that fits under the armpit and reaches to the ground; used by disabled person while walking", - "val_images": 0 - }, - "n03976467": { - "class_id": 857, - "words": [ - "Polaroid camera", - "Polaroid Land camera" - ], - "gloss": "a camera that develops and produces a positive print within seconds", - "val_images": 0 - }, - "n04264628": { - "class_id": 858, - "words": [ - "space bar" - ], - "gloss": "the bar-shaped typewriter key that introduces spaces when used", - "val_images": 0 - }, - "n07930864": { - "class_id": 859, - "words": [ - "cup" - ], - "gloss": "a punch served in a pitcher instead of a punch bowl", - "val_images": 0 - }, - "n04039381": { - "class_id": 860, - "words": [ - "racket", - "racquet" - ], - "gloss": "a sports implement (usually consisting of a handle and an oval frame with a tightly interlaced network of strings) used to strike a ball (or shuttlecock) in various games", - "val_images": 0 - }, - "n06874185": { - "class_id": 861, - "words": [ - "traffic light", - "traffic signal", - "stoplight" - ], - "gloss": "a visual signal to control the flow of traffic at intersections", - "val_images": 0 - }, - "n04033901": { - "class_id": 862, - "words": [ - "quill", - "quill pen" - ], - "gloss": "pen made from a bird's feather", - "val_images": 0 - }, - "n04041544": { - "class_id": 863, - "words": [ - "radio", - "wireless" - ], - "gloss": "a communication system based on broadcasting electromagnetic waves", - "val_images": 0 - }, - "n07860988": { - "class_id": 864, - "words": [ - "dough" - ], - "gloss": "a flour mixture stiff enough to knead or roll", - "val_images": 0 - }, - "n03146219": { - "class_id": 865, - "words": [ - "cuirass" - ], - "gloss": "medieval body armor that covers the chest and back", - "val_images": 0 - }, - "n03763968": { - "class_id": 866, - "words": [ - "military uniform" - ], - "gloss": "prescribed identifying uniform for soldiers", - "val_images": 0 - }, - "n03676483": { - "class_id": 867, - "words": [ - "lipstick", - "lip rouge" - ], - "gloss": "makeup that is used to color the lips", - "val_images": 0 - }, - "n04209133": { - "class_id": 868, - "words": [ - "shower cap" - ], - "gloss": "a tight cap worn to keep hair dry while showering", - "val_images": 0 - }, - "n03782006": { - "class_id": 869, - "words": [ - "monitor" - ], - "gloss": "electronic equipment that is used to check the quality or content of electronic transmissions", - "val_images": 0 - }, - "n03857828": { - "class_id": 870, - "words": [ - "oscilloscope", - "scope", - "cathode-ray oscilloscope", - "CRO" - ], - "gloss": "electronic equipment that provides visual images of varying electrical quantities", - "val_images": 0 - }, - "n03775071": { - "class_id": 871, - "words": [ - "mitten" - ], - "gloss": "glove that encases the thumb separately and the other four fingers together", - "val_images": 0 - }, - "n02892767": { - "class_id": 872, - "words": [ - "brassiere", - "bra", - "bandeau" - ], - "gloss": "an undergarment worn by women to support their breasts", - "val_images": 0 - }, - "n07684084": { - "class_id": 873, - "words": [ - "French loaf" - ], - "gloss": "a loaf of French bread", - "val_images": 0 - }, - "n04522168": { - "class_id": 874, - "words": [ - "vase" - ], - "gloss": "an open jar of glass or porcelain used as an ornament or to hold flowers", - "val_images": 0 - }, - "n03764736": { - "class_id": 875, - "words": [ - "milk can" - ], - "gloss": "large can for transporting milk", - "val_images": 0 - }, - "n04118538": { - "class_id": 876, - "words": [ - "rugby ball" - ], - "gloss": "inflated oval ball used in playing rugby", - "val_images": 0 - }, - "n03887697": { - "class_id": 877, - "words": [ - "paper towel" - ], - "gloss": "a disposable towel made of absorbent paper", - "val_images": 0 - }, - "n13044778": { - "class_id": 878, - "words": [ - "earthstar" - ], - "gloss": "any fungus of the family Geastraceae; in form suggesting a puffball whose outer peridium splits into the shape of a star", - "val_images": 0 - }, - "n03291819": { - "class_id": 879, - "words": [ - "envelope" - ], - "gloss": "a flat (usually rectangular) container for a letter, thin package, etc.", - "val_images": 0 - }, - "n03770439": { - "class_id": 880, - "words": [ - "miniskirt", - "mini" - ], - "gloss": "a very short skirt", - "val_images": 0 - }, - "n03124170": { - "class_id": 881, - "words": [ - "cowboy hat", - "ten-gallon hat" - ], - "gloss": "a hat with a wide brim and a soft crown; worn by American ranch hands", - "val_images": 0 - }, - "n04487081": { - "class_id": 882, - "words": [ - "trolleybus", - "trolley coach", - "trackless trolley" - ], - "gloss": "a passenger bus with an electric motor that draws power from overhead wires", - "val_images": 0 - }, - "n03916031": { - "class_id": 883, - "words": [ - "perfume", - "essence" - ], - "gloss": "a toiletry that emits and diffuses a fragrant odor", - "val_images": 0 - }, - "n02808440": { - "class_id": 884, - "words": [ - "bathtub", - "bathing tub", - "bath", - "tub" - ], - "gloss": "a relatively large open container that you fill with water and use to wash the body", - "val_images": 0 - }, - "n07697537": { - "class_id": 885, - "words": [ - "hotdog", - "hot dog", - "red hot" - ], - "gloss": "a frankfurter served hot on a bun", - "val_images": 0 - }, - "n12985857": { - "class_id": 886, - "words": [ - "coral fungus" - ], - "gloss": "any of numerous fungi of the family Clavariaceae often brightly colored that grow in often intricately branched clusters like coral", - "val_images": 0 - }, - "n02917067": { - "class_id": 887, - "words": [ - "bullet train", - "bullet" - ], - "gloss": "a high-speed passenger train", - "val_images": 0 - }, - "n03938244": { - "class_id": 888, - "words": [ - "pillow" - ], - "gloss": "a cushion to support the head of a sleeping person", - "val_images": 0 - }, - "n15075141": { - "class_id": 889, - "words": [ - "toilet tissue", - "toilet paper", - "bathroom tissue" - ], - "gloss": "a soft thin absorbent paper for use in toilets", - "val_images": 0 - }, - "n02978881": { - "class_id": 890, - "words": [ - "cassette" - ], - "gloss": "a container that holds a magnetic tape used for recording or playing sound or video", - "val_images": 0 - }, - "n02966687": { - "class_id": 891, - "words": [ - "carpenter's kit", - "tool kit" - ], - "gloss": "a set of carpenter's tools", - "val_images": 0 - }, - "n03633091": { - "class_id": 892, - "words": [ - "ladle" - ], - "gloss": "a spoon-shaped vessel with a long handle; frequently used to transfer liquids from one container to another", - "val_images": 0 - }, - "n13040303": { - "class_id": 893, - "words": [ - "stinkhorn", - "carrion fungus" - ], - "gloss": "any of various ill-smelling brown-capped fungi of the order Phallales; \"the foul smell of the stinkhorn attracts insects that carry the spores away on their feet\"", - "val_images": 0 - }, - "n03690938": { - "class_id": 894, - "words": [ - "lotion" - ], - "gloss": "any of various cosmetic preparations that are applied to the skin", - "val_images": 0 - }, - "n03476991": { - "class_id": 895, - "words": [ - "hair spray" - ], - "gloss": "toiletry consisting of a commercial preparation that is sprayed on the hair to hold it in place", - "val_images": 0 - }, - "n02669723": { - "class_id": 896, - "words": [ - "academic gown", - "academic robe", - "judge's robe" - ], - "gloss": "a gown worn by academics or judges", - "val_images": 0 - }, - "n03220513": { - "class_id": 897, - "words": [ - "dome" - ], - "gloss": "a hemispherical roof", - "val_images": 0 - }, - "n03127925": { - "class_id": 898, - "words": [ - "crate" - ], - "gloss": "a rugged box (usually made of wood); used for shipping", - "val_images": 0 - }, - "n04584207": { - "class_id": 899, - "words": [ - "wig" - ], - "gloss": "hairpiece covering the head and made of real or synthetic hair", - "val_images": 0 - }, - "n07880968": { - "class_id": 900, - "words": [ - "burrito" - ], - "gloss": "a flour tortilla folded around a filling", - "val_images": 0 - }, - "n03937543": { - "class_id": 901, - "words": [ - "pill bottle" - ], - "gloss": "a small bottle for holding pills", - "val_images": 0 - }, - "n03000247": { - "class_id": 902, - "words": [ - "chain mail", - "ring mail", - "mail", - "chain armor", - "chain armour", - "ring armor", - "ring armour" - ], - "gloss": "(Middle Ages) flexible armor made of interlinked metal rings", - "val_images": 0 - }, - "n04418357": { - "class_id": 903, - "words": [ - "theater curtain", - "theatre curtain" - ], - "gloss": "a hanging cloth that conceals the stage from the view of the audience; rises or parts at the beginning and descends or closes between acts and at the end of a performance", - "val_images": 0 - }, - "n04590129": { - "class_id": 904, - "words": [ - "window shade" - ], - "gloss": "an opaque window blind that can cover or uncover a window", - "val_images": 0 - }, - "n02795169": { - "class_id": 905, - "words": [ - "barrel", - "cask" - ], - "gloss": "a cylindrical container that holds liquids", - "val_images": 0 - }, - "n04553703": { - "class_id": 906, - "words": [ - "washbasin", - "handbasin", - "washbowl", - "lavabo", - "wash-hand basin" - ], - "gloss": "a basin for washing the hands (`wash-hand basin' is a British expression)", - "val_images": 0 - }, - "n02783161": { - "class_id": 907, - "words": [ - "ballpoint", - "ballpoint pen", - "ballpen", - "Biro" - ], - "gloss": "a pen that has a small metal ball as the point of transfer of ink to paper", - "val_images": 0 - }, - "n02802426": { - "class_id": 908, - "words": [ - "basketball" - ], - "gloss": "an inflated ball used in playing basketball", - "val_images": 0 - }, - "n02808304": { - "class_id": 909, - "words": [ - "bath towel" - ], - "gloss": "a large towel; to dry yourself after a bath", - "val_images": 0 - }, - "n03124043": { - "class_id": 910, - "words": [ - "cowboy boot" - ], - "gloss": "a boot with a high arch and fancy stitching; worn by American cowboys", - "val_images": 0 - }, - "n03450230": { - "class_id": 911, - "words": [ - "gown" - ], - "gloss": "a woman's dress, usually with a close-fitting bodice and a long flared skirt, often worn on formal occasions", - "val_images": 0 - }, - "n04589890": { - "class_id": 912, - "words": [ - "window screen" - ], - "gloss": "screen to keep insects from entering a building through the open window", - "val_images": 0 - }, - "n12998815": { - "class_id": 913, - "words": [ - "agaric" - ], - "gloss": "a saprophytic fungus of the order Agaricales having an umbrellalike cap with gills on the underside", - "val_images": 0 - }, - "n02992529": { - "class_id": 914, - "words": [ - "cellular telephone", - "cellular phone", - "cellphone", - "cell", - "mobile phone" - ], - "gloss": "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", - "val_images": 0 - }, - "n03825788": { - "class_id": 915, - "words": [ - "nipple" - ], - "gloss": "a flexible cap on a baby's feeding bottle or pacifier", - "val_images": 0 - }, - "n02790996": { - "class_id": 916, - "words": [ - "barbell" - ], - "gloss": "a bar to which heavy discs are attached at each end; used in weightlifting", - "val_images": 0 - }, - "n03710193": { - "class_id": 917, - "words": [ - "mailbox", - "letter box" - ], - "gloss": "a private box for delivery of mail", - "val_images": 0 - }, - "n03630383": { - "class_id": 918, - "words": [ - "lab coat", - "laboratory coat" - ], - "gloss": "a light coat worn to protect clothing from substances used while working in a laboratory", - "val_images": 0 - }, - "n03347037": { - "class_id": 919, - "words": [ - "fire screen", - "fireguard" - ], - "gloss": "a metal screen before an open fire for protection (especially against flying sparks)", - "val_images": 0 - }, - "n03769881": { - "class_id": 920, - "words": [ - "minibus" - ], - "gloss": "a light bus (4 to 10 passengers)", - "val_images": 0 - }, - "n03871628": { - "class_id": 921, - "words": [ - "packet" - ], - "gloss": "a small package or bundle", - "val_images": 0 - }, - "n03733281": { - "class_id": 922, - "words": [ - "maze", - "labyrinth" - ], - "gloss": "complex system of paths or tunnels in which it is easy to get lost", - "val_images": 0 - }, - "n03976657": { - "class_id": 923, - "words": [ - "pole" - ], - "gloss": "a long (usually round) rod of wood or metal or plastic", - "val_images": 0 - }, - "n03535780": { - "class_id": 924, - "words": [ - "horizontal bar", - "high bar" - ], - "gloss": "gymnastic apparatus consisting of a bar supported in a horizontal position by uprights at both ends", - "val_images": 0 - }, - "n04259630": { - "class_id": 925, - "words": [ - "sombrero" - ], - "gloss": "a straw hat with a tall crown and broad brim; worn in American southwest and in Mexico", - "val_images": 0 - }, - "n03929855": { - "class_id": 926, - "words": [ - "pickelhaube" - ], - "gloss": "a spiked helmet worn by German soldiers", - "val_images": 0 - }, - "n04049303": { - "class_id": 927, - "words": [ - "rain barrel" - ], - "gloss": "a barrel used as a cistern to hold rainwater", - "val_images": 0 - }, - "n04548362": { - "class_id": 928, - "words": [ - "wallet", - "billfold", - "notecase", - "pocketbook" - ], - "gloss": "a pocket-size case for holding papers and paper money", - "val_images": 0 - }, - "n02979186": { - "class_id": 929, - "words": [ - "cassette player" - ], - "gloss": "electronic equipment for playing cassettes", - "val_images": 0 - }, - "n06596364": { - "class_id": 930, - "words": [ - "comic book" - ], - "gloss": "a magazine devoted to comic strips", - "val_images": 0 - }, - "n03935335": { - "class_id": 931, - "words": [ - "piggy bank", - "penny bank" - ], - "gloss": "a child's coin bank (often shaped like a pig)", - "val_images": 0 - }, - "n06794110": { - "class_id": 932, - "words": [ - "street sign" - ], - "gloss": "a sign visible from the street", - "val_images": 0 - }, - "n02825657": { - "class_id": 933, - "words": [ - "bell cote", - "bell cot" - ], - "gloss": "a small shelter for bells; has a gable or shed roof", - "val_images": 0 - }, - "n03388183": { - "class_id": 934, - "words": [ - "fountain pen" - ], - "gloss": "a pen that is supplied with ink from a reservoir in its barrel", - "val_images": 0 - }, - "n04591157": { - "class_id": 935, - "words": [ - "Windsor tie" - ], - "gloss": "a wide necktie worn in a loose bow", - "val_images": 0 - }, - "n04540053": { - "class_id": 936, - "words": [ - "volleyball" - ], - "gloss": "an inflated ball used in playing volleyball", - "val_images": 0 - }, - "n03866082": { - "class_id": 937, - "words": [ - "overskirt" - ], - "gloss": "an outer skirt worn over another skirt", - "val_images": 0 - }, - "n04136333": { - "class_id": 938, - "words": [ - "sarong" - ], - "gloss": "a loose skirt consisting of brightly colored fabric wrapped around the body; worn by both women and men in the South Pacific", - "val_images": 0 - }, - "n04026417": { - "class_id": 939, - "words": [ - "purse" - ], - "gloss": "a small bag for carrying money", - "val_images": 0 - }, - "n02865351": { - "class_id": 940, - "words": [ - "bolo tie", - "bolo", - "bola tie", - "bola" - ], - "gloss": "a cord fastened around the neck with an ornamental clasp and worn as a necktie", - "val_images": 0 - }, - "n02834397": { - "class_id": 941, - "words": [ - "bib" - ], - "gloss": "top part of an apron; covering the chest", - "val_images": 0 - }, - "n03888257": { - "class_id": 942, - "words": [ - "parachute", - "chute" - ], - "gloss": "rescue equipment consisting of a device that fills with air and retards your fall", - "val_images": 0 - }, - "n04235860": { - "class_id": 943, - "words": [ - "sleeping bag" - ], - "gloss": "large padded bag designed to be slept in outdoors; usually rolls up like a bedroll", - "val_images": 0 - }, - "n04404412": { - "class_id": 944, - "words": [ - "television", - "television system" - ], - "gloss": "a telecommunication system that transmits images of objects (stationary or moving) between distant points", - "val_images": 0 - }, - "n04371430": { - "class_id": 945, - "words": [ - "swimming trunks", - "bathing trunks" - ], - "gloss": "swimsuit worn by men while swimming", - "val_images": 0 - }, - "n03733805": { - "class_id": 946, - "words": [ - "measuring cup" - ], - "gloss": "graduated cup used to measure liquid or granular ingredients", - "val_images": 0 - }, - "n07920052": { - "class_id": 947, - "words": [ - "espresso" - ], - "gloss": "strong black coffee brewed by forcing hot water under pressure through finely ground coffee beans", - "val_images": 0 - }, - "n07873807": { - "class_id": 948, - "words": [ - "pizza", - "pizza pie" - ], - "gloss": "Italian open pie made of thin bread dough spread with a spiced mixture of e.g. tomato sauce and cheese", - "val_images": 0 - }, - "n02895154": { - "class_id": 949, - "words": [ - "breastplate", - "aegis", - "egis" - ], - "gloss": "armor plate that protects the chest; the front part of a cuirass", - "val_images": 0 - }, - "n04204238": { - "class_id": 950, - "words": [ - "shopping basket" - ], - "gloss": "a handbasket used to carry goods while shopping", - "val_images": 0 - }, - "n04597913": { - "class_id": 951, - "words": [ - "wooden spoon" - ], - "gloss": "a spoon made of wood", - "val_images": 0 - }, - "n04131690": { - "class_id": 952, - "words": [ - "saltshaker", - "salt shaker" - ], - "gloss": "a shaker with a perforated top for sprinkling salt", - "val_images": 0 - }, - "n07836838": { - "class_id": 953, - "words": [ - "chocolate sauce", - "chocolate syrup" - ], - "gloss": "sauce made with unsweetened chocolate or cocoa and sugar and water", - "val_images": 0 - }, - "n09835506": { - "class_id": 954, - "words": [ - "ballplayer", - "baseball player" - ], - "gloss": "an athlete who plays baseball", - "val_images": 0 - }, - "n03443371": { - "class_id": 955, - "words": [ - "goblet" - ], - "gloss": "a drinking glass with a base and stem", - "val_images": 0 - }, - "n13037406": { - "class_id": 956, - "words": [ - "gyromitra" - ], - "gloss": "any fungus of the genus Gyromitra", - "val_images": 0 - }, - "n04336792": { - "class_id": 957, - "words": [ - "stretcher" - ], - "gloss": "a litter for transporting people who are ill or wounded or dead; usually consists of a sheet of canvas stretched between two poles", - "val_images": 0 - }, - "n04557648": { - "class_id": 958, - "words": [ - "water bottle" - ], - "gloss": "a bottle for holding water", - "val_images": 0 - }, - "n03187595": { - "class_id": 959, - "words": [ - "dial telephone", - "dial phone" - ], - "gloss": "a telephone with a dial for registering the number to be called", - "val_images": 0 - }, - "n04254120": { - "class_id": 960, - "words": [ - "soap dispenser" - ], - "gloss": "dispenser of liquid soap", - "val_images": 0 - }, - "n03595614": { - "class_id": 961, - "words": [ - "jersey", - "T-shirt", - "tee shirt" - ], - "gloss": "a close-fitting pullover shirt", - "val_images": 0 - }, - "n04146614": { - "class_id": 962, - "words": [ - "school bus" - ], - "gloss": "a bus used to transport children to or from school", - "val_images": 0 - }, - "n03598930": { - "class_id": 963, - "words": [ - "jigsaw puzzle" - ], - "gloss": "a puzzle that requires you to reassemble a picture that has been mounted on a stiff base and cut into interlocking pieces", - "val_images": 0 - }, - "n03958227": { - "class_id": 964, - "words": [ - "plastic bag" - ], - "gloss": "a bag made of thin plastic material", - "val_images": 0 - }, - "n04069434": { - "class_id": 965, - "words": [ - "reflex camera" - ], - "gloss": "camera that allows the photographer to view and focus the exact scene being photographed", - "val_images": 0 - }, - "n03188531": { - "class_id": 966, - "words": [ - "diaper", - "nappy", - "napkin" - ], - "gloss": "garment consisting of a folded cloth drawn up between the legs and fastened at the waist; worn by infants to catch excrement", - "val_images": 0 - }, - "n02786058": { - "class_id": 967, - "words": [ - "Band Aid" - ], - "gloss": "trade name for an adhesive bandage to cover small cuts or blisters", - "val_images": 0 - }, - "n07615774": { - "class_id": 968, - "words": [ - "ice lolly", - "lolly", - "lollipop", - "popsicle" - ], - "gloss": "ice cream or water ice on a small wooden stick; \"in England a popsicle is called an ice lolly\"", - "val_images": 0 - }, - "n04525038": { - "class_id": 969, - "words": [ - "velvet" - ], - "gloss": "a silky densely piled fabric with a plain back", - "val_images": 0 - }, - "n04409515": { - "class_id": 970, - "words": [ - "tennis ball" - ], - "gloss": "ball about the size of a fist used in playing tennis", - "val_images": 0 - }, - "n03424325": { - "class_id": 971, - "words": [ - "gasmask", - "respirator", - "gas helmet" - ], - "gloss": "a protective mask with a filter; protects the face and lungs against poisonous gases", - "val_images": 0 - }, - "n03223299": { - "class_id": 972, - "words": [ - "doormat", - "welcome mat" - ], - "gloss": "a mat placed outside an exterior door for wiping the shoes before entering", - "val_images": 0 - }, - "n03680355": { - "class_id": 973, - "words": [ - "Loafer" - ], - "gloss": "a low leather step-in shoe; the top resembles a moccasin but it has a broad flat heel", - "val_images": 0 - }, - "n07614500": { - "class_id": 974, - "words": [ - "ice cream", - "icecream" - ], - "gloss": "frozen dessert containing cream and sugar and flavoring", - "val_images": 0 - }, - "n07695742": { - "class_id": 975, - "words": [ - "pretzel" - ], - "gloss": "glazed and salted cracker typically in the shape of a loose knot", - "val_images": 0 - }, - "n04033995": { - "class_id": 976, - "words": [ - "quilt", - "comforter", - "comfort", - "puff" - ], - "gloss": "bedding made of two layers of cloth filled with stuffing and stitched together", - "val_images": 0 - }, - "n03710721": { - "class_id": 977, - "words": [ - "maillot", - "tank suit" - ], - "gloss": "a woman's one-piece bathing suit", - "val_images": 0 - }, - "n04392985": { - "class_id": 978, - "words": [ - "tape player" - ], - "gloss": "electronic equipment for playing back magnetic tapes", - "val_images": 0 - }, - "n03047690": { - "class_id": 979, - "words": [ - "clog", - "geta", - "patten", - "sabot" - ], - "gloss": "footwear usually with wooden soles", - "val_images": 0 - }, - "n03584254": { - "class_id": 980, - "words": [ - "iPod" - ], - "gloss": "(trademark) a pocket-sized device used to play music files", - "val_images": 0 - }, - "n13054560": { - "class_id": 981, - "words": [ - "bolete" - ], - "gloss": "any fungus of the family Boletaceae", - "val_images": 0 - }, - "n10565667": { - "class_id": 982, - "words": [ - "scuba diver" - ], - "gloss": "an underwater diver who uses scuba gear", - "val_images": 0 - }, - "n03950228": { - "class_id": 983, - "words": [ - "pitcher", - "ewer" - ], - "gloss": "an open vessel with a handle and a spout for pouring", - "val_images": 0 - }, - "n03729826": { - "class_id": 984, - "words": [ - "matchstick" - ], - "gloss": "a short thin stick of wood used in making matches", - "val_images": 0 - }, - "n02837789": { - "class_id": 985, - "words": [ - "bikini", - "two-piece" - ], - "gloss": "a woman's very brief bathing suit", - "val_images": 0 - }, - "n04254777": { - "class_id": 986, - "words": [ - "sock" - ], - "gloss": "hosiery consisting of a cloth covering for the foot; worn inside the shoe; reaches to between the ankle and the knee", - "val_images": 0 - }, - "n02988304": { - "class_id": 987, - "words": [ - "CD player" - ], - "gloss": "a stand-alone piece of electronic equipment that either has its own display or attaches to a television set", - "val_images": 0 - }, - "n03657121": { - "class_id": 988, - "words": [ - "lens cap", - "lens cover" - ], - "gloss": "cap used to keep lens free of dust when not in use", - "val_images": 0 - }, - "n04417672": { - "class_id": 989, - "words": [ - "thatch", - "thatched roof" - ], - "gloss": "a house roof made with a plant material (as straw)", - "val_images": 0 - }, - "n04523525": { - "class_id": 990, - "words": [ - "vault" - ], - "gloss": "an arched brick or stone ceiling or roof", - "val_images": 0 - }, - "n02815834": { - "class_id": 991, - "words": [ - "beaker" - ], - "gloss": "a flatbottomed jar made of glass or plastic; used for chemistry", - "val_images": 0 - }, - "n09229709": { - "class_id": 992, - "words": [ - "bubble" - ], - "gloss": "a hollow globule of gas (e.g., air or carbon dioxide)", - "val_images": 0 - }, - "n07697313": { - "class_id": 993, - "words": [ - "cheeseburger" - ], - "gloss": "a hamburger with melted cheese on it", - "val_images": 0 - }, - "n03888605": { - "class_id": 994, - "words": [ - "parallel bars", - "bars" - ], - "gloss": "gymnastic apparatus consisting of two parallel wooden rods supported on uprights", - "val_images": 0 - }, - "n03355925": { - "class_id": 995, - "words": [ - "flagpole", - "flagstaff" - ], - "gloss": "a tall staff or pole on which a flag is raised", - "val_images": 0 - }, - "n03063599": { - "class_id": 996, - "words": [ - "coffee mug" - ], - "gloss": "a mug intended for serving coffee", - "val_images": 0 - }, - "n04116512": { - "class_id": 997, - "words": [ - "rubber eraser", - "rubber", - "pencil eraser" - ], - "gloss": "an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil", - "val_images": 0 - }, - "n04325704": { - "class_id": 998, - "words": [ - "stole" - ], - "gloss": "a wide scarf worn about their shoulders by women", - "val_images": 0 - }, - "n07831146": { - "class_id": 999, - "words": [ - "carbonara" - ], - "gloss": "sauce for pasta; contains eggs and bacon or ham and grated cheese", - "val_images": 0 - }, - "n03255030": { - "class_id": 1000, - "words": [ - "dumbbell" - ], - "gloss": "an exercising weight; two spheres connected by a short bar that serves as a handle", - "val_images": 0 - }, - "n00001740": { - "class_id": 1001, - "words": [ - "entity" - ], - "gloss": "that which is perceived or known or inferred to have its own distinct existence (living or nonliving)" - }, - "n00001930": { - "class_id": 1002, - "words": [ - "physical entity" - ], - "gloss": "an entity that has physical existence" - }, - "n00020827": { - "class_id": 1003, - "words": [ - "matter" - ], - "gloss": "that which has mass and occupies space; \"physicists study both the nature of matter and the forces which govern it\"" - }, - "n00020090": { - "class_id": 1004, - "words": [ - "substance" - ], - "gloss": "a particular kind or species of matter with uniform properties; \"shigella is one of the most toxic substances known to man\"" - }, - "n00021265": { - "class_id": 1005, - "words": [ - "food", - "nutrient" - ], - "gloss": "any substance that can be metabolized by an animal to give energy and build tissue" - }, - "n07566340": { - "class_id": 1006, - "words": [ - "foodstuff", - "food product" - ], - "gloss": "a substance that can be used or prepared for use as food" - }, - "n07566863": { - "class_id": 1007, - "words": [ - "starches" - ], - "gloss": "foodstuff rich in natural starch (especially potatoes, rice, bread)" - }, - "n07710616": { - "class_id": 1008, - "words": [ - "potato", - "white potato", - "Irish potato", - "murphy", - "spud", - "tater" - ], - "gloss": "an edible tuber native to South America; a staple food of Ireland" - }, - "n07679356": { - "class_id": 1009, - "words": [ - "bread", - "breadstuff", - "staff of life" - ], - "gloss": "food made from dough of flour or meal and usually raised with yeast or baking powder and then baked" - }, - "n07683786": { - "class_id": 1010, - "words": [ - "loaf of bread", - "loaf" - ], - "gloss": "a shaped mass of baked bread that is usually sliced before eating" - }, - "n07681926": { - "class_id": 1011, - "words": [ - "cracker" - ], - "gloss": "a thin crisp wafer made of flour and water with or without leavening and shortening; unsweetened or semisweet" - }, - "n07680932": { - "class_id": 1012, - "words": [ - "bun", - "roll" - ], - "gloss": "small rounded bread either plain or sweet" - }, - "n07809096": { - "class_id": 1013, - "words": [ - "ingredient", - "fixings" - ], - "gloss": "food that is a component of a mixture in cooking; \"the recipe lists all the fixings for a salad\"" - }, - "n07809368": { - "class_id": 1014, - "words": [ - "flavorer", - "flavourer", - "flavoring", - "flavouring", - "seasoner", - "seasoning" - ], - "gloss": "something added to food primarily for the savor it imparts" - }, - "n07810907": { - "class_id": 1015, - "words": [ - "condiment" - ], - "gloss": "a preparation (a sauce or relish or spice) to enhance flavor or enjoyment; \"mustard and ketchup are condiments\"" - }, - "n07582609": { - "class_id": 1016, - "words": [ - "dip" - ], - "gloss": "tasty mixture or liquid into which bite-sized foods are dipped" - }, - "n07829412": { - "class_id": 1017, - "words": [ - "sauce" - ], - "gloss": "flavorful relish or dressing or topping served as an accompaniment to food" - }, - "n07838233": { - "class_id": 1018, - "words": [ - "spaghetti sauce", - "pasta sauce" - ], - "gloss": "any of numerous sauces for spaghetti or other kinds of pasta" - }, - "n07882497": { - "class_id": 1019, - "words": [ - "concoction", - "mixture", - "intermixture" - ], - "gloss": "any foodstuff made by combining different ingredients; \"he volunteered to taste her latest concoction\"; \"he drank a mixture of beer and lemonade\"" - }, - "n07560652": { - "class_id": 1020, - "words": [ - "fare" - ], - "gloss": "the food and drink that are regularly served or consumed" - }, - "n07570720": { - "class_id": 1021, - "words": [ - "nutriment", - "nourishment", - "nutrition", - "sustenance", - "aliment", - "alimentation", - "victuals" - ], - "gloss": "a source of materials to nourish the body" - }, - "n07557434": { - "class_id": 1022, - "words": [ - "dish" - ], - "gloss": "a particular item of prepared food; \"she prepared a special dish for dinner\"" - }, - "n07588947": { - "class_id": 1023, - "words": [ - "stew" - ], - "gloss": "food prepared by stewing especially meat or fish with vegetables" - }, - "n07583197": { - "class_id": 1024, - "words": [ - "soup" - ], - "gloss": "liquid food especially of meat or fish or vegetable stock often containing pieces of solid food" - }, - "n07712382": { - "class_id": 1025, - "words": [ - "snack food" - ], - "gloss": "food for light meals or for eating between meals" - }, - "n07695965": { - "class_id": 1026, - "words": [ - "sandwich" - ], - "gloss": "two (or more) slices of bread with a filling between them" - }, - "n07697100": { - "class_id": 1027, - "words": [ - "hamburger", - "beefburger", - "burger" - ], - "gloss": "a sandwich consisting of a fried cake of minced beef served on a bun, often with other ingredients" - }, - "n07556970": { - "class_id": 1028, - "words": [ - "course" - ], - "gloss": "part of a meal served at one time; \"she prepared a three course meal\"" - }, - "n07579575": { - "class_id": 1029, - "words": [ - "entree", - "main course" - ], - "gloss": "the principal dish of a meal" - }, - "n07609840": { - "class_id": 1030, - "words": [ - "dessert", - "sweet", - "afters" - ], - "gloss": "a dish served as the last course of a meal" - }, - "n07611358": { - "class_id": 1031, - "words": [ - "frozen dessert" - ], - "gloss": "any of various desserts prepared by freezing" - }, - "n07612996": { - "class_id": 1032, - "words": [ - "pudding", - "pud" - ], - "gloss": "(British) the dessert course of a meal (`pud' is used informally)" - }, - "n07800091": { - "class_id": 1033, - "words": [ - "feed", - "provender" - ], - "gloss": "food for domestic livestock" - }, - "n07800740": { - "class_id": 1034, - "words": [ - "fodder" - ], - "gloss": "coarse food (especially for livestock) composed of entire plants or the leaves and stalks of a cereal crop" - }, - "n07881800": { - "class_id": 1035, - "words": [ - "beverage", - "drink", - "drinkable", - "potable" - ], - "gloss": "any liquid suitable for drinking; \"may I take your beverage order?\"" - }, - "n07929519": { - "class_id": 1036, - "words": [ - "coffee", - "java" - ], - "gloss": "a beverage consisting of an infusion of ground coffee beans; \"he ordered a cup of coffee\"" - }, - "n07884567": { - "class_id": 1037, - "words": [ - "alcohol", - "alcoholic drink", - "alcoholic beverage", - "intoxicant", - "inebriant" - ], - "gloss": "a liquor or brew containing alcohol as the active agent; \"alcohol (or drink) ruined him\"" - }, - "n07891726": { - "class_id": 1038, - "words": [ - "wine", - "vino" - ], - "gloss": "fermented juice (of grapes especially)" - }, - "n07911371": { - "class_id": 1039, - "words": [ - "mixed drink" - ], - "gloss": "made of two or more ingredients" - }, - "n07930554": { - "class_id": 1040, - "words": [ - "punch" - ], - "gloss": "an iced mixed drink usually containing alcohol and prepared for multiple servings; normally served in a punch bowl" - }, - "n14778436": { - "class_id": 1041, - "words": [ - "agent" - ], - "gloss": "a substance that exerts some force or effect" - }, - "n03247620": { - "class_id": 1042, - "words": [ - "drug" - ], - "gloss": "a substance that is used as a medicine or narcotic" - }, - "n03248958": { - "class_id": 1043, - "words": [ - "drug of abuse", - "street drug" - ], - "gloss": "a drug that is taken for nonmedicinal reasons (usually for mind-altering effects); drug abuse can lead to physical and mental damage and (with some substances) dependence and addiction" - }, - "n03740161": { - "class_id": 1044, - "words": [ - "medicine", - "medication", - "medicament", - "medicinal drug" - ], - "gloss": "(medicine) something that treats or prevents or alleviates the symptoms of disease" - }, - "n03994008": { - "class_id": 1045, - "words": [ - "powder" - ], - "gloss": "any of various cosmetic or medical preparations dispensed in the form of a pulverized powder" - }, - "n00019613": { - "class_id": 1046, - "words": [ - "substance" - ], - "gloss": "the real physical matter of which a person or thing consists; \"DNA is the substance of our genes\"" - }, - "n14580897": { - "class_id": 1047, - "words": [ - "material", - "stuff" - ], - "gloss": "the tangible substance that goes into the makeup of a physical object; \"coal is a hard black material\"; \"wheat is the stuff they use to make bread\"" - }, - "n14974264": { - "class_id": 1048, - "words": [ - "paper" - ], - "gloss": "a material made of cellulose pulp derived mainly from wood or rags or certain grasses" - }, - "n15074962": { - "class_id": 1049, - "words": [ - "tissue", - "tissue paper" - ], - "gloss": "a soft thin (usually translucent) paper" - }, - "n14939900": { - "class_id": 1050, - "words": [ - "fluid" - ], - "gloss": "a substance that is fluid at room temperature and pressure" - }, - "n14940386": { - "class_id": 1051, - "words": [ - "liquid" - ], - "gloss": "a substance that is liquid at room temperature and pressure" - }, - "n15046900": { - "class_id": 1052, - "words": [ - "solid" - ], - "gloss": "matter that is solid at room temperature and pressure" - }, - "n07555863": { - "class_id": 1053, - "words": [ - "food", - "solid food" - ], - "gloss": "any solid substance (as opposed to liquid) that is used as a source of nourishment; \"food and drink\"" - }, - "n07622061": { - "class_id": 1054, - "words": [ - "baked goods" - ], - "gloss": "foods (like breads and cakes and pastries) that are cooked in an oven" - }, - "n07705711": { - "class_id": 1055, - "words": [ - "produce", - "green goods", - "green groceries", - "garden truck" - ], - "gloss": "fresh fruits and vegetable grown for the market" - }, - "n07705931": { - "class_id": 1056, - "words": [ - "edible fruit" - ], - "gloss": "edible reproductive body of a seed plant especially one having sweet flesh" - }, - "n07739125": { - "class_id": 1057, - "words": [ - "apple" - ], - "gloss": "fruit with red or yellow or green skin and sweet to tart crisp whitish flesh" - }, - "n07739506": { - "class_id": 1058, - "words": [ - "eating apple", - "dessert apple" - ], - "gloss": "an apple used primarily for eating raw without cooking" - }, - "n07742704": { - "class_id": 1059, - "words": [ - "berry" - ], - "gloss": "any of numerous small and pulpy edible fruits; used as desserts or in making jams and jellies and preserves" - }, - "n07747055": { - "class_id": 1060, - "words": [ - "citrus", - "citrus fruit", - "citrous fruit" - ], - "gloss": "any of numerous fruits of the genus Citrus having thick rind and juicy pulp; grown in warm regions" - }, - "n07707451": { - "class_id": 1061, - "words": [ - "vegetable", - "veggie", - "veg" - ], - "gloss": "edible seeds or roots or stems or leaves or bulbs or tubers or nonsweet fruits of any of numerous herbaceous plant" - }, - "n07710007": { - "class_id": 1062, - "words": [ - "solanaceous vegetable" - ], - "gloss": "any of several fruits of plants of the family Solanaceae; especially of the genera Solanum, Capsicum, and Lycopersicon" - }, - "n07720442": { - "class_id": 1063, - "words": [ - "pepper" - ], - "gloss": "sweet and hot varieties of fruits of plants of the genus Capsicum" - }, - "n07720615": { - "class_id": 1064, - "words": [ - "sweet pepper" - ], - "gloss": "large mild crisp thick-walled capsicum peppers usually bell-shaped or somewhat oblong; commonly used in salads" - }, - "n07710283": { - "class_id": 1065, - "words": [ - "root vegetable" - ], - "gloss": "any of various fleshy edible underground roots or tubers" - }, - "n07713395": { - "class_id": 1066, - "words": [ - "cruciferous vegetable" - ], - "gloss": "a vegetable of the mustard family: especially mustard greens; various cabbages; broccoli; cauliflower; brussels sprouts" - }, - "n07713895": { - "class_id": 1067, - "words": [ - "cabbage", - "chou" - ], - "gloss": "any of various types of cabbage" - }, - "n07715561": { - "class_id": 1068, - "words": [ - "squash" - ], - "gloss": "edible fruit of a squash plant; eaten as a vegetable" - }, - "n07715721": { - "class_id": 1069, - "words": [ - "summer squash" - ], - "gloss": "any of various fruits of the gourd family that mature during the summer; eaten while immature and before seeds and rind harden" - }, - "n07717070": { - "class_id": 1070, - "words": [ - "winter squash" - ], - "gloss": "any of various fruits of the gourd family with thick rinds and edible yellow to orange flesh that mature in the fall and can be stored for several months" - }, - "n00007347": { - "class_id": 1071, - "words": [ - "causal agent", - "cause", - "causal agency" - ], - "gloss": "any entity that produces an effect or is responsible for events or results" - }, - "n00007846": { - "class_id": 1072, - "words": [ - "person", - "individual", - "someone", - "somebody", - "mortal", - "soul" - ], - "gloss": "a human being; \"there was too much for one person to do\"" - }, - "n09613191": { - "class_id": 1073, - "words": [ - "contestant" - ], - "gloss": "a person who participates in competitions" - }, - "n10439851": { - "class_id": 1074, - "words": [ - "player", - "participant" - ], - "gloss": "a person who participates in or is skilled at some game" - }, - "n09820263": { - "class_id": 1075, - "words": [ - "athlete", - "jock" - ], - "gloss": "a person trained to compete in sports" - }, - "n10072708": { - "class_id": 1076, - "words": [ - "explorer", - "adventurer" - ], - "gloss": "someone who travels into little known regions (especially for some scientific purpose)" - }, - "n10019552": { - "class_id": 1077, - "words": [ - "diver", - "frogman", - "underwater diver" - ], - "gloss": "someone who works underwater" - }, - "n09626238": { - "class_id": 1078, - "words": [ - "peer", - "equal", - "match", - "compeer" - ], - "gloss": "a person who is of equal standing with another in a group" - }, - "n09816771": { - "class_id": 1079, - "words": [ - "associate" - ], - "gloss": "a person who joins with others in some activity or endeavor; \"he had to consult his associate before continuing\"" - }, - "n10401829": { - "class_id": 1080, - "words": [ - "participant" - ], - "gloss": "someone who takes part in an activity" - }, - "n00002684": { - "class_id": 1081, - "words": [ - "object", - "physical object" - ], - "gloss": "a tangible and visible entity; an entity that can cast a shadow; \"it was full of rackets, balls and other objects\"" - }, - "n09287968": { - "class_id": 1082, - "words": [ - "geological formation", - "formation" - ], - "gloss": "(geology) the geological features of the earth" - }, - "n09366017": { - "class_id": 1083, - "words": [ - "natural depression", - "depression" - ], - "gloss": "a sunken or depressed geological formation" - }, - "n09366317": { - "class_id": 1084, - "words": [ - "natural elevation", - "elevation" - ], - "gloss": "a raised or elevated geological formation" - }, - "n09359803": { - "class_id": 1085, - "words": [ - "mountain", - "mount" - ], - "gloss": "a land mass that projects well above its surroundings; higher than a hill" - }, - "n09409512": { - "class_id": 1086, - "words": [ - "ridge" - ], - "gloss": "a long narrow natural elevation or striation" - }, - "n09214060": { - "class_id": 1087, - "words": [ - "bar" - ], - "gloss": "a submerged (or partly submerged) ridge in a river or along a shore; \"the boat ran aground on a submerged bar in the river\"" - }, - "n09406793": { - "class_id": 1088, - "words": [ - "reef" - ], - "gloss": "a submerged ridge of rock or coral near the surface of the water" - }, - "n09433442": { - "class_id": 1089, - "words": [ - "shore" - ], - "gloss": "the land along the edge of a body of water" - }, - "n09443453": { - "class_id": 1090, - "words": [ - "spring", - "fountain", - "outflow", - "outpouring", - "natural spring" - ], - "gloss": "a natural flow of ground water" - }, - "n00027167": { - "class_id": 1091, - "words": [ - "location" - ], - "gloss": "a point or extent in space" - }, - "n08620061": { - "class_id": 1092, - "words": [ - "point" - ], - "gloss": "the precise location of something; a spatially limited location; \"she walked to a point where she could survey the whole street\"" - }, - "n08578706": { - "class_id": 1093, - "words": [ - "geographic point", - "geographical point" - ], - "gloss": "a point on the surface of the Earth" - }, - "n04602044": { - "class_id": 1094, - "words": [ - "workplace", - "work" - ], - "gloss": "a place where work is done; \"he arrived at work early today\"" - }, - "n00003553": { - "class_id": 1095, - "words": [ - "whole", - "unit" - ], - "gloss": "an assemblage of parts that is regarded as a single entity; \"how big is that part compared to the whole?\"; \"the team is a unit\"" - }, - "n00019128": { - "class_id": 1096, - "words": [ - "natural object" - ], - "gloss": "an object occurring naturally; not made by man" - }, - "n09349797": { - "class_id": 1097, - "words": [ - "mechanism" - ], - "gloss": "a natural object resembling a machine in structure or function; \"the mechanism of the ear\"; \"the mechanism of infection\"" - }, - "n09214581": { - "class_id": 1098, - "words": [ - "barrier" - ], - "gloss": "anything serving to maintain separation by obstructing vision or access" - }, - "n13086908": { - "class_id": 1099, - "words": [ - "plant part", - "plant structure" - ], - "gloss": "any part of a plant or fungus" - }, - "n13087625": { - "class_id": 1100, - "words": [ - "plant organ" - ], - "gloss": "a functional and structural unit of a plant or fungus" - }, - "n11675842": { - "class_id": 1101, - "words": [ - "reproductive structure" - ], - "gloss": "the parts of a plant involved in its reproduction" - }, - "n13134947": { - "class_id": 1102, - "words": [ - "fruit" - ], - "gloss": "the ripened reproductive body of a seed plant" - }, - "n13135832": { - "class_id": 1103, - "words": [ - "seed" - ], - "gloss": "a small hard fruit" - }, - "n11689483": { - "class_id": 1104, - "words": [ - "oilseed", - "oil-rich seed" - ], - "gloss": "any of several seeds that yield oil" - }, - "n12156819": { - "class_id": 1105, - "words": [ - "grain", - "caryopsis" - ], - "gloss": "dry seed-like fruit produced by the cereal grasses: e.g. wheat, barley, Indian corn" - }, - "n12157056": { - "class_id": 1106, - "words": [ - "kernel" - ], - "gloss": "a single whole grain of a cereal; \"a kernel of corn\"" - }, - "n13138842": { - "class_id": 1107, - "words": [ - "pome", - "false fruit" - ], - "gloss": "a fleshy fruit (apple or pear or related fruits) having seed chambers and an outer fleshy part" - }, - "n00004258": { - "class_id": 1108, - "words": [ - "living thing", - "animate thing" - ], - "gloss": "a living (or once living) entity" - }, - "n00004475": { - "class_id": 1109, - "words": [ - "organism", - "being" - ], - "gloss": "a living thing that has (or can develop) the ability to act or function independently" - }, - "n00017222": { - "class_id": 1110, - "words": [ - "plant", - "flora", - "plant life" - ], - "gloss": "(botany) a living organism lacking the power of locomotion" - }, - "n13083586": { - "class_id": 1111, - "words": [ - "vascular plant", - "tracheophyte" - ], - "gloss": "green plant having a vascular system: ferns, gymnosperms, angiosperms" - }, - "n11552386": { - "class_id": 1112, - "words": [ - "spermatophyte", - "phanerogam", - "seed plant" - ], - "gloss": "plant that reproduces by means of seeds not spores" - }, - "n11665372": { - "class_id": 1113, - "words": [ - "angiosperm", - "flowering plant" - ], - "gloss": "plants having seeds in a closed ovary" - }, - "n11669921": { - "class_id": 1114, - "words": [ - "flower" - ], - "gloss": "a plant cultivated for its blooms or blossoms" - }, - "n12041446": { - "class_id": 1115, - "words": [ - "orchid", - "orchidaceous plant" - ], - "gloss": "any of numerous plants of the orchid family usually having flowers of unusual shapes and beautiful colors" - }, - "n12056217": { - "class_id": 1116, - "words": [ - "lady's slipper", - "lady-slipper", - "ladies' slipper", - "slipper orchid" - ], - "gloss": "any of several chiefly American wildflowers having an inflated pouchlike lip; difficult or impossible to cultivate in the garden" - }, - "n12992868": { - "class_id": 1117, - "words": [ - "fungus" - ], - "gloss": "an organism of the kingdom Fungi lacking chlorophyll and feeding on organic matter; ranging from unicellular or multicellular organisms to spore-bearing syncytia" - }, - "n12997654": { - "class_id": 1118, - "words": [ - "basidiomycete", - "basidiomycetous fungi" - ], - "gloss": "any of various fungi of the subdivision Basidiomycota" - }, - "n00015388": { - "class_id": 1119, - "words": [ - "animal", - "animate being", - "beast", - "brute", - "creature", - "fauna" - ], - "gloss": "a living organism characterized by voluntary movement" - }, - "n01905661": { - "class_id": 1120, - "words": [ - "invertebrate" - ], - "gloss": "any animal lacking a backbone or notochord; the term is not used as a scientific classification" - }, - "n01767661": { - "class_id": 1121, - "words": [ - "arthropod" - ], - "gloss": "invertebrate having jointed limbs and a segmented body with an exoskeleton made of chitin" - }, - "n01769347": { - "class_id": 1122, - "words": [ - "arachnid", - "arachnoid" - ], - "gloss": "air-breathing arthropods characterized by simple eyes and four pairs of legs" - }, - "n01772222": { - "class_id": 1123, - "words": [ - "spider" - ], - "gloss": "predatory arachnid with eight legs, two poison fangs, two feelers, and usually two silk-spinning organs at the back end of the body; they spin silk to make cocoons for eggs or traps for prey" - }, - "n01776192": { - "class_id": 1124, - "words": [ - "acarine" - ], - "gloss": "mite or tick" - }, - "n01974773": { - "class_id": 1125, - "words": [ - "crustacean" - ], - "gloss": "any mainly aquatic arthropod usually having a segmented body and chitinous exoskeleton" - }, - "n01975687": { - "class_id": 1126, - "words": [ - "malacostracan crustacean" - ], - "gloss": "a major subclass of crustaceans" - }, - "n01976146": { - "class_id": 1127, - "words": [ - "decapod crustacean", - "decapod" - ], - "gloss": "crustaceans characteristically having five pairs of locomotor appendages each joined to a segment of the thorax" - }, - "n01976957": { - "class_id": 1128, - "words": [ - "crab" - ], - "gloss": "decapod having eyes on short stalks and a broad flattened carapace with a small abdomen folded under the thorax and pincers" - }, - "n01982650": { - "class_id": 1129, - "words": [ - "lobster" - ], - "gloss": "any of several edible marine crustaceans of the families Homaridae and Nephropsidae and Palinuridae" - }, - "n01983048": { - "class_id": 1130, - "words": [ - "true lobster" - ], - "gloss": "large edible marine crustaceans having large pincers on the first pair of legs" - }, - "n02159955": { - "class_id": 1131, - "words": [ - "insect" - ], - "gloss": "small air-breathing arthropod" - }, - "n02164464": { - "class_id": 1132, - "words": [ - "beetle" - ], - "gloss": "insect having biting mouthparts and front wings modified to form horny covers overlying the membranous rear wings" - }, - "n02171453": { - "class_id": 1133, - "words": [ - "lamellicorn beetle" - ], - "gloss": "beetle having antennae with hard platelike terminal segments" - }, - "n02171869": { - "class_id": 1134, - "words": [ - "scarabaeid beetle", - "scarabaeid", - "scarabaean" - ], - "gloss": "any of numerous species of stout-bodied beetles having heads with horny spikes" - }, - "n02188699": { - "class_id": 1135, - "words": [ - "dipterous insect", - "two-winged insects", - "dipteran", - "dipteron" - ], - "gloss": "insects having usually a single pair of functional wings (anterior pair) with the posterior pair reduced to small knobbed structures and mouth parts adapted for sucking or lapping or piercing" - }, - "n02206270": { - "class_id": 1136, - "words": [ - "hymenopterous insect", - "hymenopteran", - "hymenopteron", - "hymenopter" - ], - "gloss": "insects having two pairs of membranous wings and an ovipositor specialized for stinging or piercing" - }, - "n02226183": { - "class_id": 1137, - "words": [ - "orthopterous insect", - "orthopteron", - "orthopteran" - ], - "gloss": "any of various insects having leathery forewings and membranous hind wings and chewing mouthparts" - }, - "n02231052": { - "class_id": 1138, - "words": [ - "phasmid", - "phasmid insect" - ], - "gloss": "large cylindrical or flattened mostly tropical insects with long strong legs that feed on plants; walking sticks and leaf insects" - }, - "n02232951": { - "class_id": 1139, - "words": [ - "dictyopterous insect" - ], - "gloss": "cockroaches and mantids" - }, - "n02246011": { - "class_id": 1140, - "words": [ - "homopterous insect", - "homopteran" - ], - "gloss": "insects having membranous forewings and hind wings" - }, - "n02263378": { - "class_id": 1141, - "words": [ - "neuropteron", - "neuropteran", - "neuropterous insect" - ], - "gloss": "insect having biting mouthparts and four large membranous wings with netlike veins" - }, - "n02268148": { - "class_id": 1142, - "words": [ - "odonate" - ], - "gloss": "large primitive predatory aquatic insect having two pairs of membranous wings" - }, - "n02274024": { - "class_id": 1143, - "words": [ - "lepidopterous insect", - "lepidopteron", - "lepidopteran" - ], - "gloss": "insect that in the adult state has four wings more or less covered with tiny scales" - }, - "n02274259": { - "class_id": 1144, - "words": [ - "butterfly" - ], - "gloss": "diurnal insect typically having a slender body with knobbed antennae and broad colorful wings" - }, - "n02274822": { - "class_id": 1145, - "words": [ - "nymphalid", - "nymphalid butterfly", - "brush-footed butterfly", - "four-footed butterfly" - ], - "gloss": "medium to large butterflies found worldwide typically having brightly colored wings and much-reduced nonfunctional forelegs carried folded on the breast" - }, - "n02279637": { - "class_id": 1146, - "words": [ - "danaid", - "danaid butterfly" - ], - "gloss": "large tropical butterfly with degenerate forelegs and an unpleasant taste" - }, - "n02280458": { - "class_id": 1147, - "words": [ - "pierid", - "pierid butterfly" - ], - "gloss": "any of numerous pale-colored butterflies having three pairs of well-developed legs" - }, - "n01909422": { - "class_id": 1148, - "words": [ - "coelenterate", - "cnidarian" - ], - "gloss": "radially symmetrical animals having saclike bodies with only one opening and tentacles with stinging structures; they occur in polyp and medusa forms" - }, - "n01914163": { - "class_id": 1149, - "words": [ - "anthozoan", - "actinozoan" - ], - "gloss": "sessile marine coelenterates including solitary and colonial polyps; the medusoid phase is entirely suppressed" - }, - "n01915811": { - "class_id": 1150, - "words": [ - "coral" - ], - "gloss": "marine colonial polyp characterized by a calcareous skeleton; masses in a variety of shapes often forming reefs" - }, - "n01916925": { - "class_id": 1151, - "words": [ - "stony coral", - "madrepore", - "madriporian coral" - ], - "gloss": "corals having calcareous skeletons aggregations of which form reefs and islands" - }, - "n01922303": { - "class_id": 1152, - "words": [ - "worm" - ], - "gloss": "any of numerous relatively small elongated soft-bodied animals especially of the phyla Annelida and Chaetognatha and Nematoda and Nemertea and Platyhelminthes; also many insect larvae" - }, - "n01940736": { - "class_id": 1153, - "words": [ - "mollusk", - "mollusc", - "shellfish" - ], - "gloss": "invertebrate having a soft unsegmented body usually enclosed in a shell" - }, - "n01942177": { - "class_id": 1154, - "words": [ - "gastropod", - "univalve" - ], - "gloss": "a class of mollusks typically having a one-piece coiled shell and flattened muscular foot with a head bearing stalked eyes" - }, - "n01968315": { - "class_id": 1155, - "words": [ - "cephalopod", - "cephalopod mollusk" - ], - "gloss": "marine mollusk characterized by well-developed head and eyes and sucker-bearing tentacles" - }, - "n02316707": { - "class_id": 1156, - "words": [ - "echinoderm" - ], - "gloss": "marine invertebrates with tube feet and five-part radially symmetrical bodies" - }, - "n01317541": { - "class_id": 1157, - "words": [ - "domestic animal", - "domesticated animal" - ], - "gloss": "any of various animals that have been tamed and made fit for a human environment" - }, - "n02121808": { - "class_id": 1158, - "words": [ - "domestic cat", - "house cat", - "Felis domesticus", - "Felis catus" - ], - "gloss": "any domesticated member of the genus Felis" - }, - "n02084071": { - "class_id": 1159, - "words": [ - "dog", - "domestic dog", - "Canis familiaris" - ], - "gloss": "a member of the genus Canis (probably descended from the common wolf) that has been domesticated by man since prehistoric times; occurs in many breeds; \"the dog barked all night\"" - }, - "n02087122": { - "class_id": 1160, - "words": [ - "hunting dog" - ], - "gloss": "a dog used in hunting game" - }, - "n02098550": { - "class_id": 1161, - "words": [ - "sporting dog", - "gun dog" - ], - "gloss": "a dog trained to work with sportsmen when they hunt with guns" - }, - "n02099997": { - "class_id": 1162, - "words": [ - "pointer", - "Spanish pointer" - ], - "gloss": "a strong slender smooth-haired dog of Spanish origin having a white coat with brown or black patches; scents out and points to game" - }, - "n02100399": { - "class_id": 1163, - "words": [ - "setter" - ], - "gloss": "a long-haired dog formerly trained to crouch on finding game but now to point" - }, - "n02101108": { - "class_id": 1164, - "words": [ - "spaniel" - ], - "gloss": "any of several breeds of small to medium-sized gun dogs with a long silky coat and long frilled ears" - }, - "n02102605": { - "class_id": 1165, - "words": [ - "water spaniel" - ], - "gloss": "any dog of two large curly-coated breeds used for hunting waterfowl" - }, - "n02101861": { - "class_id": 1166, - "words": [ - "springer spaniel", - "springer" - ], - "gloss": "a large spaniel with wavy silky coat usually black or liver and white" - }, - "n02099029": { - "class_id": 1167, - "words": [ - "retriever" - ], - "gloss": "a dog with heavy water-resistant coat that can be trained to retrieve game" - }, - "n02092468": { - "class_id": 1168, - "words": [ - "terrier" - ], - "gloss": "any of several usually small short-bodied breeds originally trained to hunt animals living underground" - }, - "n02095050": { - "class_id": 1169, - "words": [ - "fox terrier" - ], - "gloss": "small lively black-and-white terriers formerly used to dig out foxes" - }, - "n02095412": { - "class_id": 1170, - "words": [ - "wirehair", - "wirehaired terrier", - "wire-haired terrier" - ], - "gloss": "a terrier with wiry hair" - }, - "n02095727": { - "class_id": 1171, - "words": [ - "Welsh terrier" - ], - "gloss": "wire-haired terrier resembling Airedales but smaller; developed in Wales for hunting" - }, - "n02096756": { - "class_id": 1172, - "words": [ - "schnauzer" - ], - "gloss": "old German breed of sturdy black or greyish wire-haired terriers having a blunt muzzle ranging in size from fairly small to very large; used as ratters and guard dogs or police dogs" - }, - "n02093056": { - "class_id": 1173, - "words": [ - "bullterrier", - "bull terrier" - ], - "gloss": "a powerful short-haired terrier originated in England by crossing the bulldog with terriers" - }, - "n02087551": { - "class_id": 1174, - "words": [ - "hound", - "hound dog" - ], - "gloss": "any of several breeds of dog used for hunting typically having large drooping ears" - }, - "n02090475": { - "class_id": 1175, - "words": [ - "wolfhound" - ], - "gloss": "the largest breed of dogs; formerly used to hunt wolves" - }, - "n02088839": { - "class_id": 1176, - "words": [ - "coonhound" - ], - "gloss": "any of several breeds of hound developed for hunting raccoons" - }, - "n02089555": { - "class_id": 1177, - "words": [ - "foxhound" - ], - "gloss": "medium-sized glossy-coated hounds developed for hunting foxes" - }, - "n02090827": { - "class_id": 1178, - "words": [ - "greyhound" - ], - "gloss": "a tall slender dog of an ancient breed noted for swiftness and keen sight; used as a racing dog" - }, - "n02112826": { - "class_id": 1179, - "words": [ - "corgi", - "Welsh corgi" - ], - "gloss": "either of two Welsh breeds of long-bodied short-legged dogs with erect ears and a fox-like head" - }, - "n02113335": { - "class_id": 1180, - "words": [ - "poodle", - "poodle dog" - ], - "gloss": "an intelligent dog with a heavy curly solid-colored coat that is usually clipped; an old breed sometimes trained as sporting dogs or as performing dogs" - }, - "n02112497": { - "class_id": 1181, - "words": [ - "griffon", - "Brussels griffon", - "Belgian griffon" - ], - "gloss": "breed of various very small compact wiry-coated dogs of Belgian origin having a short bearded muzzle" - }, - "n02103406": { - "class_id": 1182, - "words": [ - "working dog" - ], - "gloss": "any of several breeds of usually large powerful dogs bred to work as draft animals and guard and guide dogs" - }, - "n02104523": { - "class_id": 1183, - "words": [ - "shepherd dog", - "sheepdog", - "sheep dog" - ], - "gloss": "any of various usually long-haired breeds of dog reared to herd and guard sheep" - }, - "n02104882": { - "class_id": 1184, - "words": [ - "Belgian sheepdog", - "Belgian shepherd" - ], - "gloss": "hardy working dog developed in Belgium for herding sheep" - }, - "n02103841": { - "class_id": 1185, - "words": [ - "watchdog", - "guard dog" - ], - "gloss": "a dog trained to guard property" - }, - "n02106966": { - "class_id": 1186, - "words": [ - "pinscher" - ], - "gloss": "any of three breeds of dogs whose ears and tail are usually cropped" - }, - "n02109811": { - "class_id": 1187, - "words": [ - "sled dog", - "sledge dog" - ], - "gloss": "a dog trained to draw a sled usually in a team" - }, - "n02107420": { - "class_id": 1188, - "words": [ - "Sennenhunde" - ], - "gloss": "any of four Swiss breeds" - }, - "n02108254": { - "class_id": 1189, - "words": [ - "mastiff" - ], - "gloss": "an old breed of powerful deep-chested smooth-coated dog used chiefly as a watchdog and guard dog" - }, - "n02108672": { - "class_id": 1190, - "words": [ - "bulldog", - "English bulldog" - ], - "gloss": "a sturdy thickset short-haired breed with a large head and strong undershot lower jaw; developed originally in England for bull baiting" - }, - "n02111626": { - "class_id": 1191, - "words": [ - "spitz" - ], - "gloss": "any of various stocky heavy-coated breeds of dogs native to northern regions having pointed muzzles and erect ears with a curled furry tail" - }, - "n02085374": { - "class_id": 1192, - "words": [ - "toy dog", - "toy" - ], - "gloss": "any of several breeds of very small dogs kept purely as pets" - }, - "n02086346": { - "class_id": 1193, - "words": [ - "toy spaniel" - ], - "gloss": "a very small spaniel" - }, - "n02086478": { - "class_id": 1194, - "words": [ - "English toy spaniel" - ], - "gloss": "British breed having a long silky coat and rounded head with a short upturned muzzle" - }, - "n02152991": { - "class_id": 1195, - "words": [ - "game" - ], - "gloss": "animal hunted for food or sport" - }, - "n02153203": { - "class_id": 1196, - "words": [ - "game bird" - ], - "gloss": "any bird (as grouse or pheasant) that is hunted for sport" - }, - "n01795088": { - "class_id": 1197, - "words": [ - "grouse" - ], - "gloss": "popular game bird having a plump body and feathered legs and feet" - }, - "n01802721": { - "class_id": 1198, - "words": [ - "phasianid" - ], - "gloss": "a kind of game bird in the family Phasianidae" - }, - "n01803078": { - "class_id": 1199, - "words": [ - "pheasant" - ], - "gloss": "large long-tailed gallinaceous bird native to the Old World but introduced elsewhere" - }, - "n01805801": { - "class_id": 1200, - "words": [ - "peafowl", - "bird of Juno" - ], - "gloss": "very large terrestrial southeast Asian pheasant often raised as an ornamental bird" - }, - "n02384858": { - "class_id": 1201, - "words": [ - "racer" - ], - "gloss": "an animal that races" - }, - "n01466257": { - "class_id": 1202, - "words": [ - "chordate" - ], - "gloss": "any animal of the phylum Chordata having a notochord or spinal column" - }, - "n01471682": { - "class_id": 1203, - "words": [ - "vertebrate", - "craniate" - ], - "gloss": "animals having a bony or cartilaginous skeleton with a segmented spinal column and a large brain enclosed in a skull or cranium" - }, - "n01861778": { - "class_id": 1204, - "words": [ - "mammal", - "mammalian" - ], - "gloss": "any warm-blooded vertebrate having the skin more or less covered with hair; young are born alive except for the small subclass of monotremes and nourished with milk" - }, - "n01886756": { - "class_id": 1205, - "words": [ - "placental", - "placental mammal", - "eutherian", - "eutherian mammal" - ], - "gloss": "mammals having a placenta; all mammals except monotremes and marsupials" - }, - "n02323449": { - "class_id": 1206, - "words": [ - "lagomorph", - "gnawing mammal" - ], - "gloss": "relative large gnawing animals; distinguished from rodents by having two pairs of upper incisors specialized for gnawing" - }, - "n02323902": { - "class_id": 1207, - "words": [ - "leporid", - "leporid mammal" - ], - "gloss": "rabbits and hares" - }, - "n02324045": { - "class_id": 1208, - "words": [ - "rabbit", - "coney", - "cony" - ], - "gloss": "any of various burrowing animals of the family Leporidae having long ears and short tails; some domesticated and raised for pets or food" - }, - "n02469914": { - "class_id": 1209, - "words": [ - "primate" - ], - "gloss": "any placental mammal of the order Primates; has good eyesight and flexible hands and feet" - }, - "n02496913": { - "class_id": 1210, - "words": [ - "lemur" - ], - "gloss": "large-eyed arboreal prosimian having foxy faces and long furry tails" - }, - "n02470325": { - "class_id": 1211, - "words": [ - "ape" - ], - "gloss": "any of various primates with short tails or no tail at all" - }, - "n02470899": { - "class_id": 1212, - "words": [ - "anthropoid ape" - ], - "gloss": "any tailless ape of the families Pongidae and Hylobatidae" - }, - "n02480153": { - "class_id": 1213, - "words": [ - "great ape", - "pongid" - ], - "gloss": "any of the large anthropoid apes of the family Pongidae" - }, - "n02483092": { - "class_id": 1214, - "words": [ - "lesser ape" - ], - "gloss": "gibbons and siamangs" - }, - "n02484322": { - "class_id": 1215, - "words": [ - "monkey" - ], - "gloss": "any of various long-tailed primates (excluding the prosimians)" - }, - "n02489589": { - "class_id": 1216, - "words": [ - "New World monkey", - "platyrrhine", - "platyrrhinian" - ], - "gloss": "hairy-faced arboreal monkeys having widely separated nostrils and long usually prehensile tails" - }, - "n02484473": { - "class_id": 1217, - "words": [ - "Old World monkey", - "catarrhine" - ], - "gloss": "of Africa or Arabia or Asia; having nonprehensile tails and nostrils close together" - }, - "n02503127": { - "class_id": 1218, - "words": [ - "proboscidean", - "proboscidian" - ], - "gloss": "massive herbivorous mammals having tusks and a long trunk" - }, - "n02503517": { - "class_id": 1219, - "words": [ - "elephant" - ], - "gloss": "five-toed pachyderm" - }, - "n02075296": { - "class_id": 1220, - "words": [ - "carnivore" - ], - "gloss": "a terrestrial or aquatic flesh-eating mammal; \"terrestrial carnivores have four or five clawed digits on each limb\"" - }, - "n02131653": { - "class_id": 1221, - "words": [ - "bear" - ], - "gloss": "massive plantigrade carnivorous or omnivorous mammals with long shaggy coats and strong claws" - }, - "n02441326": { - "class_id": 1222, - "words": [ - "musteline mammal", - "mustelid", - "musteline" - ], - "gloss": "fissiped fur-bearing carnivorous mammals" - }, - "n02507649": { - "class_id": 1223, - "words": [ - "procyonid" - ], - "gloss": "plantigrade carnivorous mammals" - }, - "n02134971": { - "class_id": 1224, - "words": [ - "viverrine", - "viverrine mammal" - ], - "gloss": "small cat-like predatory mammals of warmer parts of the Old World" - }, - "n02083346": { - "class_id": 1225, - "words": [ - "canine", - "canid" - ], - "gloss": "any of various fissiped mammals with nonretractile claws and typically long muzzles" - }, - "n02115335": { - "class_id": 1226, - "words": [ - "wild dog" - ], - "gloss": "any of various undomesticated mammals of the family Canidae that are thought to resemble domestic dogs as distinguished from jackals or wolves" - }, - "n02118333": { - "class_id": 1227, - "words": [ - "fox" - ], - "gloss": "alert carnivorous mammal with pointed muzzle and ears and a bushy tail; most are predators that do not hunt in packs" - }, - "n02114100": { - "class_id": 1228, - "words": [ - "wolf" - ], - "gloss": "any of various predatory carnivorous canine mammals of North America and Eurasia that usually hunt in packs" - }, - "n02120997": { - "class_id": 1229, - "words": [ - "feline", - "felid" - ], - "gloss": "any of various lithe-bodied roundheaded fissiped mammals, many with retractile claws" - }, - "n02121620": { - "class_id": 1230, - "words": [ - "cat", - "true cat" - ], - "gloss": "feline mammal usually having thick soft fur and no ability to roar: domestic cats; wildcats" - }, - "n02124623": { - "class_id": 1231, - "words": [ - "wildcat" - ], - "gloss": "any small or medium-sized cat resembling the domestic cat and living in the wild" - }, - "n02127808": { - "class_id": 1232, - "words": [ - "big cat", - "cat" - ], - "gloss": "any of several large cats typically able to roar and living in the wild" - }, - "n02062017": { - "class_id": 1233, - "words": [ - "aquatic mammal" - ], - "gloss": "whales and dolphins; manatees and dugongs; walruses; seals" - }, - "n02073250": { - "class_id": 1234, - "words": [ - "sea cow", - "sirenian mammal", - "sirenian" - ], - "gloss": "any of two families of large herbivorous aquatic mammals with paddle-shaped tails and flipper-like forelimbs and no hind limbs" - }, - "n02075927": { - "class_id": 1235, - "words": [ - "pinniped mammal", - "pinniped", - "pinnatiped" - ], - "gloss": "aquatic carnivorous mammal having a streamlined body specialized for swimming with limbs modified as flippers" - }, - "n02076196": { - "class_id": 1236, - "words": [ - "seal" - ], - "gloss": "any of numerous marine mammals that come on shore to breed; chiefly of cold regions" - }, - "n02076779": { - "class_id": 1237, - "words": [ - "eared seal" - ], - "gloss": "pinniped mammal having external ear flaps and hind limbs used for locomotion on land; valued for its soft underfur" - }, - "n02062430": { - "class_id": 1238, - "words": [ - "cetacean", - "cetacean mammal", - "blower" - ], - "gloss": "large aquatic carnivorous mammal with fin-like forelimbs no hind limbs, including: whales; dolphins; porpoises; narwhals" - }, - "n02062744": { - "class_id": 1239, - "words": [ - "whale" - ], - "gloss": "any of the larger cetacean mammals having a streamlined body and breathing through a blowhole on the head" - }, - "n02066707": { - "class_id": 1240, - "words": [ - "toothed whale" - ], - "gloss": "any of several whales having simple conical teeth and feeding on fish etc." - }, - "n02068974": { - "class_id": 1241, - "words": [ - "dolphin" - ], - "gloss": "any of various small toothed whales with a beaklike snout; larger than porpoises" - }, - "n02063224": { - "class_id": 1242, - "words": [ - "baleen whale", - "whalebone whale" - ], - "gloss": "whale with plates of whalebone along the upper jaw for filtering plankton from the water" - }, - "n02370806": { - "class_id": 1243, - "words": [ - "ungulate", - "hoofed mammal" - ], - "gloss": "any of a number of mammals with hooves that are superficially similar but not necessarily closely related taxonomically" - }, - "n02373336": { - "class_id": 1244, - "words": [ - "odd-toed ungulate", - "perissodactyl", - "perissodactyl mammal" - ], - "gloss": "placental mammals having hooves with an odd number of toes on each foot" - }, - "n02374149": { - "class_id": 1245, - "words": [ - "equine", - "equid" - ], - "gloss": "hoofed mammals having slender legs and a flat coat with a narrow mane along the back of the neck" - }, - "n02374451": { - "class_id": 1246, - "words": [ - "horse", - "Equus caballus" - ], - "gloss": "solid-hoofed herbivorous quadruped domesticated since prehistoric times" - }, - "n02394477": { - "class_id": 1247, - "words": [ - "even-toed ungulate", - "artiodactyl", - "artiodactyl mammal" - ], - "gloss": "placental mammal having hooves with an even number of functional toes on each foot" - }, - "n02437136": { - "class_id": 1248, - "words": [ - "camel" - ], - "gloss": "cud-chewing mammal used as a draft or saddle animal in desert regions" - }, - "n02399000": { - "class_id": 1249, - "words": [ - "ruminant" - ], - "gloss": "any of various cud-chewing hoofed mammals having a stomach divided into four (occasionally three) compartments" - }, - "n02401031": { - "class_id": 1250, - "words": [ - "bovid" - ], - "gloss": "hollow-horned ruminants" - }, - "n02411705": { - "class_id": 1251, - "words": [ - "sheep" - ], - "gloss": "woolly usually horned ruminant mammal related to the goat" - }, - "n02419796": { - "class_id": 1252, - "words": [ - "antelope" - ], - "gloss": "graceful Old World ruminant with long legs and horns directed upward and backward; includes gazelles; springboks; impalas; addax; gerenuks; blackbucks; dik-diks" - }, - "n02414578": { - "class_id": 1253, - "words": [ - "wild sheep" - ], - "gloss": "undomesticated sheep" - }, - "n02415435": { - "class_id": 1254, - "words": [ - "mountain sheep" - ], - "gloss": "any wild sheep inhabiting mountainous regions" - }, - "n02416519": { - "class_id": 1255, - "words": [ - "goat", - "caprine animal" - ], - "gloss": "any of numerous agile ruminants related to sheep but having a beard and straight horns" - }, - "n02417534": { - "class_id": 1256, - "words": [ - "wild goat" - ], - "gloss": "undomesticated goat" - }, - "n02407959": { - "class_id": 1257, - "words": [ - "Old World buffalo", - "buffalo" - ], - "gloss": "any of several Old World animals resembling oxen including, e.g., water buffalo; Cape buffalo" - }, - "n02402010": { - "class_id": 1258, - "words": [ - "bovine" - ], - "gloss": "any of various members of the genus Bos" - }, - "n02402425": { - "class_id": 1259, - "words": [ - "cattle", - "cows", - "kine", - "oxen", - "Bos taurus" - ], - "gloss": "domesticated bovine animals as a group regardless of sex or age; \"so many head of cattle\"; \"wait till the cows come home\"; \"seven thin and ill-favored kine\"- Bible; \"a team of oxen\"" - }, - "n02395003": { - "class_id": 1260, - "words": [ - "swine" - ], - "gloss": "stout-bodied short-legged omnivorous animals" - }, - "n02453611": { - "class_id": 1261, - "words": [ - "edentate" - ], - "gloss": "primitive terrestrial mammal with few if any teeth; of tropical Central America and South America" - }, - "n02456962": { - "class_id": 1262, - "words": [ - "sloth", - "tree sloth" - ], - "gloss": "any of several slow-moving arboreal mammals of South America and Central America; they hang from branches back downward and feed on leaves and fruits" - }, - "n02453108": { - "class_id": 1263, - "words": [ - "pachyderm" - ], - "gloss": "any of various nonruminant hoofed mammals having very thick skin: elephant; rhinoceros; hippopotamus" - }, - "n02329401": { - "class_id": 1264, - "words": [ - "rodent", - "gnawer" - ], - "gloss": "relatively small placental mammals having a single pair of constantly growing incisor teeth specialized for gnawing" - }, - "n02364520": { - "class_id": 1265, - "words": [ - "cavy" - ], - "gloss": "short-tailed rough-haired South American rodent" - }, - "n02355227": { - "class_id": 1266, - "words": [ - "squirrel" - ], - "gloss": "a kind of arboreal rodent having a long bushy tail" - }, - "n02355477": { - "class_id": 1267, - "words": [ - "tree squirrel" - ], - "gloss": "any typical arboreal squirrel" - }, - "n01871543": { - "class_id": 1268, - "words": [ - "prototherian" - ], - "gloss": "primitive oviparous mammals found only in Australia and Tasmania and New Guinea" - }, - "n01871875": { - "class_id": 1269, - "words": [ - "monotreme", - "egg-laying mammal" - ], - "gloss": "the most primitive mammals comprising the only extant members of the subclass Prototheria" - }, - "n01873982": { - "class_id": 1270, - "words": [ - "metatherian" - ], - "gloss": "primitive pouched mammals found mainly in Australia and the Americas" - }, - "n01874434": { - "class_id": 1271, - "words": [ - "marsupial", - "pouched mammal" - ], - "gloss": "mammals of which the females have a pouch (the marsupium) containing the teats where the young are fed and carried" - }, - "n01881171": { - "class_id": 1272, - "words": [ - "phalanger", - "opossum", - "possum" - ], - "gloss": "small furry Australian arboreal marsupials having long usually prehensile tails" - }, - "n01877134": { - "class_id": 1273, - "words": [ - "kangaroo" - ], - "gloss": "any of several herbivorous leaping marsupials of Australia and New Guinea having large powerful hind legs and a long thick tail" - }, - "n01503061": { - "class_id": 1274, - "words": [ - "bird" - ], - "gloss": "warm-blooded egg-laying vertebrates characterized by feathers and forelimbs modified as wings" - }, - "n01517565": { - "class_id": 1275, - "words": [ - "ratite", - "ratite bird", - "flightless bird" - ], - "gloss": "flightless birds having flat breastbones lacking a keel for attachment of flight muscles: ostriches; cassowaries; emus; moas; rheas; kiwis; elephant birds" - }, - "n01524359": { - "class_id": 1276, - "words": [ - "passerine", - "passeriform bird" - ], - "gloss": "perching birds mostly small and living near the ground with feet having 4 toes arranged to allow for gripping the perch; most are songbirds; hatchlings are helpless" - }, - "n01525720": { - "class_id": 1277, - "words": [ - "oscine", - "oscine bird" - ], - "gloss": "passerine bird having specialized vocal apparatus" - }, - "n01529672": { - "class_id": 1278, - "words": [ - "finch" - ], - "gloss": "any of numerous small songbirds with short stout bills adapted for crushing seeds" - }, - "n01537134": { - "class_id": 1279, - "words": [ - "bunting" - ], - "gloss": "any of numerous seed-eating songbirds of Europe or North America" - }, - "n01557185": { - "class_id": 1280, - "words": [ - "thrush" - ], - "gloss": "songbirds characteristically having brownish upper plumage with a spotted breast" - }, - "n01560105": { - "class_id": 1281, - "words": [ - "nightingale", - "Luscinia megarhynchos" - ], - "gloss": "European songbird noted for its melodious nocturnal song" - }, - "n01578575": { - "class_id": 1282, - "words": [ - "corvine bird" - ], - "gloss": "birds of the crow family" - }, - "n01591697": { - "class_id": 1283, - "words": [ - "titmouse", - "tit" - ], - "gloss": "small insectivorous birds" - }, - "n01604330": { - "class_id": 1284, - "words": [ - "bird of prey", - "raptor", - "raptorial bird" - ], - "gloss": "any of numerous carnivorous birds that hunt and kill other animals" - }, - "n01605630": { - "class_id": 1285, - "words": [ - "hawk" - ], - "gloss": "diurnal bird of prey typically having short rounded wings and a long tail" - }, - "n01613294": { - "class_id": 1286, - "words": [ - "eagle", - "bird of Jove" - ], - "gloss": "any of various large keen-sighted diurnal birds of prey noted for their broad wings and strong soaring flight" - }, - "n01621127": { - "class_id": 1287, - "words": [ - "owl", - "bird of Minerva", - "bird of night", - "hooter" - ], - "gloss": "nocturnal bird of prey with hawk-like beak and claws and large head with front-facing eyes" - }, - "n01789386": { - "class_id": 1288, - "words": [ - "gallinaceous bird", - "gallinacean" - ], - "gloss": "heavy-bodied largely ground-feeding domestic or game birds" - }, - "n01816887": { - "class_id": 1289, - "words": [ - "parrot" - ], - "gloss": "usually brightly colored zygodactyl tropical birds with short hooked beaks and the ability to mimic sounds" - }, - "n01819115": { - "class_id": 1290, - "words": [ - "cockatoo" - ], - "gloss": "white or light-colored crested parrot of the Australian region; often kept as cage birds" - }, - "n01820348": { - "class_id": 1291, - "words": [ - "lory" - ], - "gloss": "small brightly colored Australasian parrots having a brush-tipped tongue for feeding on nectar and soft fruits" - }, - "n01822602": { - "class_id": 1292, - "words": [ - "cuculiform bird" - ], - "gloss": "birds having zygodactyl feet (except for the touracos)" - }, - "n01823013": { - "class_id": 1293, - "words": [ - "cuckoo" - ], - "gloss": "any of numerous European and North American birds having pointed wings and a long tail" - }, - "n01825930": { - "class_id": 1294, - "words": [ - "coraciiform bird" - ], - "gloss": "chiefly short-legged arboreal nonpasserine birds that nest in holes" - }, - "n01831712": { - "class_id": 1295, - "words": [ - "apodiform bird" - ], - "gloss": "nonpasserine bird having long wings and weak feet; spends much of its time in flight" - }, - "n01838038": { - "class_id": 1296, - "words": [ - "piciform bird" - ], - "gloss": "any of numerous nonpasserine insectivorous climbing birds usually having strong bills for boring wood" - }, - "n01844917": { - "class_id": 1297, - "words": [ - "aquatic bird" - ], - "gloss": "wading and swimming and diving birds of either fresh or salt water" - }, - "n01845132": { - "class_id": 1298, - "words": [ - "waterfowl", - "water bird", - "waterbird" - ], - "gloss": "freshwater aquatic bird" - }, - "n01845477": { - "class_id": 1299, - "words": [ - "anseriform bird" - ], - "gloss": "chiefly web-footed swimming birds" - }, - "n01846331": { - "class_id": 1300, - "words": [ - "duck" - ], - "gloss": "small wild or domesticated web-footed broad-billed swimming bird usually having a depressed body and short legs" - }, - "n01852861": { - "class_id": 1301, - "words": [ - "sea duck" - ], - "gloss": "any of various large diving ducks found along the seacoast: eider; scoter; merganser" - }, - "n01854415": { - "class_id": 1302, - "words": [ - "merganser", - "fish duck", - "sawbill", - "sheldrake" - ], - "gloss": "large crested fish-eating diving duck having a slender hooked bill with serrated edges" - }, - "n01858441": { - "class_id": 1303, - "words": [ - "swan" - ], - "gloss": "stately heavy-bodied aquatic bird with very long neck and usually white plumage as adult" - }, - "n02000954": { - "class_id": 1304, - "words": [ - "wading bird", - "wader" - ], - "gloss": "any of many long-legged birds that wade in water in search of food" - }, - "n02002075": { - "class_id": 1305, - "words": [ - "stork" - ], - "gloss": "large mostly Old World wading birds typically having white-and-black plumage" - }, - "n02008041": { - "class_id": 1306, - "words": [ - "heron" - ], - "gloss": "grey or white wading bird with long neck and long legs and (usually) long bill" - }, - "n02008796": { - "class_id": 1307, - "words": [ - "egret" - ], - "gloss": "any of various usually white herons having long plumes during breeding season" - }, - "n02014941": { - "class_id": 1308, - "words": [ - "rail" - ], - "gloss": "any of numerous widely distributed small wading birds of the family Rallidae having short wings and very long toes for running on soft mud" - }, - "n02018027": { - "class_id": 1309, - "words": [ - "coot" - ], - "gloss": "slate-black slow-flying birds somewhat resembling ducks" - }, - "n02022684": { - "class_id": 1310, - "words": [ - "shorebird", - "shore bird", - "limicoline bird" - ], - "gloss": "any of numerous wading birds that frequent mostly seashores and estuaries" - }, - "n02023341": { - "class_id": 1311, - "words": [ - "plover" - ], - "gloss": "any of numerous chiefly shorebirds of relatively compact build having straight bills and large pointed wings; closely related to the sandpipers" - }, - "n02025043": { - "class_id": 1312, - "words": [ - "turnstone" - ], - "gloss": "migratory shorebirds of the plover family that turn over stones in searching for food" - }, - "n02026059": { - "class_id": 1313, - "words": [ - "sandpiper" - ], - "gloss": "any of numerous usually small wading birds having a slender bill and piping call; closely related to the plovers" - }, - "n02031934": { - "class_id": 1314, - "words": [ - "snipe" - ], - "gloss": "Old or New World straight-billed game bird of the sandpiper family; of marshy areas; similar to the woodcocks" - }, - "n02016358": { - "class_id": 1315, - "words": [ - "gallinule", - "marsh hen", - "water hen", - "swamphen" - ], - "gloss": "any of various small aquatic birds of the genus Gallinula distinguished from rails by a frontal shield and a resemblance to domestic hens" - }, - "n02016956": { - "class_id": 1316, - "words": [ - "purple gallinule" - ], - "gloss": "gallinules with showy purplish plumage" - }, - "n02021795": { - "class_id": 1317, - "words": [ - "seabird", - "sea bird", - "seafowl" - ], - "gloss": "a bird that frequents coastal waters and the open ocean: gulls; pelicans; gannets; cormorants; albatrosses; petrels; etc." - }, - "n02051474": { - "class_id": 1318, - "words": [ - "pelecaniform seabird" - ], - "gloss": "large fish-eating seabird with four-toed webbed feet" - }, - "n02055658": { - "class_id": 1319, - "words": [ - "sphenisciform seabird" - ], - "gloss": "flightless cold-water seabirds: penguins" - }, - "n02055803": { - "class_id": 1320, - "words": [ - "penguin" - ], - "gloss": "short-legged flightless birds of cold southern especially Antarctic regions having webbed feet and wings modified as flippers" - }, - "n02057731": { - "class_id": 1321, - "words": [ - "pelagic bird", - "oceanic bird" - ], - "gloss": "bird of the open seas" - }, - "n01661091": { - "class_id": 1322, - "words": [ - "reptile", - "reptilian" - ], - "gloss": "any cold-blooded vertebrate of the class Reptilia including tortoises, turtles, snakes, lizards, alligators, crocodiles, and extinct forms" - }, - "n01661592": { - "class_id": 1323, - "words": [ - "anapsid", - "anapsid reptile" - ], - "gloss": "primitive reptile having no opening in the temporal region of the skull; all extinct except turtles" - }, - "n01662622": { - "class_id": 1324, - "words": [ - "chelonian", - "chelonian reptile" - ], - "gloss": "a reptile of the order Chelonia" - }, - "n01662784": { - "class_id": 1325, - "words": [ - "turtle" - ], - "gloss": "any of various aquatic and land reptiles having a bony shell and flipper-like limbs for swimming" - }, - "n01663401": { - "class_id": 1326, - "words": [ - "sea turtle", - "marine turtle" - ], - "gloss": "any of various large turtles with limbs modified into flippers; widely distributed in warm seas" - }, - "n01661818": { - "class_id": 1327, - "words": [ - "diapsid", - "diapsid reptile" - ], - "gloss": "reptile having a pair of openings in the skull behind each eye" - }, - "n01674216": { - "class_id": 1328, - "words": [ - "saurian" - ], - "gloss": "any of various reptiles of the suborder Sauria which includes lizards; in former classifications included also the crocodiles and dinosaurs" - }, - "n01674464": { - "class_id": 1329, - "words": [ - "lizard" - ], - "gloss": "relatively long-bodied reptile with usually two pairs of legs and a tapering tail" - }, - "n01674990": { - "class_id": 1330, - "words": [ - "gecko" - ], - "gloss": "any of various small chiefly tropical and usually nocturnal insectivorous terrestrial lizards typically with immovable eyelids; completely harmless" - }, - "n01676755": { - "class_id": 1331, - "words": [ - "iguanid", - "iguanid lizard" - ], - "gloss": "lizards of the New World and Madagascar and some Pacific islands; typically having a long tail and bright throat patch in males" - }, - "n01685439": { - "class_id": 1332, - "words": [ - "teiid lizard", - "teiid" - ], - "gloss": "tropical New World lizard with a long tail and large rectangular scales on the belly and a long tail" - }, - "n01687665": { - "class_id": 1333, - "words": [ - "agamid", - "agamid lizard" - ], - "gloss": "a lizard of the family Agamidae" - }, - "n01689411": { - "class_id": 1334, - "words": [ - "anguid lizard" - ], - "gloss": "any of a small family of lizards widely distributed in warm areas; all are harmless and useful as destroyers of e.g. slugs and insects" - }, - "n01691951": { - "class_id": 1335, - "words": [ - "venomous lizard" - ], - "gloss": "any of two or three large heavy-bodied lizards; only known venomous lizards" - }, - "n01692864": { - "class_id": 1336, - "words": [ - "lacertid lizard", - "lacertid" - ], - "gloss": "Old World terrestrial lizard" - }, - "n01693783": { - "class_id": 1337, - "words": [ - "chameleon", - "chamaeleon" - ], - "gloss": "lizard of Africa and Madagascar able to change skin color and having a projectile tongue" - }, - "n01694709": { - "class_id": 1338, - "words": [ - "monitor", - "monitor lizard", - "varan" - ], - "gloss": "any of various large tropical carnivorous lizards of Africa and Asia and Australia; fabled to warn of crocodiles" - }, - "n01695681": { - "class_id": 1339, - "words": [ - "archosaur", - "archosaurian", - "archosaurian reptile" - ], - "gloss": "extinct reptiles including: dinosaurs; plesiosaurs; pterosaurs; ichthyosaurs; thecodonts" - }, - "n01699831": { - "class_id": 1340, - "words": [ - "dinosaur" - ], - "gloss": "any of numerous extinct terrestrial reptiles of the Mesozoic era" - }, - "n01700470": { - "class_id": 1341, - "words": [ - "ornithischian", - "ornithischian dinosaur" - ], - "gloss": "herbivorous dinosaur with a pelvis like that of a bird" - }, - "n01703569": { - "class_id": 1342, - "words": [ - "ceratopsian", - "horned dinosaur" - ], - "gloss": "any of several four-footed herbivorous dinosaurs with enormous beaked skulls; of the late Cretaceous in North America and Mongolia" - }, - "n01696633": { - "class_id": 1343, - "words": [ - "crocodilian reptile", - "crocodilian" - ], - "gloss": "extant archosaurian reptile" - }, - "n01698434": { - "class_id": 1344, - "words": [ - "alligator", - "gator" - ], - "gloss": "either of two amphibious reptiles related to crocodiles but with shorter broader snouts" - }, - "n01697178": { - "class_id": 1345, - "words": [ - "crocodile" - ], - "gloss": "large voracious aquatic reptile having a long snout with massive jaws and sharp teeth and a body covered with bony plates; of sluggish tropical waters" - }, - "n01726692": { - "class_id": 1346, - "words": [ - "snake", - "serpent", - "ophidian" - ], - "gloss": "limbless scaly elongate reptile; some are venomous" - }, - "n01727646": { - "class_id": 1347, - "words": [ - "colubrid snake", - "colubrid" - ], - "gloss": "mostly harmless temperate-to-tropical terrestrial or arboreal or aquatic snakes" - }, - "n01741562": { - "class_id": 1348, - "words": [ - "constrictor" - ], - "gloss": "any of various large nonvenomous snakes that kill their prey by crushing it in its coils" - }, - "n01741943": { - "class_id": 1349, - "words": [ - "boa" - ], - "gloss": "any of several chiefly tropical constrictors with vestigial hind limbs" - }, - "n01743605": { - "class_id": 1350, - "words": [ - "python" - ], - "gloss": "large Old World boas" - }, - "n01745125": { - "class_id": 1351, - "words": [ - "elapid", - "elapid snake" - ], - "gloss": "any of numerous venomous fanged snakes of warmer parts of both hemispheres" - }, - "n01747885": { - "class_id": 1352, - "words": [ - "cobra" - ], - "gloss": "venomous Asiatic and African elapid snakes that can expand the skin of the neck into a hood" - }, - "n01749582": { - "class_id": 1353, - "words": [ - "mamba" - ], - "gloss": "arboreal snake of central and southern Africa whose bite is often fatal" - }, - "n01749742": { - "class_id": 1354, - "words": [ - "black mamba", - "Dendroaspis augusticeps" - ], - "gloss": "a highly venomous southern African mamba dreaded because of its quickness and readiness to bite" - }, - "n01752165": { - "class_id": 1355, - "words": [ - "viper" - ], - "gloss": "venomous Old World snakes characterized by hollow venom-conducting fangs in the upper jaw" - }, - "n01753959": { - "class_id": 1356, - "words": [ - "pit viper" - ], - "gloss": "New World vipers with hollow fangs and a heat-sensitive pit on each side of the head" - }, - "n01754876": { - "class_id": 1357, - "words": [ - "rattlesnake", - "rattler" - ], - "gloss": "pit viper with horny segments at the end of the tail that rattle when shaken" - }, - "n01627424": { - "class_id": 1358, - "words": [ - "amphibian" - ], - "gloss": "cold-blooded vertebrate typically living on land but breeding in water; aquatic larvae undergo metamorphosis into adult form" - }, - "n01639765": { - "class_id": 1359, - "words": [ - "frog", - "toad", - "toad frog", - "anuran", - "batrachian", - "salientian" - ], - "gloss": "any of various tailless stout-bodied amphibians with long hind limbs for leaping; semiaquatic and terrestrial species" - }, - "n01640846": { - "class_id": 1360, - "words": [ - "true frog", - "ranid" - ], - "gloss": "insectivorous usually semiaquatic web-footed amphibian with smooth moist skin and long hind legs" - }, - "n01629276": { - "class_id": 1361, - "words": [ - "salamander" - ], - "gloss": "any of various typically terrestrial amphibians that resemble lizards and that return to water only to breed" - }, - "n01630284": { - "class_id": 1362, - "words": [ - "newt", - "triton" - ], - "gloss": "small usually bright-colored semiaquatic salamanders of North America and Europe and northern Asia" - }, - "n01632047": { - "class_id": 1363, - "words": [ - "ambystomid", - "ambystomid salamander" - ], - "gloss": "small to moderate-sized terrestrial or semiaquatic New World salamander" - }, - "n01473806": { - "class_id": 1364, - "words": [ - "aquatic vertebrate" - ], - "gloss": "animal living wholly or chiefly in or on water" - }, - "n02512053": { - "class_id": 1365, - "words": [ - "fish" - ], - "gloss": "any of various mostly cold-blooded aquatic vertebrates usually having scales and breathing through gills; \"the shark is a large fish\"; \"in the living room there was a tank of colorful fish\"" - }, - "n01480516": { - "class_id": 1366, - "words": [ - "cartilaginous fish", - "chondrichthian" - ], - "gloss": "fishes in which the skeleton may be calcified but not ossified" - }, - "n01482071": { - "class_id": 1367, - "words": [ - "elasmobranch", - "selachian" - ], - "gloss": "any of numerous fishes of the class Chondrichthyes characterized by a cartilaginous skeleton and placoid scales: sharks; rays; skates" - }, - "n01482330": { - "class_id": 1368, - "words": [ - "shark" - ], - "gloss": "any of numerous elongate mostly marine carnivorous fishes with heterocercal caudal fins and tough skin covered with small toothlike scales" - }, - "n01483522": { - "class_id": 1369, - "words": [ - "mackerel shark" - ], - "gloss": "fierce pelagic and oceanic sharks" - }, - "n01488918": { - "class_id": 1370, - "words": [ - "requiem shark" - ], - "gloss": "any of numerous sharks from small relatively harmless bottom-dwellers to large dangerous oceanic and coastal species" - }, - "n01495701": { - "class_id": 1371, - "words": [ - "ray" - ], - "gloss": "cartilaginous fishes having horizontally flattened bodies and enlarged winglike pectoral fins with gills on the underside; most swim by moving the pectoral fins" - }, - "n02512938": { - "class_id": 1372, - "words": [ - "food fish" - ], - "gloss": "any fish used for food by human beings" - }, - "n02534734": { - "class_id": 1373, - "words": [ - "salmon" - ], - "gloss": "any of various large food and game fishes of northern waters; usually migrate from salt to fresh water to spawn" - }, - "n02514825": { - "class_id": 1374, - "words": [ - "bony fish" - ], - "gloss": "any fish of the class Osteichthyes" - }, - "n02528163": { - "class_id": 1375, - "words": [ - "teleost fish", - "teleost", - "teleostan" - ], - "gloss": "a bony fish of the subclass Teleostei" - }, - "n01428580": { - "class_id": 1376, - "words": [ - "soft-finned fish", - "malacopterygian" - ], - "gloss": "any fish of the superorder Malacopterygii" - }, - "n01438208": { - "class_id": 1377, - "words": [ - "cypriniform fish" - ], - "gloss": "a soft-finned fish of the order Cypriniformes" - }, - "n01439121": { - "class_id": 1378, - "words": [ - "cyprinid", - "cyprinid fish" - ], - "gloss": "soft-finned mainly freshwater fishes typically having toothless jaws and cycloid scales" - }, - "n02534559": { - "class_id": 1379, - "words": [ - "salmonid" - ], - "gloss": "soft-finned fishes of cold and temperate waters" - }, - "n02552171": { - "class_id": 1380, - "words": [ - "spiny-finned fish", - "acanthopterygian" - ], - "gloss": "a teleost fish with fins that are supported by sharp inflexible rays" - }, - "n02554730": { - "class_id": 1381, - "words": [ - "percoid fish", - "percoid", - "percoidean" - ], - "gloss": "any of numerous spiny-finned fishes of the order Perciformes" - }, - "n02605316": { - "class_id": 1382, - "words": [ - "butterfly fish" - ], - "gloss": "small usually brilliantly colored tropical marine fishes having narrow deep bodies with large broad fins; found worldwide" - }, - "n02606384": { - "class_id": 1383, - "words": [ - "damselfish", - "demoiselle" - ], - "gloss": "small brilliantly colored tropical marine fishes of coral reefs" - }, - "n02642107": { - "class_id": 1384, - "words": [ - "scorpaenoid", - "scorpaenoid fish" - ], - "gloss": "fishes having the head armored with bony plates" - }, - "n02642644": { - "class_id": 1385, - "words": [ - "scorpaenid", - "scorpaenid fish" - ], - "gloss": "any of numerous carnivorous usually bottom-dwelling warm-water marine fishes found worldwide but most abundant in the Pacific" - }, - "n02652668": { - "class_id": 1386, - "words": [ - "plectognath", - "plectognath fish" - ], - "gloss": "tropical marine fishes having the teeth fused into a beak and thick skin covered with bony plates or spines" - }, - "n02638596": { - "class_id": 1387, - "words": [ - "ganoid", - "ganoid fish" - ], - "gloss": "primitive fishes having thick bony scales with a shiny covering" - }, - "n00021939": { - "class_id": 1388, - "words": [ - "artifact", - "artefact" - ], - "gloss": "a man-made object taken as a whole" - }, - "n03575240": { - "class_id": 1389, - "words": [ - "instrumentality", - "instrumentation" - ], - "gloss": "an artifact (or system of artifacts) that is instrumental in accomplishing some end" - }, - "n03183080": { - "class_id": 1390, - "words": [ - "device" - ], - "gloss": "an instrumentality invented for a particular purpose; \"the device is small enough to wear on your wrist\"; \"a device intended to conserve water\"" - }, - "n03800933": { - "class_id": 1391, - "words": [ - "musical instrument", - "instrument" - ], - "gloss": "any of various devices or contrivances that can be used to produce musical tones or sounds" - }, - "n03614532": { - "class_id": 1392, - "words": [ - "keyboard instrument" - ], - "gloss": "a musical instrument that is played by means of a keyboard" - }, - "n03928116": { - "class_id": 1393, - "words": [ - "piano", - "pianoforte", - "forte-piano" - ], - "gloss": "a keyboard instrument that is played by depressing keys that cause hammers to strike tuned strings and produce sounds" - }, - "n03915437": { - "class_id": 1394, - "words": [ - "percussion instrument", - "percussive instrument" - ], - "gloss": "a musical instrument in which the sound is produced by one object striking another" - }, - "n04338517": { - "class_id": 1395, - "words": [ - "stringed instrument" - ], - "gloss": "a musical instrument in which taut strings provide the source of sound" - }, - "n02880546": { - "class_id": 1396, - "words": [ - "bowed stringed instrument", - "string" - ], - "gloss": "stringed instruments that are played with a bow; \"the strings played superlatively well\"" - }, - "n03025886": { - "class_id": 1397, - "words": [ - "chordophone" - ], - "gloss": "a stringed instrument of the group including harps, lutes, lyres, and zithers" - }, - "n03467517": { - "class_id": 1398, - "words": [ - "guitar" - ], - "gloss": "a stringed instrument usually having six strings; played by strumming or plucking" - }, - "n04586932": { - "class_id": 1399, - "words": [ - "wind instrument", - "wind" - ], - "gloss": "a musical instrument in which the sound is produced by an enclosed column of air that is moved by the breath" - }, - "n02891788": { - "class_id": 1400, - "words": [ - "brass", - "brass instrument" - ], - "gloss": "a wind instrument that consists of a brass tube (usually of variable length) that is blown by means of a cup-shaped or funnel-shaped mouthpiece" - }, - "n03393324": { - "class_id": 1401, - "words": [ - "free-reed instrument" - ], - "gloss": "a wind instrument with a free reed" - }, - "n03945615": { - "class_id": 1402, - "words": [ - "pipe" - ], - "gloss": "a tubular wind instrument" - }, - "n04598582": { - "class_id": 1403, - "words": [ - "woodwind", - "woodwind instrument", - "wood" - ], - "gloss": "any wind instrument other than the brass instruments" - }, - "n02817799": { - "class_id": 1404, - "words": [ - "beating-reed instrument", - "reed instrument", - "reed" - ], - "gloss": "a musical instrument that sounds by means of a vibrating reed" - }, - "n03228016": { - "class_id": 1405, - "words": [ - "double-reed instrument", - "double reed" - ], - "gloss": "a woodwind that has a pair of joined reeds that vibrate together" - }, - "n04222847": { - "class_id": 1406, - "words": [ - "single-reed instrument", - "single-reed woodwind" - ], - "gloss": "a beating-reed instrument with a single reed (as a clarinet or saxophone)" - }, - "n02676261": { - "class_id": 1407, - "words": [ - "acoustic device" - ], - "gloss": "a device for amplifying or transmitting sound" - }, - "n02688443": { - "class_id": 1408, - "words": [ - "airfoil", - "aerofoil", - "control surface", - "surface" - ], - "gloss": "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight" - }, - "n02730265": { - "class_id": 1409, - "words": [ - "applicator", - "applier" - ], - "gloss": "a device for applying a substance" - }, - "n02855089": { - "class_id": 1410, - "words": [ - "blower" - ], - "gloss": "a device that produces a current of air" - }, - "n02895606": { - "class_id": 1411, - "words": [ - "breathing device", - "breathing apparatus", - "breathing machine", - "ventilator" - ], - "gloss": "a device that facilitates breathing in cases of respiratory failure" - }, - "n03269401": { - "class_id": 1412, - "words": [ - "electrical device" - ], - "gloss": "a device that produces or is powered by electricity" - }, - "n04470953": { - "class_id": 1413, - "words": [ - "transducer" - ], - "gloss": "an electrical device that converts one form of energy into another" - }, - "n03274561": { - "class_id": 1414, - "words": [ - "electro-acoustic transducer" - ], - "gloss": "a transducer that converts electrical to acoustic energy or vice versa" - }, - "n03277771": { - "class_id": 1415, - "words": [ - "electronic device" - ], - "gloss": "a device that accomplishes its purpose electronically" - }, - "n03211117": { - "class_id": 1416, - "words": [ - "display", - "video display" - ], - "gloss": "an electronic device that represents information in visual form" - }, - "n03320046": { - "class_id": 1417, - "words": [ - "fan" - ], - "gloss": "a device for creating a current of air by movement of a surface or surfaces" - }, - "n03339643": { - "class_id": 1418, - "words": [ - "filter" - ], - "gloss": "device that removes something from whatever passes through it" - }, - "n03508101": { - "class_id": 1419, - "words": [ - "heater", - "warmer" - ], - "gloss": "device that heats water or supplies warmth to a room" - }, - "n03574816": { - "class_id": 1420, - "words": [ - "instrument" - ], - "gloss": "a device that requires skill for proper use" - }, - "n03575691": { - "class_id": 1421, - "words": [ - "instrument of execution" - ], - "gloss": "an instrument designed and used to take the life of a condemned person" - }, - "n03733925": { - "class_id": 1422, - "words": [ - "measuring instrument", - "measuring system", - "measuring device" - ], - "gloss": "instrument that shows the extent or amount or quantity or degree of something" - }, - "n03735637": { - "class_id": 1423, - "words": [ - "measuring stick", - "measure", - "measuring rod" - ], - "gloss": "measuring instrument having a sequence of marks at regular intervals; used as a reference in making measurements" - }, - "n03753077": { - "class_id": 1424, - "words": [ - "meter" - ], - "gloss": "any of various measuring instruments for measuring a quantity" - }, - "n04437953": { - "class_id": 1425, - "words": [ - "timepiece", - "timekeeper", - "horologe" - ], - "gloss": "a measuring instrument or device for keeping time" - }, - "n04555897": { - "class_id": 1426, - "words": [ - "watch", - "ticker" - ], - "gloss": "a small portable timepiece" - }, - "n03046257": { - "class_id": 1427, - "words": [ - "clock" - ], - "gloss": "a timepiece that shows the time of day" - }, - "n04134632": { - "class_id": 1428, - "words": [ - "sandglass" - ], - "gloss": "timepiece in which the passage of time is indicated by the flow of sand from one transparent container to another through a narrow passage" - }, - "n04438304": { - "class_id": 1429, - "words": [ - "timer" - ], - "gloss": "a timepiece that measures a time interval and signals its end" - }, - "n03739693": { - "class_id": 1430, - "words": [ - "medical instrument" - ], - "gloss": "instrument used in the practice of medicine" - }, - "n03813176": { - "class_id": 1431, - "words": [ - "navigational instrument" - ], - "gloss": "an instrument used for navigating" - }, - "n03080497": { - "class_id": 1432, - "words": [ - "compass" - ], - "gloss": "navigational instrument for finding directions" - }, - "n03852280": { - "class_id": 1433, - "words": [ - "optical instrument" - ], - "gloss": "an instrument designed to aid vision" - }, - "n04272054": { - "class_id": 1434, - "words": [ - "spectacles", - "specs", - "eyeglasses", - "glasses" - ], - "gloss": "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision" - }, - "n04147495": { - "class_id": 1435, - "words": [ - "scientific instrument" - ], - "gloss": "an instrument used by scientists" - }, - "n03709206": { - "class_id": 1436, - "words": [ - "magnifier" - ], - "gloss": "a scientific instrument that magnifies an image" - }, - "n03760671": { - "class_id": 1437, - "words": [ - "microscope" - ], - "gloss": "magnifier of the image of small objects; \"the invention of the microscope led to the discovery of the cell\"" - }, - "n03667829": { - "class_id": 1438, - "words": [ - "light microscope" - ], - "gloss": "microscope consisting of an optical instrument that magnifies the image of an object" - }, - "n03484931": { - "class_id": 1439, - "words": [ - "hand glass", - "simple microscope", - "magnifying glass" - ], - "gloss": "light microscope consisting of a single convex lens that is used to produce an enlarged image; \"the magnifying glass was invented by Roger Bacon in 1250\"" - }, - "n04403638": { - "class_id": 1440, - "words": [ - "telescope", - "scope" - ], - "gloss": "a magnifier of images of distant objects" - }, - "n02751295": { - "class_id": 1441, - "words": [ - "astronomical telescope" - ], - "gloss": "any telescope designed to collect and record electromagnetic radiation from cosmic sources" - }, - "n04565375": { - "class_id": 1442, - "words": [ - "weapon", - "arm", - "weapon system" - ], - "gloss": "any instrument or instrumentality used in fighting or hunting; \"he was licensed to carry a weapon\"" - }, - "n03467984": { - "class_id": 1443, - "words": [ - "gun" - ], - "gloss": "a weapon that discharges a missile at high velocity (especially from a metal tube or barrel)" - }, - "n03343853": { - "class_id": 1444, - "words": [ - "firearm", - "piece", - "small-arm" - ], - "gloss": "a portable gun; \"he wore his firearm in a shoulder holster\"" - }, - "n02759963": { - "class_id": 1445, - "words": [ - "autoloader", - "self-loader" - ], - "gloss": "a firearm that reloads itself" - }, - "n02760429": { - "class_id": 1446, - "words": [ - "automatic firearm", - "automatic gun", - "automatic weapon" - ], - "gloss": "a firearm that reloads itself and keeps firing until the trigger is released" - }, - "n02760855": { - "class_id": 1447, - "words": [ - "automatic rifle", - "automatic", - "machine rifle" - ], - "gloss": "light machine gun" - }, - "n03701391": { - "class_id": 1448, - "words": [ - "machine gun" - ], - "gloss": "a rapidly firing automatic gun (often mounted)" - }, - "n03948459": { - "class_id": 1449, - "words": [ - "pistol", - "handgun", - "side arm", - "shooting iron" - ], - "gloss": "a firearm that is held and fired with one hand" - }, - "n03614007": { - "class_id": 1450, - "words": [ - "keyboard" - ], - "gloss": "device consisting of a set of keys on a piano or organ or typewriter or typesetting machine or computer or the like" - }, - "n03664675": { - "class_id": 1451, - "words": [ - "lifting device" - ], - "gloss": "a device for lifting heavy loads" - }, - "n03699975": { - "class_id": 1452, - "words": [ - "machine" - ], - "gloss": "any mechanical or electrical device that transmits or modifies energy to perform or assist in the performance of human tasks" - }, - "n03997484": { - "class_id": 1453, - "words": [ - "power tool" - ], - "gloss": "a tool driven by a motor" - }, - "n03996145": { - "class_id": 1454, - "words": [ - "power saw", - "saw", - "sawing machine" - ], - "gloss": "a power tool for cutting wood" - }, - "n02938886": { - "class_id": 1455, - "words": [ - "calculator", - "calculating machine" - ], - "gloss": "a small machine that is used for mathematical calculations" - }, - "n03082979": { - "class_id": 1456, - "words": [ - "computer", - "computing machine", - "computing device", - "data processor", - "electronic computer", - "information processing system" - ], - "gloss": "a machine for performing calculations automatically" - }, - "n02708224": { - "class_id": 1457, - "words": [ - "analog computer", - "analogue computer" - ], - "gloss": "a computer that represents information by variable quantities (e.g., positions or voltages)" - }, - "n03196324": { - "class_id": 1458, - "words": [ - "digital computer" - ], - "gloss": "a computer that represents information by numerical (binary) digits" - }, - "n03918480": { - "class_id": 1459, - "words": [ - "personal computer", - "PC", - "microcomputer" - ], - "gloss": "a small digital computer based on a microprocessor and designed to be used by one person at a time" - }, - "n03985232": { - "class_id": 1460, - "words": [ - "portable computer" - ], - "gloss": "a personal computer that can easily be carried by hand" - }, - "n03322940": { - "class_id": 1461, - "words": [ - "farm machine" - ], - "gloss": "a machine used in farming" - }, - "n04004475": { - "class_id": 1462, - "words": [ - "printer", - "printing machine" - ], - "gloss": "a machine that prints" - }, - "n04243941": { - "class_id": 1463, - "words": [ - "slot machine", - "coin machine" - ], - "gloss": "a machine that is operated by the insertion of a coin in a slot" - }, - "n04417180": { - "class_id": 1464, - "words": [ - "textile machine" - ], - "gloss": "a machine for making textiles" - }, - "n03738472": { - "class_id": 1465, - "words": [ - "mechanism" - ], - "gloss": "device consisting of a piece of machinery; has moving parts that perform some function" - }, - "n03096960": { - "class_id": 1466, - "words": [ - "control", - "controller" - ], - "gloss": "a mechanism that controls the operation of a machine; \"the speed controller on his turntable was not working properly\"; \"I turned the controls over to her\"" - }, - "n03736970": { - "class_id": 1467, - "words": [ - "mechanical device" - ], - "gloss": "mechanism consisting of a device that works on mechanical principles" - }, - "n03700963": { - "class_id": 1468, - "words": [ - "machine", - "simple machine" - ], - "gloss": "a device for overcoming resistance at one point by applying force at some other point" - }, - "n04574999": { - "class_id": 1469, - "words": [ - "wheel" - ], - "gloss": "a simple machine consisting of a circular frame with spokes (or a solid disc) that can rotate on a shaft or axle (as in vehicles or other machines)" - }, - "n04021798": { - "class_id": 1470, - "words": [ - "pump" - ], - "gloss": "a mechanical device that moves fluid or gas by pressure or suction" - }, - "n04088797": { - "class_id": 1471, - "words": [ - "ride" - ], - "gloss": "a mechanical device that you ride for amusement or excitement" - }, - "n04586421": { - "class_id": 1472, - "words": [ - "winder" - ], - "gloss": "mechanical device around which something can be wound" - }, - "n04110955": { - "class_id": 1473, - "words": [ - "rotating mechanism" - ], - "gloss": "a mechanism that rotates" - }, - "n03032811": { - "class_id": 1474, - "words": [ - "circle", - "round" - ], - "gloss": "any circular or rotating mechanism; \"the machine punched out metal circles\"" - }, - "n03208556": { - "class_id": 1475, - "words": [ - "disk", - "disc" - ], - "gloss": "a flat circular plate" - }, - "n03744840": { - "class_id": 1476, - "words": [ - "memory device", - "storage device" - ], - "gloss": "a device that preserves information for retrieval" - }, - "n03706653": { - "class_id": 1477, - "words": [ - "magnetic disk", - "magnetic disc", - "disk", - "disc" - ], - "gloss": "(computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored" - }, - "n03851341": { - "class_id": 1478, - "words": [ - "optical device" - ], - "gloss": "a device for producing or controlling light" - }, - "n03656484": { - "class_id": 1479, - "words": [ - "lens", - "lense", - "lens system" - ], - "gloss": "a transparent optical device used to converge or diverge transmitted light and to form images" - }, - "n03099771": { - "class_id": 1480, - "words": [ - "converging lens", - "convex lens" - ], - "gloss": "lens such that a beam of light passing through it is brought to a point or focus" - }, - "n04069276": { - "class_id": 1481, - "words": [ - "reflector" - ], - "gloss": "device that reflects radiation" - }, - "n03773035": { - "class_id": 1482, - "words": [ - "mirror" - ], - "gloss": "polished surface that forms images by reflecting light" - }, - "n04081844": { - "class_id": 1483, - "words": [ - "restraint", - "constraint" - ], - "gloss": "a device that retards something's motion; \"the car did not have proper restraints fitted\"" - }, - "n02889425": { - "class_id": 1484, - "words": [ - "brake" - ], - "gloss": "a restraint used to slow or stop a vehicle" - }, - "n02891188": { - "class_id": 1485, - "words": [ - "brake system", - "brakes" - ], - "gloss": "a braking device consisting of a combination of interacting parts that work to slow a motor vehicle" - }, - "n03551084": { - "class_id": 1486, - "words": [ - "hydraulic brake", - "hydraulic brakes" - ], - "gloss": "brake system in which a brake pedal moves a piston in the master cylinder; brake fluid then applies great force to the brake pads or shoes" - }, - "n03323703": { - "class_id": 1487, - "words": [ - "fastener", - "fastening", - "holdfast", - "fixing" - ], - "gloss": "restraint that attaches to something or holds something in place" - }, - "n03043958": { - "class_id": 1488, - "words": [ - "clip" - ], - "gloss": "any of various small fasteners used to hold loose articles together" - }, - "n03682487": { - "class_id": 1489, - "words": [ - "lock" - ], - "gloss": "a fastener fitted to a door or drawer to keep it firmly closed" - }, - "n03940256": { - "class_id": 1490, - "words": [ - "pin" - ], - "gloss": "a small slender (often pointed) piece of wood or metal used to support or fasten or attach things" - }, - "n04125853": { - "class_id": 1491, - "words": [ - "safety belt", - "life belt", - "safety harness" - ], - "gloss": "belt attaching you to some object as a restraint in order to prevent you from getting hurt" - }, - "n04120093": { - "class_id": 1492, - "words": [ - "runner" - ], - "gloss": "device consisting of the parts on which something can slide along" - }, - "n04217718": { - "class_id": 1493, - "words": [ - "signaling device" - ], - "gloss": "a device used to send signals" - }, - "n04263760": { - "class_id": 1494, - "words": [ - "source of illumination" - ], - "gloss": "any device serving as a source of visible electromagnetic radiation" - }, - "n03636248": { - "class_id": 1495, - "words": [ - "lamp" - ], - "gloss": "an artificial source of visible illumination" - }, - "n03640988": { - "class_id": 1496, - "words": [ - "lantern" - ], - "gloss": "light in a transparent protective case" - }, - "n03665366": { - "class_id": 1497, - "words": [ - "light", - "light source" - ], - "gloss": "any device serving as a source of illumination; \"he stopped the car and turned off the lights\"" - }, - "n04336034": { - "class_id": 1498, - "words": [ - "strengthener", - "reinforcement" - ], - "gloss": "a device designed to provide additional strength; \"the cardboard backing was just a strengthener\"; \"he used gummed reinforcements to hold the page in his notebook\"" - }, - "n02887209": { - "class_id": 1499, - "words": [ - "brace" - ], - "gloss": "a support that steadies or strengthens something else; \"he wore a brace on his knee\"" - }, - "n04359589": { - "class_id": 1500, - "words": [ - "support" - ], - "gloss": "any device that bears the weight of another thing; \"there was no place to attach supports for a shelf\"" - }, - "n04038440": { - "class_id": 1501, - "words": [ - "rack", - "stand" - ], - "gloss": "a support for displaying various articles; \"the newspapers were arranged on a rack\"" - }, - "n04341414": { - "class_id": 1502, - "words": [ - "structural member" - ], - "gloss": "support that is a constituent part of any structure or building" - }, - "n04515129": { - "class_id": 1503, - "words": [ - "upright", - "vertical" - ], - "gloss": "a vertical structural member as a post or stake; \"the ball sailed between the uprights\"" - }, - "n03988170": { - "class_id": 1504, - "words": [ - "post" - ], - "gloss": "an upright consisting of a piece of timber or metal fixed firmly in an upright position; \"he set a row of posts in the ground and strung barbwire between them\"" - }, - "n04474466": { - "class_id": 1505, - "words": [ - "trap" - ], - "gloss": "a device in which something (usually an animal) can be caught and penned" - }, - "n04568557": { - "class_id": 1506, - "words": [ - "web", - "entanglement" - ], - "gloss": "an intricate trap that entangles or ensnares its victim" - }, - "n03563967": { - "class_id": 1507, - "words": [ - "implement" - ], - "gloss": "instrumentation (a piece of equipment or tool) used to effect an end" - }, - "n04451818": { - "class_id": 1508, - "words": [ - "tool" - ], - "gloss": "an implement used in the practice of a vocation" - }, - "n03154446": { - "class_id": 1509, - "words": [ - "cutting implement" - ], - "gloss": "a tool used for cutting or slicing" - }, - "n03154073": { - "class_id": 1510, - "words": [ - "cutter", - "cutlery", - "cutting tool" - ], - "gloss": "a cutting implement; a tool for cutting" - }, - "n03265032": { - "class_id": 1511, - "words": [ - "edge tool" - ], - "gloss": "any cutting tool with a sharp cutting edge (as a chisel or knife or plane or gouge)" - }, - "n02764044": { - "class_id": 1512, - "words": [ - "ax", - "axe" - ], - "gloss": "an edge tool with a heavy bladed head mounted across a handle" - }, - "n03623556": { - "class_id": 1513, - "words": [ - "knife" - ], - "gloss": "edge tool used as a cutting instrument; has a pointed blade with a sharp edge and a handle" - }, - "n03239726": { - "class_id": 1514, - "words": [ - "drill" - ], - "gloss": "a tool with a sharp point and cutting edges for making holes in hard materials (usually rotating rapidly or by repeated blows)" - }, - "n03418242": { - "class_id": 1515, - "words": [ - "garden tool", - "lawn tool" - ], - "gloss": "used for working in gardens or yards" - }, - "n03489162": { - "class_id": 1516, - "words": [ - "hand tool" - ], - "gloss": "a tool used with workers' hands" - }, - "n03848348": { - "class_id": 1517, - "words": [ - "opener" - ], - "gloss": "a hand tool used for opening sealed containers (bottles or cans)" - }, - "n02877962": { - "class_id": 1518, - "words": [ - "bottle opener" - ], - "gloss": "an opener for removing caps or corks from bottles" - }, - "n04516672": { - "class_id": 1519, - "words": [ - "utensil" - ], - "gloss": "an implement for practical use (especially in a household)" - }, - "n03621049": { - "class_id": 1520, - "words": [ - "kitchen utensil" - ], - "gloss": "a utensil used in preparing food" - }, - "n03101986": { - "class_id": 1521, - "words": [ - "cooking utensil", - "cookware" - ], - "gloss": "a kitchen utensil made of material that does not melt easily; used for cooking" - }, - "n03101156": { - "class_id": 1522, - "words": [ - "cooker" - ], - "gloss": "a utensil for cooking" - }, - "n03880531": { - "class_id": 1523, - "words": [ - "pan", - "cooking pan" - ], - "gloss": "cooking utensil consisting of a wide metal vessel" - }, - "n03990474": { - "class_id": 1524, - "words": [ - "pot" - ], - "gloss": "metal or earthenware cooking vessel that is usually round and deep; often has a handle and lid" - }, - "n04500060": { - "class_id": 1525, - "words": [ - "turner", - "food turner" - ], - "gloss": "cooking utensil having a flat flexible part and a long handle; used for turning or serving food" - }, - "n03039947": { - "class_id": 1526, - "words": [ - "cleaning implement", - "cleaning device", - "cleaning equipment" - ], - "gloss": "any of a large class of implements used for cleaning" - }, - "n02908217": { - "class_id": 1527, - "words": [ - "brush" - ], - "gloss": "an implement that has hairs or bristles firmly set into a handle" - }, - "n03294833": { - "class_id": 1528, - "words": [ - "eraser" - ], - "gloss": "an implement used to erase something" - }, - "n04185071": { - "class_id": 1529, - "words": [ - "sharpener" - ], - "gloss": "any implement that is used to make something (an edge or a point) sharper; \"a knife sharpener\"" - }, - "n03837422": { - "class_id": 1530, - "words": [ - "oar" - ], - "gloss": "an implement used to propel or steer a boat" - }, - "n04100174": { - "class_id": 1531, - "words": [ - "rod" - ], - "gloss": "a long thin implement made of metal or wood" - }, - "n04608567": { - "class_id": 1532, - "words": [ - "writing implement" - ], - "gloss": "an implement that is used to write" - }, - "n03906997": { - "class_id": 1533, - "words": [ - "pen" - ], - "gloss": "a writing implement with a point from which ink flows" - }, - "n04317420": { - "class_id": 1534, - "words": [ - "stick" - ], - "gloss": "an implement consisting of a length of wood; \"he collected dry sticks for a campfire\"; \"the kid had a candied apple on a stick\"" - }, - "n04296261": { - "class_id": 1535, - "words": [ - "staff" - ], - "gloss": "a strong rod or stick with a specialized utilitarian purpose; \"he walked with the help of a wooden staff\"" - }, - "n02788689": { - "class_id": 1536, - "words": [ - "bar" - ], - "gloss": "a rigid piece of metal or wood; usually used as a fastening or obstruction or weapon; \"there were bars in the windows to prevent escape\"" - }, - "n03659292": { - "class_id": 1537, - "words": [ - "lever" - ], - "gloss": "a rigid bar pivoted about a fulcrum" - }, - "n03613592": { - "class_id": 1538, - "words": [ - "key" - ], - "gloss": "a lever (as in a keyboard) that actuates a mechanism when depressed" - }, - "n04285622": { - "class_id": 1539, - "words": [ - "sports implement" - ], - "gloss": "an implement used in a sport" - }, - "n03094503": { - "class_id": 1540, - "words": [ - "container" - ], - "gloss": "any object that can be used to hold things (especially a large metal boxlike object of standardized dimensions that can be loaded from one form of transport to another)" - }, - "n04576211": { - "class_id": 1541, - "words": [ - "wheeled vehicle" - ], - "gloss": "a vehicle that moves on wheels and usually has a container for transporting things or people; \"the oldest known wheeled vehicles were found in Sumer and Syria and date from around 3500 BC\"" - }, - "n02834778": { - "class_id": 1542, - "words": [ - "bicycle", - "bike", - "wheel", - "cycle" - ], - "gloss": "a wheeled vehicle that has two wheels and is moved by foot pedals" - }, - "n02959942": { - "class_id": 1543, - "words": [ - "car", - "railcar", - "railway car", - "railroad car" - ], - "gloss": "a wheeled vehicle adapted to the rails of railroad; \"three cars had jumped the rails\"" - }, - "n03484083": { - "class_id": 1544, - "words": [ - "handcart", - "pushcart", - "cart", - "go-cart" - ], - "gloss": "wheeled vehicle that can be pushed by a person; may have one or two or four wheels; \"he used a handcart to carry the rocks away\"; \"their pushcart was piled high with groceries\"" - }, - "n04170037": { - "class_id": 1545, - "words": [ - "self-propelled vehicle" - ], - "gloss": "a wheeled vehicle that carries in itself a means of propulsion" - }, - "n02740533": { - "class_id": 1546, - "words": [ - "armored vehicle", - "armoured vehicle" - ], - "gloss": "a vehicle that is protected by armor plate" - }, - "n03684823": { - "class_id": 1547, - "words": [ - "locomotive", - "engine", - "locomotive engine", - "railway locomotive" - ], - "gloss": "a wheeled vehicle consisting of a self-propelled engine that is used to draw trains along railway tracks" - }, - "n03791235": { - "class_id": 1548, - "words": [ - "motor vehicle", - "automotive vehicle" - ], - "gloss": "a self-propelled wheeled vehicle that does not run on rails" - }, - "n02958343": { - "class_id": 1549, - "words": [ - "car", - "auto", - "automobile", - "machine", - "motorcar" - ], - "gloss": "a motor vehicle with four wheels; usually propelled by an internal combustion engine; \"he needs a car to get to work\"" - }, - "n03790512": { - "class_id": 1550, - "words": [ - "motorcycle", - "bike" - ], - "gloss": "a motor vehicle with two wheels and a strong frame" - }, - "n03769722": { - "class_id": 1551, - "words": [ - "minibike", - "motorbike" - ], - "gloss": "small motorcycle with a low frame and small wheels and elevated handlebars" - }, - "n04490091": { - "class_id": 1552, - "words": [ - "truck", - "motortruck" - ], - "gloss": "an automotive vehicle suitable for hauling" - }, - "n04520170": { - "class_id": 1553, - "words": [ - "van" - ], - "gloss": "a truck with an enclosed cargo space" - }, - "n03896419": { - "class_id": 1554, - "words": [ - "passenger van" - ], - "gloss": "a van that carries passengers" - }, - "n04464852": { - "class_id": 1555, - "words": [ - "tracked vehicle" - ], - "gloss": "a self-propelled vehicle that moves on tracks" - }, - "n04467099": { - "class_id": 1556, - "words": [ - "trailer", - "house trailer" - ], - "gloss": "a wheeled vehicle that can be pulled by a car or truck and is equipped for occupancy" - }, - "n04543158": { - "class_id": 1557, - "words": [ - "wagon", - "waggon" - ], - "gloss": "any of various kinds of wheeled vehicles drawn by an animal or a tractor" - }, - "n02970849": { - "class_id": 1558, - "words": [ - "cart" - ], - "gloss": "a heavy open wagon usually having two wheels and drawn by an animal" - }, - "n02801938": { - "class_id": 1559, - "words": [ - "basket", - "handbasket" - ], - "gloss": "a container that is usually woven and has handles" - }, - "n02773037": { - "class_id": 1560, - "words": [ - "bag" - ], - "gloss": "a flexible container with a single opening; \"he stuffed his laundry into a large bag\"" - }, - "n04284002": { - "class_id": 1561, - "words": [ - "spoon" - ], - "gloss": "a piece of cutlery with a shallow bowl-shaped container and a handle; used to stir or serve or take up food" - }, - "n04139859": { - "class_id": 1562, - "words": [ - "savings bank", - "coin bank", - "money box", - "bank" - ], - "gloss": "a container (usually with a slot in the top) for keeping money at home; \"the coin bank was empty\"" - }, - "n03206908": { - "class_id": 1563, - "words": [ - "dish" - ], - "gloss": "a piece of dishware normally used as a container for holding or serving food; \"we gave them a set of dishes for a wedding present\"" - }, - "n02880940": { - "class_id": 1564, - "words": [ - "bowl" - ], - "gloss": "a dish that is round and open at the top for serving foods" - }, - "n02839910": { - "class_id": 1565, - "words": [ - "bin" - ], - "gloss": "a container; usually has a lid" - }, - "n04183329": { - "class_id": 1566, - "words": [ - "shaker" - ], - "gloss": "a container in which something can be shaken" - }, - "n04531098": { - "class_id": 1567, - "words": [ - "vessel" - ], - "gloss": "an object used as a container (especially for liquids)" - }, - "n02801525": { - "class_id": 1568, - "words": [ - "basin" - ], - "gloss": "a bowl-shaped vessel; usually used for holding food or liquids; \"she mixed the dough in a large basin\"" - }, - "n03593526": { - "class_id": 1569, - "words": [ - "jar" - ], - "gloss": "a vessel (usually cylindrical) with a wide mouth and without handles" - }, - "n02876657": { - "class_id": 1570, - "words": [ - "bottle" - ], - "gloss": "a glass or plastic vessel used for storing drinks or other liquids; typically cylindrical without handles and with a narrow neck that can be plugged or capped" - }, - "n03603722": { - "class_id": 1571, - "words": [ - "jug" - ], - "gloss": "a large bottle with a narrow mouth" - }, - "n04388743": { - "class_id": 1572, - "words": [ - "tank", - "storage tank" - ], - "gloss": "a large (usually metallic) vessel for holding gases or liquids" - }, - "n04078574": { - "class_id": 1573, - "words": [ - "reservoir" - ], - "gloss": "tank used for collecting and storing a liquid (as water or oil)" - }, - "n03035510": { - "class_id": 1574, - "words": [ - "cistern" - ], - "gloss": "an artificial reservoir for storing liquids; especially an underground tank for storing rainwater" - }, - "n03241496": { - "class_id": 1575, - "words": [ - "drinking vessel" - ], - "gloss": "a vessel intended for drinking" - }, - "n03797390": { - "class_id": 1576, - "words": [ - "mug" - ], - "gloss": "with handle and usually cylindrical" - }, - "n02946921": { - "class_id": 1577, - "words": [ - "can", - "tin", - "tin can" - ], - "gloss": "airtight sealed metal container for food or drink or paint etc." - }, - "n03438257": { - "class_id": 1578, - "words": [ - "glass", - "drinking glass" - ], - "gloss": "a container for holding liquids while drinking" - }, - "n04060904": { - "class_id": 1579, - "words": [ - "receptacle" - ], - "gloss": "a container that is used to put or keep things in" - }, - "n03210683": { - "class_id": 1580, - "words": [ - "dispenser" - ], - "gloss": "a container so designed that the contents can be used in prescribed amounts" - }, - "n03871083": { - "class_id": 1581, - "words": [ - "package", - "parcel" - ], - "gloss": "a wrapped container" - }, - "n02883344": { - "class_id": 1582, - "words": [ - "box" - ], - "gloss": "a (usually rectangular) container; may have a lid; \"he rummaged through a box of spare parts\"" - }, - "n04340750": { - "class_id": 1583, - "words": [ - "strongbox", - "deedbox" - ], - "gloss": "a strongly made box for holding money or valuables; can be locked" - }, - "n03733644": { - "class_id": 1584, - "words": [ - "measure" - ], - "gloss": "a container of some standard capacity that is used to obtain fixed amounts of a substance" - }, - "n02974697": { - "class_id": 1585, - "words": [ - "case" - ], - "gloss": "a portable container for carrying several objects; \"the musicians left their instrument cases backstage\"" - }, - "n03294048": { - "class_id": 1586, - "words": [ - "equipment" - ], - "gloss": "an instrumentality needed for an undertaking or to perform a service" - }, - "n04285146": { - "class_id": 1587, - "words": [ - "sports equipment" - ], - "gloss": "equipment needed to participate in a particular sport" - }, - "n03446832": { - "class_id": 1588, - "words": [ - "golf equipment" - ], - "gloss": "sports equipment used in playing golf" - }, - "n02799897": { - "class_id": 1589, - "words": [ - "baseball equipment" - ], - "gloss": "equipment used in playing baseball" - }, - "n03472232": { - "class_id": 1590, - "words": [ - "gymnastic apparatus", - "exerciser" - ], - "gloss": "sports equipment used in gymnastic exercises" - }, - "n02802721": { - "class_id": 1591, - "words": [ - "basketball equipment" - ], - "gloss": "sports equipment used in playing basketball" - }, - "n03134853": { - "class_id": 1592, - "words": [ - "croquet equipment" - ], - "gloss": "sports equipment used in playing croquet" - }, - "n04571292": { - "class_id": 1593, - "words": [ - "weight", - "free weight", - "exercising weight" - ], - "gloss": "sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms" - }, - "n03414162": { - "class_id": 1594, - "words": [ - "game equipment" - ], - "gloss": "equipment or apparatus used in playing a game" - }, - "n03413828": { - "class_id": 1595, - "words": [ - "game" - ], - "gloss": "the game equipment needed in order to play a particular game; \"the child received several games for his birthday\"" - }, - "n04028315": { - "class_id": 1596, - "words": [ - "puzzle" - ], - "gloss": "a game that tests your ingenuity" - }, - "n02778669": { - "class_id": 1597, - "words": [ - "ball" - ], - "gloss": "round object that is hit or thrown or kicked in games; \"the ball travelled 90 mph on his serve\"; \"the mayor threw out the first ball\"; \"the ball rolled into the corner pocket\"" - }, - "n03926148": { - "class_id": 1598, - "words": [ - "photographic equipment" - ], - "gloss": "equipment used by a photographer" - }, - "n02942699": { - "class_id": 1599, - "words": [ - "camera", - "photographic camera" - ], - "gloss": "equipment for taking photographs (usually consisting of a lightproof box with a lens at one end and light-sensitive film at the other)" - }, - "n03430959": { - "class_id": 1600, - "words": [ - "gear", - "paraphernalia", - "appurtenance" - ], - "gloss": "equipment consisting of miscellaneous articles needed for a particular operation or sport etc." - }, - "n03619396": { - "class_id": 1601, - "words": [ - "kit", - "outfit" - ], - "gloss": "gear consisting of a set of articles or tools for a specified purpose" - }, - "n04091097": { - "class_id": 1602, - "words": [ - "rig" - ], - "gloss": "gear (including necessary machinery) for a particular enterprise" - }, - "n03241093": { - "class_id": 1603, - "words": [ - "drill rig", - "drilling rig", - "oilrig", - "oil rig" - ], - "gloss": "rig used in drilling for oil or gas" - }, - "n04137444": { - "class_id": 1604, - "words": [ - "satellite", - "artificial satellite", - "orbiter" - ], - "gloss": "man-made equipment that orbits around the earth or the moon" - }, - "n04264914": { - "class_id": 1605, - "words": [ - "spacecraft", - "ballistic capsule", - "space vehicle" - ], - "gloss": "a craft capable of traveling in outer space; technically, a satellite around the sun" - }, - "n03278248": { - "class_id": 1606, - "words": [ - "electronic equipment" - ], - "gloss": "equipment that involves the controlled conduction of electrons (especially in a gas or vacuum or semiconductor)" - }, - "n02757462": { - "class_id": 1607, - "words": [ - "audio system", - "sound system" - ], - "gloss": "a system of electronic equipment for recording or reproducing sound" - }, - "n04077430": { - "class_id": 1608, - "words": [ - "reproducer" - ], - "gloss": "an audio system that can reproduce and amplify signals to produce sound" - }, - "n04315948": { - "class_id": 1609, - "words": [ - "stereo", - "stereophony", - "stereo system", - "stereophonic system" - ], - "gloss": "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound" - }, - "n03916720": { - "class_id": 1610, - "words": [ - "peripheral", - "computer peripheral", - "peripheral device" - ], - "gloss": "(computer science) electronic equipment connected by cable to the CPU of a computer; \"disk drives and printers are important peripherals\"" - }, - "n03163973": { - "class_id": 1611, - "words": [ - "data input device", - "input device" - ], - "gloss": "a device that can be used to insert data into a computer or other computational device" - }, - "n04401088": { - "class_id": 1612, - "words": [ - "telephone", - "phone", - "telephone set" - ], - "gloss": "electronic equipment that converts sound into electrical signals that can be transmitted over distances and then converts received signals back into sounds; \"I talked to him on the telephone\"" - }, - "n04044498": { - "class_id": 1613, - "words": [ - "radiotelephone", - "radiophone", - "wireless telephone" - ], - "gloss": "a telephone that communicates by radio waves rather than along cables" - }, - "n02727825": { - "class_id": 1614, - "words": [ - "apparatus", - "setup" - ], - "gloss": "equipment designed to serve a specific function" - }, - "n03257586": { - "class_id": 1615, - "words": [ - "duplicator", - "copier" - ], - "gloss": "apparatus that makes copies of typed, written or drawn material" - }, - "n04077734": { - "class_id": 1616, - "words": [ - "rescue equipment" - ], - "gloss": "equipment used to rescue passengers in case of emergency" - }, - "n04447443": { - "class_id": 1617, - "words": [ - "toiletry", - "toilet articles" - ], - "gloss": "artifacts used in making your toilet (washing and taking care of your body)" - }, - "n03128519": { - "class_id": 1618, - "words": [ - "cream", - "ointment", - "emollient" - ], - "gloss": "toiletry consisting of any of various substances in the form of a thick liquid that have a soothing and moisturizing effect when applied to the skin" - }, - "n03113152": { - "class_id": 1619, - "words": [ - "cosmetic" - ], - "gloss": "a toiletry designed to beautify the body" - }, - "n03714235": { - "class_id": 1620, - "words": [ - "makeup", - "make-up", - "war paint" - ], - "gloss": "cosmetics applied to the face to improve or change your appearance" - }, - "n03100490": { - "class_id": 1621, - "words": [ - "conveyance", - "transport" - ], - "gloss": "something that serves as a means of transportation" - }, - "n04524313": { - "class_id": 1622, - "words": [ - "vehicle" - ], - "gloss": "a conveyance that transports people or objects" - }, - "n03125870": { - "class_id": 1623, - "words": [ - "craft" - ], - "gloss": "a vehicle designed for navigation in or on water or air or through outer space" - }, - "n02686568": { - "class_id": 1624, - "words": [ - "aircraft" - ], - "gloss": "a vehicle that can fly" - }, - "n03510583": { - "class_id": 1625, - "words": [ - "heavier-than-air craft" - ], - "gloss": "a non-buoyant aircraft that requires a source of power to hold it aloft and to propel it" - }, - "n02691156": { - "class_id": 1626, - "words": [ - "airplane", - "aeroplane", - "plane" - ], - "gloss": "an aircraft that has a fixed wing and is powered by propellers or jets; \"the flight was delayed due to trouble with the airplane\"" - }, - "n03666917": { - "class_id": 1627, - "words": [ - "lighter-than-air craft" - ], - "gloss": "aircraft supported by its own buoyancy" - }, - "n04530566": { - "class_id": 1628, - "words": [ - "vessel", - "watercraft" - ], - "gloss": "a craft designed for water transportation" - }, - "n02858304": { - "class_id": 1629, - "words": [ - "boat" - ], - "gloss": "a small vessel for travel on water" - }, - "n03790230": { - "class_id": 1630, - "words": [ - "motorboat", - "powerboat" - ], - "gloss": "a boat propelled by an internal-combustion engine" - }, - "n04158807": { - "class_id": 1631, - "words": [ - "sea boat" - ], - "gloss": "a boat that is seaworthy; that is adapted to the open seas" - }, - "n04244997": { - "class_id": 1632, - "words": [ - "small boat" - ], - "gloss": "a boat that is small" - }, - "n04128837": { - "class_id": 1633, - "words": [ - "sailing vessel", - "sailing ship" - ], - "gloss": "a vessel that is powered by the wind; often having several masts" - }, - "n04128499": { - "class_id": 1634, - "words": [ - "sailboat", - "sailing boat" - ], - "gloss": "a small sailing vessel; usually with a single mast" - }, - "n04194289": { - "class_id": 1635, - "words": [ - "ship" - ], - "gloss": "a vessel that carries passengers or freight" - }, - "n02965300": { - "class_id": 1636, - "words": [ - "cargo ship", - "cargo vessel" - ], - "gloss": "a ship designed to carry cargo" - }, - "n03896103": { - "class_id": 1637, - "words": [ - "passenger ship" - ], - "gloss": "a ship built to carry passengers" - }, - "n04552696": { - "class_id": 1638, - "words": [ - "warship", - "war vessel", - "combat ship" - ], - "gloss": "a government ship that is available for waging war" - }, - "n04348184": { - "class_id": 1639, - "words": [ - "submersible", - "submersible warship" - ], - "gloss": "a warship designed to operate under water" - }, - "n03764276": { - "class_id": 1640, - "words": [ - "military vehicle" - ], - "gloss": "vehicle used by the armed forces" - }, - "n04099429": { - "class_id": 1641, - "words": [ - "rocket", - "projectile" - ], - "gloss": "any vehicle self-propelled by a rocket engine" - }, - "n04235291": { - "class_id": 1642, - "words": [ - "sled", - "sledge", - "sleigh" - ], - "gloss": "a vehicle mounted on runners and pulled by horses or dogs; for transportation over snow" - }, - "n03678362": { - "class_id": 1643, - "words": [ - "litter" - ], - "gloss": "conveyance consisting of a chair or bed carried on two poles by bearers" - }, - "n04019101": { - "class_id": 1644, - "words": [ - "public transport" - ], - "gloss": "conveyance for passengers or mail or freight" - }, - "n04468005": { - "class_id": 1645, - "words": [ - "train", - "railroad train" - ], - "gloss": "public transport provided by a line of railway cars coupled together and drawn by a locomotive; \"express trains don't stop at Princeton Junction\"" - }, - "n03896233": { - "class_id": 1646, - "words": [ - "passenger train" - ], - "gloss": "a train that carries passengers" - }, - "n02924116": { - "class_id": 1647, - "words": [ - "bus", - "autobus", - "coach", - "charabanc", - "double-decker", - "jitney", - "motorbus", - "motorcoach", - "omnibus", - "passenger vehicle" - ], - "gloss": "a vehicle carrying many passengers; used for public transport; \"he always rode the bus to work\"" - }, - "n03091374": { - "class_id": 1648, - "words": [ - "connection", - "connexion", - "connector", - "connecter", - "connective" - ], - "gloss": "an instrumentality that connects; \"he soldered the connection\"; \"he didn't have the right connector between the amplifier and the speakers\"" - }, - "n02755352": { - "class_id": 1649, - "words": [ - "attachment", - "bond" - ], - "gloss": "a connection that fastens things together" - }, - "n03664943": { - "class_id": 1650, - "words": [ - "ligament" - ], - "gloss": "any connection or unifying bond" - }, - "n03405265": { - "class_id": 1651, - "words": [ - "furnishing" - ], - "gloss": "(usually plural) the instrumentalities (furniture and appliances and other movable accessories including curtains and rugs) that make a home (or other area) livable" - }, - "n03405725": { - "class_id": 1652, - "words": [ - "furniture", - "piece of furniture", - "article of furniture" - ], - "gloss": "furnishings that make a room or other area ready for occupancy; \"they had too much furniture for the small apartment\"; \"there was only one piece of furniture in the room\"" - }, - "n02766320": { - "class_id": 1653, - "words": [ - "baby bed", - "baby's bed" - ], - "gloss": "a small bed for babies; enclosed by sides to prevent the baby from falling" - }, - "n02821943": { - "class_id": 1654, - "words": [ - "bedroom furniture" - ], - "gloss": "furniture intended for use in a bedroom" - }, - "n02818832": { - "class_id": 1655, - "words": [ - "bed" - ], - "gloss": "a piece of furniture that provides a place to sleep; \"he sat on the edge of the bed\"; \"the room had only a bed and chair\"" - }, - "n02933112": { - "class_id": 1656, - "words": [ - "cabinet" - ], - "gloss": "a piece of furniture resembling a cupboard with doors and shelves and drawers; for storage or display" - }, - "n03015254": { - "class_id": 1657, - "words": [ - "chest of drawers", - "chest", - "bureau", - "dresser" - ], - "gloss": "furniture with drawers for keeping clothes" - }, - "n03636649": { - "class_id": 1658, - "words": [ - "lamp" - ], - "gloss": "a piece of furniture holding one or more electric light bulbs" - }, - "n03842156": { - "class_id": 1659, - "words": [ - "office furniture" - ], - "gloss": "furniture intended for use in an office" - }, - "n04161981": { - "class_id": 1660, - "words": [ - "seat" - ], - "gloss": "furniture that is designed for sitting on; \"there were not enough seats for all the guests\"" - }, - "n02828884": { - "class_id": 1661, - "words": [ - "bench" - ], - "gloss": "a long seat for more than one person" - }, - "n03001627": { - "class_id": 1662, - "words": [ - "chair" - ], - "gloss": "a seat for one person, with a support for the back; \"he put his coat over the back of the chair and sat down\"" - }, - "n03002210": { - "class_id": 1663, - "words": [ - "chair of state" - ], - "gloss": "a ceremonial chair for an exalted or powerful person" - }, - "n04256520": { - "class_id": 1664, - "words": [ - "sofa", - "couch", - "lounge" - ], - "gloss": "an upholstered seat for more than one person" - }, - "n03100346": { - "class_id": 1665, - "words": [ - "convertible", - "sofa bed" - ], - "gloss": "a sofa that can be converted into a bed" - }, - "n04379243": { - "class_id": 1666, - "words": [ - "table" - ], - "gloss": "a piece of furniture having a smooth flat top that is usually supported by one or more vertical legs; \"it was a sturdy table\"" - }, - "n04379964": { - "class_id": 1667, - "words": [ - "table" - ], - "gloss": "a piece of furniture with tableware for a meal laid out on it; \"I reserved a table at my favorite restaurant\"" - }, - "n04549122": { - "class_id": 1668, - "words": [ - "wall unit" - ], - "gloss": "a piece of furniture having several units that stands against one wall of a room" - }, - "n04118021": { - "class_id": 1669, - "words": [ - "rug", - "carpet", - "carpeting" - ], - "gloss": "floor covering consisting of a piece of thick heavy fabric (usually with nap or pile)" - }, - "n03151077": { - "class_id": 1670, - "words": [ - "curtain", - "drape", - "drapery", - "mantle", - "pall" - ], - "gloss": "hanging cloth used as a blind (especially for a window)" - }, - "n06254669": { - "class_id": 1671, - "words": [ - "medium" - ], - "gloss": "a means or instrumentality for storing or communicating information" - }, - "n06263609": { - "class_id": 1672, - "words": [ - "print media" - ], - "gloss": "a medium that disseminates printed matter" - }, - "n06263369": { - "class_id": 1673, - "words": [ - "press", - "public press" - ], - "gloss": "the print media responsible for gathering and publishing news in the form of newspapers or magazines" - }, - "n06595351": { - "class_id": 1674, - "words": [ - "magazine", - "mag" - ], - "gloss": "a periodic publication containing pictures and stories and articles of interest to those who purchase it or subscribe to it; \"it takes several years before a magazine starts to break even or make money\"" - }, - "n04377057": { - "class_id": 1675, - "words": [ - "system" - ], - "gloss": "instrumentality that combines interrelated interacting artifacts designed to work as a coherent entity; \"he bought a new stereo system\"; \"the system consists of a motor and a small computer\"" - }, - "n03078287": { - "class_id": 1676, - "words": [ - "communication system" - ], - "gloss": "a system for communicating" - }, - "n04400289": { - "class_id": 1677, - "words": [ - "telecommunication system", - "telecom system", - "telecommunication equipment", - "telecom equipment" - ], - "gloss": "a communication system for communicating at a distance" - }, - "n04341686": { - "class_id": 1678, - "words": [ - "structure", - "construction" - ], - "gloss": "a thing constructed; a complex entity constructed of many parts; \"the structure consisted of a series of arches\"; \"she wore her hair in an amazing construction of whirls and ribbons\"" - }, - "n02733524": { - "class_id": 1679, - "words": [ - "arch" - ], - "gloss": "(architecture) a masonry construction (usually curved) for spanning an opening and supporting the weight above it" - }, - "n02735688": { - "class_id": 1680, - "words": [ - "area" - ], - "gloss": "a part of a structure having some specific characteristic or function; \"the spacious cooking area provided plenty of room for servants\"" - }, - "n02898711": { - "class_id": 1681, - "words": [ - "bridge", - "span" - ], - "gloss": "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc." - }, - "n02913152": { - "class_id": 1682, - "words": [ - "building", - "edifice" - ], - "gloss": "a structure that has a roof and walls and stands more or less permanently in one place; \"there was a three-story building on the corner\"; \"it was an imposing edifice\"" - }, - "n03322570": { - "class_id": 1683, - "words": [ - "farm building" - ], - "gloss": "a building on a farm" - }, - "n03544360": { - "class_id": 1684, - "words": [ - "house" - ], - "gloss": "a dwelling that serves as living quarters for one or more families; \"he has a house on Cape Cod\"; \"she felt she had to get out of the house\"" - }, - "n04079244": { - "class_id": 1685, - "words": [ - "residence" - ], - "gloss": "the official house or establishment of an important person (as a sovereign or president); \"he refused to live in the governor's residence\"" - }, - "n04073948": { - "class_id": 1686, - "words": [ - "religious residence", - "cloister" - ], - "gloss": "residence that is a place of religious seclusion (such as a monastery)" - }, - "n03859280": { - "class_id": 1687, - "words": [ - "outbuilding" - ], - "gloss": "a building that is subordinate to and separate from a main building" - }, - "n04187547": { - "class_id": 1688, - "words": [ - "shed" - ], - "gloss": "an outbuilding with a single story; used for shelter or storage" - }, - "n03953416": { - "class_id": 1689, - "words": [ - "place of worship", - "house of prayer", - "house of God", - "house of worship" - ], - "gloss": "any building where congregations gather for prayer" - }, - "n04210390": { - "class_id": 1690, - "words": [ - "shrine" - ], - "gloss": "a place of worship hallowed by association with some sacred thing or person" - }, - "n04417809": { - "class_id": 1691, - "words": [ - "theater", - "theatre", - "house" - ], - "gloss": "a building where theatrical performances or motion-picture shows can be presented; \"the house was full\"" - }, - "n02914991": { - "class_id": 1692, - "words": [ - "building complex", - "complex" - ], - "gloss": "a whole structure (as a building) made up of interconnected or related structures" - }, - "n03956922": { - "class_id": 1693, - "words": [ - "plant", - "works", - "industrial plant" - ], - "gloss": "buildings for carrying on industrial labor; \"they built a large plant to manufacture automobiles\"" - }, - "n03316406": { - "class_id": 1694, - "words": [ - "factory", - "mill", - "manufacturing plant", - "manufactory" - ], - "gloss": "a plant consisting of one or more buildings with facilities for manufacturing" - }, - "n03074380": { - "class_id": 1695, - "words": [ - "column", - "pillar" - ], - "gloss": "a vertical cylindrical structure standing alone and not supporting anything (such as a monument)" - }, - "n03171356": { - "class_id": 1696, - "words": [ - "defensive structure", - "defense", - "defence" - ], - "gloss": "a structure used to defend against attack; \"the artillery battered down the defenses\"" - }, - "n03385557": { - "class_id": 1697, - "words": [ - "fortification", - "munition" - ], - "gloss": "defensive structure consisting of walls or mounds built around a stronghold to strengthen it" - }, - "n03297735": { - "class_id": 1698, - "words": [ - "establishment" - ], - "gloss": "a public or private structure (business or governmental or educational) including buildings and equipment for business or residence" - }, - "n03574555": { - "class_id": 1699, - "words": [ - "institution" - ], - "gloss": "an establishment consisting of a building or complex of buildings where an organization for the promotion of some cause is situated" - }, - "n03907654": { - "class_id": 1700, - "words": [ - "penal institution", - "penal facility" - ], - "gloss": "an institution where persons are confined for punishment and to protect the public" - }, - "n03111690": { - "class_id": 1701, - "words": [ - "correctional institution" - ], - "gloss": "a penal institution maintained by the government" - }, - "n03953020": { - "class_id": 1702, - "words": [ - "place of business", - "business establishment" - ], - "gloss": "an establishment (a factory or an assembly plant or retail store or warehouse etc.) where business is conducted, goods are made or stored or processed or where services are rendered" - }, - "n03748162": { - "class_id": 1703, - "words": [ - "mercantile establishment", - "retail store", - "sales outlet", - "outlet" - ], - "gloss": "a place of business for retailing goods" - }, - "n03722288": { - "class_id": 1704, - "words": [ - "marketplace", - "market place", - "mart", - "market" - ], - "gloss": "an area in a town where a public mercantile establishment is set up" - }, - "n04202417": { - "class_id": 1705, - "words": [ - "shop", - "store" - ], - "gloss": "a mercantile establishment for the retail sale of goods or services; \"he bought it at a shop on Cape Cod\"" - }, - "n03546340": { - "class_id": 1706, - "words": [ - "housing", - "lodging", - "living accommodations" - ], - "gloss": "structures collectively in which people are housed" - }, - "n03259505": { - "class_id": 1707, - "words": [ - "dwelling", - "home", - "domicile", - "abode", - "habitation", - "dwelling house" - ], - "gloss": "housing that someone is living in; \"he built a modest dwelling near the pond\"; \"they raise money to provide homes for the homeless\"" - }, - "n03638321": { - "class_id": 1708, - "words": [ - "landing", - "landing place" - ], - "gloss": "structure providing a place where boats can land people or goods" - }, - "n03743902": { - "class_id": 1709, - "words": [ - "memorial", - "monument" - ], - "gloss": "a structure erected to commemorate persons or events" - }, - "n03839993": { - "class_id": 1710, - "words": [ - "obstruction", - "obstructor", - "obstructer", - "impediment", - "impedimenta" - ], - "gloss": "any structure that makes progress difficult" - }, - "n02796623": { - "class_id": 1711, - "words": [ - "barrier" - ], - "gloss": "a structure or object that impedes free movement" - }, - "n03327234": { - "class_id": 1712, - "words": [ - "fence", - "fencing" - ], - "gloss": "a barrier that serves to enclose an area" - }, - "n04046974": { - "class_id": 1713, - "words": [ - "rail fence" - ], - "gloss": "a fence (usually made of split logs laid across each other at an angle)" - }, - "n03454707": { - "class_id": 1714, - "words": [ - "grate", - "grating" - ], - "gloss": "a barrier that has parallel or crossed bars blocking a passage but admitting air" - }, - "n03795580": { - "class_id": 1715, - "words": [ - "movable barrier" - ], - "gloss": "a barrier that can be moved to allow passage" - }, - "n03221720": { - "class_id": 1716, - "words": [ - "door" - ], - "gloss": "a swinging or sliding barrier that will close the entrance to a room or building or vehicle; \"he knocked on the door\"; \"he slammed the door as he left\"" - }, - "n03427296": { - "class_id": 1717, - "words": [ - "gate" - ], - "gloss": "a movable barrier in a fence or wall" - }, - "n04191595": { - "class_id": 1718, - "words": [ - "shelter" - ], - "gloss": "a structure that provides privacy and protection from danger" - }, - "n04411264": { - "class_id": 1719, - "words": [ - "tent", - "collapsible shelter" - ], - "gloss": "a portable shelter (usually of canvas stretched over supporting poles and fastened to the ground with ropes and pegs); \"he pitched his tent near the creek\"" - }, - "n04217882": { - "class_id": 1720, - "words": [ - "signboard", - "sign" - ], - "gloss": "structure displaying a board on which advertisements can be posted; \"the highway was lined with signboards\"" - }, - "n04361095": { - "class_id": 1721, - "words": [ - "supporting structure" - ], - "gloss": "a structure that serves to support something" - }, - "n03391770": { - "class_id": 1722, - "words": [ - "framework" - ], - "gloss": "a structure supporting or containing something" - }, - "n04038727": { - "class_id": 1723, - "words": [ - "rack" - ], - "gloss": "framework for holding objects" - }, - "n04360501": { - "class_id": 1724, - "words": [ - "support" - ], - "gloss": "supporting structure that holds up or provides a foundation; \"the statue stood on a marble support\"" - }, - "n04460130": { - "class_id": 1725, - "words": [ - "tower" - ], - "gloss": "a structure taller than its diameter; can stand alone or be attached to a larger building" - }, - "n03129123": { - "class_id": 1726, - "words": [ - "creation" - ], - "gloss": "an artifact that has been brought into existence by someone" - }, - "n04007894": { - "class_id": 1727, - "words": [ - "product", - "production" - ], - "gloss": "an artifact that has been created by someone or some process; \"they improve their product every year\"; \"they export most of their agricultural production\"" - }, - "n04599396": { - "class_id": 1728, - "words": [ - "work", - "piece of work" - ], - "gloss": "a product produced or accomplished through the effort or activity or agency of a person or thing; \"it is not regarded as one of his more memorable works\"; \"the symphony was hailed as an ingenious work\"; \"he was indebted to the pioneering work of John Dewey\"; \"the work of an active imagination\"; \"erosion is the work of wind or water over time\"" - }, - "n06589574": { - "class_id": 1729, - "words": [ - "publication" - ], - "gloss": "a copy of a printed work offered for distribution" - }, - "n04188643": { - "class_id": 1730, - "words": [ - "sheet", - "flat solid" - ], - "gloss": "a flat artifact that is thin relative to its length and width" - }, - "n02856463": { - "class_id": 1731, - "words": [ - "board" - ], - "gloss": "a flat piece of material designed for a special purpose; \"he nailed boards across the windows\"" - }, - "n03959936": { - "class_id": 1732, - "words": [ - "plate" - ], - "gloss": "a sheet of metal or wood or glass or plastic" - }, - "n03309808": { - "class_id": 1733, - "words": [ - "fabric", - "cloth", - "material", - "textile" - ], - "gloss": "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers; \"the fabric in the curtains was light and semitransparent\"; \"woven cloth originated in Mesopotamia around 5000 BC\"; \"she measured off enough material for a dress\"" - }, - "n03932670": { - "class_id": 1734, - "words": [ - "piece of cloth", - "piece of material" - ], - "gloss": "a separate part consisting of fabric" - }, - "n04459362": { - "class_id": 1735, - "words": [ - "towel" - ], - "gloss": "a rectangular piece of absorbent cloth (or paper) for drying or wiping" - }, - "n03122748": { - "class_id": 1736, - "words": [ - "covering" - ], - "gloss": "an artifact that covers something else (usually to protect or shelter or conceal it)" - }, - "n04605726": { - "class_id": 1737, - "words": [ - "wrapping", - "wrap", - "wrapper" - ], - "gloss": "the covering (usually paper or cellophane) in which something is wrapped" - }, - "n03590306": { - "class_id": 1738, - "words": [ - "jacket" - ], - "gloss": "an outer wrapping or casing; \"phonograph records were sold in cardboard jackets\"" - }, - "n04151940": { - "class_id": 1739, - "words": [ - "screen", - "cover", - "covert", - "concealment" - ], - "gloss": "a covering that serves to conceal or shelter something; \"a screen of trees afforded privacy\"; \"under cover of darkness\"; \"the brush provided a covert for game\"; \"the simplest concealment is to match perfectly the color of the background\"" - }, - "n03380867": { - "class_id": 1740, - "words": [ - "footwear", - "footgear" - ], - "gloss": "covering for a person's feet" - }, - "n04199027": { - "class_id": 1741, - "words": [ - "shoe" - ], - "gloss": "footwear shaped to fit the foot (below the ankle) with a flexible upper of leather or plastic and a sole and heel of heavier material" - }, - "n02872752": { - "class_id": 1742, - "words": [ - "boot" - ], - "gloss": "footwear that covers the whole foot and lower leg" - }, - "n03050026": { - "class_id": 1743, - "words": [ - "cloth covering" - ], - "gloss": "a covering made of cloth" - }, - "n03237639": { - "class_id": 1744, - "words": [ - "dressing", - "medical dressing" - ], - "gloss": "a cloth covering for a wound or sore" - }, - "n02785648": { - "class_id": 1745, - "words": [ - "bandage", - "patch" - ], - "gloss": "a piece of soft material that covers and protects an injured part of the body" - }, - "n02680110": { - "class_id": 1746, - "words": [ - "adhesive bandage" - ], - "gloss": "bandage consisting of a medical dressing of plain absorbent gauze held in place by a plastic or fabric tape coated with adhesive" - }, - "n02820210": { - "class_id": 1747, - "words": [ - "bedclothes", - "bed clothing", - "bedding" - ], - "gloss": "coverings that are used on a bed" - }, - "n03366823": { - "class_id": 1748, - "words": [ - "floor cover", - "floor covering" - ], - "gloss": "a covering for a floor" - }, - "n03727837": { - "class_id": 1749, - "words": [ - "mat" - ], - "gloss": "a thick flat pad used as a floor covering" - }, - "n03051540": { - "class_id": 1750, - "words": [ - "clothing", - "article of clothing", - "vesture", - "wear", - "wearable", - "habiliment" - ], - "gloss": "a covering designed to be worn on a person's body" - }, - "n02756098": { - "class_id": 1751, - "words": [ - "attire", - "garb", - "dress" - ], - "gloss": "clothing of a distinctive style or for a particular occasion; \"formal attire\"; \"battle dress\"" - }, - "n03206718": { - "class_id": 1752, - "words": [ - "disguise" - ], - "gloss": "any attire that modifies the appearance in order to conceal the wearer's identity" - }, - "n03476083": { - "class_id": 1753, - "words": [ - "hairpiece", - "false hair", - "postiche" - ], - "gloss": "a covering or bunch of human or artificial hair used for disguise or adornment" - }, - "n04015204": { - "class_id": 1754, - "words": [ - "protective garment" - ], - "gloss": "clothing that is intended to protect the wearer from injury" - }, - "n02671780": { - "class_id": 1755, - "words": [ - "accessory", - "accoutrement", - "accouterment" - ], - "gloss": "clothing that is worn or carried, but not part of your main clothing" - }, - "n02827606": { - "class_id": 1756, - "words": [ - "belt" - ], - "gloss": "a band to tie or buckle around the body (usually at the waist)" - }, - "n03859495": { - "class_id": 1757, - "words": [ - "outerwear", - "overclothes" - ], - "gloss": "clothing for use outdoors" - }, - "n03450516": { - "class_id": 1758, - "words": [ - "gown", - "robe" - ], - "gloss": "outerwear consisting of a long flowing garment used for official or ceremonial occasions" - }, - "n03419014": { - "class_id": 1759, - "words": [ - "garment" - ], - "gloss": "an article of clothing; \"garments of the finest silk\"" - }, - "n04531873": { - "class_id": 1760, - "words": [ - "vest", - "waistcoat" - ], - "gloss": "a man's sleeveless garment worn underneath a coat" - }, - "n04371563": { - "class_id": 1761, - "words": [ - "swimsuit", - "swimwear", - "bathing suit", - "swimming costume", - "bathing costume" - ], - "gloss": "tight fitting garment worn for swimming" - }, - "n04489008": { - "class_id": 1762, - "words": [ - "trouser", - "pant" - ], - "gloss": "(usually in the plural) a garment extending from the waist to the knee or ankle, covering each leg separately; \"he had a sharp crease in his trousers\"" - }, - "n04143897": { - "class_id": 1763, - "words": [ - "scarf" - ], - "gloss": "a garment worn around the head or neck or shoulders for warmth or decoration" - }, - "n03816005": { - "class_id": 1764, - "words": [ - "neckwear" - ], - "gloss": "articles of clothing worn about the neck" - }, - "n03815615": { - "class_id": 1765, - "words": [ - "necktie", - "tie" - ], - "gloss": "neckwear consisting of a long narrow piece of material worn (mostly by men) under a collar and tied in knot at the front; \"he stood in front of the mirror tightening his necktie\"; \"he wore a vest and tie\"" - }, - "n04230808": { - "class_id": 1766, - "words": [ - "skirt" - ], - "gloss": "a garment hanging from the waist; worn mainly by girls and women" - }, - "n03863923": { - "class_id": 1767, - "words": [ - "overgarment", - "outer garment" - ], - "gloss": "a garment worn over other garments" - }, - "n03045337": { - "class_id": 1768, - "words": [ - "cloak" - ], - "gloss": "a loose outer garment" - }, - "n03057021": { - "class_id": 1769, - "words": [ - "coat" - ], - "gloss": "an outer garment that has sleeves and covers the body from shoulder down; worn outdoors" - }, - "n04049405": { - "class_id": 1770, - "words": [ - "raincoat", - "waterproof" - ], - "gloss": "a water-resistant coat" - }, - "n04370048": { - "class_id": 1771, - "words": [ - "sweater", - "jumper" - ], - "gloss": "a crocheted or knitted garment covering the upper part of the body" - }, - "n04021028": { - "class_id": 1772, - "words": [ - "pullover", - "slipover" - ], - "gloss": "a sweater that is put on by pulling it over the head" - }, - "n04097866": { - "class_id": 1773, - "words": [ - "robe" - ], - "gloss": "any loose flowing garment" - }, - "n04197391": { - "class_id": 1774, - "words": [ - "shirt" - ], - "gloss": "a garment worn on the upper half of the body" - }, - "n04508163": { - "class_id": 1775, - "words": [ - "undergarment", - "unmentionable" - ], - "gloss": "a garment worn under other garments" - }, - "n03490324": { - "class_id": 1776, - "words": [ - "handwear", - "hand wear" - ], - "gloss": "clothing for the hands" - }, - "n03441112": { - "class_id": 1777, - "words": [ - "glove" - ], - "gloss": "handwear: covers the hand and wrist" - }, - "n03502509": { - "class_id": 1778, - "words": [ - "headdress", - "headgear" - ], - "gloss": "clothing for the head" - }, - "n03513137": { - "class_id": 1779, - "words": [ - "helmet" - ], - "gloss": "a protective headgear made of hard material to resist blows" - }, - "n02954340": { - "class_id": 1780, - "words": [ - "cap" - ], - "gloss": "a tight-fitting headdress" - }, - "n03497657": { - "class_id": 1781, - "words": [ - "hat", - "chapeau", - "lid" - ], - "gloss": "headdress that protects the head from bad weather; has shaped crown and usually a brim" - }, - "n03381126": { - "class_id": 1782, - "words": [ - "footwear" - ], - "gloss": "clothing worn on a person's feet" - }, - "n03540267": { - "class_id": 1783, - "words": [ - "hosiery", - "hose" - ], - "gloss": "socks and stockings and tights collectively (the British include underwear)" - }, - "n04434932": { - "class_id": 1784, - "words": [ - "tights", - "leotards" - ], - "gloss": "skintight knit hose covering the body from the waist to the feet worn by acrobats and dancers and as stockings by women and girls" - }, - "n04323819": { - "class_id": 1785, - "words": [ - "stocking" - ], - "gloss": "close-fitting hosiery to cover the foot and leg; come in matched pairs (usually used in the plural)" - }, - "n04509592": { - "class_id": 1786, - "words": [ - "uniform" - ], - "gloss": "clothing of distinctive design worn by members of a particular group as a means of identification" - }, - "n03825080": { - "class_id": 1787, - "words": [ - "nightwear", - "sleepwear", - "nightclothes" - ], - "gloss": "garments designed to be worn in bed" - }, - "n02728440": { - "class_id": 1788, - "words": [ - "apparel", - "wearing apparel", - "dress", - "clothes" - ], - "gloss": "clothing in general; \"she was refined in her choice of apparel\"; \"he always bought his clothes at the same store\"; \"fastidious about his dress\"" - }, - "n04603872": { - "class_id": 1789, - "words": [ - "workwear" - ], - "gloss": "heavy-duty clothes for manual or physical work" - }, - "n04596852": { - "class_id": 1790, - "words": [ - "woman's clothing" - ], - "gloss": "clothing that is designed for women to wear" - }, - "n03236735": { - "class_id": 1791, - "words": [ - "dress", - "frock" - ], - "gloss": "a one-piece garment for a woman; has skirt and bodice" - }, - "n04014297": { - "class_id": 1792, - "words": [ - "protective covering", - "protective cover", - "protection" - ], - "gloss": "a covering that is intend to protect from damage or injury; \"they had no protection from the fallout\"; \"wax provided protection for the floors\"" - }, - "n04192858": { - "class_id": 1793, - "words": [ - "shield" - ], - "gloss": "a protective covering or structure" - }, - "n03959701": { - "class_id": 1794, - "words": [ - "plate", - "scale", - "shell" - ], - "gloss": "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)" - }, - "n02740764": { - "class_id": 1795, - "words": [ - "armor plate", - "armour plate", - "armor plating", - "plate armor", - "plate armour" - ], - "gloss": "specially hardened steel plate used to protect fortifications or vehicles from enemy fire" - }, - "n03513376": { - "class_id": 1796, - "words": [ - "helmet" - ], - "gloss": "armor plate that protects the head" - }, - "n02955065": { - "class_id": 1797, - "words": [ - "cap" - ], - "gloss": "something serving as a cover or protection" - }, - "n04105068": { - "class_id": 1798, - "words": [ - "roof" - ], - "gloss": "a protective covering that covers or forms the top of a building" - }, - "n02851099": { - "class_id": 1799, - "words": [ - "blind", - "screen" - ], - "gloss": "a protective covering that keeps things out or hinders sight; \"they had just moved in and had not put up blinds yet\"" - }, - "n04589190": { - "class_id": 1800, - "words": [ - "window blind" - ], - "gloss": "a blind for privacy or to keep out light" - }, - "n04181718": { - "class_id": 1801, - "words": [ - "shade" - ], - "gloss": "protective covering that protects something from direct sunlight; \"they used umbrellas as shades\"; \"as the sun moved he readjusted the shade\"" - }, - "n04151581": { - "class_id": 1802, - "words": [ - "screen" - ], - "gloss": "a protective covering consisting of netting; can be mounted in a frame; \"they put screens in the windows for protection against insects\"; \"a metal screen protected the observers\"" - }, - "n02739668": { - "class_id": 1803, - "words": [ - "armor", - "armour" - ], - "gloss": "protective covering made of metal and used in combat" - }, - "n02862048": { - "class_id": 1804, - "words": [ - "body armor", - "body armour", - "suit of armor", - "suit of armour", - "coat of mail", - "cataphract" - ], - "gloss": "armor that protects the wearer's whole body" - }, - "n03725035": { - "class_id": 1805, - "words": [ - "mask" - ], - "gloss": "a protective covering worn over the face" - }, - "n03314378": { - "class_id": 1806, - "words": [ - "face mask" - ], - "gloss": "mask that provides a protective covering for the face in such sports as baseball or football or hockey" - }, - "n04187061": { - "class_id": 1807, - "words": [ - "sheath" - ], - "gloss": "a protective covering (as for a knife or sword)" - }, - "n04191943": { - "class_id": 1808, - "words": [ - "shelter" - ], - "gloss": "protective covering that provides protection from the weather" - }, - "n02951843": { - "class_id": 1809, - "words": [ - "canopy" - ], - "gloss": "a covering (usually of cloth) that serves as a roof to shelter an area from the weather" - }, - "n04453910": { - "class_id": 1810, - "words": [ - "top", - "cover" - ], - "gloss": "covering for a hole (especially a hole in the top of a container); \"he removed the top of the carton\"; \"he couldn't get the top off of the bottle\"; \"put the cover back on the kettle\"" - }, - "n02954938": { - "class_id": 1811, - "words": [ - "cap" - ], - "gloss": "a top (as for a bottle)" - }, - "n03873064": { - "class_id": 1812, - "words": [ - "padding", - "cushioning" - ], - "gloss": "artifact consisting of soft or resilient material used to fill or give shape or protect or add comfort" - }, - "n03151500": { - "class_id": 1813, - "words": [ - "cushion" - ], - "gloss": "a soft bag filled with air or a mass of padding such as feathers or foam rubber etc." - }, - "n03076708": { - "class_id": 1814, - "words": [ - "commodity", - "trade good", - "good" - ], - "gloss": "articles of commerce" - }, - "n03093574": { - "class_id": 1815, - "words": [ - "consumer goods" - ], - "gloss": "goods (as food or clothing) intended for direct use or consumption" - }, - "n03257877": { - "class_id": 1816, - "words": [ - "durables", - "durable goods", - "consumer durables" - ], - "gloss": "consumer goods that are not destroyed by use" - }, - "n02729837": { - "class_id": 1817, - "words": [ - "appliance" - ], - "gloss": "durable goods for home or office use" - }, - "n03251766": { - "class_id": 1818, - "words": [ - "dryer", - "drier" - ], - "gloss": "an appliance that removes moisture" - }, - "n03528263": { - "class_id": 1819, - "words": [ - "home appliance", - "household appliance" - ], - "gloss": "an appliance that does a particular job in the home" - }, - "n03620052": { - "class_id": 1820, - "words": [ - "kitchen appliance" - ], - "gloss": "a home appliance used in preparing food" - }, - "n03063338": { - "class_id": 1821, - "words": [ - "coffee maker" - ], - "gloss": "a kitchen appliance for brewing coffee automatically" - }, - "n03862676": { - "class_id": 1822, - "words": [ - "oven" - ], - "gloss": "kitchen appliance used for baking or roasting" - }, - "n04580493": { - "class_id": 1823, - "words": [ - "white goods" - ], - "gloss": "large electrical home appliances (refrigerators or washing machines etc.) that are typically finished in white enamel" - }, - "n03252064": { - "class_id": 1824, - "words": [ - "drygoods", - "soft goods" - ], - "gloss": "textiles or clothing and related merchandise" - }, - "n04580298": { - "class_id": 1825, - "words": [ - "white goods", - "household linen" - ], - "gloss": "drygoods for household use that are typically made of white cloth" - }, - "n03672352": { - "class_id": 1826, - "words": [ - "linen" - ], - "gloss": "white goods or clothing made with linen cloth" - }, - "n02807260": { - "class_id": 1827, - "words": [ - "bath linen" - ], - "gloss": "linens for use in the bathroom" - }, - "n03302121": { - "class_id": 1828, - "words": [ - "excavation" - ], - "gloss": "a hole in the ground made by excavating" - }, - "n03982060": { - "class_id": 1829, - "words": [ - "pool" - ], - "gloss": "an excavation that is (usually) filled with water" - }, - "n03169390": { - "class_id": 1830, - "words": [ - "decoration", - "ornament", - "ornamentation" - ], - "gloss": "something used to beautify" - }, - "n02681518": { - "class_id": 1831, - "words": [ - "adornment" - ], - "gloss": "a decoration of color or interest that is added to relieve plainness" - }, - "n03597469": { - "class_id": 1832, - "words": [ - "jewelry", - "jewellery" - ], - "gloss": "an adornment (as a bracelet or ring or necklace) made of precious metals and set with gems (or imitation gems)" - }, - "n03178782": { - "class_id": 1833, - "words": [ - "design", - "pattern", - "figure" - ], - "gloss": "a decorative or artistic work; \"the coach had a design on the doors\"" - }, - "n03282591": { - "class_id": 1834, - "words": [ - "emblem" - ], - "gloss": "special design or visual object representing a quality, type, group, etc." - }, - "n03964744": { - "class_id": 1835, - "words": [ - "plaything", - "toy" - ], - "gloss": "an artifact designed to be played with" - }, - "n00022903": { - "class_id": 1836, - "words": [ - "article" - ], - "gloss": "one of a class of artifacts; \"an article of clothing\"" - }, - "n04550840": { - "class_id": 1837, - "words": [ - "ware" - ], - "gloss": "articles of the same kind or material; usually used in combination: `silverware', `software'" - }, - "n04597804": { - "class_id": 1838, - "words": [ - "woodenware" - ], - "gloss": "ware for domestic use made of wood" - }, - "n04381994": { - "class_id": 1839, - "words": [ - "tableware" - ], - "gloss": "articles for use at the table (dishes and silverware and glassware)" - }, - "n03153375": { - "class_id": 1840, - "words": [ - "cutlery", - "eating utensil" - ], - "gloss": "tableware implements for cutting and eating food" - }, - "n03133538": { - "class_id": 1841, - "words": [ - "crockery", - "dishware" - ], - "gloss": "tableware (eating and serving dishes) collectively" - }, - "n04362025": { - "class_id": 1842, - "words": [ - "surface" - ], - "gloss": "the outer boundary of an artifact or a material layer constituting or resembling such a boundary; \"there is a special cleaner for these surfaces\"; \"the cloth had a pattern of red dots on a white surface\"" - }, - "n03536348": { - "class_id": 1843, - "words": [ - "horizontal surface", - "level" - ], - "gloss": "a flat surface at right angles to a plumb line; \"park the car on the level\"" - }, - "n03961939": { - "class_id": 1844, - "words": [ - "platform" - ], - "gloss": "a raised horizontal surface; \"the speaker mounted the platform\"" - }, - "n03892891": { - "class_id": 1845, - "words": [ - "part", - "portion" - ], - "gloss": "something less than the whole of a human artifact; \"the rear part of the house\"; \"glue the two parts together\"" - }, - "n03932203": { - "class_id": 1846, - "words": [ - "piece" - ], - "gloss": "a separate part of a whole; \"an important piece of the evidence\"" - }, - "n00002137": { - "class_id": 1847, - "words": [ - "abstraction", - "abstract entity" - ], - "gloss": "a general concept formed by extracting common features from specific examples" - }, - "n00024264": { - "class_id": 1848, - "words": [ - "attribute" - ], - "gloss": "an abstraction belonging to or characteristic of an entity" - }, - "n00027807": { - "class_id": 1849, - "words": [ - "shape", - "form" - ], - "gloss": "the spatial arrangement of something as distinct from its substance; \"geometry is the mathematical science of shape\"" - }, - "n13865483": { - "class_id": 1850, - "words": [ - "round shape" - ], - "gloss": "a shape that is curved and without sharp angles" - }, - "n13899200": { - "class_id": 1851, - "words": [ - "sphere" - ], - "gloss": "a solid figure bounded by a spherical surface (including the space it encloses)" - }, - "n13899404": { - "class_id": 1852, - "words": [ - "ball", - "globe", - "orb" - ], - "gloss": "an object with a spherical shape; \"a ball of fire\"" - }, - "n09289709": { - "class_id": 1853, - "words": [ - "globule" - ], - "gloss": "a small globe or ball" - }, - "n00033020": { - "class_id": 1854, - "words": [ - "communication" - ], - "gloss": "something that is communicated by or to or between people or groups" - }, - "n06793231": { - "class_id": 1855, - "words": [ - "sign" - ], - "gloss": "a public display of a message; \"he posted signs in all the shop windows\"" - }, - "n06791372": { - "class_id": 1856, - "words": [ - "signal", - "signaling", - "sign" - ], - "gloss": "any nonverbal action or gesture that encodes a message; \"signals from the boat suddenly stopped\"" - }, - "n06873571": { - "class_id": 1857, - "words": [ - "visual signal" - ], - "gloss": "a signal that involves visual communication" - }, - "n06874019": { - "class_id": 1858, - "words": [ - "light" - ], - "gloss": "a visual warning signal; \"they saw the light of the beacon\"; \"there was a light at every corner\"" - }, - "n00031921": { - "class_id": 1859, - "words": [ - "relation" - ], - "gloss": "an abstraction belonging to or characteristic of two entities or parts together" - }, - "n13809207": { - "class_id": 1860, - "words": [ - "part", - "portion", - "component part", - "component", - "constituent" - ], - "gloss": "something determined in relation to something that includes it; \"he wanted to feel a part of something bigger than himself\"; \"I read a portion of the manuscript\"; \"the smaller component is hard to reach\"; \"the animal constituent of plankton\"" - } -} diff --git a/process_imagenet_labels.py b/process_imagenet_labels.py deleted file mode 100644 index e22ccb9..0000000 --- a/process_imagenet_labels.py +++ /dev/null @@ -1,181 +0,0 @@ -#!/usr/bin/env python3 - -import os -import json -import shutil -import argparse -import scipy.io as sio -from pathlib import Path -from collections import defaultdict - - -def process_val_labels(devkit_path, val_path): - """ - Read validation ground truth and organize validation images into class folders - - Args: - devkit_path (Path): Path to ILSVRC2012_devkit_t12 directory - val_path (Path): Path to directory containing validation images - """ - print(f"Processing validation images in: {val_path}") - - # Read validation labels - val_labels_path = devkit_path / "data" / "ILSVRC2012_validation_ground_truth.txt" - with open(val_labels_path, "r") as f: - val_labels = [int(line.strip()) for line in f.readlines()] - - # Read meta.mat - meta = sio.loadmat(str(devkit_path / "data" / "meta.mat")) - synsets = meta["synsets"] - - # Create ILSVRC2012_ID -> WNID (synset) mapping - synset_mapping = {int(s[0][0][0][0]): str(s[0][1][0]) for s in synsets} - - # Create mapping of filename to class - val_filename_to_class = {} - for i, label in enumerate(val_labels, 1): - filename = f"ILSVRC2012_val_{i:08d}.JPEG" - val_filename_to_class[filename] = synset_mapping[label] - - # Create temporary directory for moving files - temp_dir = val_path / "temp_organization" - os.makedirs(temp_dir, exist_ok=True) - - # First, create all class directories in temp - for class_id in set(val_filename_to_class.values()): - os.makedirs(temp_dir / class_id, exist_ok=True) - - # Move files to their class directories in temp - print("Moving files to their class directories...") - moved_count = 0 - total_files = len(val_filename_to_class) - - for filename, class_id in val_filename_to_class.items(): - src_path = val_path / filename - dst_dir = temp_dir / class_id - dst_path = dst_dir / filename - - if src_path.exists(): - shutil.move(str(src_path), str(dst_path)) - moved_count += 1 - if moved_count % 1000 == 0: - print(f"Moved {moved_count}/{total_files} files...") - - # Remove any remaining files in val_path (except temp_organization) - for item in val_path.iterdir(): - if item.name != "temp_organization": - if item.is_file(): - item.unlink() - elif item.is_dir(): - shutil.rmtree(item) - - # Move everything from temp back to val_path - for class_dir in temp_dir.iterdir(): - if class_dir.is_dir(): - shutil.move(str(class_dir), str(val_path / class_dir.name)) - - # Remove temp directory - shutil.rmtree(temp_dir) - - print("\nOrganization complete!") - print( - f"Moved {moved_count} files into {len(set(val_filename_to_class.values()))} class directories" - ) - - -def create_class_info(devkit_path, val_path): - """ - Create a JSON file mapping synset IDs to human-readable labels and metadata - - Args: - devkit_path (Path): Path to ILSVRC2012_devkit_t12 directory - val_path (Path): Path to directory containing validation images - """ - class_info = defaultdict(dict) - - # Read meta.mat - meta = sio.loadmat(str(devkit_path / "data" / "meta.mat")) - synsets = meta["synsets"] - - # Extract information for each synset - for s in synsets: - synset_id = str(s[0][1][0]) # WNID - class_id = int(s[0][0][0][0]) # ILSVRC2012_ID - words = str(s[0][2][0]).split(", ") - gloss = str(s[0][3][0]) - - class_info[synset_id].update( - {"class_id": class_id, "words": words, "gloss": gloss} - ) - - # Count validation images per class - if val_path.exists(): - for class_dir in val_path.iterdir(): - if class_dir.is_dir(): - count = len(list(class_dir.glob("*.JPEG"))) - class_info[class_dir.name]["val_images"] = count - - # Save to JSON file - output_file = val_path.parent / "imagenet_class_info.json" - with open(output_file, "w") as f: - json.dump(class_info, f, indent=2, ensure_ascii=False) - - # Print example entries - print("\nExample class mappings:") - print("-" * 80) - for synset_id in list(class_info.keys())[:5]: - print(f"Synset ID: {synset_id}") - print(f"Class ID: {class_info[synset_id]['class_id']}") - print(f"Labels: {', '.join(class_info[synset_id]['words'])}") - print(f"Description: {class_info[synset_id]['gloss']}") - print(f"Validation images: {class_info[synset_id].get('val_images', 0)}") - print("-" * 80) - - -def main(): - parser = argparse.ArgumentParser( - description="Process ImageNet labels and create class mappings" - ) - parser.add_argument( - "devkit_path", type=str, help="Path to ILSVRC2012_devkit_t12 directory" - ) - parser.add_argument( - "val_path", type=str, help="Path to directory containing validation images" - ) - args = parser.parse_args() - - devkit_path = Path(args.devkit_path) - val_path = Path(args.val_path) - - # Verify paths and files - if not devkit_path.exists(): - raise FileNotFoundError(f"Devkit path does not exist: {devkit_path}") - if not val_path.exists(): - raise FileNotFoundError(f"Validation images path does not exist: {val_path}") - if not (devkit_path / "data" / "meta.mat").exists(): - raise FileNotFoundError(f"Could not find meta.mat in {devkit_path}/data") - if not (devkit_path / "data" / "ILSVRC2012_validation_ground_truth.txt").exists(): - raise FileNotFoundError( - f"Could not find validation ground truth file in {devkit_path}/data" - ) - - # Check if validation directory contains images - val_images = list(val_path.glob("ILSVRC2012_val_*.JPEG")) - if not val_images: - raise FileNotFoundError(f"No validation images found in {val_path}") - - print("Organizing validation images into class folders...") - process_val_labels(devkit_path, val_path) - - print("\nCreating class information JSON file...") - create_class_info(devkit_path, val_path) - - print( - f"\nDone! Check {val_path.parent}/imagenet_class_info.json for complete class mappings." - ) - - -if __name__ == "__main__": - main() - -# python3 process_imagenet_labels.py /weka/proj-medarc/shared/imagenet/ILSVRC2012_devkit_t12 /weka/proj-medarc/shared/imagenet/validation