Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +2 -0
- RAHP/RAHP_file/README.md +4 -0
- RAHP/RAHP_file/VG150_relation_aware_embedding.pt +3 -0
- RAHP/RAHP_file/explore_rahp_des_emb.py +12 -0
- RAHP/RAHP_file/gqa_cate_metainfo.json +1 -0
- RAHP/RAHP_file/oiv6_cate_dict.json +638 -0
- RAHP/RAHP_file/oiv6_relation_aware_prompts.json +3 -0
- RAHP/RAHP_file/psg_categories_dict.json +1 -0
- RAHP/RAHP_file/tmp.py +24 -0
- RAHP/RAHP_file/vg_cate_dict.json +3 -0
- RAHP/RAHP_file/vg_relation_aware_prompts.json +3 -0
- RAHP/descriptions/PSG/entity/psg_entity_desc_emb.pt +3 -0
- RAHP/descriptions/PSG/entity/psg_entity_descriptions.json +667 -0
- RAHP/descriptions/PSG/entity/psg_entity_descriptions_combined_results.json +135 -0
- RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_0.jsonl +27 -0
- RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_1.jsonl +27 -0
- RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_2.jsonl +27 -0
- RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_3.jsonl +26 -0
- RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_4.jsonl +26 -0
- RAHP/descriptions/PSG/pred/psg_pred_desc_emb.pt +3 -0
- RAHP/descriptions/PSG/pred/psg_predicate_descriptions_combined_results.json +58 -0
- RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_0.jsonl +12 -0
- RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_1.jsonl +11 -0
- RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_2.jsonl +11 -0
- RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_3.jsonl +11 -0
- RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_4.jsonl +11 -0
- RAHP/descriptions/PSG/pred/psg_predicates_descriptions.json +282 -0
- RAHP/descriptions/PSG/pred_obj/psg_pred_obj_desc_emb.pt +3 -0
- RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_combined_results.json +0 -0
- RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_0.jsonl +0 -0
- RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_1.jsonl +0 -0
- RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_2.jsonl +0 -0
- RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_3.jsonl +0 -0
- RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_4.jsonl +0 -0
- RAHP/descriptions/PSG/pred_obj/psg_predicates_obj_descriptions.json +0 -0
- RAHP/descriptions/PSG/psg_SUB-pred-obj_emb.pt +3 -0
- RAHP/descriptions/PSG/psg_clip_triplet_des_emb.pt +3 -0
- RAHP/descriptions/PSG/psg_sub-pred-OBJ_emb.pt +3 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_pred_desc_emb.pt +3 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_combined_results.json +0 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_0.jsonl +0 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_1.jsonl +0 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_2.jsonl +0 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_3.jsonl +0 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_4.jsonl +0 -0
- RAHP/descriptions/PSG/sub_pred/psg_sub_predicates_descriptions.json +0 -0
- RAHP/descriptions/VG150/entity/vg150_entity_desc_emb.pt +3 -0
- RAHP/descriptions/VG150/entity/vg150_entity_descriptions.json +752 -0
- RAHP/descriptions/VG150/entity/vg150_entity_descriptions_combined_results.json +152 -0
- RAHP/descriptions/VG150/entity/vg150_entity_descriptions_worker_0.jsonl +30 -0
.gitattributes
CHANGED
|
@@ -74,3 +74,5 @@ Glove/glove.6B.50d.txt filter=lfs diff=lfs merge=lfs -text
|
|
| 74 |
CaCao/gqa/expanded_gqa_train_data.json filter=lfs diff=lfs merge=lfs -text
|
| 75 |
TDE/pretrained_faster_rcnn/VG_stanford_filtered_wth_attribute_train_statistics.cache filter=lfs diff=lfs merge=lfs -text
|
| 76 |
OvSGTR/captions_train2017_triple.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 74 |
CaCao/gqa/expanded_gqa_train_data.json filter=lfs diff=lfs merge=lfs -text
|
| 75 |
TDE/pretrained_faster_rcnn/VG_stanford_filtered_wth_attribute_train_statistics.cache filter=lfs diff=lfs merge=lfs -text
|
| 76 |
OvSGTR/captions_train2017_triple.json filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
RAHP/RAHP_file/oiv6_relation_aware_prompts.json filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
RAHP/RAHP_file/vg_relation_aware_prompts.json filter=lfs diff=lfs merge=lfs -text
|
RAHP/RAHP_file/README.md
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
RAHP/RAHP_file/vg_relation_aware_prompts.json
|
| 2 |
+
keys数量:45000
|
| 3 |
+
RAHP/RAHP_file/oiv6_relation_aware_prompts.json
|
| 4 |
+
keyss数量:84270
|
RAHP/RAHP_file/VG150_relation_aware_embedding.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a2569b66a62e24e0d37e6b5c45b44fbb3287bd3d379ee2f3b8e636ced68903a
|
| 3 |
+
size 833784874
|
RAHP/RAHP_file/explore_rahp_des_emb.py
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import torch
|
| 2 |
+
|
| 3 |
+
embedding_file = 'DATASET/VG150/VG150_relation_aware_embedding.pt'
|
| 4 |
+
embedding = torch.load(embedding_file)
|
| 5 |
+
|
| 6 |
+
print(f'Type: {type(embedding)}')
|
| 7 |
+
print((f"len: {len(embedding)}"))
|
| 8 |
+
print(f"len:embedding[0]: {len(embedding[0])}")
|
| 9 |
+
print(f"len:embedding[1]: {len(embedding[1])}")
|
| 10 |
+
print(f"len:embedding[1][888]: {len(embedding[1][888])}")
|
| 11 |
+
print(f"len:embedding[1][1][1]: {len(embedding[1][1][7])}")
|
| 12 |
+
print(f"embedding[1][1]: {embedding[1][1]}")
|
RAHP/RAHP_file/gqa_cate_metainfo.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"ind_to_classes": ["accessory", "action figure", "air", "air conditioner", "aircraft", "airplane", "airplanes", "airport", "alarm clock", "alcohol", "alien", "alligator", "almond", "almonds", "ambulance", "american flag", "amusement park", "anchovies", "angry bird", "animal", "animals", "antelope", "antelopes", "antenna", "antennas", "apartment", "apartment building", "appetizer", "appetizers", "apple", "apple logo", "apples", "appliance", "apron", "aquarium", "arm", "armchair", "armor", "arms", "arrow", "artichoke", "artichokes", "artwork", "asparagus", "athlete", "athletic shoe", "attic", "audience", "auditorium", "avocado", "avocados", "baby", "backpack", "backpacks", "backyard", "bacon", "bag", "bagel", "bagels", "bags", "baked good", "baked goods", "baker", "bakery", "baking pan", "baking sheet", "balcony", "ball", "balloon", "balloons", "balls", "banana", "banana bunch", "banana bunches", "banana peel", "bananas", "bandage", "bandana", "bar stool", "bar stools", "barn", "barrier", "bartender", "baseball", "baseball bat", "baseball bats", "baseball mitt", "baseball players", "basil", "basket", "baskets", "bat", "bath towel", "bathroom", "bathtub", "bats", "batter", "batteries", "battery", "beach", "beach chair", "beach umbrella", "beads", "beak", "beans", "bear", "beard", "bears", "bed", "bedding", "bedroom", "beds", "bedspread", "bee", "beef", "beer", "beer bottle", "beer can", "beer cans", "beer mug", "beet", "beetle", "beets", "bell", "bell tower", "belt", "bench", "benches", "berries", "berry", "beverage", "beverages", "bicycle", "bicycles", "bike", "biker", "bikes", "bikini", "binder", "bird", "bird cage", "bird house", "birds", "biscuit", "biscuits", "bison", "blackberries", "blanket", "blankets", "blazer", "bleachers", "blender", "blenders", "blind", "blinds", "blood", "blossom", "blossoms", "blouse", "blueberries", "blueberry", "boar", "boat", "boats", "bomb", "bone", "book", "bookcase", "books", "bookshelf", "bookshelves", "boot", "boots", "bottle", "bottle cap", "bottles", "boulders", "bouquet", "bowl", "bowls", "box", "boxes", "boy", "boys", "bracelet", "bracelets", "branch", "branches", "bread", "bread box", "bread loaf", "breakfast", "bricks", "bridge", "briefcase", "broccoli", "broom", "broth", "brownie", "brownies", "brush", "bubble", "bubbles", "bucket", "buffet", "bug", "bugs", "building", "buildings", "bull", "bun", "bunny", "buns", "buoy", "buoys", "burger", "burner", "burrito", "bus", "bus driver", "bus stop", "buses", "bush", "bushes", "butter", "butter knife", "butterflies", "butterfly", "cabbage", "cabin", "cabinet", "cabinet door", "cabinet doors", "cabinets", "cable", "cables", "cactus", "cafe", "cafeteria", "cage", "cages", "cake", "cake pan", "cake stand", "cakes", "calculator", "calf", "camel", "camera", "cameras", "can", "can opener", "candies", "candle", "candle holder", "candles", "candy", "cane", "canister", "canisters", "canoe", "canopy", "cans", "cap", "cappuccino", "car", "caramel", "card", "cards", "carpet", "carriage", "carrot", "carrots", "cars", "cart", "carts", "cash register", "casserole", "castle", "castles", "cat", "cat food", "catcher", "cathedral", "cats", "cauliflower", "cd", "cds", "ceiling", "ceiling light", "celery", "cell phone", "cell phones", "cemetery", "cereal", "cereal box", "chain", "chains", "chair", "chairs", "chalkboard", "champagne", "chandelier", "character", "characters", "charger", "cheese", "cheese cube", "cheeseburger", "cheesecake", "cheetah", "chef", "chef hat", "cherries", "cherry", "chess piece", "chicken", "chicken breast", "chickens", "chickpeas", "child", "children", "chili", "chimney", "chinese food", "chocolate", "chocolate chips", "chopstick", "chopsticks", "christmas light", "christmas lights", "church", "cigar", "cigarette", "cigarettes", "cinnamon", "cinnamon roll", "citrus", "city", "classroom", "cliff", "clock", "clock hand", "clock tower", "clocks", "closet", "clothes", "cloths", "cloud", "clouds", "coach", "coat", "coats", "cockpit", "coconut", "coconuts", "coffee", "coffee bean", "coffee beans", "coffee cup", "coffee cups", "coffee maker", "coffee mug", "coffee pot", "coffee shop", "coffee table", "coin", "coke", "coleslaw", "collar", "comb", "comforter", "computer", "computer desk", "computer monitor", "computer mouse", "computers", "cone", "cones", "console", "container", "containers", "control panel", "controller", "controllers", "cookbook", "cooker", "cookie", "cookie dough", "cookie jar", "cookies", "cooking oil", "cooking pot", "cooking utensil", "cooking utensils", "cooler", "coral", "cord", "cords", "corn", "costume", "cotton candy", "cotton dessert", "couch", "couches", "counter", "countertop", "couple", "courtyard", "cow", "cowboy", "cowboy hat", "cows", "crab", "cracker", "crackers", "cranberries", "cranberry", "crane", "crate", "crates", "cream", "cream cheese", "croissant", "croissants", "cross", "crosswalk", "crowd", "crown", "crumbs", "crust", "cucumber", "cucumbers", "cup", "cupboard", "cupboards", "cupcake", "cupcakes", "cups", "curtain", "curtains", "customer", "customers", "cutting board", "cyclist", "daisy", "daughter", "deck", "decoration", "decorations", "deer", "desert", "desk", "desk lamp", "desktop computer", "dessert", "desserts", "device", "diaper", "dining room", "dining table", "dinner", "dinosaur", "dinosaurs", "dip", "dirt", "dish", "dish drainer", "dish soap", "dishes", "dishwasher", "dispenser", "display", "dock", "dog", "dog food", "dogs", "doll", "dolls", "dolphin", "dolphins", "dome", "donkey", "donkeys", "donut", "donuts", "door", "door frame", "doors", "doorway", "dough", "dragon", "dragonfly", "dragons", "drain", "drape", "drapes", "drawer", "drawers", "drawing", "drawings", "dream catcher", "dress", "dress shirt", "dresser", "dresses", "dressing", "drink", "drinks", "driver", "drum", "dry-erase board", "dryer", "duck", "ducks", "dugout", "dumplings", "dumpster", "dvd player", "dvd players", "dvds", "eagle", "eagles", "ear", "ear buds", "earphones", "earring", "earrings", "ears", "egg", "egg carton", "egg roll", "egg shell", "egg white", "egg yolk", "eggplant", "eggs", "eiffel tower", "elbow pad", "electric toothbrush", "elephant", "elephants", "elevator", "elmo", "employee", "end table", "engineer", "entertainment center", "entrance", "entree", "envelope", "eye", "eye glasses", "eyes", "face", "face mask", "factory", "family", "fan", "fans", "farm", "farmer", "farmers", "father", "faucet", "feathers", "feeder", "feet", "fence", "fence post", "feta cheese", "field", "figure", "figurine", "figurines", "finger", "fingers", "fire", "fire extinguisher", "fire hydrant", "fire truck", "fire trucks", "fireplace", "fish", "fisherman", "fishing pole", "flag", "flags", "flames", "flamingo", "flatbread", "flip flop", "flip flops", "floor", "floor lamp", "flour", "flower", "flower pot", "flowers", "fog", "foil", "folding chair", "food", "food container", "food processor", "food truck", "food trucks", "foot", "football", "forest", "fork", "forks", "fountain", "frame", "french toast", "fries", "frisbee", "frog", "frosting", "fruit", "fruit stand", "fruits", "fudge", "fur", "gadget", "game", "game controller", "games", "garage", "garage door", "garden", "garland", "garlic", "garment", "garnish", "gas pump", "gas station", "gas stove", "gate", "geese", "gentleman", "gift", "gifts", "ginger", "giraffe", "giraffes", "girl", "girls", "glass", "glasses", "glaze", "glove", "gloves", "goal", "goat", "goats", "goggles", "goose", "gorilla", "gourd", "gown", "graffiti", "granola", "grape", "grapefruit", "grapes", "grass", "grater", "gravel", "gravy", "grill", "grinder", "groceries", "ground", "guacamole", "guests", "guitar", "gummy bear", "gun", "guy", "guys", "gym", "hair", "hair clip", "hair dryer", "hairbrush", "hallway", "ham", "hamburger", "hamburgers", "hammer", "hand", "hand dryer", "hand soap", "handbag", "hands", "hangar", "harbor", "hard drive", "hat", "hats", "hay", "head", "headband", "headboard", "headphones", "heart", "hearts", "heater", "hedge", "hedges", "heel", "heels", "helicopter", "helmet", "helmets", "herb", "herbs", "herd", "hibiscus", "highway", "hill", "hills", "hillside", "hilltop", "hippo", "hippos", "home plate", "homes", "honey", "hook", "horn", "horns", "horse", "horse hoof", "horses", "hose", "hospital", "hot dog", "hot dogs", "hotdog bun", "hotel", "hotel room", "hour hand", "house", "houses", "hummus", "hurdle", "ice", "ice cream", "ice cube", "ice cubes", "ice maker", "ice-cream cone", "icing", "ingredient", "instrument", "intersection", "ipod", "island", "jacket", "jackets", "jar", "jars", "jeans", "jeep", "jersey", "jet", "jewelry", "jockey", "juice", "juice box", "jumpsuit", "kangaroo", "ketchup", "ketchup bottle", "kettle", "keyboard", "keyboards", "keypad", "kimono", "kiosk", "kitchen", "kitchen towel", "kite", "kites", "kitten", "kittens", "kiwi", "kiwis", "knee pad", "knee pads", "knife", "knife block", "knives", "lab coat", "label", "ladder", "ladle", "ladles", "lady", "lake", "lamb", "lambs", "lamp", "lamp shade", "lamps", "laptop", "laptops", "lavender", "lawn", "leaf", "leaves", "leg", "leggings", "lego", "legs", "lemon", "lemonade", "lemons", "leopard", "letter", "letters", "lettuce", "library", "license plate", "lid", "life jacket", "life jackets", "life preserver", "light bulb", "light bulbs", "light fixture", "light switch", "lighthouse", "lilies", "lily", "lime", "lion", "lions", "lip", "lips", "lipstick", "liquid", "liquor", "living room", "lizard", "loaf", "lobby", "lobster", "lock", "locomotive", "log", "logo", "logs", "lounge", "luggage", "luggage cart", "lunch", "lunch box", "macaroni", "machine", "magazine", "magazines", "magnet", "magnets", "mailbox", "mall", "man", "mane", "mango", "mangoes", "manhole cover", "mannequin", "mannequins", "map", "marina", "marker", "market", "marshmallow", "mashed potatoes", "mask", "masks", "mat", "match", "mattress", "mattresses", "mayonnaise", "meadow", "meal", "meat", "meatballs", "meats", "medicine cabinet", "melon", "melons", "men", "menu", "menus", "merchandise", "mexican food", "mice", "mickey mouse", "microphone", "microwave", "microwave oven", "milk", "milk carton", "milkshake", "minivan", "mint", "minute hand", "mirror", "mirrors", "mixer", "mixing bowl", "money", "monitor", "monitors", "monkey", "monkeys", "monster", "moon", "moose", "moss", "mother", "motorcycle", "motorcycles", "mound", "mountain", "mountain peak", "mountain side", "mountains", "mouse pad", "mouth", "mozzarella", "mud", "muffin", "muffins", "mug", "mugs", "museum", "mushroom", "mushrooms", "mustache", "mustard", "mustard bottle", "name tag", "napkin", "napkin dispenser", "napkins", "neck", "necklace", "necklaces", "nest", "net", "newspaper", "nightstand", "nightstands", "noodles", "nose", "notebook", "notepad", "number", "numbers", "nut", "nutella", "nuts", "oak tree", "oatmeal", "obstacle", "ocean", "octopus", "office", "office chair", "office supplies", "officer", "officers", "oil", "olive", "olive oil", "olives", "omelette", "onion", "onion ring", "onion rings", "onions", "orange", "oranges", "orchard", "orchid", "orchids", "oreo", "ornament", "ornaments", "ostrich", "ostriches", "ottoman", "outfit", "outfits", "outlet", "outlets", "oven", "oven door", "ovens", "owl", "owls", "package", "packages", "packet", "paddle", "paint", "paint brush", "painting", "paintings", "pajamas", "palace", "palm tree", "palm trees", "pan", "pancake", "pancakes", "panda", "panda bear", "panda bears", "pandas", "pans", "pantry", "pants", "papaya", "paper", "paper container", "paper dispenser", "paper towel", "paper towels", "papers", "parachute", "parachutes", "parent", "park", "parking lot", "parking meter", "parking sign", "parmesan cheese", "parrot", "parrots", "parsley", "passenger", "passengers", "pasta", "pasta salad", "pastries", "pastry", "pasture", "path", "patio", "pavement", "paw", "paws", "pea", "peach", "peaches", "peacock", "peanut", "peanut butter", "peanuts", "pear", "pears", "peas", "pecan", "pedestrian", "pedestrians", "pen", "pencil", "pencils", "penguin", "penguins", "pens", "people", "pepper", "pepper shaker", "pepperoni", "peppers", "performer", "person", "pesto", "phone", "phones", "photographer", "piano", "pickles", "picnic", "picnic table", "picnic tables", "picture", "picture frame", "pie", "piercing", "pig", "pigeon", "pigeons", "pigs", "pikachu", "pillars", "pillow", "pillowcase", "pillows", "pills", "pilot", "pine tree", "pine trees", "pineapple", "pineapples", "pipe", "pipes", "pistachio", "pita", "pitcher", "pizza", "pizza box", "pizza boxes", "pizza crust", "pizza cutter", "pizza oven", "pizza pan", "pizza pie", "pizza shop", "pizza slice", "pizza slices", "pizza tray", "pizzas", "placemat", "plain", "plant", "plantains", "planter", "plants", "plate", "plates", "platform", "platter", "player", "players", "plier", "pliers", "pocket", "pocket watch", "pockets", "pokemon", "polar bear", "pole", "policeman", "policemen", "polo shirt", "pomegranate", "pond", "poodle", "popcorn", "porch", "pork", "post", "poster", "pot", "potato", "potato chips", "potato salad", "potatoes", "pots", "pouch", "powder", "powdered sugar", "power line", "power lines", "pretzel", "pretzels", "price tag", "printer", "printers", "produce", "projector", "propeller", "pub", "pudding", "puddle", "pump", "pumpkin", "pumpkins", "puppy", "purse", "rabbit", "racket", "rackets", "radiator", "radio", "railroad", "rain", "raincoat", "raisin", "raisins", "ramekin", "raspberries", "raspberry", "ravioli", "receipt", "refrigerator", "remote control", "remote controls", "restaurant", "restaurants", "restroom", "rhino", "rhinos", "ribs", "rice", "rice cooker", "riding boots", "rifle", "ring", "river", "road", "roadside", "roadway", "roast beef", "robe", "robot", "rock", "rocks", "roll", "rolling pin", "roof", "rooftop", "room", "rope", "ropes", "rose", "roses", "router", "rubber duck", "rug", "runway", "sack", "safety jacket", "sail", "sailboat", "sailboats", "salad", "salad dressing", "salmon", "salon", "salt", "salt shaker", "sand", "sandal", "sandals", "sandwich", "sandwiches", "satellite dish", "sauce", "saucer", "sausage", "sausages", "scaffolding", "scarf", "school", "school bus", "scissors", "sconce", "scooter", "scooters", "screen", "scrub brush", "sculpture", "sea", "sea foam", "seafood", "seagull", "seagulls", "seal", "seat", "seat belt", "seaweed", "seed", "seeds", "serving dish", "serving tray", "shampoo", "shampoo bottle", "shark", "sharks", "shaving cream", "sheep", "sheet", "sheets", "shelf", "shelter", "shelves", "shield", "ship", "shirt", "shirts", "shoe", "shoe lace", "shoe laces", "shoes", "shop", "shopper", "shoppers", "shopping bag", "shopping cart", "shopping center", "shops", "shore", "shorts", "shower", "shower curtain", "shower door", "shrimp", "shuttle", "side table", "sidewalk", "sign", "sign post", "silverware", "sink", "skate park", "skateboard", "skateboarder", "skateboards", "skater", "ski", "ski lift", "skier", "skillet", "skin", "skirt", "skis", "sky", "skyscraper", "skyscrapers", "smoke", "smoke stack", "smoothie", "snack", "snacks", "snail", "snake", "snakes", "sneakers", "snoopy", "snow", "snow boots", "snow flakes", "snow pants", "snow shoe", "snow shoes", "snowboard", "snowboarder", "snowboards", "snowsuit", "soap", "soap bottle", "soap dish", "soap dispenser", "soap dispensers", "soccer ball", "soccer balls", "soccer player", "sock", "socks", "soda", "soda bottle", "soda can", "soda cans", "sofa", "soft drink", "soldier", "soldiers", "son", "soup", "sour cream", "spatula", "speaker", "speakers", "spear", "spectator", "spectators", "spice", "spices", "spider", "spinach", "sponge", "spoon", "spoons", "sporting equipment", "spots", "spray bottle", "spray can", "sprinkles", "squash", "squirrel", "stadium", "stage", "staircase", "stairs", "stapler", "star", "stars", "station", "statue", "steak", "steam", "steering wheel", "step", "steps", "stew", "stick", "sticker", "stickers", "sticks", "sticky notes", "stir fry", "stone", "stones", "stop sign", "storage box", "store", "stores", "stove", "straw", "strawberries", "strawberry", "street", "street light", "street lights", "street sign", "stroller", "student", "students", "stuffed animal", "stuffed animals", "stuffed bear", "stuffed bears", "stuffed dog", "stump", "sugar", "sugar packet", "sugar packets", "suit", "suitcase", "suitcases", "suits", "sun", "sunflower", "sunflowers", "sunglasses", "supermarket", "surfboard", "surfboards", "surfer", "sushi", "suv", "swamp", "swan", "swans", "sweater", "sweatshirt", "sweet potato", "sweet potatoes", "swimmer", "swimming pool", "swimsuit", "sword", "symbol", "syrup", "t-shirt", "table", "table lamp", "tablecloth", "tables", "tablet", "taco", "tag", "tags", "tail", "tangerine", "tank top", "tape", "tattoos", "taxi", "taxis", "tea", "tea kettle", "tea pot", "team", "teddy bear", "teddy bears", "teeth", "telephone pole", "television", "televisions", "temple", "tennis ball", "tennis balls", "tent", "tents", "terminal", "theater", "thermometer", "thumb", "tie", "tiger", "tiles", "tire", "tires", "tissue", "tissue box", "tissues", "toast", "toaster", "toaster oven", "toddler", "tofu", "toilet", "toilet bowl", "toilet brush", "toilet lid", "toilet paper", "toilet seat", "toilet tank", "toiletries", "tomato", "tomato sauce", "tomatoes", "tongs", "tongue", "tool", "toolbox", "tools", "toothbrush", "toothbrushes", "toothpaste", "toothpicks", "topping", "toppings", "tortilla", "touchpad", "tourist", "tourists", "towel", "towel dispenser", "towels", "tower", "towers", "town", "toy", "toy car", "toys", "tractor", "tractors", "traffic light", "traffic lights", "traffic sign", "trailer", "train", "train car", "train station", "train tracks", "trains", "trash", "trash bag", "trash can", "tray", "trays", "tree", "tree branch", "tree branches", "tree leaves", "tree trunk", "trees", "truck", "trucks", "trumpet", "trunk", "trunks", "tuna", "tunnel", "turbine", "turbines", "turkey", "turtle", "tv stand", "twig", "twigs", "umbrella", "umbrellas", "umpire", "undershirt", "underwear", "uniform", "uniforms", "urinal", "utensil", "utensil holder", "utensils", "vacuum", "van", "vanilla", "vase", "vases", "vegetable", "vegetables", "vehicle", "vehicles", "vending machine", "vendor", "vendors", "vest", "vests", "video camera", "video game", "video games", "village", "vine", "vinegar", "vines", "visitor", "visitors", "vitamins", "waffle", "waffles", "wagon", "waist", "waiter", "waitress", "walkway", "wall", "wallet", "wallpaper", "walls", "walnut", "walnuts", "wardrobe", "washing machine", "waste basket", "watch", "water", "water bottle", "water bottles", "water glass", "waterfall", "watermelon", "watermelons", "weapon", "wedding", "weeds", "wetsuit", "whale", "wheel", "wheelchair", "wheels", "whipped cream", "whisk", "wig", "wii", "wii controller", "wii controllers", "wii game", "wildflower", "wildflowers", "window", "window frame", "windows", "windshield", "wine", "wine bottle", "wine bottles", "wine glass", "wine glasses", "wines", "wing", "wings", "wire", "wires", "wok", "wolf", "wolves", "woman", "women", "wool", "word", "words", "worker", "workers", "wrist", "wristband", "wristwatch", "xbox controller", "yard", "yogurt", "zebra", "zebras", "zoo", "zucchini", "__background__"], "ind_to_predicates": ["__background__", "about to hit", "above", "adjusting", "approaching", "around", "at", "attached to", "balancing on", "behind", "below", "beneath", "beside", "between", "bigger than", "biting", "blowing out", "boarding", "brushing", "buying", "by", "carrying", "catching", "chained to", "chasing", "chewing", "cleaning", "climbing", "close to", "coming down", "coming from", "coming out of", "connected to", "contain", "cooked in", "cooking", "covered by", "covered in", "covered with", "covering", "crossing", "cutting", "decorated by", "decorated with", "decorating", "displayed in", "displayed on", "dragging", "draped over", "drawn on", "drinking", "drinking from", "driving", "driving down", "driving on", "eating", "eating at", "eating from", "eating in", "enclosing", "entering", "exiting", "facing", "falling off", "feeding", "filled with", "floating in", "floating on", "flying", "flying above", "flying in", "flying over", "flying through", "followed by", "following", "full of", "getting on", "going down", "going into", "going through", "grabbing", "grazing in", "grazing on", "growing along", "growing behind", "growing by", "growing from", "growing in", "growing near", "growing next to", "growing on", "guiding", "hang from", "hanging above", "hanging from", "hanging in", "hanging off", "hanging on", "hanging out of", "hanging over", "helping", "herding", "hidden by", "higher than", "hitting", "holding", "holding onto", "hugging", "hung on", "in", "in between", "in front of", "inside", "jumping in", "jumping off", "jumping on", "jumping over", "kept in", "kicking", "kissing", "larger than", "leading", "leaning against", "leaning on", "leaning over", "leaving", "licking", "longer than", "looking at", "looking down at", "looking in", "looking into", "looking out", "looking over", "looking through", "looking toward", "lying in", "lying inside", "lying next to", "lying on", "lying on top of", "making", "mixed with", "mounted on", "mounted to", "moving", "near", "next to", "observing", "of", "on", "on the back of", "on the bottom of", "on the edge of", "on the front of", "on the other side of", "on the side of", "on top of", "opening", "painted on", "parked along", "parked alongside", "parked at", "parked behind", "parked beside", "parked by", "parked in", "parked in front of", "parked near", "parked next to", "parked on", "perched on", "petting", "photographing", "picking up", "piled on", "playing", "playing at", "playing in", "playing on", "playing with", "plugged into", "pointing at", "posing with", "pouring", "preparing", "printed on", "pulled by", "pulling", "pushed by", "pushing", "reaching for", "reading", "reflected in", "reflected on", "reflecting in", "resting on", "riding", "riding in", "riding on", "running across", "running in", "running on", "running through", "scattered on", "seen through", "selling", "served on", "serving", "sewn on", "shining through", "shorter than", "sitting around", "sitting at", "sitting atop", "sitting behind", "sitting beside", "sitting by", "sitting in", "sitting in front of", "sitting inside", "sitting near", "sitting next to", "sitting on", "sitting on top of", "sitting under", "sitting with", "skating on", "skiing down", "skiing in", "skiing on", "sleeping in", "sleeping on", "slicing", "smaller than", "smelling", "smiling at", "smoking", "sniffing", "splashing", "sprinkled on", "stacked on", "standing against", "standing around", "standing at", "standing behind", "standing beside", "standing by", "standing in", "standing in front of", "standing near", "standing next to", "standing on", "standing on top of", "standing under", "staring at", "stuck in", "stuck on", "surrounded by", "surrounding", "swimming in", "swinging", "talking on", "talking to", "taller than", "throwing", "tied around", "tied to", "to the left of", "to the right of", "topped with", "tossing", "touching", "towing", "traveling down", "traveling on", "trying to catch", "tying", "typing on", "under", "underneath", "using", "wading in", "waiting for", "walking across", "walking along", "walking behind", "walking by", "walking down", "walking in", "walking into", "walking near", "walking next to", "walking on", "walking past", "walking through", "walking to", "walking toward", "walking towards", "walking up", "walking with", "washing", "watching", "wearing", "with", "working in", "working on", "worn around", "worn on", "wrapped around", "wrapped in"], "ind_to_attributes": ["__background__", "abandoned", "abstract", "abundant", "adidas", "adult", "alert", "aluminum", "american", "analog", "angled", "angry", "antique", "apple", "arched", "artificial", "asian", "asphalt", "assorted", "athletic", "attached", "baby", "baked", "bald", "balding", "bamboo", "banana", "barbed", "bare", "barefoot", "barren", "baseball", "bathroom", "batting", "beaded", "beautiful", "beer", "beige", "bending", "bent", "birthday", "black", "black and white", "blank", "blond", "blooming", "blowing", "blue", "blurry", "boiled", "braided", "brass", "breakable", "breaking", "brick", "bright", "broken", "bronze", "brown", "browned", "brunette", "bunched", "burning", "burnt", "bushy", "busy", "calico", "calm", "capital", "cardboard", "carpeted", "carved", "caucasian", "ceramic", "chain-link", "chalk", "checkered", "cheese", "chinese", "chipped", "chocolate", "chopped", "choppy", "christmas", "chrome", "chubby", "clay", "clean", "clear", "closed", "cloth", "cloudless", "cloudy", "clumped", "cluttered", "coarse", "cobblestone", "coffee", "collared", "colorful", "comfortable", "commercial", "complete", "computer", "concrete", "connected", "cooked", "cooking", "copper", "corded", "cordless", "cotton", "covered", "cracked", "crashing", "cream colored", "creamy", "crisp", "crispy", "crooked", "crossed", "crouched", "crouching", "crowded", "crumbled", "crumpled", "crusty", "crystal", "curious", "curled", "curly", "curved", "curvy", "cushioned", "cut", "cylindrical", "damaged", "dangling", "dark", "dark blue", "dark brown", "dark colored", "deciduous", "decorated", "decorative", "deep", "delicious", "denim", "dense", "designed", "diamond", "diced", "digital", "directional", "dirty", "discolored", "displayed", "disposable", "docked", "domed", "dotted", "double decker", "down", "drawn", "dried", "drinking", "driving", "dry", "dull", "dusty", "eaten", "eating", "edged", "elderly", "electric", "electronic", "elevated", "elongated", "empty", "evergreen", "exterior", "faded", "fake", "fallen", "fancy", "fat", "feathered", "female", "fenced", "filled", "fine", "fire", "flat", "floating", "floppy", "floral", "flowered", "fluffy", "fluorescent", "flying", "foamy", "foggy", "folded", "folding", "foreign", "forested", "formal", "framed", "french", "fresh", "fried", "frosted", "frozen", "full", "funny", "furry", "fuzzy", "garbage", "gas", "giant", "glass", "glazed", "gloomy", "glossy", "gloved", "glowing", "gold", "granite", "grassy", "grated", "gravel", "gray", "grazing", "greasy", "green", "grilled", "groomed", "grouped", "hairy", "half full", "halved", "handmade", "hanging", "happy", "hard", "hardwood", "having meeting", "hazy", "healthy", "heavy", "high", "hitting", "hollow", "homemade", "horizontal", "huge", "iced", "illuminated", "immature", "incomplete", "indoors", "industrial", "inflatable", "inflated", "intricate", "iron", "irregular", "ivory", "jagged", "jeans", "juicy", "jumping", "khaki", "kitchen", "kneeling", "knit", "knotted", "lace", "large", "laughing", "leafless", "leafy", "leather", "license", "light", "light blue", "light brown", "light colored", "lighted", "lined", "lit", "little", "long", "long sleeved", "looking down", "looking up", "loose", "low", "lower", "lush", "lying", "made", "male", "manicured", "marble", "maroon", "massive", "mature", "melted", "melting", "mesh", "messy", "metal", "military", "miniature", "misty", "mixed", "modern", "mounted", "mowed", "muddy", "murky", "muscular", "narrow", "navy", "neat", "neon", "new", "nike", "oblong", "ocean", "octagonal", "off", "office", "old", "old fashioned", "on", "opaque", "open", "orange", "oriental", "ornamental", "ornate", "outdoor", "outdoors", "outstretched", "overcast", "overgrown", "overhead", "oversized", "packaged", "packed", "padded", "painted", "pale", "palm", "paneled", "paper", "park", "parked", "partly cloudy", "pastel", "patched", "patchy", "patterned", "paved", "peeled", "peeling", "pepper", "perched", "performing trick", "piled", "pine", "pink", "pizza", "plaid", "plain", "plastic", "playing", "plush", "pointing", "pointy", "polar", "polished", "polo", "porcelain", "portable", "posing", "potted", "powdered", "power", "powerful", "pretty", "printed", "professional", "protective", "public", "puffy", "pulled back", "purple", "quilted", "railroad", "rainbow colored", "rainy", "raised", "raw", "reading", "real", "recessed", "rectangular", "red", "reflected", "reflective", "regular", "resting", "ridged", "riding", "rimmed", "ripe", "rippled", "rippling", "roasted", "rock", "rocky", "rolled", "roman", "rotten", "rough", "round", "rounded", "rubber", "ruffled", "rugged", "running", "rustic", "rusty", "sad", "safety", "sandy", "scarce", "scattered", "scrambled", "sculpted", "sealed", "seasoned", "shaded", "shadowed", "shaggy", "shallow", "shaped", "sharp", "shaved", "sheer", "shingled", "shining", "shiny", "shirtless", "short", "short sleeved", "shredded", "shut", "silk", "silver", "simple", "sitting", "skateboarding", "skating", "ski", "skiing", "skinny", "slanted", "sleeping", "sleepy", "sleeveless", "sliced", "sliding", "sloped", "small", "smiling", "smooth", "snow", "snowboarding", "snowy", "soap", "soccer", "soda", "soft", "sparse", "speckled", "spiky", "spinning", "spiral", "splashing", "spraying", "spread", "sprinkled", "square", "squatting", "stacked", "stained", "stainless steel", "standing", "staring", "steamed", "steel", "steep", "still", "stone", "stormy", "straight", "straw", "strawberry", "street", "striped", "strong", "stuffed", "sturdy", "styrofoam", "sunlit", "sunny", "support", "surfing", "suspended", "sweet", "swimming", "swinging", "tabby", "tail", "talking", "tall", "tan", "tangled", "tasty", "teal", "telephone", "tennis", "textured", "thick", "thin", "tied", "tight", "tiled", "tilted", "tin", "tinted", "tiny", "toasted", "toilet", "tomato", "torn", "toy", "traffic", "translucent", "transparent", "trash", "triangular", "trimmed", "tropical", "turned", "twisted", "typical", "ugly", "uncomfortable", "uncooked", "uneven", "unhappy", "unhealthy", "unlit", "unoccupied", "unpaved", "unpeeled", "unripe", "up", "upholstered", "upper", "upside down", "urban", "used", "vacant", "vanilla", "vast", "vertical", "vibrant", "vintage", "vinyl", "waiting", "walking", "warm", "water", "waving", "wavy", "weathered", "wedding", "wet", "white", "wicker", "wide", "wii", "wild", "winding", "wine", "winter", "wire", "wired", "wireless", "wispy", "wood", "wooded", "wool", "worn", "woven", "wrapped", "wrinkled", "wrinkly", "wrist", "written", "yellow", "young"], "classes_to_ind": {"accessory": 0, "action figure": 1, "air": 2, "air conditioner": 3, "aircraft": 4, "airplane": 5, "airplanes": 6, "airport": 7, "alarm clock": 8, "alcohol": 9, "alien": 10, "alligator": 11, "almond": 12, "almonds": 13, "ambulance": 14, "american flag": 15, "amusement park": 16, "anchovies": 17, "angry bird": 18, "animal": 19, "animals": 20, "antelope": 21, "antelopes": 22, "antenna": 23, "antennas": 24, "apartment": 25, "apartment building": 26, "appetizer": 27, "appetizers": 28, "apple": 29, "apple logo": 30, "apples": 31, "appliance": 32, "apron": 33, "aquarium": 34, "arm": 35, "armchair": 36, "armor": 37, "arms": 38, "arrow": 39, "artichoke": 40, "artichokes": 41, "artwork": 42, "asparagus": 43, "athlete": 44, "athletic shoe": 45, "attic": 46, "audience": 47, "auditorium": 48, "avocado": 49, "avocados": 50, "baby": 51, "backpack": 52, "backpacks": 53, "backyard": 54, "bacon": 55, "bag": 56, "bagel": 57, "bagels": 58, "bags": 59, "baked good": 60, "baked goods": 61, "baker": 62, "bakery": 63, "baking pan": 64, "baking sheet": 65, "balcony": 66, "ball": 67, "balloon": 68, "balloons": 69, "balls": 70, "banana": 71, "banana bunch": 72, "banana bunches": 73, "banana peel": 74, "bananas": 75, "bandage": 76, "bandana": 77, "bar stool": 78, "bar stools": 79, "barn": 80, "barrier": 81, "bartender": 82, "baseball": 83, "baseball bat": 84, "baseball bats": 85, "baseball mitt": 86, "baseball players": 87, "basil": 88, "basket": 89, "baskets": 90, "bat": 91, "bath towel": 92, "bathroom": 93, "bathtub": 94, "bats": 95, "batter": 96, "batteries": 97, "battery": 98, "beach": 99, "beach chair": 100, "beach umbrella": 101, "beads": 102, "beak": 103, "beans": 104, "bear": 105, "beard": 106, "bears": 107, "bed": 108, "bedding": 109, "bedroom": 110, "beds": 111, "bedspread": 112, "bee": 113, "beef": 114, "beer": 115, "beer bottle": 116, "beer can": 117, "beer cans": 118, "beer mug": 119, "beet": 120, "beetle": 121, "beets": 122, "bell": 123, "bell tower": 124, "belt": 125, "bench": 126, "benches": 127, "berries": 128, "berry": 129, "beverage": 130, "beverages": 131, "bicycle": 132, "bicycles": 133, "bike": 134, "biker": 135, "bikes": 136, "bikini": 137, "binder": 138, "bird": 139, "bird cage": 140, "bird house": 141, "birds": 142, "biscuit": 143, "biscuits": 144, "bison": 145, "blackberries": 146, "blanket": 147, "blankets": 148, "blazer": 149, "bleachers": 150, "blender": 151, "blenders": 152, "blind": 153, "blinds": 154, "blood": 155, "blossom": 156, "blossoms": 157, "blouse": 158, "blueberries": 159, "blueberry": 160, "boar": 161, "boat": 162, "boats": 163, "bomb": 164, "bone": 165, "book": 166, "bookcase": 167, "books": 168, "bookshelf": 169, "bookshelves": 170, "boot": 171, "boots": 172, "bottle": 173, "bottle cap": 174, "bottles": 175, "boulders": 176, "bouquet": 177, "bowl": 178, "bowls": 179, "box": 180, "boxes": 181, "boy": 182, "boys": 183, "bracelet": 184, "bracelets": 185, "branch": 186, "branches": 187, "bread": 188, "bread box": 189, "bread loaf": 190, "breakfast": 191, "bricks": 192, "bridge": 193, "briefcase": 194, "broccoli": 195, "broom": 196, "broth": 197, "brownie": 198, "brownies": 199, "brush": 200, "bubble": 201, "bubbles": 202, "bucket": 203, "buffet": 204, "bug": 205, "bugs": 206, "building": 207, "buildings": 208, "bull": 209, "bun": 210, "bunny": 211, "buns": 212, "buoy": 213, "buoys": 214, "burger": 215, "burner": 216, "burrito": 217, "bus": 218, "bus driver": 219, "bus stop": 220, "buses": 221, "bush": 222, "bushes": 223, "butter": 224, "butter knife": 225, "butterflies": 226, "butterfly": 227, "cabbage": 228, "cabin": 229, "cabinet": 230, "cabinet door": 231, "cabinet doors": 232, "cabinets": 233, "cable": 234, "cables": 235, "cactus": 236, "cafe": 237, "cafeteria": 238, "cage": 239, "cages": 240, "cake": 241, "cake pan": 242, "cake stand": 243, "cakes": 244, "calculator": 245, "calf": 246, "camel": 247, "camera": 248, "cameras": 249, "can": 250, "can opener": 251, "candies": 252, "candle": 253, "candle holder": 254, "candles": 255, "candy": 256, "cane": 257, "canister": 258, "canisters": 259, "canoe": 260, "canopy": 261, "cans": 262, "cap": 263, "cappuccino": 264, "car": 265, "caramel": 266, "card": 267, "cards": 268, "carpet": 269, "carriage": 270, "carrot": 271, "carrots": 272, "cars": 273, "cart": 274, "carts": 275, "cash register": 276, "casserole": 277, "castle": 278, "castles": 279, "cat": 280, "cat food": 281, "catcher": 282, "cathedral": 283, "cats": 284, "cauliflower": 285, "cd": 286, "cds": 287, "ceiling": 288, "ceiling light": 289, "celery": 290, "cell phone": 291, "cell phones": 292, "cemetery": 293, "cereal": 294, "cereal box": 295, "chain": 296, "chains": 297, "chair": 298, "chairs": 299, "chalkboard": 300, "champagne": 301, "chandelier": 302, "character": 303, "characters": 304, "charger": 305, "cheese": 306, "cheese cube": 307, "cheeseburger": 308, "cheesecake": 309, "cheetah": 310, "chef": 311, "chef hat": 312, "cherries": 313, "cherry": 314, "chess piece": 315, "chicken": 316, "chicken breast": 317, "chickens": 318, "chickpeas": 319, "child": 320, "children": 321, "chili": 322, "chimney": 323, "chinese food": 324, "chocolate": 325, "chocolate chips": 326, "chopstick": 327, "chopsticks": 328, "christmas light": 329, "christmas lights": 330, "church": 331, "cigar": 332, "cigarette": 333, "cigarettes": 334, "cinnamon": 335, "cinnamon roll": 336, "citrus": 337, "city": 338, "classroom": 339, "cliff": 340, "clock": 341, "clock hand": 342, "clock tower": 343, "clocks": 344, "closet": 345, "clothes": 346, "cloths": 347, "cloud": 348, "clouds": 349, "coach": 350, "coat": 351, "coats": 352, "cockpit": 353, "coconut": 354, "coconuts": 355, "coffee": 356, "coffee bean": 357, "coffee beans": 358, "coffee cup": 359, "coffee cups": 360, "coffee maker": 361, "coffee mug": 362, "coffee pot": 363, "coffee shop": 364, "coffee table": 365, "coin": 366, "coke": 367, "coleslaw": 368, "collar": 369, "comb": 370, "comforter": 371, "computer": 372, "computer desk": 373, "computer monitor": 374, "computer mouse": 375, "computers": 376, "cone": 377, "cones": 378, "console": 379, "container": 380, "containers": 381, "control panel": 382, "controller": 383, "controllers": 384, "cookbook": 385, "cooker": 386, "cookie": 387, "cookie dough": 388, "cookie jar": 389, "cookies": 390, "cooking oil": 391, "cooking pot": 392, "cooking utensil": 393, "cooking utensils": 394, "cooler": 395, "coral": 396, "cord": 397, "cords": 398, "corn": 399, "costume": 400, "cotton candy": 401, "cotton dessert": 402, "couch": 403, "couches": 404, "counter": 405, "countertop": 406, "couple": 407, "courtyard": 408, "cow": 409, "cowboy": 410, "cowboy hat": 411, "cows": 412, "crab": 413, "cracker": 414, "crackers": 415, "cranberries": 416, "cranberry": 417, "crane": 418, "crate": 419, "crates": 420, "cream": 421, "cream cheese": 422, "croissant": 423, "croissants": 424, "cross": 425, "crosswalk": 426, "crowd": 427, "crown": 428, "crumbs": 429, "crust": 430, "cucumber": 431, "cucumbers": 432, "cup": 433, "cupboard": 434, "cupboards": 435, "cupcake": 436, "cupcakes": 437, "cups": 438, "curtain": 439, "curtains": 440, "customer": 441, "customers": 442, "cutting board": 443, "cyclist": 444, "daisy": 445, "daughter": 446, "deck": 447, "decoration": 448, "decorations": 449, "deer": 450, "desert": 451, "desk": 452, "desk lamp": 453, "desktop computer": 454, "dessert": 455, "desserts": 456, "device": 457, "diaper": 458, "dining room": 459, "dining table": 460, "dinner": 461, "dinosaur": 462, "dinosaurs": 463, "dip": 464, "dirt": 465, "dish": 466, "dish drainer": 467, "dish soap": 468, "dishes": 469, "dishwasher": 470, "dispenser": 471, "display": 472, "dock": 473, "dog": 474, "dog food": 475, "dogs": 476, "doll": 477, "dolls": 478, "dolphin": 479, "dolphins": 480, "dome": 481, "donkey": 482, "donkeys": 483, "donut": 484, "donuts": 485, "door": 486, "door frame": 487, "doors": 488, "doorway": 489, "dough": 490, "dragon": 491, "dragonfly": 492, "dragons": 493, "drain": 494, "drape": 495, "drapes": 496, "drawer": 497, "drawers": 498, "drawing": 499, "drawings": 500, "dream catcher": 501, "dress": 502, "dress shirt": 503, "dresser": 504, "dresses": 505, "dressing": 506, "drink": 507, "drinks": 508, "driver": 509, "drum": 510, "dry-erase board": 511, "dryer": 512, "duck": 513, "ducks": 514, "dugout": 515, "dumplings": 516, "dumpster": 517, "dvd player": 518, "dvd players": 519, "dvds": 520, "eagle": 521, "eagles": 522, "ear": 523, "ear buds": 524, "earphones": 525, "earring": 526, "earrings": 527, "ears": 528, "egg": 529, "egg carton": 530, "egg roll": 531, "egg shell": 532, "egg white": 533, "egg yolk": 534, "eggplant": 535, "eggs": 536, "eiffel tower": 537, "elbow pad": 538, "electric toothbrush": 539, "elephant": 540, "elephants": 541, "elevator": 542, "elmo": 543, "employee": 544, "end table": 545, "engineer": 546, "entertainment center": 547, "entrance": 548, "entree": 549, "envelope": 550, "eye": 551, "eye glasses": 552, "eyes": 553, "face": 554, "face mask": 555, "factory": 556, "family": 557, "fan": 558, "fans": 559, "farm": 560, "farmer": 561, "farmers": 562, "father": 563, "faucet": 564, "feathers": 565, "feeder": 566, "feet": 567, "fence": 568, "fence post": 569, "feta cheese": 570, "field": 571, "figure": 572, "figurine": 573, "figurines": 574, "finger": 575, "fingers": 576, "fire": 577, "fire extinguisher": 578, "fire hydrant": 579, "fire truck": 580, "fire trucks": 581, "fireplace": 582, "fish": 583, "fisherman": 584, "fishing pole": 585, "flag": 586, "flags": 587, "flames": 588, "flamingo": 589, "flatbread": 590, "flip flop": 591, "flip flops": 592, "floor": 593, "floor lamp": 594, "flour": 595, "flower": 596, "flower pot": 597, "flowers": 598, "fog": 599, "foil": 600, "folding chair": 601, "food": 602, "food container": 603, "food processor": 604, "food truck": 605, "food trucks": 606, "foot": 607, "football": 608, "forest": 609, "fork": 610, "forks": 611, "fountain": 612, "frame": 613, "french toast": 614, "fries": 615, "frisbee": 616, "frog": 617, "frosting": 618, "fruit": 619, "fruit stand": 620, "fruits": 621, "fudge": 622, "fur": 623, "gadget": 624, "game": 625, "game controller": 626, "games": 627, "garage": 628, "garage door": 629, "garden": 630, "garland": 631, "garlic": 632, "garment": 633, "garnish": 634, "gas pump": 635, "gas station": 636, "gas stove": 637, "gate": 638, "geese": 639, "gentleman": 640, "gift": 641, "gifts": 642, "ginger": 643, "giraffe": 644, "giraffes": 645, "girl": 646, "girls": 647, "glass": 648, "glasses": 649, "glaze": 650, "glove": 651, "gloves": 652, "goal": 653, "goat": 654, "goats": 655, "goggles": 656, "goose": 657, "gorilla": 658, "gourd": 659, "gown": 660, "graffiti": 661, "granola": 662, "grape": 663, "grapefruit": 664, "grapes": 665, "grass": 666, "grater": 667, "gravel": 668, "gravy": 669, "grill": 670, "grinder": 671, "groceries": 672, "ground": 673, "guacamole": 674, "guests": 675, "guitar": 676, "gummy bear": 677, "gun": 678, "guy": 679, "guys": 680, "gym": 681, "hair": 682, "hair clip": 683, "hair dryer": 684, "hairbrush": 685, "hallway": 686, "ham": 687, "hamburger": 688, "hamburgers": 689, "hammer": 690, "hand": 691, "hand dryer": 692, "hand soap": 693, "handbag": 694, "hands": 695, "hangar": 696, "harbor": 697, "hard drive": 698, "hat": 699, "hats": 700, "hay": 701, "head": 702, "headband": 703, "headboard": 704, "headphones": 705, "heart": 706, "hearts": 707, "heater": 708, "hedge": 709, "hedges": 710, "heel": 711, "heels": 712, "helicopter": 713, "helmet": 714, "helmets": 715, "herb": 716, "herbs": 717, "herd": 718, "hibiscus": 719, "highway": 720, "hill": 721, "hills": 722, "hillside": 723, "hilltop": 724, "hippo": 725, "hippos": 726, "home plate": 727, "homes": 728, "honey": 729, "hook": 730, "horn": 731, "horns": 732, "horse": 733, "horse hoof": 734, "horses": 735, "hose": 736, "hospital": 737, "hot dog": 738, "hot dogs": 739, "hotdog bun": 740, "hotel": 741, "hotel room": 742, "hour hand": 743, "house": 744, "houses": 745, "hummus": 746, "hurdle": 747, "ice": 748, "ice cream": 749, "ice cube": 750, "ice cubes": 751, "ice maker": 752, "ice-cream cone": 753, "icing": 754, "ingredient": 755, "instrument": 756, "intersection": 757, "ipod": 758, "island": 759, "jacket": 760, "jackets": 761, "jar": 762, "jars": 763, "jeans": 764, "jeep": 765, "jersey": 766, "jet": 767, "jewelry": 768, "jockey": 769, "juice": 770, "juice box": 771, "jumpsuit": 772, "kangaroo": 773, "ketchup": 774, "ketchup bottle": 775, "kettle": 776, "keyboard": 777, "keyboards": 778, "keypad": 779, "kimono": 780, "kiosk": 781, "kitchen": 782, "kitchen towel": 783, "kite": 784, "kites": 785, "kitten": 786, "kittens": 787, "kiwi": 788, "kiwis": 789, "knee pad": 790, "knee pads": 791, "knife": 792, "knife block": 793, "knives": 794, "lab coat": 795, "label": 796, "ladder": 797, "ladle": 798, "ladles": 799, "lady": 800, "lake": 801, "lamb": 802, "lambs": 803, "lamp": 804, "lamp shade": 805, "lamps": 806, "laptop": 807, "laptops": 808, "lavender": 809, "lawn": 810, "leaf": 811, "leaves": 812, "leg": 813, "leggings": 814, "lego": 815, "legs": 816, "lemon": 817, "lemonade": 818, "lemons": 819, "leopard": 820, "letter": 821, "letters": 822, "lettuce": 823, "library": 824, "license plate": 825, "lid": 826, "life jacket": 827, "life jackets": 828, "life preserver": 829, "light bulb": 830, "light bulbs": 831, "light fixture": 832, "light switch": 833, "lighthouse": 834, "lilies": 835, "lily": 836, "lime": 837, "lion": 838, "lions": 839, "lip": 840, "lips": 841, "lipstick": 842, "liquid": 843, "liquor": 844, "living room": 845, "lizard": 846, "loaf": 847, "lobby": 848, "lobster": 849, "lock": 850, "locomotive": 851, "log": 852, "logo": 853, "logs": 854, "lounge": 855, "luggage": 856, "luggage cart": 857, "lunch": 858, "lunch box": 859, "macaroni": 860, "machine": 861, "magazine": 862, "magazines": 863, "magnet": 864, "magnets": 865, "mailbox": 866, "mall": 867, "man": 868, "mane": 869, "mango": 870, "mangoes": 871, "manhole cover": 872, "mannequin": 873, "mannequins": 874, "map": 875, "marina": 876, "marker": 877, "market": 878, "marshmallow": 879, "mashed potatoes": 880, "mask": 881, "masks": 882, "mat": 883, "match": 884, "mattress": 885, "mattresses": 886, "mayonnaise": 887, "meadow": 888, "meal": 889, "meat": 890, "meatballs": 891, "meats": 892, "medicine cabinet": 893, "melon": 894, "melons": 895, "men": 896, "menu": 897, "menus": 898, "merchandise": 899, "mexican food": 900, "mice": 901, "mickey mouse": 902, "microphone": 903, "microwave": 904, "microwave oven": 905, "milk": 906, "milk carton": 907, "milkshake": 908, "minivan": 909, "mint": 910, "minute hand": 911, "mirror": 912, "mirrors": 913, "mixer": 914, "mixing bowl": 915, "money": 916, "monitor": 917, "monitors": 918, "monkey": 919, "monkeys": 920, "monster": 921, "moon": 922, "moose": 923, "moss": 924, "mother": 925, "motorcycle": 926, "motorcycles": 927, "mound": 928, "mountain": 929, "mountain peak": 930, "mountain side": 931, "mountains": 932, "mouse pad": 933, "mouth": 934, "mozzarella": 935, "mud": 936, "muffin": 937, "muffins": 938, "mug": 939, "mugs": 940, "museum": 941, "mushroom": 942, "mushrooms": 943, "mustache": 944, "mustard": 945, "mustard bottle": 946, "name tag": 947, "napkin": 948, "napkin dispenser": 949, "napkins": 950, "neck": 951, "necklace": 952, "necklaces": 953, "nest": 954, "net": 955, "newspaper": 956, "nightstand": 957, "nightstands": 958, "noodles": 959, "nose": 960, "notebook": 961, "notepad": 962, "number": 963, "numbers": 964, "nut": 965, "nutella": 966, "nuts": 967, "oak tree": 968, "oatmeal": 969, "obstacle": 970, "ocean": 971, "octopus": 972, "office": 973, "office chair": 974, "office supplies": 975, "officer": 976, "officers": 977, "oil": 978, "olive": 979, "olive oil": 980, "olives": 981, "omelette": 982, "onion": 983, "onion ring": 984, "onion rings": 985, "onions": 986, "orange": 987, "oranges": 988, "orchard": 989, "orchid": 990, "orchids": 991, "oreo": 992, "ornament": 993, "ornaments": 994, "ostrich": 995, "ostriches": 996, "ottoman": 997, "outfit": 998, "outfits": 999, "outlet": 1000, "outlets": 1001, "oven": 1002, "oven door": 1003, "ovens": 1004, "owl": 1005, "owls": 1006, "package": 1007, "packages": 1008, "packet": 1009, "paddle": 1010, "paint": 1011, "paint brush": 1012, "painting": 1013, "paintings": 1014, "pajamas": 1015, "palace": 1016, "palm tree": 1017, "palm trees": 1018, "pan": 1019, "pancake": 1020, "pancakes": 1021, "panda": 1022, "panda bear": 1023, "panda bears": 1024, "pandas": 1025, "pans": 1026, "pantry": 1027, "pants": 1028, "papaya": 1029, "paper": 1030, "paper container": 1031, "paper dispenser": 1032, "paper towel": 1033, "paper towels": 1034, "papers": 1035, "parachute": 1036, "parachutes": 1037, "parent": 1038, "park": 1039, "parking lot": 1040, "parking meter": 1041, "parking sign": 1042, "parmesan cheese": 1043, "parrot": 1044, "parrots": 1045, "parsley": 1046, "passenger": 1047, "passengers": 1048, "pasta": 1049, "pasta salad": 1050, "pastries": 1051, "pastry": 1052, "pasture": 1053, "path": 1054, "patio": 1055, "pavement": 1056, "paw": 1057, "paws": 1058, "pea": 1059, "peach": 1060, "peaches": 1061, "peacock": 1062, "peanut": 1063, "peanut butter": 1064, "peanuts": 1065, "pear": 1066, "pears": 1067, "peas": 1068, "pecan": 1069, "pedestrian": 1070, "pedestrians": 1071, "pen": 1072, "pencil": 1073, "pencils": 1074, "penguin": 1075, "penguins": 1076, "pens": 1077, "people": 1078, "pepper": 1079, "pepper shaker": 1080, "pepperoni": 1081, "peppers": 1082, "performer": 1083, "person": 1084, "pesto": 1085, "phone": 1086, "phones": 1087, "photographer": 1088, "piano": 1089, "pickles": 1090, "picnic": 1091, "picnic table": 1092, "picnic tables": 1093, "picture": 1094, "picture frame": 1095, "pie": 1096, "piercing": 1097, "pig": 1098, "pigeon": 1099, "pigeons": 1100, "pigs": 1101, "pikachu": 1102, "pillars": 1103, "pillow": 1104, "pillowcase": 1105, "pillows": 1106, "pills": 1107, "pilot": 1108, "pine tree": 1109, "pine trees": 1110, "pineapple": 1111, "pineapples": 1112, "pipe": 1113, "pipes": 1114, "pistachio": 1115, "pita": 1116, "pitcher": 1117, "pizza": 1118, "pizza box": 1119, "pizza boxes": 1120, "pizza crust": 1121, "pizza cutter": 1122, "pizza oven": 1123, "pizza pan": 1124, "pizza pie": 1125, "pizza shop": 1126, "pizza slice": 1127, "pizza slices": 1128, "pizza tray": 1129, "pizzas": 1130, "placemat": 1131, "plain": 1132, "plant": 1133, "plantains": 1134, "planter": 1135, "plants": 1136, "plate": 1137, "plates": 1138, "platform": 1139, "platter": 1140, "player": 1141, "players": 1142, "plier": 1143, "pliers": 1144, "pocket": 1145, "pocket watch": 1146, "pockets": 1147, "pokemon": 1148, "polar bear": 1149, "pole": 1150, "policeman": 1151, "policemen": 1152, "polo shirt": 1153, "pomegranate": 1154, "pond": 1155, "poodle": 1156, "popcorn": 1157, "porch": 1158, "pork": 1159, "post": 1160, "poster": 1161, "pot": 1162, "potato": 1163, "potato chips": 1164, "potato salad": 1165, "potatoes": 1166, "pots": 1167, "pouch": 1168, "powder": 1169, "powdered sugar": 1170, "power line": 1171, "power lines": 1172, "pretzel": 1173, "pretzels": 1174, "price tag": 1175, "printer": 1176, "printers": 1177, "produce": 1178, "projector": 1179, "propeller": 1180, "pub": 1181, "pudding": 1182, "puddle": 1183, "pump": 1184, "pumpkin": 1185, "pumpkins": 1186, "puppy": 1187, "purse": 1188, "rabbit": 1189, "racket": 1190, "rackets": 1191, "radiator": 1192, "radio": 1193, "railroad": 1194, "rain": 1195, "raincoat": 1196, "raisin": 1197, "raisins": 1198, "ramekin": 1199, "raspberries": 1200, "raspberry": 1201, "ravioli": 1202, "receipt": 1203, "refrigerator": 1204, "remote control": 1205, "remote controls": 1206, "restaurant": 1207, "restaurants": 1208, "restroom": 1209, "rhino": 1210, "rhinos": 1211, "ribs": 1212, "rice": 1213, "rice cooker": 1214, "riding boots": 1215, "rifle": 1216, "ring": 1217, "river": 1218, "road": 1219, "roadside": 1220, "roadway": 1221, "roast beef": 1222, "robe": 1223, "robot": 1224, "rock": 1225, "rocks": 1226, "roll": 1227, "rolling pin": 1228, "roof": 1229, "rooftop": 1230, "room": 1231, "rope": 1232, "ropes": 1233, "rose": 1234, "roses": 1235, "router": 1236, "rubber duck": 1237, "rug": 1238, "runway": 1239, "sack": 1240, "safety jacket": 1241, "sail": 1242, "sailboat": 1243, "sailboats": 1244, "salad": 1245, "salad dressing": 1246, "salmon": 1247, "salon": 1248, "salt": 1249, "salt shaker": 1250, "sand": 1251, "sandal": 1252, "sandals": 1253, "sandwich": 1254, "sandwiches": 1255, "satellite dish": 1256, "sauce": 1257, "saucer": 1258, "sausage": 1259, "sausages": 1260, "scaffolding": 1261, "scarf": 1262, "school": 1263, "school bus": 1264, "scissors": 1265, "sconce": 1266, "scooter": 1267, "scooters": 1268, "screen": 1269, "scrub brush": 1270, "sculpture": 1271, "sea": 1272, "sea foam": 1273, "seafood": 1274, "seagull": 1275, "seagulls": 1276, "seal": 1277, "seat": 1278, "seat belt": 1279, "seaweed": 1280, "seed": 1281, "seeds": 1282, "serving dish": 1283, "serving tray": 1284, "shampoo": 1285, "shampoo bottle": 1286, "shark": 1287, "sharks": 1288, "shaving cream": 1289, "sheep": 1290, "sheet": 1291, "sheets": 1292, "shelf": 1293, "shelter": 1294, "shelves": 1295, "shield": 1296, "ship": 1297, "shirt": 1298, "shirts": 1299, "shoe": 1300, "shoe lace": 1301, "shoe laces": 1302, "shoes": 1303, "shop": 1304, "shopper": 1305, "shoppers": 1306, "shopping bag": 1307, "shopping cart": 1308, "shopping center": 1309, "shops": 1310, "shore": 1311, "shorts": 1312, "shower": 1313, "shower curtain": 1314, "shower door": 1315, "shrimp": 1316, "shuttle": 1317, "side table": 1318, "sidewalk": 1319, "sign": 1320, "sign post": 1321, "silverware": 1322, "sink": 1323, "skate park": 1324, "skateboard": 1325, "skateboarder": 1326, "skateboards": 1327, "skater": 1328, "ski": 1329, "ski lift": 1330, "skier": 1331, "skillet": 1332, "skin": 1333, "skirt": 1334, "skis": 1335, "sky": 1336, "skyscraper": 1337, "skyscrapers": 1338, "smoke": 1339, "smoke stack": 1340, "smoothie": 1341, "snack": 1342, "snacks": 1343, "snail": 1344, "snake": 1345, "snakes": 1346, "sneakers": 1347, "snoopy": 1348, "snow": 1349, "snow boots": 1350, "snow flakes": 1351, "snow pants": 1352, "snow shoe": 1353, "snow shoes": 1354, "snowboard": 1355, "snowboarder": 1356, "snowboards": 1357, "snowsuit": 1358, "soap": 1359, "soap bottle": 1360, "soap dish": 1361, "soap dispenser": 1362, "soap dispensers": 1363, "soccer ball": 1364, "soccer balls": 1365, "soccer player": 1366, "sock": 1367, "socks": 1368, "soda": 1369, "soda bottle": 1370, "soda can": 1371, "soda cans": 1372, "sofa": 1373, "soft drink": 1374, "soldier": 1375, "soldiers": 1376, "son": 1377, "soup": 1378, "sour cream": 1379, "spatula": 1380, "speaker": 1381, "speakers": 1382, "spear": 1383, "spectator": 1384, "spectators": 1385, "spice": 1386, "spices": 1387, "spider": 1388, "spinach": 1389, "sponge": 1390, "spoon": 1391, "spoons": 1392, "sporting equipment": 1393, "spots": 1394, "spray bottle": 1395, "spray can": 1396, "sprinkles": 1397, "squash": 1398, "squirrel": 1399, "stadium": 1400, "stage": 1401, "staircase": 1402, "stairs": 1403, "stapler": 1404, "star": 1405, "stars": 1406, "station": 1407, "statue": 1408, "steak": 1409, "steam": 1410, "steering wheel": 1411, "step": 1412, "steps": 1413, "stew": 1414, "stick": 1415, "sticker": 1416, "stickers": 1417, "sticks": 1418, "sticky notes": 1419, "stir fry": 1420, "stone": 1421, "stones": 1422, "stop sign": 1423, "storage box": 1424, "store": 1425, "stores": 1426, "stove": 1427, "straw": 1428, "strawberries": 1429, "strawberry": 1430, "street": 1431, "street light": 1432, "street lights": 1433, "street sign": 1434, "stroller": 1435, "student": 1436, "students": 1437, "stuffed animal": 1438, "stuffed animals": 1439, "stuffed bear": 1440, "stuffed bears": 1441, "stuffed dog": 1442, "stump": 1443, "sugar": 1444, "sugar packet": 1445, "sugar packets": 1446, "suit": 1447, "suitcase": 1448, "suitcases": 1449, "suits": 1450, "sun": 1451, "sunflower": 1452, "sunflowers": 1453, "sunglasses": 1454, "supermarket": 1455, "surfboard": 1456, "surfboards": 1457, "surfer": 1458, "sushi": 1459, "suv": 1460, "swamp": 1461, "swan": 1462, "swans": 1463, "sweater": 1464, "sweatshirt": 1465, "sweet potato": 1466, "sweet potatoes": 1467, "swimmer": 1468, "swimming pool": 1469, "swimsuit": 1470, "sword": 1471, "symbol": 1472, "syrup": 1473, "t-shirt": 1474, "table": 1475, "table lamp": 1476, "tablecloth": 1477, "tables": 1478, "tablet": 1479, "taco": 1480, "tag": 1481, "tags": 1482, "tail": 1483, "tangerine": 1484, "tank top": 1485, "tape": 1486, "tattoos": 1487, "taxi": 1488, "taxis": 1489, "tea": 1490, "tea kettle": 1491, "tea pot": 1492, "team": 1493, "teddy bear": 1494, "teddy bears": 1495, "teeth": 1496, "telephone pole": 1497, "television": 1498, "televisions": 1499, "temple": 1500, "tennis ball": 1501, "tennis balls": 1502, "tent": 1503, "tents": 1504, "terminal": 1505, "theater": 1506, "thermometer": 1507, "thumb": 1508, "tie": 1509, "tiger": 1510, "tiles": 1511, "tire": 1512, "tires": 1513, "tissue": 1514, "tissue box": 1515, "tissues": 1516, "toast": 1517, "toaster": 1518, "toaster oven": 1519, "toddler": 1520, "tofu": 1521, "toilet": 1522, "toilet bowl": 1523, "toilet brush": 1524, "toilet lid": 1525, "toilet paper": 1526, "toilet seat": 1527, "toilet tank": 1528, "toiletries": 1529, "tomato": 1530, "tomato sauce": 1531, "tomatoes": 1532, "tongs": 1533, "tongue": 1534, "tool": 1535, "toolbox": 1536, "tools": 1537, "toothbrush": 1538, "toothbrushes": 1539, "toothpaste": 1540, "toothpicks": 1541, "topping": 1542, "toppings": 1543, "tortilla": 1544, "touchpad": 1545, "tourist": 1546, "tourists": 1547, "towel": 1548, "towel dispenser": 1549, "towels": 1550, "tower": 1551, "towers": 1552, "town": 1553, "toy": 1554, "toy car": 1555, "toys": 1556, "tractor": 1557, "tractors": 1558, "traffic light": 1559, "traffic lights": 1560, "traffic sign": 1561, "trailer": 1562, "train": 1563, "train car": 1564, "train station": 1565, "train tracks": 1566, "trains": 1567, "trash": 1568, "trash bag": 1569, "trash can": 1570, "tray": 1571, "trays": 1572, "tree": 1573, "tree branch": 1574, "tree branches": 1575, "tree leaves": 1576, "tree trunk": 1577, "trees": 1578, "truck": 1579, "trucks": 1580, "trumpet": 1581, "trunk": 1582, "trunks": 1583, "tuna": 1584, "tunnel": 1585, "turbine": 1586, "turbines": 1587, "turkey": 1588, "turtle": 1589, "tv stand": 1590, "twig": 1591, "twigs": 1592, "umbrella": 1593, "umbrellas": 1594, "umpire": 1595, "undershirt": 1596, "underwear": 1597, "uniform": 1598, "uniforms": 1599, "urinal": 1600, "utensil": 1601, "utensil holder": 1602, "utensils": 1603, "vacuum": 1604, "van": 1605, "vanilla": 1606, "vase": 1607, "vases": 1608, "vegetable": 1609, "vegetables": 1610, "vehicle": 1611, "vehicles": 1612, "vending machine": 1613, "vendor": 1614, "vendors": 1615, "vest": 1616, "vests": 1617, "video camera": 1618, "video game": 1619, "video games": 1620, "village": 1621, "vine": 1622, "vinegar": 1623, "vines": 1624, "visitor": 1625, "visitors": 1626, "vitamins": 1627, "waffle": 1628, "waffles": 1629, "wagon": 1630, "waist": 1631, "waiter": 1632, "waitress": 1633, "walkway": 1634, "wall": 1635, "wallet": 1636, "wallpaper": 1637, "walls": 1638, "walnut": 1639, "walnuts": 1640, "wardrobe": 1641, "washing machine": 1642, "waste basket": 1643, "watch": 1644, "water": 1645, "water bottle": 1646, "water bottles": 1647, "water glass": 1648, "waterfall": 1649, "watermelon": 1650, "watermelons": 1651, "weapon": 1652, "wedding": 1653, "weeds": 1654, "wetsuit": 1655, "whale": 1656, "wheel": 1657, "wheelchair": 1658, "wheels": 1659, "whipped cream": 1660, "whisk": 1661, "wig": 1662, "wii": 1663, "wii controller": 1664, "wii controllers": 1665, "wii game": 1666, "wildflower": 1667, "wildflowers": 1668, "window": 1669, "window frame": 1670, "windows": 1671, "windshield": 1672, "wine": 1673, "wine bottle": 1674, "wine bottles": 1675, "wine glass": 1676, "wine glasses": 1677, "wines": 1678, "wing": 1679, "wings": 1680, "wire": 1681, "wires": 1682, "wok": 1683, "wolf": 1684, "wolves": 1685, "woman": 1686, "women": 1687, "wool": 1688, "word": 1689, "words": 1690, "worker": 1691, "workers": 1692, "wrist": 1693, "wristband": 1694, "wristwatch": 1695, "xbox controller": 1696, "yard": 1697, "yogurt": 1698, "zebra": 1699, "zebras": 1700, "zoo": 1701, "zucchini": 1702, "__background__": 1703}, "attribute_to_idx": {"__background__": 0, "abandoned": 1, "abstract": 2, "abundant": 3, "adidas": 4, "adult": 5, "alert": 6, "aluminum": 7, "american": 8, "analog": 9, "angled": 10, "angry": 11, "antique": 12, "apple": 13, "arched": 14, "artificial": 15, "asian": 16, "asphalt": 17, "assorted": 18, "athletic": 19, "attached": 20, "baby": 21, "baked": 22, "bald": 23, "balding": 24, "bamboo": 25, "banana": 26, "barbed": 27, "bare": 28, "barefoot": 29, "barren": 30, "baseball": 31, "bathroom": 32, "batting": 33, "beaded": 34, "beautiful": 35, "beer": 36, "beige": 37, "bending": 38, "bent": 39, "birthday": 40, "black": 41, "black and white": 42, "blank": 43, "blond": 44, "blooming": 45, "blowing": 46, "blue": 47, "blurry": 48, "boiled": 49, "braided": 50, "brass": 51, "breakable": 52, "breaking": 53, "brick": 54, "bright": 55, "broken": 56, "bronze": 57, "brown": 58, "browned": 59, "brunette": 60, "bunched": 61, "burning": 62, "burnt": 63, "bushy": 64, "busy": 65, "calico": 66, "calm": 67, "capital": 68, "cardboard": 69, "carpeted": 70, "carved": 71, "caucasian": 72, "ceramic": 73, "chain-link": 74, "chalk": 75, "checkered": 76, "cheese": 77, "chinese": 78, "chipped": 79, "chocolate": 80, "chopped": 81, "choppy": 82, "christmas": 83, "chrome": 84, "chubby": 85, "clay": 86, "clean": 87, "clear": 88, "closed": 89, "cloth": 90, "cloudless": 91, "cloudy": 92, "clumped": 93, "cluttered": 94, "coarse": 95, "cobblestone": 96, "coffee": 97, "collared": 98, "colorful": 99, "comfortable": 100, "commercial": 101, "complete": 102, "computer": 103, "concrete": 104, "connected": 105, "cooked": 106, "cooking": 107, "copper": 108, "corded": 109, "cordless": 110, "cotton": 111, "covered": 112, "cracked": 113, "crashing": 114, "cream colored": 115, "creamy": 116, "crisp": 117, "crispy": 118, "crooked": 119, "crossed": 120, "crouched": 121, "crouching": 122, "crowded": 123, "crumbled": 124, "crumpled": 125, "crusty": 126, "crystal": 127, "curious": 128, "curled": 129, "curly": 130, "curved": 131, "curvy": 132, "cushioned": 133, "cut": 134, "cylindrical": 135, "damaged": 136, "dangling": 137, "dark": 138, "dark blue": 139, "dark brown": 140, "dark colored": 141, "deciduous": 142, "decorated": 143, "decorative": 144, "deep": 145, "delicious": 146, "denim": 147, "dense": 148, "designed": 149, "diamond": 150, "diced": 151, "digital": 152, "directional": 153, "dirty": 154, "discolored": 155, "displayed": 156, "disposable": 157, "docked": 158, "domed": 159, "dotted": 160, "double decker": 161, "down": 162, "drawn": 163, "dried": 164, "drinking": 165, "driving": 166, "dry": 167, "dull": 168, "dusty": 169, "eaten": 170, "eating": 171, "edged": 172, "elderly": 173, "electric": 174, "electronic": 175, "elevated": 176, "elongated": 177, "empty": 178, "evergreen": 179, "exterior": 180, "faded": 181, "fake": 182, "fallen": 183, "fancy": 184, "fat": 185, "feathered": 186, "female": 187, "fenced": 188, "filled": 189, "fine": 190, "fire": 191, "flat": 192, "floating": 193, "floppy": 194, "floral": 195, "flowered": 196, "fluffy": 197, "fluorescent": 198, "flying": 199, "foamy": 200, "foggy": 201, "folded": 202, "folding": 203, "foreign": 204, "forested": 205, "formal": 206, "framed": 207, "french": 208, "fresh": 209, "fried": 210, "frosted": 211, "frozen": 212, "full": 213, "funny": 214, "furry": 215, "fuzzy": 216, "garbage": 217, "gas": 218, "giant": 219, "glass": 220, "glazed": 221, "gloomy": 222, "glossy": 223, "gloved": 224, "glowing": 225, "gold": 226, "granite": 227, "grassy": 228, "grated": 229, "gravel": 230, "gray": 231, "grazing": 232, "greasy": 233, "green": 234, "grilled": 235, "groomed": 236, "grouped": 237, "hairy": 238, "half full": 239, "halved": 240, "handmade": 241, "hanging": 242, "happy": 243, "hard": 244, "hardwood": 245, "having meeting": 246, "hazy": 247, "healthy": 248, "heavy": 249, "high": 250, "hitting": 251, "hollow": 252, "homemade": 253, "horizontal": 254, "huge": 255, "iced": 256, "illuminated": 257, "immature": 258, "incomplete": 259, "indoors": 260, "industrial": 261, "inflatable": 262, "inflated": 263, "intricate": 264, "iron": 265, "irregular": 266, "ivory": 267, "jagged": 268, "jeans": 269, "juicy": 270, "jumping": 271, "khaki": 272, "kitchen": 273, "kneeling": 274, "knit": 275, "knotted": 276, "lace": 277, "large": 278, "laughing": 279, "leafless": 280, "leafy": 281, "leather": 282, "license": 283, "light": 284, "light blue": 285, "light brown": 286, "light colored": 287, "lighted": 288, "lined": 289, "lit": 290, "little": 291, "long": 292, "long sleeved": 293, "looking down": 294, "looking up": 295, "loose": 296, "low": 297, "lower": 298, "lush": 299, "lying": 300, "made": 301, "male": 302, "manicured": 303, "marble": 304, "maroon": 305, "massive": 306, "mature": 307, "melted": 308, "melting": 309, "mesh": 310, "messy": 311, "metal": 312, "military": 313, "miniature": 314, "misty": 315, "mixed": 316, "modern": 317, "mounted": 318, "mowed": 319, "muddy": 320, "murky": 321, "muscular": 322, "narrow": 323, "navy": 324, "neat": 325, "neon": 326, "new": 327, "nike": 328, "oblong": 329, "ocean": 330, "octagonal": 331, "off": 332, "office": 333, "old": 334, "old fashioned": 335, "on": 336, "opaque": 337, "open": 338, "orange": 339, "oriental": 340, "ornamental": 341, "ornate": 342, "outdoor": 343, "outdoors": 344, "outstretched": 345, "overcast": 346, "overgrown": 347, "overhead": 348, "oversized": 349, "packaged": 350, "packed": 351, "padded": 352, "painted": 353, "pale": 354, "palm": 355, "paneled": 356, "paper": 357, "park": 358, "parked": 359, "partly cloudy": 360, "pastel": 361, "patched": 362, "patchy": 363, "patterned": 364, "paved": 365, "peeled": 366, "peeling": 367, "pepper": 368, "perched": 369, "performing trick": 370, "piled": 371, "pine": 372, "pink": 373, "pizza": 374, "plaid": 375, "plain": 376, "plastic": 377, "playing": 378, "plush": 379, "pointing": 380, "pointy": 381, "polar": 382, "polished": 383, "polo": 384, "porcelain": 385, "portable": 386, "posing": 387, "potted": 388, "powdered": 389, "power": 390, "powerful": 391, "pretty": 392, "printed": 393, "professional": 394, "protective": 395, "public": 396, "puffy": 397, "pulled back": 398, "purple": 399, "quilted": 400, "railroad": 401, "rainbow colored": 402, "rainy": 403, "raised": 404, "raw": 405, "reading": 406, "real": 407, "recessed": 408, "rectangular": 409, "red": 410, "reflected": 411, "reflective": 412, "regular": 413, "resting": 414, "ridged": 415, "riding": 416, "rimmed": 417, "ripe": 418, "rippled": 419, "rippling": 420, "roasted": 421, "rock": 422, "rocky": 423, "rolled": 424, "roman": 425, "rotten": 426, "rough": 427, "round": 428, "rounded": 429, "rubber": 430, "ruffled": 431, "rugged": 432, "running": 433, "rustic": 434, "rusty": 435, "sad": 436, "safety": 437, "sandy": 438, "scarce": 439, "scattered": 440, "scrambled": 441, "sculpted": 442, "sealed": 443, "seasoned": 444, "shaded": 445, "shadowed": 446, "shaggy": 447, "shallow": 448, "shaped": 449, "sharp": 450, "shaved": 451, "sheer": 452, "shingled": 453, "shining": 454, "shiny": 455, "shirtless": 456, "short": 457, "short sleeved": 458, "shredded": 459, "shut": 460, "silk": 461, "silver": 462, "simple": 463, "sitting": 464, "skateboarding": 465, "skating": 466, "ski": 467, "skiing": 468, "skinny": 469, "slanted": 470, "sleeping": 471, "sleepy": 472, "sleeveless": 473, "sliced": 474, "sliding": 475, "sloped": 476, "small": 477, "smiling": 478, "smooth": 479, "snow": 480, "snowboarding": 481, "snowy": 482, "soap": 483, "soccer": 484, "soda": 485, "soft": 486, "sparse": 487, "speckled": 488, "spiky": 489, "spinning": 490, "spiral": 491, "splashing": 492, "spraying": 493, "spread": 494, "sprinkled": 495, "square": 496, "squatting": 497, "stacked": 498, "stained": 499, "stainless steel": 500, "standing": 501, "staring": 502, "steamed": 503, "steel": 504, "steep": 505, "still": 506, "stone": 507, "stormy": 508, "straight": 509, "straw": 510, "strawberry": 511, "street": 512, "striped": 513, "strong": 514, "stuffed": 515, "sturdy": 516, "styrofoam": 517, "sunlit": 518, "sunny": 519, "support": 520, "surfing": 521, "suspended": 522, "sweet": 523, "swimming": 524, "swinging": 525, "tabby": 526, "tail": 527, "talking": 528, "tall": 529, "tan": 530, "tangled": 531, "tasty": 532, "teal": 533, "telephone": 534, "tennis": 535, "textured": 536, "thick": 537, "thin": 538, "tied": 539, "tight": 540, "tiled": 541, "tilted": 542, "tin": 543, "tinted": 544, "tiny": 545, "toasted": 546, "toilet": 547, "tomato": 548, "torn": 549, "toy": 550, "traffic": 551, "translucent": 552, "transparent": 553, "trash": 554, "triangular": 555, "trimmed": 556, "tropical": 557, "turned": 558, "twisted": 559, "typical": 560, "ugly": 561, "uncomfortable": 562, "uncooked": 563, "uneven": 564, "unhappy": 565, "unhealthy": 566, "unlit": 567, "unoccupied": 568, "unpaved": 569, "unpeeled": 570, "unripe": 571, "up": 572, "upholstered": 573, "upper": 574, "upside down": 575, "urban": 576, "used": 577, "vacant": 578, "vanilla": 579, "vast": 580, "vertical": 581, "vibrant": 582, "vintage": 583, "vinyl": 584, "waiting": 585, "walking": 586, "warm": 587, "water": 588, "waving": 589, "wavy": 590, "weathered": 591, "wedding": 592, "wet": 593, "white": 594, "wicker": 595, "wide": 596, "wii": 597, "wild": 598, "winding": 599, "wine": 600, "winter": 601, "wire": 602, "wired": 603, "wireless": 604, "wispy": 605, "wood": 606, "wooded": 607, "wool": 608, "worn": 609, "woven": 610, "wrapped": 611, "wrinkled": 612, "wrinkly": 613, "wrist": 614, "written": 615, "yellow": 616, "young": 617}, "predicates_to_ind": {"__background__": 0, "about to hit": 1, "above": 2, "adjusting": 3, "approaching": 4, "around": 5, "at": 6, "attached to": 7, "balancing on": 8, "behind": 9, "below": 10, "beneath": 11, "beside": 12, "between": 13, "bigger than": 14, "biting": 15, "blowing out": 16, "boarding": 17, "brushing": 18, "buying": 19, "by": 20, "carrying": 21, "catching": 22, "chained to": 23, "chasing": 24, "chewing": 25, "cleaning": 26, "climbing": 27, "close to": 28, "coming down": 29, "coming from": 30, "coming out of": 31, "connected to": 32, "contain": 33, "cooked in": 34, "cooking": 35, "covered by": 36, "covered in": 37, "covered with": 38, "covering": 39, "crossing": 40, "cutting": 41, "decorated by": 42, "decorated with": 43, "decorating": 44, "displayed in": 45, "displayed on": 46, "dragging": 47, "draped over": 48, "drawn on": 49, "drinking": 50, "drinking from": 51, "driving": 52, "driving down": 53, "driving on": 54, "eating": 55, "eating at": 56, "eating from": 57, "eating in": 58, "enclosing": 59, "entering": 60, "exiting": 61, "facing": 62, "falling off": 63, "feeding": 64, "filled with": 65, "floating in": 66, "floating on": 67, "flying": 68, "flying above": 69, "flying in": 70, "flying over": 71, "flying through": 72, "followed by": 73, "following": 74, "full of": 75, "getting on": 76, "going down": 77, "going into": 78, "going through": 79, "grabbing": 80, "grazing in": 81, "grazing on": 82, "growing along": 83, "growing behind": 84, "growing by": 85, "growing from": 86, "growing in": 87, "growing near": 88, "growing next to": 89, "growing on": 90, "guiding": 91, "hang from": 92, "hanging above": 93, "hanging from": 94, "hanging in": 95, "hanging off": 96, "hanging on": 97, "hanging out of": 98, "hanging over": 99, "helping": 100, "herding": 101, "hidden by": 102, "higher than": 103, "hitting": 104, "holding": 105, "holding onto": 106, "hugging": 107, "hung on": 108, "in": 109, "in between": 110, "in front of": 111, "inside": 112, "jumping in": 113, "jumping off": 114, "jumping on": 115, "jumping over": 116, "kept in": 117, "kicking": 118, "kissing": 119, "larger than": 120, "leading": 121, "leaning against": 122, "leaning on": 123, "leaning over": 124, "leaving": 125, "licking": 126, "longer than": 127, "looking at": 128, "looking down at": 129, "looking in": 130, "looking into": 131, "looking out": 132, "looking over": 133, "looking through": 134, "looking toward": 135, "lying in": 136, "lying inside": 137, "lying next to": 138, "lying on": 139, "lying on top of": 140, "making": 141, "mixed with": 142, "mounted on": 143, "mounted to": 144, "moving": 145, "near": 146, "next to": 147, "observing": 148, "of": 149, "on": 150, "on the back of": 151, "on the bottom of": 152, "on the edge of": 153, "on the front of": 154, "on the other side of": 155, "on the side of": 156, "on top of": 157, "opening": 158, "painted on": 159, "parked along": 160, "parked alongside": 161, "parked at": 162, "parked behind": 163, "parked beside": 164, "parked by": 165, "parked in": 166, "parked in front of": 167, "parked near": 168, "parked next to": 169, "parked on": 170, "perched on": 171, "petting": 172, "photographing": 173, "picking up": 174, "piled on": 175, "playing": 176, "playing at": 177, "playing in": 178, "playing on": 179, "playing with": 180, "plugged into": 181, "pointing at": 182, "posing with": 183, "pouring": 184, "preparing": 185, "printed on": 186, "pulled by": 187, "pulling": 188, "pushed by": 189, "pushing": 190, "reaching for": 191, "reading": 192, "reflected in": 193, "reflected on": 194, "reflecting in": 195, "resting on": 196, "riding": 197, "riding in": 198, "riding on": 199, "running across": 200, "running in": 201, "running on": 202, "running through": 203, "scattered on": 204, "seen through": 205, "selling": 206, "served on": 207, "serving": 208, "sewn on": 209, "shining through": 210, "shorter than": 211, "sitting around": 212, "sitting at": 213, "sitting atop": 214, "sitting behind": 215, "sitting beside": 216, "sitting by": 217, "sitting in": 218, "sitting in front of": 219, "sitting inside": 220, "sitting near": 221, "sitting next to": 222, "sitting on": 223, "sitting on top of": 224, "sitting under": 225, "sitting with": 226, "skating on": 227, "skiing down": 228, "skiing in": 229, "skiing on": 230, "sleeping in": 231, "sleeping on": 232, "slicing": 233, "smaller than": 234, "smelling": 235, "smiling at": 236, "smoking": 237, "sniffing": 238, "splashing": 239, "sprinkled on": 240, "stacked on": 241, "standing against": 242, "standing around": 243, "standing at": 244, "standing behind": 245, "standing beside": 246, "standing by": 247, "standing in": 248, "standing in front of": 249, "standing near": 250, "standing next to": 251, "standing on": 252, "standing on top of": 253, "standing under": 254, "staring at": 255, "stuck in": 256, "stuck on": 257, "surrounded by": 258, "surrounding": 259, "swimming in": 260, "swinging": 261, "talking on": 262, "talking to": 263, "taller than": 264, "throwing": 265, "tied around": 266, "tied to": 267, "to the left of": 268, "to the right of": 269, "topped with": 270, "tossing": 271, "touching": 272, "towing": 273, "traveling down": 274, "traveling on": 275, "trying to catch": 276, "tying": 277, "typing on": 278, "under": 279, "underneath": 280, "using": 281, "wading in": 282, "waiting for": 283, "walking across": 284, "walking along": 285, "walking behind": 286, "walking by": 287, "walking down": 288, "walking in": 289, "walking into": 290, "walking near": 291, "walking next to": 292, "walking on": 293, "walking past": 294, "walking through": 295, "walking to": 296, "walking toward": 297, "walking towards": 298, "walking up": 299, "walking with": 300, "washing": 301, "watching": 302, "wearing": 303, "with": 304, "working in": 305, "working on": 306, "worn around": 307, "worn on": 308, "wrapped around": 309, "wrapped in": 310}}
|
RAHP/RAHP_file/oiv6_cate_dict.json
ADDED
|
@@ -0,0 +1,638 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"obj": [
|
| 3 |
+
"tortoise",
|
| 4 |
+
"container",
|
| 5 |
+
"magpie",
|
| 6 |
+
"sea turtle",
|
| 7 |
+
"football",
|
| 8 |
+
"ambulance",
|
| 9 |
+
"ladder",
|
| 10 |
+
"toothbrush",
|
| 11 |
+
"syringe",
|
| 12 |
+
"sink",
|
| 13 |
+
"toy",
|
| 14 |
+
"organ (musical instrument)",
|
| 15 |
+
"cassette deck",
|
| 16 |
+
"apple",
|
| 17 |
+
"human eye",
|
| 18 |
+
"cosmetics",
|
| 19 |
+
"paddle",
|
| 20 |
+
"snowman",
|
| 21 |
+
"beer",
|
| 22 |
+
"chopsticks",
|
| 23 |
+
"human beard",
|
| 24 |
+
"bird",
|
| 25 |
+
"parking meter",
|
| 26 |
+
"traffic light",
|
| 27 |
+
"croissant",
|
| 28 |
+
"cucumber",
|
| 29 |
+
"radish",
|
| 30 |
+
"towel",
|
| 31 |
+
"doll",
|
| 32 |
+
"skull",
|
| 33 |
+
"washing machine",
|
| 34 |
+
"glove",
|
| 35 |
+
"tick",
|
| 36 |
+
"belt",
|
| 37 |
+
"sunglasses",
|
| 38 |
+
"banjo",
|
| 39 |
+
"cart",
|
| 40 |
+
"ball",
|
| 41 |
+
"backpack",
|
| 42 |
+
"bicycle",
|
| 43 |
+
"home appliance",
|
| 44 |
+
"centipede",
|
| 45 |
+
"boat",
|
| 46 |
+
"surfboard",
|
| 47 |
+
"boot",
|
| 48 |
+
"headphones",
|
| 49 |
+
"hot dog",
|
| 50 |
+
"shorts",
|
| 51 |
+
"fast food",
|
| 52 |
+
"bus",
|
| 53 |
+
"boy",
|
| 54 |
+
"screwdriver",
|
| 55 |
+
"bicycle wheel",
|
| 56 |
+
"barge",
|
| 57 |
+
"laptop",
|
| 58 |
+
"miniskirt",
|
| 59 |
+
"drill (tool)",
|
| 60 |
+
"dress",
|
| 61 |
+
"bear",
|
| 62 |
+
"waffle",
|
| 63 |
+
"pancake",
|
| 64 |
+
"brown bear",
|
| 65 |
+
"woodpecker",
|
| 66 |
+
"blue jay",
|
| 67 |
+
"pretzel",
|
| 68 |
+
"bagel",
|
| 69 |
+
"tower",
|
| 70 |
+
"teapot",
|
| 71 |
+
"person",
|
| 72 |
+
"bow and arrow",
|
| 73 |
+
"swimwear",
|
| 74 |
+
"beehive",
|
| 75 |
+
"brassiere",
|
| 76 |
+
"bee",
|
| 77 |
+
"bat (animal)",
|
| 78 |
+
"starfish",
|
| 79 |
+
"popcorn",
|
| 80 |
+
"burrito",
|
| 81 |
+
"chainsaw",
|
| 82 |
+
"balloon",
|
| 83 |
+
"wrench",
|
| 84 |
+
"tent",
|
| 85 |
+
"vehicle registration plate",
|
| 86 |
+
"lantern",
|
| 87 |
+
"toaster",
|
| 88 |
+
"flashlight",
|
| 89 |
+
"billboard",
|
| 90 |
+
"tiara",
|
| 91 |
+
"limousine",
|
| 92 |
+
"necklace",
|
| 93 |
+
"carnivore",
|
| 94 |
+
"scissors",
|
| 95 |
+
"stairs",
|
| 96 |
+
"computer keyboard",
|
| 97 |
+
"printer",
|
| 98 |
+
"traffic sign",
|
| 99 |
+
"chair",
|
| 100 |
+
"shirt",
|
| 101 |
+
"poster",
|
| 102 |
+
"cheese",
|
| 103 |
+
"sock",
|
| 104 |
+
"fire hydrant",
|
| 105 |
+
"land vehicle",
|
| 106 |
+
"earrings",
|
| 107 |
+
"tie",
|
| 108 |
+
"watercraft",
|
| 109 |
+
"cabinetry",
|
| 110 |
+
"suitcase",
|
| 111 |
+
"muffin",
|
| 112 |
+
"bidet",
|
| 113 |
+
"snack",
|
| 114 |
+
"snowmobile",
|
| 115 |
+
"clock",
|
| 116 |
+
"medical equipment",
|
| 117 |
+
"cattle",
|
| 118 |
+
"cello",
|
| 119 |
+
"jet ski",
|
| 120 |
+
"camel",
|
| 121 |
+
"coat",
|
| 122 |
+
"suit",
|
| 123 |
+
"desk",
|
| 124 |
+
"cat",
|
| 125 |
+
"bronze sculpture",
|
| 126 |
+
"juice",
|
| 127 |
+
"gondola",
|
| 128 |
+
"beetle",
|
| 129 |
+
"cannon",
|
| 130 |
+
"computer mouse",
|
| 131 |
+
"cookie",
|
| 132 |
+
"office building",
|
| 133 |
+
"fountain",
|
| 134 |
+
"coin",
|
| 135 |
+
"calculator",
|
| 136 |
+
"cocktail",
|
| 137 |
+
"computer monitor",
|
| 138 |
+
"box",
|
| 139 |
+
"stapler",
|
| 140 |
+
"christmas tree",
|
| 141 |
+
"cowboy hat",
|
| 142 |
+
"hiking equipment",
|
| 143 |
+
"studio couch",
|
| 144 |
+
"drum",
|
| 145 |
+
"dessert",
|
| 146 |
+
"wine rack",
|
| 147 |
+
"drink",
|
| 148 |
+
"zucchini",
|
| 149 |
+
"ladle",
|
| 150 |
+
"human mouth",
|
| 151 |
+
"dairy product",
|
| 152 |
+
"dice",
|
| 153 |
+
"oven",
|
| 154 |
+
"dinosaur",
|
| 155 |
+
"ratchet (device)",
|
| 156 |
+
"couch",
|
| 157 |
+
"cricket ball",
|
| 158 |
+
"winter melon",
|
| 159 |
+
"spatula",
|
| 160 |
+
"whiteboard",
|
| 161 |
+
"pencil sharpener",
|
| 162 |
+
"door",
|
| 163 |
+
"hat",
|
| 164 |
+
"shower",
|
| 165 |
+
"eraser",
|
| 166 |
+
"fedora",
|
| 167 |
+
"guacamole",
|
| 168 |
+
"dagger",
|
| 169 |
+
"scarf",
|
| 170 |
+
"dolphin",
|
| 171 |
+
"sombrero",
|
| 172 |
+
"tin can",
|
| 173 |
+
"mug",
|
| 174 |
+
"tap",
|
| 175 |
+
"harbor seal",
|
| 176 |
+
"stretcher",
|
| 177 |
+
"can opener",
|
| 178 |
+
"goggles",
|
| 179 |
+
"human body",
|
| 180 |
+
"roller skates",
|
| 181 |
+
"coffee cup",
|
| 182 |
+
"cutting board",
|
| 183 |
+
"blender",
|
| 184 |
+
"plumbing fixture",
|
| 185 |
+
"stop sign",
|
| 186 |
+
"office supplies",
|
| 187 |
+
"volleyball (ball)",
|
| 188 |
+
"vase",
|
| 189 |
+
"slow cooker",
|
| 190 |
+
"wardrobe",
|
| 191 |
+
"coffee",
|
| 192 |
+
"whisk",
|
| 193 |
+
"paper towel",
|
| 194 |
+
"personal care",
|
| 195 |
+
"food",
|
| 196 |
+
"sun hat",
|
| 197 |
+
"tree house",
|
| 198 |
+
"flying disc",
|
| 199 |
+
"skirt",
|
| 200 |
+
"gas stove",
|
| 201 |
+
"salt and pepper shakers",
|
| 202 |
+
"mechanical fan",
|
| 203 |
+
"face powder",
|
| 204 |
+
"fax",
|
| 205 |
+
"fruit",
|
| 206 |
+
"french fries",
|
| 207 |
+
"nightstand",
|
| 208 |
+
"barrel",
|
| 209 |
+
"kite",
|
| 210 |
+
"tart",
|
| 211 |
+
"treadmill",
|
| 212 |
+
"fox",
|
| 213 |
+
"flag",
|
| 214 |
+
"french horn",
|
| 215 |
+
"window blind",
|
| 216 |
+
"human foot",
|
| 217 |
+
"golf cart",
|
| 218 |
+
"jacket",
|
| 219 |
+
"egg (food)",
|
| 220 |
+
"street light",
|
| 221 |
+
"guitar",
|
| 222 |
+
"pillow",
|
| 223 |
+
"human leg",
|
| 224 |
+
"isopod",
|
| 225 |
+
"grape",
|
| 226 |
+
"human ear",
|
| 227 |
+
"power plugs and sockets",
|
| 228 |
+
"panda",
|
| 229 |
+
"giraffe",
|
| 230 |
+
"woman",
|
| 231 |
+
"door handle",
|
| 232 |
+
"rhinoceros",
|
| 233 |
+
"bathtub",
|
| 234 |
+
"goldfish",
|
| 235 |
+
"houseplant",
|
| 236 |
+
"goat",
|
| 237 |
+
"baseball bat",
|
| 238 |
+
"baseball glove",
|
| 239 |
+
"mixing bowl",
|
| 240 |
+
"marine invertebrates",
|
| 241 |
+
"kitchen utensil",
|
| 242 |
+
"light switch",
|
| 243 |
+
"house",
|
| 244 |
+
"horse",
|
| 245 |
+
"stationary bicycle",
|
| 246 |
+
"hammer",
|
| 247 |
+
"ceiling fan",
|
| 248 |
+
"sofa bed",
|
| 249 |
+
"adhesive tape",
|
| 250 |
+
"harp",
|
| 251 |
+
"sandal",
|
| 252 |
+
"bicycle helmet",
|
| 253 |
+
"saucer",
|
| 254 |
+
"harpsichord",
|
| 255 |
+
"human hair",
|
| 256 |
+
"heater",
|
| 257 |
+
"harmonica",
|
| 258 |
+
"hamster",
|
| 259 |
+
"curtain",
|
| 260 |
+
"bed",
|
| 261 |
+
"kettle",
|
| 262 |
+
"fireplace",
|
| 263 |
+
"scale",
|
| 264 |
+
"drinking straw",
|
| 265 |
+
"insect",
|
| 266 |
+
"hair dryer",
|
| 267 |
+
"kitchenware",
|
| 268 |
+
"indoor rower",
|
| 269 |
+
"invertebrate",
|
| 270 |
+
"food processor",
|
| 271 |
+
"bookcase",
|
| 272 |
+
"refrigerator",
|
| 273 |
+
"wood-burning stove",
|
| 274 |
+
"punching bag",
|
| 275 |
+
"common fig",
|
| 276 |
+
"cocktail shaker",
|
| 277 |
+
"jaguar (animal)",
|
| 278 |
+
"golf ball",
|
| 279 |
+
"fashion accessory",
|
| 280 |
+
"alarm clock",
|
| 281 |
+
"filing cabinet",
|
| 282 |
+
"artichoke",
|
| 283 |
+
"table",
|
| 284 |
+
"tableware",
|
| 285 |
+
"kangaroo",
|
| 286 |
+
"koala",
|
| 287 |
+
"knife",
|
| 288 |
+
"bottle",
|
| 289 |
+
"bottle opener",
|
| 290 |
+
"lynx",
|
| 291 |
+
"lavender (plant)",
|
| 292 |
+
"lighthouse",
|
| 293 |
+
"dumbbell",
|
| 294 |
+
"human head",
|
| 295 |
+
"bowl",
|
| 296 |
+
"humidifier",
|
| 297 |
+
"porch",
|
| 298 |
+
"lizard",
|
| 299 |
+
"billiard table",
|
| 300 |
+
"mammal",
|
| 301 |
+
"mouse",
|
| 302 |
+
"motorcycle",
|
| 303 |
+
"musical instrument",
|
| 304 |
+
"swim cap",
|
| 305 |
+
"frying pan",
|
| 306 |
+
"snowplow",
|
| 307 |
+
"bathroom cabinet",
|
| 308 |
+
"missile",
|
| 309 |
+
"bust",
|
| 310 |
+
"man",
|
| 311 |
+
"waffle iron",
|
| 312 |
+
"milk",
|
| 313 |
+
"ring binder",
|
| 314 |
+
"plate",
|
| 315 |
+
"mobile phone",
|
| 316 |
+
"baked goods",
|
| 317 |
+
"mushroom",
|
| 318 |
+
"crutch",
|
| 319 |
+
"pitcher (container)",
|
| 320 |
+
"mirror",
|
| 321 |
+
"personal flotation device",
|
| 322 |
+
"table tennis racket",
|
| 323 |
+
"pencil case",
|
| 324 |
+
"musical keyboard",
|
| 325 |
+
"scoreboard",
|
| 326 |
+
"briefcase",
|
| 327 |
+
"kitchen knife",
|
| 328 |
+
"nail (construction)",
|
| 329 |
+
"tennis ball",
|
| 330 |
+
"plastic bag",
|
| 331 |
+
"oboe",
|
| 332 |
+
"chest of drawers",
|
| 333 |
+
"ostrich",
|
| 334 |
+
"piano",
|
| 335 |
+
"girl",
|
| 336 |
+
"plant",
|
| 337 |
+
"potato",
|
| 338 |
+
"hair spray",
|
| 339 |
+
"sports equipment",
|
| 340 |
+
"pasta",
|
| 341 |
+
"penguin",
|
| 342 |
+
"pumpkin",
|
| 343 |
+
"pear",
|
| 344 |
+
"infant bed",
|
| 345 |
+
"polar bear",
|
| 346 |
+
"mixer",
|
| 347 |
+
"cupboard",
|
| 348 |
+
"jacuzzi",
|
| 349 |
+
"pizza",
|
| 350 |
+
"digital clock",
|
| 351 |
+
"pig",
|
| 352 |
+
"reptile",
|
| 353 |
+
"rifle",
|
| 354 |
+
"lipstick",
|
| 355 |
+
"skateboard",
|
| 356 |
+
"raven",
|
| 357 |
+
"high heels",
|
| 358 |
+
"red panda",
|
| 359 |
+
"rose",
|
| 360 |
+
"rabbit",
|
| 361 |
+
"sculpture",
|
| 362 |
+
"saxophone",
|
| 363 |
+
"shotgun",
|
| 364 |
+
"seafood",
|
| 365 |
+
"submarine sandwich",
|
| 366 |
+
"snowboard",
|
| 367 |
+
"sword",
|
| 368 |
+
"picture frame",
|
| 369 |
+
"sushi",
|
| 370 |
+
"loveseat",
|
| 371 |
+
"ski",
|
| 372 |
+
"squirrel",
|
| 373 |
+
"tripod",
|
| 374 |
+
"stethoscope",
|
| 375 |
+
"submarine",
|
| 376 |
+
"scorpion",
|
| 377 |
+
"segway",
|
| 378 |
+
"training bench",
|
| 379 |
+
"snake",
|
| 380 |
+
"coffee table",
|
| 381 |
+
"skyscraper",
|
| 382 |
+
"sheep",
|
| 383 |
+
"television",
|
| 384 |
+
"trombone",
|
| 385 |
+
"tea",
|
| 386 |
+
"tank",
|
| 387 |
+
"taco",
|
| 388 |
+
"telephone",
|
| 389 |
+
"torch",
|
| 390 |
+
"tiger",
|
| 391 |
+
"strawberry",
|
| 392 |
+
"trumpet",
|
| 393 |
+
"tree",
|
| 394 |
+
"tomato",
|
| 395 |
+
"train",
|
| 396 |
+
"tool",
|
| 397 |
+
"picnic basket",
|
| 398 |
+
"cooking spray",
|
| 399 |
+
"trousers",
|
| 400 |
+
"bowling equipment",
|
| 401 |
+
"football helmet",
|
| 402 |
+
"truck",
|
| 403 |
+
"measuring cup",
|
| 404 |
+
"coffeemaker",
|
| 405 |
+
"violin",
|
| 406 |
+
"vehicle",
|
| 407 |
+
"handbag",
|
| 408 |
+
"paper cutter",
|
| 409 |
+
"wine",
|
| 410 |
+
"weapon",
|
| 411 |
+
"wheel",
|
| 412 |
+
"worm",
|
| 413 |
+
"wok",
|
| 414 |
+
"whale",
|
| 415 |
+
"zebra",
|
| 416 |
+
"auto part",
|
| 417 |
+
"jug",
|
| 418 |
+
"pizza cutter",
|
| 419 |
+
"cream",
|
| 420 |
+
"monkey",
|
| 421 |
+
"lion",
|
| 422 |
+
"bread",
|
| 423 |
+
"platter",
|
| 424 |
+
"chicken",
|
| 425 |
+
"eagle",
|
| 426 |
+
"helicopter",
|
| 427 |
+
"owl",
|
| 428 |
+
"duck",
|
| 429 |
+
"turtle",
|
| 430 |
+
"hippopotamus",
|
| 431 |
+
"crocodile",
|
| 432 |
+
"toilet",
|
| 433 |
+
"toilet paper",
|
| 434 |
+
"squid",
|
| 435 |
+
"clothing",
|
| 436 |
+
"footwear",
|
| 437 |
+
"lemon",
|
| 438 |
+
"spider",
|
| 439 |
+
"deer",
|
| 440 |
+
"frog",
|
| 441 |
+
"banana",
|
| 442 |
+
"rocket",
|
| 443 |
+
"wine glass",
|
| 444 |
+
"countertop",
|
| 445 |
+
"tablet computer",
|
| 446 |
+
"waste container",
|
| 447 |
+
"swimming pool",
|
| 448 |
+
"dog",
|
| 449 |
+
"book",
|
| 450 |
+
"elephant",
|
| 451 |
+
"shark",
|
| 452 |
+
"candle",
|
| 453 |
+
"leopard",
|
| 454 |
+
"axe",
|
| 455 |
+
"hand dryer",
|
| 456 |
+
"soap dispenser",
|
| 457 |
+
"porcupine",
|
| 458 |
+
"flower",
|
| 459 |
+
"canary",
|
| 460 |
+
"cheetah",
|
| 461 |
+
"palm tree",
|
| 462 |
+
"hamburger",
|
| 463 |
+
"maple",
|
| 464 |
+
"building",
|
| 465 |
+
"fish",
|
| 466 |
+
"lobster",
|
| 467 |
+
"garden asparagus",
|
| 468 |
+
"furniture",
|
| 469 |
+
"hedgehog",
|
| 470 |
+
"airplane",
|
| 471 |
+
"spoon",
|
| 472 |
+
"otter",
|
| 473 |
+
"bull",
|
| 474 |
+
"oyster",
|
| 475 |
+
"horizontal bar",
|
| 476 |
+
"convenience store",
|
| 477 |
+
"bomb",
|
| 478 |
+
"bench",
|
| 479 |
+
"ice cream",
|
| 480 |
+
"caterpillar",
|
| 481 |
+
"butterfly",
|
| 482 |
+
"parachute",
|
| 483 |
+
"orange",
|
| 484 |
+
"antelope",
|
| 485 |
+
"beaker",
|
| 486 |
+
"moths and butterflies",
|
| 487 |
+
"window",
|
| 488 |
+
"closet",
|
| 489 |
+
"castle",
|
| 490 |
+
"jellyfish",
|
| 491 |
+
"goose",
|
| 492 |
+
"mule",
|
| 493 |
+
"swan",
|
| 494 |
+
"peach",
|
| 495 |
+
"coconut",
|
| 496 |
+
"seat belt",
|
| 497 |
+
"raccoon",
|
| 498 |
+
"chisel",
|
| 499 |
+
"fork",
|
| 500 |
+
"lamp",
|
| 501 |
+
"camera",
|
| 502 |
+
"squash (plant)",
|
| 503 |
+
"racket",
|
| 504 |
+
"human face",
|
| 505 |
+
"human arm",
|
| 506 |
+
"vegetable",
|
| 507 |
+
"diaper",
|
| 508 |
+
"unicycle",
|
| 509 |
+
"falcon",
|
| 510 |
+
"chime",
|
| 511 |
+
"snail",
|
| 512 |
+
"shellfish",
|
| 513 |
+
"cabbage",
|
| 514 |
+
"carrot",
|
| 515 |
+
"mango",
|
| 516 |
+
"jeans",
|
| 517 |
+
"flowerpot",
|
| 518 |
+
"pineapple",
|
| 519 |
+
"drawer",
|
| 520 |
+
"stool",
|
| 521 |
+
"envelope",
|
| 522 |
+
"cake",
|
| 523 |
+
"dragonfly",
|
| 524 |
+
"common sunflower",
|
| 525 |
+
"microwave oven",
|
| 526 |
+
"honeycomb",
|
| 527 |
+
"marine mammal",
|
| 528 |
+
"sea lion",
|
| 529 |
+
"ladybug",
|
| 530 |
+
"shelf",
|
| 531 |
+
"watch",
|
| 532 |
+
"candy",
|
| 533 |
+
"salad",
|
| 534 |
+
"parrot",
|
| 535 |
+
"handgun",
|
| 536 |
+
"sparrow",
|
| 537 |
+
"van",
|
| 538 |
+
"grinder",
|
| 539 |
+
"spice rack",
|
| 540 |
+
"light bulb",
|
| 541 |
+
"corded phone",
|
| 542 |
+
"sports uniform",
|
| 543 |
+
"tennis racket",
|
| 544 |
+
"wall clock",
|
| 545 |
+
"serving tray",
|
| 546 |
+
"kitchen & dining room table",
|
| 547 |
+
"dog bed",
|
| 548 |
+
"cake stand",
|
| 549 |
+
"cat furniture",
|
| 550 |
+
"bathroom accessory",
|
| 551 |
+
"facial tissue holder",
|
| 552 |
+
"pressure cooker",
|
| 553 |
+
"kitchen appliance",
|
| 554 |
+
"tire",
|
| 555 |
+
"ruler",
|
| 556 |
+
"luggage and bags",
|
| 557 |
+
"microphone",
|
| 558 |
+
"broccoli",
|
| 559 |
+
"umbrella",
|
| 560 |
+
"pastry",
|
| 561 |
+
"grapefruit",
|
| 562 |
+
"band-aid",
|
| 563 |
+
"animal",
|
| 564 |
+
"bell pepper",
|
| 565 |
+
"turkey",
|
| 566 |
+
"lily",
|
| 567 |
+
"pomegranate",
|
| 568 |
+
"doughnut",
|
| 569 |
+
"glasses",
|
| 570 |
+
"human nose",
|
| 571 |
+
"pen",
|
| 572 |
+
"ant",
|
| 573 |
+
"car",
|
| 574 |
+
"aircraft",
|
| 575 |
+
"human hand",
|
| 576 |
+
"skunk",
|
| 577 |
+
"teddy bear",
|
| 578 |
+
"watermelon",
|
| 579 |
+
"cantaloupe",
|
| 580 |
+
"dishwasher",
|
| 581 |
+
"flute",
|
| 582 |
+
"balance beam",
|
| 583 |
+
"sandwich",
|
| 584 |
+
"shrimp",
|
| 585 |
+
"sewing machine",
|
| 586 |
+
"binoculars",
|
| 587 |
+
"rays and skates",
|
| 588 |
+
"ipod",
|
| 589 |
+
"accordion",
|
| 590 |
+
"willow",
|
| 591 |
+
"crab",
|
| 592 |
+
"crown",
|
| 593 |
+
"seahorse",
|
| 594 |
+
"perfume",
|
| 595 |
+
"alpaca",
|
| 596 |
+
"taxi",
|
| 597 |
+
"canoe",
|
| 598 |
+
"remote control",
|
| 599 |
+
"wheelchair",
|
| 600 |
+
"rugby ball",
|
| 601 |
+
"armadillo",
|
| 602 |
+
"maracas",
|
| 603 |
+
"helmet"
|
| 604 |
+
],
|
| 605 |
+
"rel": [
|
| 606 |
+
"at",
|
| 607 |
+
"holds",
|
| 608 |
+
"wears",
|
| 609 |
+
"surf",
|
| 610 |
+
"hang",
|
| 611 |
+
"drink",
|
| 612 |
+
"holding hands",
|
| 613 |
+
"on",
|
| 614 |
+
"ride",
|
| 615 |
+
"dance",
|
| 616 |
+
"skateboard",
|
| 617 |
+
"catch",
|
| 618 |
+
"highfive",
|
| 619 |
+
"inside of",
|
| 620 |
+
"eat",
|
| 621 |
+
"cut",
|
| 622 |
+
"contain",
|
| 623 |
+
"handshake",
|
| 624 |
+
"kiss",
|
| 625 |
+
"talk on phone",
|
| 626 |
+
"interacts with",
|
| 627 |
+
"under",
|
| 628 |
+
"hug",
|
| 629 |
+
"throw",
|
| 630 |
+
"hits",
|
| 631 |
+
"snowboard",
|
| 632 |
+
"kick",
|
| 633 |
+
"ski",
|
| 634 |
+
"plays",
|
| 635 |
+
"read"
|
| 636 |
+
],
|
| 637 |
+
"super_obj": ["male", "female", "children", "head feature", "limb feature", "torso feature", "accessorie", "mammal", "bird", "reptile", "insect", "marine animal", "bike", "ground vehicle", "watercraft", "aircraft", "vehicle part item", "ball-relatedsport item", "water sport item", "winter sportitem", "seating furniture", "table furniture", "storage furniture", "bedding", "upper bodyclothing", "lower body clothing", "footwear", "fruit", "vegetable", "prepared food", "beverage", "appliance", "utensil", "decorative item", "textile", "hand tool", "power tool", "kitchentool", "personal electronic", "home electronic", "office electronic", "land vehicle", "watervehicle", "air vehicle", "string instrument", "wind instrument", "percussion instrument", "firearm", "container", "toy", "stationery", "landscape", "urban feature"]
|
| 638 |
+
}
|
RAHP/RAHP_file/oiv6_relation_aware_prompts.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d77e91b84d3a6965f8429913c2d39d2be608310b9355c7ba085b4faf0af8dce
|
| 3 |
+
size 96029624
|
RAHP/RAHP_file/psg_categories_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"obj": ["person", "bicycle", "car", "motorcycle", "airplane", "bus", "train", "truck", "boat", "traffic light", "fire hydrant", "stop sign", "parking meter", "bench", "bird", "cat", "dog", "horse", "sheep", "cow", "elephant", "bear", "zebra", "giraffe", "backpack", "umbrella", "handbag", "tie", "suitcase", "frisbee", "skis", "snowboard", "sports ball", "kite", "baseball bat", "baseball glove", "skateboard", "surfboard", "tennis racket", "bottle", "wine glass", "cup", "fork", "knife", "spoon", "bowl", "banana", "apple", "sandwich", "orange", "broccoli", "carrot", "hot dog", "pizza", "donut", "cake", "chair", "couch", "potted plant", "bed", "dining table", "toilet", "tv", "laptop", "mouse", "remote", "keyboard", "cell phone", "microwave", "oven", "toaster", "sink", "refrigerator", "book", "clock", "vase", "scissors", "teddy bear", "hair drier", "toothbrush", "banner", "blanket", "bridge", "cardboard", "counter", "curtain", "door", "floor-wood", "flower", "fruit", "gravel", "house", "light", "mirror", "net", "pillow", "platform", "playingfield", "railroad", "river", "road", "roof", "sand", "sea", "shelf", "snow", "stairs", "tent", "towel", "wall-brick", "wall-stone", "wall-tile", "wall-wood", "water", "window-blind", "window", "tree", "fence", "ceiling", "sky", "cabinet", "table", "floor", "pavement", "mountain", "grass", "dirt", "paper", "food", "building", "rock", "wall", "rug"], "rel": ["over", "in front of", "beside", "on", "in", "attached to", "hanging from", "on back of", "falling off", "going down", "painted on", "walking on", "running on", "crossing", "standing on", "lying on", "sitting on", "flying over", "jumping over", "jumping from", "wearing", "holding", "carrying", "looking at", "guiding", "kissing", "eating", "drinking", "feeding", "biting", "catching", "picking", "playing with", "chasing", "climbing", "cleaning", "playing", "touching", "pushing", "pulling", "opening", "cooking", "talking to", "throwing", "slicing", "driving", "riding", "parked on", "driving on", "about to hit", "kicking", "swinging", "entering", "exiting", "enclosing", "leaning on"]}
|
RAHP/RAHP_file/tmp.py
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
import torch
|
| 3 |
+
json_path='./SGG_data/RAHP/RAHP_file/vg_relation_aware_prompts.json'
|
| 4 |
+
json_file = json.load(open(json_path))
|
| 5 |
+
|
| 6 |
+
print(len(json_file.keys())) # 45000=30*30*50
|
| 7 |
+
|
| 8 |
+
super_entities = [
|
| 9 |
+
'male', 'female', 'children', 'pets', 'wild animal', 'ground transport',
|
| 10 |
+
'water transport', 'air transport', 'sports equipment', 'seating furniture',
|
| 11 |
+
'decorative item', 'table', 'upper body clothing', 'lower body clothing',
|
| 12 |
+
'footwear', 'accessory', 'fruit', 'vegetable', 'prepared food', 'beverage',
|
| 13 |
+
'utensils', 'container', 'textile', 'landscape', 'urban feature', 'plant',
|
| 14 |
+
'structure', 'household item', 'head part', 'limb and appendage'
|
| 15 |
+
]
|
| 16 |
+
print(len(super_entities)) # 30
|
| 17 |
+
|
| 18 |
+
# with open('./RAHP/RAHP_file/vg_cate_dict.json', 'r') as f:
|
| 19 |
+
# cate_info = json.load(f)
|
| 20 |
+
# obj_classes = cate_info["ent_cate"][:-1 ]
|
| 21 |
+
# rel_classes = cate_info["pred_cate"]
|
| 22 |
+
# super_obj_classes = cate_info.get("super_ent_cate", [])
|
| 23 |
+
# print(f'super_obj_classes:{super_obj_classes}')
|
| 24 |
+
|
RAHP/RAHP_file/vg_cate_dict.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"ent_cate": ["airplane", "animal", "arm", "bag", "banana", "basket", "beach", "bear", "bed", "bench", "bike", "bird", "board", "boat", "book", "boot", "bottle", "bowl", "box", "boy", "branch", "building", "bus", "cabinet", "cap", "car", "cat", "chair", "child", "clock", "coat", "counter", "cow", "cup", "curtain", "desk", "dog", "door", "drawer", "ear", "elephant", "engine", "eye", "face", "fence", "finger", "flag", "flower", "food", "fork", "fruit", "giraffe", "girl", "glass", "glove", "guy", "hair", "hand", "handle", "hat", "head", "helmet", "hill", "horse", "house", "jacket", "jean", "kid", "kite", "lady", "lamp", "laptop", "leaf", "leg", "letter", "light", "logo", "man", "men", "motorcycle", "mountain", "mouth", "neck", "nose", "number", "orange", "pant", "paper", "paw", "people", "person", "phone", "pillow", "pizza", "plane", "plant", "plate", "player", "pole", "post", "pot", "racket", "railing", "rock", "roof", "room", "screen", "seat", "sheep", "shelf", "shirt", "shoe", "short", "sidewalk", "sign", "sink", "skateboard", "ski", "skier", "sneaker", "snow", "sock", "stand", "street", "surfboard", "table", "tail", "tie", "tile", "tire", "toilet", "towel", "tower", "track", "train", "tree", "truck", "trunk", "umbrella", "vase", "vegetable", "vehicle", "wave", "wheel", "window", "windshield", "wing", "wire", "woman", "zebra", "__background__"], "pred_cate": ["__background__", "above", "across", "against", "along", "and", "at", "attached to", "behind", "belonging to", "between", "carrying", "covered in", "covering", "eating", "flying in", "for", "from", "growing on", "hanging from", "has", "holding", "in", "in front of", "laying on", "looking at", "lying on", "made of", "mounted on", "near", "of", "on", "on back of", "over", "painted on", "parked on", "part of", "playing", "riding", "says", "sitting on", "standing on", "to", "under", "using", "walking in", "walking on", "watching", "wearing", "wears", "with"],"super_ent_cate": ["male", "female", "children", "pets", "wild animal", "ground transport","water transport", "air transport", "sports equipment", "seating furniture",
|
| 2 |
+
"decorative item", "table", "upper body clothing", "lower body clothing","footwear", "accessory", "fruit", "vegetable", "prepared food", "beverage","utensils", "container", "textile", "landscape", "urban feature", "plant",
|
| 3 |
+
"structure", "household item", "head part", "limb and appendage"]}
|
RAHP/RAHP_file/vg_relation_aware_prompts.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ad73a7f6dfe3e7721e9a313dd0592cf24d138326ca2e3c7c7e9b25c632adcac
|
| 3 |
+
size 50683149
|
RAHP/descriptions/PSG/entity/psg_entity_desc_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e74b402c6a51b69c4c67fb3ff1f66da6d447e1495519e5ca00d28c184a8f547
|
| 3 |
+
size 311454
|
RAHP/descriptions/PSG/entity/psg_entity_descriptions.json
ADDED
|
@@ -0,0 +1,667 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"person": [
|
| 3 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 4 |
+
"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces",
|
| 5 |
+
"Visually functions as a portable container with an openable top and stable base"
|
| 6 |
+
],
|
| 7 |
+
"bus": [
|
| 8 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 9 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth profile",
|
| 10 |
+
"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors"
|
| 11 |
+
],
|
| 12 |
+
"fire hydrant": [
|
| 13 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 14 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 15 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 16 |
+
],
|
| 17 |
+
"cat": [
|
| 18 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 19 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 20 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 21 |
+
],
|
| 22 |
+
"elephant": [
|
| 23 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 24 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 25 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 26 |
+
],
|
| 27 |
+
"umbrella": [
|
| 28 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 29 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 30 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 31 |
+
],
|
| 32 |
+
"skis": [
|
| 33 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 34 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 35 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 36 |
+
],
|
| 37 |
+
"baseball glove": [
|
| 38 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 39 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 40 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 41 |
+
],
|
| 42 |
+
"wine glass": [
|
| 43 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 44 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 45 |
+
"Functions as a portable enclosure that visually contains or carries other objects"
|
| 46 |
+
],
|
| 47 |
+
"bowl": [
|
| 48 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 49 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 50 |
+
"Functions as a portable enclosure that visually contains or shields other objects"
|
| 51 |
+
],
|
| 52 |
+
"broccoli": [
|
| 53 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 54 |
+
"Rectangular or cylindrical rigid structure with defined top, bottom, and side boundaries",
|
| 55 |
+
"Functions as a portable container with an openable top and stable base for holding items"
|
| 56 |
+
],
|
| 57 |
+
"cake": [
|
| 58 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 59 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 60 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 61 |
+
],
|
| 62 |
+
"dining table": [
|
| 63 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 64 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 65 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 66 |
+
],
|
| 67 |
+
"remote": [
|
| 68 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 69 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 70 |
+
"Functions as a portable container with openable front or top, often positioned near or held by a person"
|
| 71 |
+
],
|
| 72 |
+
"toaster": [
|
| 73 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 74 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 75 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 76 |
+
],
|
| 77 |
+
"vase": [
|
| 78 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 79 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 80 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 81 |
+
],
|
| 82 |
+
"banner": [
|
| 83 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 84 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 85 |
+
"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects"
|
| 86 |
+
],
|
| 87 |
+
"curtain": [
|
| 88 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 89 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth profile",
|
| 90 |
+
"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors"
|
| 91 |
+
],
|
| 92 |
+
"gravel": [
|
| 93 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 94 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 95 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 96 |
+
],
|
| 97 |
+
"pillow": [
|
| 98 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 99 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 100 |
+
"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects"
|
| 101 |
+
],
|
| 102 |
+
"road": [
|
| 103 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 104 |
+
"Rectangular or cylindrical rigid container with defined opening and closure mechanism",
|
| 105 |
+
"Functions as a portable enclosure that visually contains or shields other objects"
|
| 106 |
+
],
|
| 107 |
+
"snow": [
|
| 108 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 109 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 110 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 111 |
+
],
|
| 112 |
+
"wall-stone": [
|
| 113 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 114 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 115 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 116 |
+
],
|
| 117 |
+
"window": [
|
| 118 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 119 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 120 |
+
"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume"
|
| 121 |
+
],
|
| 122 |
+
"cabinet": [
|
| 123 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 124 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 125 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 126 |
+
],
|
| 127 |
+
"grass": [
|
| 128 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 129 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 130 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 131 |
+
],
|
| 132 |
+
"rock": [
|
| 133 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 134 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 135 |
+
"Functions as a movable container often positioned near or held by people, with openable front or top surfaces"
|
| 136 |
+
],
|
| 137 |
+
"bicycle": [
|
| 138 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 139 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 140 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 141 |
+
],
|
| 142 |
+
"train": [
|
| 143 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 144 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 145 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 146 |
+
],
|
| 147 |
+
"stop sign": [
|
| 148 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 149 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 150 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 151 |
+
],
|
| 152 |
+
"dog": [
|
| 153 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 154 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 155 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 156 |
+
],
|
| 157 |
+
"bear": [
|
| 158 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for wearability",
|
| 159 |
+
"Has a tubular or contoured silhouette that conforms to human torso and limb proportions",
|
| 160 |
+
"Occupies wearable space on the body, often overlapping or aligning with limbs and torso"
|
| 161 |
+
],
|
| 162 |
+
"handbag": [
|
| 163 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 164 |
+
"Has a compact, portable form with a defined front-facing opening and rigid or flexible enclosure",
|
| 165 |
+
"Occupies handheld scale and visually functions as a container held or carried by a person"
|
| 166 |
+
],
|
| 167 |
+
"snowboard": [
|
| 168 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 169 |
+
"Rectangular or cylindrical rigid structure with defined top, bottom, and side boundaries",
|
| 170 |
+
"Functions as a portable container with an openable top and stable base for holding objects"
|
| 171 |
+
],
|
| 172 |
+
"skateboard": [
|
| 173 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 174 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 175 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 176 |
+
],
|
| 177 |
+
"cup": [
|
| 178 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 179 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 180 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 181 |
+
],
|
| 182 |
+
"banana": [
|
| 183 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 184 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 185 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 186 |
+
],
|
| 187 |
+
"carrot": [
|
| 188 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 189 |
+
"Rectangular rigid enclosure with a flat front surface and uniform thickness",
|
| 190 |
+
"Functions as a bounded volume that visually contains or separates other objects"
|
| 191 |
+
],
|
| 192 |
+
"chair": [
|
| 193 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 194 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 195 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 196 |
+
],
|
| 197 |
+
"toilet": [
|
| 198 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 199 |
+
"Rectangular or cylindrical rigid container with defined opening and closure mechanism",
|
| 200 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 201 |
+
],
|
| 202 |
+
"keyboard": [
|
| 203 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 204 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 205 |
+
"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume"
|
| 206 |
+
],
|
| 207 |
+
"sink": [
|
| 208 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 209 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 210 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 211 |
+
],
|
| 212 |
+
"scissors": [
|
| 213 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 214 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 215 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 216 |
+
],
|
| 217 |
+
"blanket": [
|
| 218 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 219 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth",
|
| 220 |
+
"Functions as a bounded volume that visually contains or secures other objects within its interior space"
|
| 221 |
+
],
|
| 222 |
+
"door": [
|
| 223 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 224 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 225 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 226 |
+
],
|
| 227 |
+
"house": [
|
| 228 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 229 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 230 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 231 |
+
],
|
| 232 |
+
"platform": [
|
| 233 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 234 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 235 |
+
"Functions as a portable enclosure that visually contains or shields other objects within its volume"
|
| 236 |
+
],
|
| 237 |
+
"roof": [
|
| 238 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 239 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 240 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 241 |
+
],
|
| 242 |
+
"stairs": [
|
| 243 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 244 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 245 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 246 |
+
],
|
| 247 |
+
"wall-tile": [
|
| 248 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 249 |
+
"Has a compact, portable form with rounded or angular contours fitting within hand-held scale",
|
| 250 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 251 |
+
],
|
| 252 |
+
"tree": [
|
| 253 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 254 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth profile",
|
| 255 |
+
"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors"
|
| 256 |
+
],
|
| 257 |
+
"table": [
|
| 258 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 259 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 260 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 261 |
+
],
|
| 262 |
+
"dirt": [
|
| 263 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 264 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 265 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 266 |
+
],
|
| 267 |
+
"wall": [
|
| 268 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 269 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 270 |
+
"Occupies floor or shelf space as a portable storage unit, often positioned near or under other objects"
|
| 271 |
+
],
|
| 272 |
+
"car": [
|
| 273 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 274 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 275 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 276 |
+
],
|
| 277 |
+
"truck": [
|
| 278 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 279 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 280 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 281 |
+
],
|
| 282 |
+
"parking meter": [
|
| 283 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 284 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 285 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 286 |
+
],
|
| 287 |
+
"horse": [
|
| 288 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 289 |
+
"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces",
|
| 290 |
+
"Visually functions as a portable container with an openable top and stable base"
|
| 291 |
+
],
|
| 292 |
+
"zebra": [
|
| 293 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 294 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 295 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 296 |
+
],
|
| 297 |
+
"tie": [
|
| 298 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 299 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 300 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 301 |
+
],
|
| 302 |
+
"sports ball": [
|
| 303 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at openings",
|
| 304 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 305 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage"
|
| 306 |
+
],
|
| 307 |
+
"surfboard": [
|
| 308 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 309 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 310 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 311 |
+
],
|
| 312 |
+
"fork": [
|
| 313 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 314 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 315 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 316 |
+
],
|
| 317 |
+
"apple": [
|
| 318 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 319 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 320 |
+
"Functions as a movable container often positioned near or held by people, with openable front or top surfaces"
|
| 321 |
+
],
|
| 322 |
+
"hot dog": [
|
| 323 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 324 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 325 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 326 |
+
],
|
| 327 |
+
"couch": [
|
| 328 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 329 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 330 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 331 |
+
],
|
| 332 |
+
"tv": [
|
| 333 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 334 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 335 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 336 |
+
],
|
| 337 |
+
"cell phone": [
|
| 338 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 339 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 340 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 341 |
+
],
|
| 342 |
+
"refrigerator": [
|
| 343 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 344 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 345 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 346 |
+
],
|
| 347 |
+
"teddy bear": [
|
| 348 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 349 |
+
"Rectangular or cylindrical rigid form with defined top, bottom, and side boundaries",
|
| 350 |
+
"Functions as a portable container with an openable top surface and interior volume visible when unsealed"
|
| 351 |
+
],
|
| 352 |
+
"bridge": [
|
| 353 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 354 |
+
"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces",
|
| 355 |
+
"Visually functions as a portable container with an openable top and stable base"
|
| 356 |
+
],
|
| 357 |
+
"floor-wood": [
|
| 358 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 359 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 360 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 361 |
+
],
|
| 362 |
+
"light": [
|
| 363 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 364 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 365 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 366 |
+
],
|
| 367 |
+
"playingfield": [
|
| 368 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 369 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 370 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 371 |
+
],
|
| 372 |
+
"sand": [
|
| 373 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 374 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 375 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 376 |
+
],
|
| 377 |
+
"tent": [
|
| 378 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 379 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 380 |
+
"Functions as a portable enclosure with interior volume, often carried or placed near users"
|
| 381 |
+
],
|
| 382 |
+
"wall-wood": [
|
| 383 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 384 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 385 |
+
"Functions as a portable enclosure that visually contains or carries other objects within its volume"
|
| 386 |
+
],
|
| 387 |
+
"fence": [
|
| 388 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 389 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 390 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 391 |
+
],
|
| 392 |
+
"floor": [
|
| 393 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 394 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth profile",
|
| 395 |
+
"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors"
|
| 396 |
+
],
|
| 397 |
+
"paper": [
|
| 398 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 399 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 400 |
+
"Functions as a portable enclosure that visually contains or carries other objects"
|
| 401 |
+
],
|
| 402 |
+
"rug": [
|
| 403 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 404 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 405 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 406 |
+
],
|
| 407 |
+
"motorcycle": [
|
| 408 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 409 |
+
"Rectangular or cylindrical rigid container with defined opening and closure mechanism",
|
| 410 |
+
"Functions as a portable enclosure that visually contains or shields other objects"
|
| 411 |
+
],
|
| 412 |
+
"boat": [
|
| 413 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 414 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 415 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 416 |
+
],
|
| 417 |
+
"bench": [
|
| 418 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 419 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 420 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 421 |
+
],
|
| 422 |
+
"sheep": [
|
| 423 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 424 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 425 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 426 |
+
],
|
| 427 |
+
"giraffe": [
|
| 428 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 429 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 430 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 431 |
+
],
|
| 432 |
+
"suitcase": [
|
| 433 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 434 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 435 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 436 |
+
],
|
| 437 |
+
"kite": [
|
| 438 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 439 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 440 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 441 |
+
],
|
| 442 |
+
"tennis racket": [
|
| 443 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 444 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 445 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 446 |
+
],
|
| 447 |
+
"knife": [
|
| 448 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 449 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 450 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 451 |
+
],
|
| 452 |
+
"sandwich": [
|
| 453 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 454 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 455 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 456 |
+
],
|
| 457 |
+
"pizza": [
|
| 458 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 459 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 460 |
+
"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume"
|
| 461 |
+
],
|
| 462 |
+
"potted plant": [
|
| 463 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 464 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 465 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 466 |
+
],
|
| 467 |
+
"laptop": [
|
| 468 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 469 |
+
"Rectangular rigid enclosure with flat front surface and uniform depth profile",
|
| 470 |
+
"Functions as a bounded volume for storing or concealing items, often placed against walls or under surfaces"
|
| 471 |
+
],
|
| 472 |
+
"microwave": [
|
| 473 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 474 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 475 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 476 |
+
],
|
| 477 |
+
"book": [
|
| 478 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 479 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 480 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 481 |
+
],
|
| 482 |
+
"hair drier": [
|
| 483 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 484 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 485 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 486 |
+
],
|
| 487 |
+
"cardboard": [
|
| 488 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 489 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 490 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 491 |
+
],
|
| 492 |
+
"flower": [
|
| 493 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 494 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 495 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 496 |
+
],
|
| 497 |
+
"mirror": [
|
| 498 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 499 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 500 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 501 |
+
],
|
| 502 |
+
"railroad": [
|
| 503 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 504 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 505 |
+
"Functions as a portable container with an openable top surface for holding or concealing items"
|
| 506 |
+
],
|
| 507 |
+
"sea": [
|
| 508 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 509 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 510 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 511 |
+
],
|
| 512 |
+
"towel": [
|
| 513 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 514 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 515 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 516 |
+
],
|
| 517 |
+
"water": [
|
| 518 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 519 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side boundaries",
|
| 520 |
+
"Functions as a portable container with an opening that visually invites insertion or removal of contents"
|
| 521 |
+
],
|
| 522 |
+
"ceiling": [
|
| 523 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 524 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 525 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 526 |
+
],
|
| 527 |
+
"pavement": [
|
| 528 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 529 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 530 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 531 |
+
],
|
| 532 |
+
"food": [
|
| 533 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 534 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 535 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 536 |
+
],
|
| 537 |
+
"airplane": [
|
| 538 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 539 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 540 |
+
"Functions as a portable container with openable front or top, often positioned near or held by a person"
|
| 541 |
+
],
|
| 542 |
+
"traffic light": [
|
| 543 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 544 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 545 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 546 |
+
],
|
| 547 |
+
"bird": [
|
| 548 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 549 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 550 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 551 |
+
],
|
| 552 |
+
"cow": [
|
| 553 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 554 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 555 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 556 |
+
],
|
| 557 |
+
"backpack": [
|
| 558 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 559 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 560 |
+
"Functions as a portable enclosure that occupies space beneath or beside a carrier"
|
| 561 |
+
],
|
| 562 |
+
"frisbee": [
|
| 563 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 564 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 565 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 566 |
+
],
|
| 567 |
+
"baseball bat": [
|
| 568 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 569 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 570 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 571 |
+
],
|
| 572 |
+
"bottle": [
|
| 573 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 574 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 575 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 576 |
+
],
|
| 577 |
+
"spoon": [
|
| 578 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 579 |
+
"Rectangular rigid enclosure with a hinged front or top opening surface",
|
| 580 |
+
"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects"
|
| 581 |
+
],
|
| 582 |
+
"orange": [
|
| 583 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 584 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 585 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 586 |
+
],
|
| 587 |
+
"donut": [
|
| 588 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 589 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 590 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 591 |
+
],
|
| 592 |
+
"bed": [
|
| 593 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 594 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 595 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 596 |
+
],
|
| 597 |
+
"mouse": [
|
| 598 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 599 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 600 |
+
"Functions as a bounded container with an opening that visually invites insertion or retrieval"
|
| 601 |
+
],
|
| 602 |
+
"oven": [
|
| 603 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 604 |
+
"Has a compact, portable form with rounded contours and a handle or shoulder strap attachment point",
|
| 605 |
+
"Functions as a movable container that rests on surfaces or hangs from shoulders, often positioned near people or luggage"
|
| 606 |
+
],
|
| 607 |
+
"clock": [
|
| 608 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 609 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 610 |
+
"Occupies enclosed volume, often placed on surfaces or carried by handles, enabling containment"
|
| 611 |
+
],
|
| 612 |
+
"toothbrush": [
|
| 613 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 614 |
+
"Rectangular or cylindrical rigid structure with defined volume and upright orientation",
|
| 615 |
+
"Functions as a portable container with openable top or front, often placed on floors or carried by hands"
|
| 616 |
+
],
|
| 617 |
+
"counter": [
|
| 618 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 619 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 620 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 621 |
+
],
|
| 622 |
+
"fruit": [
|
| 623 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 624 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 625 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 626 |
+
],
|
| 627 |
+
"net": [
|
| 628 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 629 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 630 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 631 |
+
],
|
| 632 |
+
"river": [
|
| 633 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 634 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 635 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 636 |
+
],
|
| 637 |
+
"shelf": [
|
| 638 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 639 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 640 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 641 |
+
],
|
| 642 |
+
"wall-brick": [
|
| 643 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 644 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 645 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 646 |
+
],
|
| 647 |
+
"window-blind": [
|
| 648 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 649 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 650 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 651 |
+
],
|
| 652 |
+
"sky": [
|
| 653 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 654 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 655 |
+
"Functions as a bounded volume that occludes contents and supports stacking or alignment"
|
| 656 |
+
],
|
| 657 |
+
"mountain": [
|
| 658 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 659 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 660 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 661 |
+
],
|
| 662 |
+
"building": [
|
| 663 |
+
"Displays characteristic handles, hinges, and locking mechanisms at access points",
|
| 664 |
+
"Rectangular rigid enclosure with a hinged or sliding front-facing opening",
|
| 665 |
+
"Functions as a bounded volume for storage, visually occluding contents behind its surface"
|
| 666 |
+
]
|
| 667 |
+
}
|
RAHP/descriptions/PSG/entity/psg_entity_descriptions_combined_results.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"motorcycle": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]",
|
| 3 |
+
"boat": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 4 |
+
"bench": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 5 |
+
"sheep": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 6 |
+
"giraffe": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 7 |
+
"suitcase": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 8 |
+
"kite": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 9 |
+
"tennis racket": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 10 |
+
"knife": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 11 |
+
"sandwich": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 12 |
+
"pizza": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume\"\n]",
|
| 13 |
+
"potted plant": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 14 |
+
"laptop": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often placed against walls or under surfaces\"\n]",
|
| 15 |
+
"microwave": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 16 |
+
"book": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 17 |
+
"hair drier": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 18 |
+
"cardboard": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 19 |
+
"flower": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 20 |
+
"mirror": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 21 |
+
"railroad": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with an openable top surface for holding or concealing items\"\n]",
|
| 22 |
+
"sea": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 23 |
+
"towel": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 24 |
+
"water": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an opening that visually invites insertion or removal of contents\"\n]",
|
| 25 |
+
"ceiling": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 26 |
+
"pavement": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 27 |
+
"food": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 28 |
+
"airplane": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often positioned near or held by a person\"\n]",
|
| 29 |
+
"traffic light": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 30 |
+
"bird": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 31 |
+
"cow": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 32 |
+
"backpack": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that occupies space beneath or beside a carrier\"\n]",
|
| 33 |
+
"frisbee": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 34 |
+
"baseball bat": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 35 |
+
"bottle": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]",
|
| 36 |
+
"spoon": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening surface\",\n\"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects\"\n]",
|
| 37 |
+
"orange": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 38 |
+
"donut": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 39 |
+
"bed": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 40 |
+
"mouse": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening that visually invites insertion or retrieval\"\n]",
|
| 41 |
+
"oven": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and a handle or shoulder strap attachment point\",\n\"Functions as a movable container that rests on surfaces or hangs from shoulders, often positioned near people or luggage\"",
|
| 42 |
+
"clock": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies enclosed volume, often placed on surfaces or carried by handles, enabling containment\"",
|
| 43 |
+
"toothbrush": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid structure with defined volume and upright orientation\",\n\"Functions as a portable container with openable top or front, often placed on floors or carried by hands\"\n]",
|
| 44 |
+
"counter": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 45 |
+
"fruit": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 46 |
+
"net": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 47 |
+
"river": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 48 |
+
"shelf": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 49 |
+
"wall-brick": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 50 |
+
"window-blind": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 51 |
+
"sky": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that occludes contents and supports stacking or alignment\"",
|
| 52 |
+
"mountain": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 53 |
+
"building": "[\n\"Displays characteristic handles, hinges, and locking mechanisms at access points\",\n\"Rectangular rigid enclosure with a hinged or sliding front-facing opening\",\n\"Functions as a bounded volume for storage, visually occluding contents behind its surface\"\n]",
|
| 54 |
+
"person": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces\",\n\"Visually functions as a portable container with an openable top and stable base\"\n]",
|
| 55 |
+
"bus": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]",
|
| 56 |
+
"fire hydrant": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 57 |
+
"cat": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 58 |
+
"elephant": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 59 |
+
"umbrella": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 60 |
+
"skis": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 61 |
+
"baseball glove": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 62 |
+
"wine glass": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects\"\n]",
|
| 63 |
+
"bowl": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]",
|
| 64 |
+
"broccoli": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an openable top and stable base for holding items\"\n]",
|
| 65 |
+
"cake": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 66 |
+
"dining table": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 67 |
+
"remote": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often positioned near or held by a person\"\n]",
|
| 68 |
+
"toaster": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 69 |
+
"vase": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 70 |
+
"banner": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects\"\n]",
|
| 71 |
+
"curtain": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]",
|
| 72 |
+
"gravel": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 73 |
+
"pillow": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects\"\n]",
|
| 74 |
+
"road": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]",
|
| 75 |
+
"snow": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 76 |
+
"wall-stone": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 77 |
+
"window": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume\"\n]",
|
| 78 |
+
"cabinet": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 79 |
+
"grass": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 80 |
+
"rock": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container often positioned near or held by people, with openable front or top surfaces\"\n]",
|
| 81 |
+
"bicycle": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 82 |
+
"train": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 83 |
+
"stop sign": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 84 |
+
"dog": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 85 |
+
"bear": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for wearability\",\n\"Has a tubular or contoured silhouette that conforms to human torso and limb proportions\",\n\"Occupies wearable space on the body, often overlapping or aligning with limbs and torso\"\n]",
|
| 86 |
+
"handbag": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with a defined front-facing opening and rigid or flexible enclosure\",\n\"Occupies handheld scale and visually functions as a container held or carried by a person\"\n]",
|
| 87 |
+
"snowboard": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an openable top and stable base for holding objects\"\n]",
|
| 88 |
+
"skateboard": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 89 |
+
"cup": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 90 |
+
"banana": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 91 |
+
"carrot": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform thickness\",\n\"Functions as a bounded volume that visually contains or separates other objects\"\n]",
|
| 92 |
+
"chair": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]",
|
| 93 |
+
"toilet": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 94 |
+
"keyboard": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume\"\n]",
|
| 95 |
+
"sink": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 96 |
+
"scissors": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 97 |
+
"blanket": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth\",\n\"Functions as a bounded volume that visually contains or secures other objects within its interior space\"\n]",
|
| 98 |
+
"door": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 99 |
+
"house": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 100 |
+
"platform": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Functions as a portable enclosure that visually contains or shields other objects within its volume\"\n]",
|
| 101 |
+
"roof": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 102 |
+
"stairs": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 103 |
+
"wall-tile": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within hand-held scale\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 104 |
+
"tree": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]",
|
| 105 |
+
"table": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 106 |
+
"dirt": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 107 |
+
"wall": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Occupies floor or shelf space as a portable storage unit, often positioned near or under other objects\"\n]",
|
| 108 |
+
"car": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]",
|
| 109 |
+
"truck": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 110 |
+
"parking meter": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 111 |
+
"horse": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces\",\n\"Visually functions as a portable container with an openable top and stable base\"\n]",
|
| 112 |
+
"zebra": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 113 |
+
"tie": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 114 |
+
"sports ball": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at openings\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage\"\n]",
|
| 115 |
+
"surfboard": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 116 |
+
"fork": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 117 |
+
"apple": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container often positioned near or held by people, with openable front or top surfaces\"\n]",
|
| 118 |
+
"hot dog": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 119 |
+
"couch": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 120 |
+
"tv": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 121 |
+
"cell phone": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 122 |
+
"refrigerator": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 123 |
+
"teddy bear": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid form with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an openable top surface and interior volume visible when unsealed\"\n]",
|
| 124 |
+
"bridge": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces\",\n\"Visually functions as a portable container with an openable top and stable base\"\n]",
|
| 125 |
+
"floor-wood": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]",
|
| 126 |
+
"light": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 127 |
+
"playingfield": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 128 |
+
"sand": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 129 |
+
"tent": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure with interior volume, often carried or placed near users\"\n]",
|
| 130 |
+
"wall-wood": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects within its volume\"\n]",
|
| 131 |
+
"fence": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 132 |
+
"floor": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]",
|
| 133 |
+
"paper": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects\"\n]",
|
| 134 |
+
"rug": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]"
|
| 135 |
+
}
|
RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_0.jsonl
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"object": "person", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces\",\n\"Visually functions as a portable container with an openable top and stable base\"\n]", "generated_at": "2026-03-22 15:38:01"}
|
| 2 |
+
{"object": "bus", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]", "generated_at": "2026-03-22 15:38:02"}
|
| 3 |
+
{"object": "fire hydrant", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:04"}
|
| 4 |
+
{"object": "cat", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:06"}
|
| 5 |
+
{"object": "elephant", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:08"}
|
| 6 |
+
{"object": "umbrella", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:11"}
|
| 7 |
+
{"object": "skis", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]", "generated_at": "2026-03-22 15:38:13"}
|
| 8 |
+
{"object": "baseball glove", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:15"}
|
| 9 |
+
{"object": "wine glass", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects\"\n]", "generated_at": "2026-03-22 15:38:17"}
|
| 10 |
+
{"object": "bowl", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]", "generated_at": "2026-03-22 15:38:18"}
|
| 11 |
+
{"object": "broccoli", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an openable top and stable base for holding items\"\n]", "generated_at": "2026-03-22 15:38:21"}
|
| 12 |
+
{"object": "cake", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:22"}
|
| 13 |
+
{"object": "dining table", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:24"}
|
| 14 |
+
{"object": "remote", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often positioned near or held by a person\"\n]", "generated_at": "2026-03-22 15:38:26"}
|
| 15 |
+
{"object": "toaster", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:28"}
|
| 16 |
+
{"object": "vase", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:30"}
|
| 17 |
+
{"object": "banner", "obj_text": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:32"}
|
| 18 |
+
{"object": "curtain", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]", "generated_at": "2026-03-22 15:38:34"}
|
| 19 |
+
{"object": "gravel", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:35"}
|
| 20 |
+
{"object": "pillow", "obj_text": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:37"}
|
| 21 |
+
{"object": "road", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]", "generated_at": "2026-03-22 15:38:39"}
|
| 22 |
+
{"object": "snow", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:42"}
|
| 23 |
+
{"object": "wall-stone", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:44"}
|
| 24 |
+
{"object": "window", "obj_text": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume\"\n]", "generated_at": "2026-03-22 15:38:45"}
|
| 25 |
+
{"object": "cabinet", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:48"}
|
| 26 |
+
{"object": "grass", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]", "generated_at": "2026-03-22 15:38:50"}
|
| 27 |
+
{"object": "rock", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container often positioned near or held by people, with openable front or top surfaces\"\n]", "generated_at": "2026-03-22 15:38:52"}
|
RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_1.jsonl
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"object": "bicycle", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]", "generated_at": "2026-03-22 15:38:01"}
|
| 2 |
+
{"object": "train", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]", "generated_at": "2026-03-22 15:38:03"}
|
| 3 |
+
{"object": "stop sign", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:05"}
|
| 4 |
+
{"object": "dog", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:07"}
|
| 5 |
+
{"object": "bear", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for wearability\",\n\"Has a tubular or contoured silhouette that conforms to human torso and limb proportions\",\n\"Occupies wearable space on the body, often overlapping or aligning with limbs and torso\"\n]", "generated_at": "2026-03-22 15:38:09"}
|
| 6 |
+
{"object": "handbag", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with a defined front-facing opening and rigid or flexible enclosure\",\n\"Occupies handheld scale and visually functions as a container held or carried by a person\"\n]", "generated_at": "2026-03-22 15:38:11"}
|
| 7 |
+
{"object": "snowboard", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an openable top and stable base for holding objects\"\n]", "generated_at": "2026-03-22 15:38:13"}
|
| 8 |
+
{"object": "skateboard", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:15"}
|
| 9 |
+
{"object": "cup", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]", "generated_at": "2026-03-22 15:38:17"}
|
| 10 |
+
{"object": "banana", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]", "generated_at": "2026-03-22 15:38:19"}
|
| 11 |
+
{"object": "carrot", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform thickness\",\n\"Functions as a bounded volume that visually contains or separates other objects\"\n]", "generated_at": "2026-03-22 15:38:21"}
|
| 12 |
+
{"object": "chair", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]", "generated_at": "2026-03-22 15:38:23"}
|
| 13 |
+
{"object": "toilet", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]", "generated_at": "2026-03-22 15:38:25"}
|
| 14 |
+
{"object": "keyboard", "obj_text": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume\"\n]", "generated_at": "2026-03-22 15:38:27"}
|
| 15 |
+
{"object": "sink", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:28"}
|
| 16 |
+
{"object": "scissors", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:31"}
|
| 17 |
+
{"object": "blanket", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth\",\n\"Functions as a bounded volume that visually contains or secures other objects within its interior space\"\n]", "generated_at": "2026-03-22 15:38:33"}
|
| 18 |
+
{"object": "door", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:35"}
|
| 19 |
+
{"object": "house", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:37"}
|
| 20 |
+
{"object": "platform", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Functions as a portable enclosure that visually contains or shields other objects within its volume\"\n]", "generated_at": "2026-03-22 15:38:39"}
|
| 21 |
+
{"object": "roof", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:41"}
|
| 22 |
+
{"object": "stairs", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:43"}
|
| 23 |
+
{"object": "wall-tile", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within hand-held scale\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:46"}
|
| 24 |
+
{"object": "tree", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]", "generated_at": "2026-03-22 15:38:47"}
|
| 25 |
+
{"object": "table", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:49"}
|
| 26 |
+
{"object": "dirt", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:51"}
|
| 27 |
+
{"object": "wall", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Occupies floor or shelf space as a portable storage unit, often positioned near or under other objects\"\n]", "generated_at": "2026-03-22 15:38:53"}
|
RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_2.jsonl
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"object": "car", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]", "generated_at": "2026-03-22 15:38:01"}
|
| 2 |
+
{"object": "truck", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]", "generated_at": "2026-03-22 15:38:03"}
|
| 3 |
+
{"object": "parking meter", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:05"}
|
| 4 |
+
{"object": "horse", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces\",\n\"Visually functions as a portable container with an openable top and stable base\"\n]", "generated_at": "2026-03-22 15:38:07"}
|
| 5 |
+
{"object": "zebra", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:09"}
|
| 6 |
+
{"object": "tie", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]", "generated_at": "2026-03-22 15:38:11"}
|
| 7 |
+
{"object": "sports ball", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at openings\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage\"\n]", "generated_at": "2026-03-22 15:38:13"}
|
| 8 |
+
{"object": "surfboard", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:15"}
|
| 9 |
+
{"object": "fork", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]", "generated_at": "2026-03-22 15:38:17"}
|
| 10 |
+
{"object": "apple", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container often positioned near or held by people, with openable front or top surfaces\"\n]", "generated_at": "2026-03-22 15:38:19"}
|
| 11 |
+
{"object": "hot dog", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]", "generated_at": "2026-03-22 15:38:21"}
|
| 12 |
+
{"object": "couch", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]", "generated_at": "2026-03-22 15:38:23"}
|
| 13 |
+
{"object": "tv", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:26"}
|
| 14 |
+
{"object": "cell phone", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:28"}
|
| 15 |
+
{"object": "refrigerator", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:30"}
|
| 16 |
+
{"object": "teddy bear", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid form with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an openable top surface and interior volume visible when unsealed\"\n]", "generated_at": "2026-03-22 15:38:32"}
|
| 17 |
+
{"object": "bridge", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid structure with defined top, bottom, and side surfaces\",\n\"Visually functions as a portable container with an openable top and stable base\"\n]", "generated_at": "2026-03-22 15:38:34"}
|
| 18 |
+
{"object": "floor-wood", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]", "generated_at": "2026-03-22 15:38:36"}
|
| 19 |
+
{"object": "light", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]", "generated_at": "2026-03-22 15:38:38"}
|
| 20 |
+
{"object": "playingfield", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:39"}
|
| 21 |
+
{"object": "sand", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:41"}
|
| 22 |
+
{"object": "tent", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure with interior volume, often carried or placed near users\"\n]", "generated_at": "2026-03-22 15:38:43"}
|
| 23 |
+
{"object": "wall-wood", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects within its volume\"\n]", "generated_at": "2026-03-22 15:38:45"}
|
| 24 |
+
{"object": "fence", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:47"}
|
| 25 |
+
{"object": "floor", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]", "generated_at": "2026-03-22 15:38:49"}
|
| 26 |
+
{"object": "paper", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects\"\n]", "generated_at": "2026-03-22 15:38:51"}
|
| 27 |
+
{"object": "rug", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:54"}
|
RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_3.jsonl
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"object": "motorcycle", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]", "generated_at": "2026-03-22 15:38:01"}
|
| 2 |
+
{"object": "boat", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:02"}
|
| 3 |
+
{"object": "bench", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:04"}
|
| 4 |
+
{"object": "sheep", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:06"}
|
| 5 |
+
{"object": "giraffe", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:08"}
|
| 6 |
+
{"object": "suitcase", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:10"}
|
| 7 |
+
{"object": "kite", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:12"}
|
| 8 |
+
{"object": "tennis racket", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:14"}
|
| 9 |
+
{"object": "knife", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:16"}
|
| 10 |
+
{"object": "sandwich", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:17"}
|
| 11 |
+
{"object": "pizza", "obj_text": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume\"\n]", "generated_at": "2026-03-22 15:38:19"}
|
| 12 |
+
{"object": "potted plant", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:21"}
|
| 13 |
+
{"object": "laptop", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often placed against walls or under surfaces\"\n]", "generated_at": "2026-03-22 15:38:22"}
|
| 14 |
+
{"object": "microwave", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]", "generated_at": "2026-03-22 15:38:25"}
|
| 15 |
+
{"object": "book", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:26"}
|
| 16 |
+
{"object": "hair drier", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:29"}
|
| 17 |
+
{"object": "cardboard", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:30"}
|
| 18 |
+
{"object": "flower", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:32"}
|
| 19 |
+
{"object": "mirror", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:34"}
|
| 20 |
+
{"object": "railroad", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with an openable top surface for holding or concealing items\"\n]", "generated_at": "2026-03-22 15:38:37"}
|
| 21 |
+
{"object": "sea", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:39"}
|
| 22 |
+
{"object": "towel", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:41"}
|
| 23 |
+
{"object": "water", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an opening that visually invites insertion or removal of contents\"\n]", "generated_at": "2026-03-22 15:38:43"}
|
| 24 |
+
{"object": "ceiling", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:45"}
|
| 25 |
+
{"object": "pavement", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:47"}
|
| 26 |
+
{"object": "food", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:49"}
|
RAHP/descriptions/PSG/entity/psg_entity_descriptions_worker_4.jsonl
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"object": "airplane", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often positioned near or held by a person\"\n]", "generated_at": "2026-03-22 15:38:01"}
|
| 2 |
+
{"object": "traffic light", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:03"}
|
| 3 |
+
{"object": "bird", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]", "generated_at": "2026-03-22 15:38:05"}
|
| 4 |
+
{"object": "cow", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:07"}
|
| 5 |
+
{"object": "backpack", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that occupies space beneath or beside a carrier\"\n]", "generated_at": "2026-03-22 15:38:09"}
|
| 6 |
+
{"object": "frisbee", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:11"}
|
| 7 |
+
{"object": "baseball bat", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:12"}
|
| 8 |
+
{"object": "bottle", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]", "generated_at": "2026-03-22 15:38:14"}
|
| 9 |
+
{"object": "spoon", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening surface\",\n\"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:16"}
|
| 10 |
+
{"object": "orange", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:38:18"}
|
| 11 |
+
{"object": "donut", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]", "generated_at": "2026-03-22 15:38:20"}
|
| 12 |
+
{"object": "bed", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:21"}
|
| 13 |
+
{"object": "mouse", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening that visually invites insertion or retrieval\"\n]", "generated_at": "2026-03-22 15:38:23"}
|
| 14 |
+
{"object": "oven", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and a handle or shoulder strap attachment point\",\n\"Functions as a movable container that rests on surfaces or hangs from shoulders, often positioned near people or luggage\"", "generated_at": "2026-03-22 15:38:26"}
|
| 15 |
+
{"object": "clock", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies enclosed volume, often placed on surfaces or carried by handles, enabling containment\"", "generated_at": "2026-03-22 15:38:28"}
|
| 16 |
+
{"object": "toothbrush", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid structure with defined volume and upright orientation\",\n\"Functions as a portable container with openable top or front, often placed on floors or carried by hands\"\n]", "generated_at": "2026-03-22 15:38:30"}
|
| 17 |
+
{"object": "counter", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:31"}
|
| 18 |
+
{"object": "fruit", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:34"}
|
| 19 |
+
{"object": "net", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:35"}
|
| 20 |
+
{"object": "river", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:38:37"}
|
| 21 |
+
{"object": "shelf", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:38:40"}
|
| 22 |
+
{"object": "wall-brick", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:38:42"}
|
| 23 |
+
{"object": "window-blind", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]", "generated_at": "2026-03-22 15:38:44"}
|
| 24 |
+
{"object": "sky", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that occludes contents and supports stacking or alignment\"", "generated_at": "2026-03-22 15:38:46"}
|
| 25 |
+
{"object": "mountain", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:38:48"}
|
| 26 |
+
{"object": "building", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms at access points\",\n\"Rectangular rigid enclosure with a hinged or sliding front-facing opening\",\n\"Functions as a bounded volume for storage, visually occluding contents behind its surface\"\n]", "generated_at": "2026-03-22 15:38:50"}
|
RAHP/descriptions/PSG/pred/psg_pred_desc_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9af808c45b05e1588c81166a6f51dda4e7c89c66282f9c1763a27eb5565fd861
|
| 3 |
+
size 132429
|
RAHP/descriptions/PSG/pred/psg_predicate_descriptions_combined_results.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"on": "[\n\"An object is in direct contact with and supported by the upper surface of another\",\n\"Topological relationship where one entity rests atop another's surface\",\n\"Visually observable support configuration with vertical alignment and surface contact\"\n]",
|
| 3 |
+
"falling off": "[\n\"An object is detaching from a surface or support and descending under gravity\",\n\"Visible separation followed by downward motion away from an attached position\",\n\"Loss of contact with a supporting structure, resulting in uncontrolled descent\"\n]",
|
| 4 |
+
"crossing": "[\n\"Two entities intersect visually, with one passing over or through the other's path\",\n\"Dynamic spatial overlap where one object traverses the trajectory or boundary of another\",\n\"Clear visual indication of movement across a line, surface, or threshold by an entity\"\n]",
|
| 5 |
+
"jumping over": "[\n\"An object is in mid-air, passing above another object with clear vertical clearance\",\n\"Dynamic motion where one entity propels itself upward and across another's top surface\",\n\"Visible arcing trajectory showing temporary suspension while crossing over a barrier\"\n]",
|
| 6 |
+
"looking at": "[\n\"Subject's gaze is directed toward an object, with eyes oriented and focused on it\",\n\"Visual alignment between subject's eyes and target object, indicating attention or focus\",\n\"Head and eye orientation jointly point toward a visible object in the scene\"\n]",
|
| 7 |
+
"feeding": "[\n\"An agent transfers food to a recipient's mouth or feeding apparatus\",\n\"Visible hand-to-mouth or tool-mediated delivery of consumable items\",\n\"Direct physical contact between food source and recipient during ingestion support\"\n]",
|
| 8 |
+
"chasing": "[\n\"An agent is moving rapidly toward another entity with clear directional pursuit\",\n\"The subject is following closely behind the object in dynamic motion\",\n\"Visible forward movement of one entity aimed at catching up to another\"",
|
| 9 |
+
"pushing": "[\n\"Subject applies force to an object, causing visible motion or deformation\",\n\"Contact between subject and object with forward-directed pressure and movement\",\n\"Physical interaction where one entity exerts directional force against another to move it\"\n]",
|
| 10 |
+
"throwing": "[\n\"An agent propels an object forward with a rapid arm motion and release\",\n\"Dynamic action showing hand-to-object contact followed by separation and trajectory\",\n\"Visible motion sequence: wind-up, extension, and release of an object through air\"\n]",
|
| 11 |
+
"driving on": "[\n\"An object is moving along the surface of another object in a controlled, directional manner\",\n\"Subject is operating a vehicle that travels on a supporting surface\",\n\"Visible motion where a vehicle maintains contact with and traverses a ground or path surface\"\n]",
|
| 12 |
+
"exiting": "[\n\"Subject is in motion away from an enclosed or bounded space through an opening\",\n\"Visible transition from inside to outside a defined boundary or structure\",\n\"Person or object moving outward across a threshold or portal\" \n]",
|
| 13 |
+
"in front of": "[\n\"Subject is positioned closer to the viewer than the object along the depth axis\",\n\"Clear spatial occlusion where subject partially or fully blocks view of object\",\n\"Subject and object aligned vertically/horizontally with subject nearer in depth perception\"\n]",
|
| 14 |
+
"hanging from": "[\n\"An object is suspended downward from a higher support point by a connector\",\n\"Visible vertical suspension where one entity dangles below another via attachment\",\n\"Gravity-aligned positioning with lower object attached to and extending from upper anchor\"\n]",
|
| 15 |
+
"walking on": "[\n\"Subject is in upright bipedal motion while contacting a surface beneath\",\n\"Continuous foot-to-surface contact with alternating leg movement and forward progression\",\n\"Upright locomotion involving rhythmic, weight-bearing steps on a supporting ground plane\"\n]",
|
| 16 |
+
"sitting on": "[\n\"An object is positioned atop another with full lower-body contact and stable support\",\n\"The subject rests on a surface with hips and thighs fully supported and weight distributed downward\",\n\"Lower body in contact with and supported by a horizontal or inclined surface below\"\n]",
|
| 17 |
+
"holding": "[\n\"An object is grasped and physically supported by a hand or hands\",\n\"Direct manual contact where the subject maintains control over an object's position\",\n\"Visible grip with fingers and palm enclosing or cradling an item\"\n]",
|
| 18 |
+
"eating": "[\n\"Subject's mouth is in contact with food, often with chewing or swallowing motion visible\",\n\"Food item is being consumed by a person or animal, typically near the mouth\",\n\"Visible action of ingesting food, with hands, utensils, or mouth engaged in consumption\"\n]",
|
| 19 |
+
"picking": "[\n\"Hand or tool grasping an object with fingertip or mechanical contact\",\n\"Subject selecting and lifting an item from a surface or group\",\n\"Fine motor action of detaching or collecting an object using digits or instrument\"\n]",
|
| 20 |
+
"playing": "[\n\"Two or more entities engaged in interactive, rule-governed, or recreational activity\",\n\"Visible physical or gestural involvement in an activity with implied intent or enjoyment\",\n\"Dynamic interaction between participants involving objects, movement, or symbolic actions\"",
|
| 21 |
+
"cooking": "[\n\"Hands or tools actively manipulating food items near heat sources or cooking appliances\",\n\"Visual presence of food undergoing transformation—steaming, sizzling, boiling, or browning—in a kitchen setting\",\n\"Interaction with cookware and thermal energy to prepare or alter edible substances\"\n]",
|
| 22 |
+
"riding": "[\n\"An object is positioned atop another and moves in coordination with it\",\n\"Subject maintains physical contact on top of a moving carrier for transport\",\n\"Top-to-bottom spatial alignment with dynamic motion between rider and vehicle\"\n]",
|
| 23 |
+
"swinging": "[\n\"An object moving back and forth in an arc around a fixed or suspended pivot point\",\n\"Dynamic motion involving rhythmic, pendulum-like oscillation of a hanging or pivoted entity\",\n\"Visible periodic lateral movement with changing direction and velocity around a top anchor\"",
|
| 24 |
+
"beside": "[\n\"Two objects positioned at the same level, horizontally adjacent with no overlap\",\n\"Objects placed next to each other along a shared axis, separated by minimal lateral distance\",\n\"Side-by-side spatial arrangement with clear visual proximity and parallel orientation\"\n]",
|
| 25 |
+
"on back of": "[\n\"An object is positioned horizontally across the posterior surface of another\",\n\"Direct physical contact where one entity rests atop the back region of another\",\n\"Visible placement of an item aligned with and supported by the dorsal side\"",
|
| 26 |
+
"running on": "[\n\"Subject is in motion with feet contacting and propelling off a surface\",\n\"Dynamic locomotion where the subject's legs alternate in contact with a ground plane\",\n\"Visible rapid leg movement while maintaining continuous surface contact for forward motion\"\n]",
|
| 27 |
+
"flying over": "[\n\"An object is positioned above and moving horizontally across another object's surface\",\n\"Visible motion with clear vertical separation and forward trajectory over a reference surface\",\n\"Subject maintains elevated position while traversing airspace above a grounded object\"\n]",
|
| 28 |
+
"carrying": "[\n\"An object is held in the hands, arms, or on the body while being transported\",\n\"Physical support of an item by a subject through direct contact and upward force\",\n\"Subject maintains visible grip or cradling posture with an object in motion or at rest\"\n]",
|
| 29 |
+
"drinking": "[\n\"Subject's mouth is in contact with a container holding liquid\",\n\"Liquid is being transferred from a vessel to the subject's mouth via ingestion\",\n\"Visible action of consuming liquid through direct mouth-vessel contact\"\n]",
|
| 30 |
+
"playing with": "[\n\"Two entities engaged in interactive, often reciprocal, physical or object-based activity\",\n\"Visible mutual engagement involving toys, tools, or each other in a non-competitive manner\",\n\"Dynamic, hands-on interaction with shared focus and coordinated motion between participants\"\n]",
|
| 31 |
+
"touching": "[\n\"Two objects in direct physical contact with no gap between their surfaces\",\n\"Visible surface-to-surface contact where boundaries meet without overlap or separation\",\n\"A spatial relationship marked by contiguous boundary alignment and zero distance\"\n]",
|
| 32 |
+
"talking to": "[\n\"Two individuals face each other with mouths in motion and gaze directed reciprocally\",\n\"Visible vocalization cues—open mouth, facial animation—paired with mutual eye contact and oriented posture\",\n\"Frontal alignment between subjects, with one actively speaking toward the other's direction of attention\"\n]",
|
| 33 |
+
"parked on": "[\n\"An object is stationary and fully supported on a surface or structure\",\n\"Static positioning where one entity rests on top of another without motion\",\n\"Visible contact and immobility between a vehicle or object and its supporting surface\"\n]",
|
| 34 |
+
"entering": "[\n\"Moving from outside to inside a bounded space through an opening\",\n\"Subject crosses a threshold or boundary into an enclosed area\",\n\"Visible transition of a figure passing through an entrance into a new spatial region\"\n]",
|
| 35 |
+
"in": "[\n\"An object is fully enclosed within the boundaries of another object or region\",\n\"Subject occupies a spatially interior position relative to a container or defined area\",\n\"Visually observable containment: one entity lies inside the volume or outline of another\"\n]",
|
| 36 |
+
"going down": "[\n\"Subject is moving vertically downward along a path or surface\",\n\"Visible descent motion with decreasing elevation relative to surroundings\",\n\"Directional movement from higher to lower position, often with gravity cues\"\n]",
|
| 37 |
+
"standing on": "[\n\"An object is vertically supported by and in direct contact with a surface beneath it\",\n\"The subject maintains an upright posture with feet touching and bearing weight on a lower surface\",\n\"Direct physical contact between the bottom of an entity and a supporting horizontal plane\"",
|
| 38 |
+
"jumping from": "[\n\"Subject is in mid-air, having just left a surface or object below\",\n\"Dynamic motion showing upward and forward movement away from a base point\",\n\"Clear visual separation between subject and origin surface, with airborne posture\"\n]",
|
| 39 |
+
"guiding": "[\n\"Person or entity is physically leading another with hand contact or directional gesture\",\n\"Visual cue of one agent directing the movement or path of another through proximity and orientation\",\n\"Subject is actively steering or orienting another's motion via visible physical or gestural interaction\"\n]",
|
| 40 |
+
"biting": "[\n\"Teeth making direct, forceful contact with a surface or object\",\n\"Jaw motion showing closed teeth gripping or puncturing another entity\",\n\"Visible dental contact indicating an active, localized biting action\"\n]",
|
| 41 |
+
"climbing": "[\n\"Subject is ascending a vertical or steep surface using hands and feet\",\n\"Physical upward motion along a support structure with body contact points\",\n\"Body engaged in upward traversal against gravity on a climbable surface\"\n]",
|
| 42 |
+
"pulling": "[\n\"An agent exerts visible tension on an object via a linear force toward itself\",\n\"Two entities connected by a taut link or contact, with motion directed inward along the connection\",\n\"Visible strain or deformation indicating directed force application to draw something closer\"\n]",
|
| 43 |
+
"slicing": "[\n\"A sharp tool cuts through an object, creating a clean separation or division\",\n\"Visible contact between a blade and material with partial or full penetration\",\n\"Action showing a cutting motion producing distinct sections or exposed interior surfaces\"\n]",
|
| 44 |
+
"about to hit": "[\n\"Subject is in motion toward an object with imminent physical contact\",\n\"Dynamic pose showing preparation for impact: limbs extended, trajectory aligned, minimal distance remaining\",\n\"Visible tension and directional momentum indicating contact is milliseconds away\"\n]",
|
| 45 |
+
"enclosing": "[\n\"An object fully surrounds another, forming a continuous boundary or barrier\",\n\"Visual containment where one entity completely encloses the spatial volume of another\",\n\"Subject forms a closed perimeter around the object, occluding its outer edges\"\n]",
|
| 46 |
+
"over": "[\n\"An object is positioned directly above another with vertical spatial separation\",\n\"Upper object visually occludes or hovers over a lower object without contact\",\n\"Clear vertical alignment where one entity is situated at a higher elevation than another\"\n]",
|
| 47 |
+
"attached to": "[\n\"Two objects are physically joined with no visible gap or separation\",\n\"Connected via a fixed, stable bond that resists separation under normal conditions\",\n\"Visually showing direct surface contact and structural continuity between entities\"\n]",
|
| 48 |
+
"painted on": "[\n\"Colorful pigment applied to a surface, forming visible imagery or patterns\",\n\"A layer of paint adheres to and covers part of a substrate's surface\",\n\"Visual evidence of pigment intentionally deposited onto a flat or curved surface\"\n]",
|
| 49 |
+
"lying on": "[\n\"An object is horizontally positioned in full contact with a supporting surface\",\n\"The subject rests flat on top of another object or surface with no gap\",\n\"Full-body or full-object contact with a surface in a horizontal orientation\"\n]",
|
| 50 |
+
"wearing": "[\n\"Visible garments or accessories are physically covering or attached to a body surface\",\n\"An object is draped, fastened, or secured on the subject's body for functional or aesthetic purpose\",\n\"Surface-adjacent placement of attire with clear visual contact and contour conformity to the body\"\n]",
|
| 51 |
+
"kissing": "[\n\"Two faces in close proximity with lips making direct contact\",\n\"Frontal alignment of mouths, typically with gentle contact and closed eyes\",\n\"Intimate facial contact where lips touch, often with slight head tilting\"\n]",
|
| 52 |
+
"catching": "[\n\"An object is being grasped or secured by the subject's hand or body mid-motion\",\n\"Dynamic interaction where the subject intercepts and stops a moving object in air or space\",\n\"Visible moment of contact as the subject closes around an approaching object\"\n]",
|
| 53 |
+
"cleaning": "[\n\"Subject is actively removing dirt, debris, or residue from a surface or object\",\n\"Visible interaction involving wiping, scrubbing, or rinsing to restore cleanliness\",\n\"Dynamic contact between agent and target to eliminate contaminants visually apparent\"",
|
| 54 |
+
"opening": "[\n\"An object transitions from a closed to an accessible state via motion\",\n\"Visible separation or widening of parts to reveal interior space or contents\",\n\"Action involving physical movement that creates an aperture or passage\"\n]",
|
| 55 |
+
"driving": "[\n\"An agent is actively operating a vehicle to control its motion\",\n\"Visible interaction where a person manipulates controls to propel and steer a motorized vehicle\",\n\"Subject seated at vehicle controls, hands on steering wheel, eyes forward, indicating directed motion\"\n]",
|
| 56 |
+
"kicking": "[\n\"Leg extends forcefully toward an object, making contact with the foot\",\n\"Dynamic motion where the foot propels or strikes another entity\",\n\"Visible leg extension and foot impact indicating forceful contact\"\n]",
|
| 57 |
+
"leaning on": "[\n\"Physical contact where one entity rests its weight against another for support\",\n\"An object is tilted and touching another surface or entity to maintain balance\",\n\"Visible partial weight-bearing contact with an inclined posture against a support\"\n]"
|
| 58 |
+
}
|
RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_0.jsonl
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"predicate": "over", "rel_text": "[\n\"An object is positioned directly above another with vertical spatial separation\",\n\"Upper object visually occludes or hovers over a lower object without contact\",\n\"Clear vertical alignment where one entity is situated at a higher elevation than another\"\n]", "generated_at": "2026-03-17 21:18:12"}
|
| 2 |
+
{"predicate": "attached to", "rel_text": "[\n\"Two objects are physically joined with no visible gap or separation\",\n\"Connected via a fixed, stable bond that resists separation under normal conditions\",\n\"Visually showing direct surface contact and structural continuity between entities\"\n]", "generated_at": "2026-03-17 21:18:14"}
|
| 3 |
+
{"predicate": "painted on", "rel_text": "[\n\"Colorful pigment applied to a surface, forming visible imagery or patterns\",\n\"A layer of paint adheres to and covers part of a substrate's surface\",\n\"Visual evidence of pigment intentionally deposited onto a flat or curved surface\"\n]", "generated_at": "2026-03-17 21:18:16"}
|
| 4 |
+
{"predicate": "lying on", "rel_text": "[\n\"An object is horizontally positioned in full contact with a supporting surface\",\n\"The subject rests flat on top of another object or surface with no gap\",\n\"Full-body or full-object contact with a surface in a horizontal orientation\"\n]", "generated_at": "2026-03-17 21:18:17"}
|
| 5 |
+
{"predicate": "wearing", "rel_text": "[\n\"Visible garments or accessories are physically covering or attached to a body surface\",\n\"An object is draped, fastened, or secured on the subject's body for functional or aesthetic purpose\",\n\"Surface-adjacent placement of attire with clear visual contact and contour conformity to the body\"\n]", "generated_at": "2026-03-17 21:18:19"}
|
| 6 |
+
{"predicate": "kissing", "rel_text": "[\n\"Two faces in close proximity with lips making direct contact\",\n\"Frontal alignment of mouths, typically with gentle contact and closed eyes\",\n\"Intimate facial contact where lips touch, often with slight head tilting\"\n]", "generated_at": "2026-03-17 21:18:21"}
|
| 7 |
+
{"predicate": "catching", "rel_text": "[\n\"An object is being grasped or secured by the subject's hand or body mid-motion\",\n\"Dynamic interaction where the subject intercepts and stops a moving object in air or space\",\n\"Visible moment of contact as the subject closes around an approaching object\"\n]", "generated_at": "2026-03-17 21:18:22"}
|
| 8 |
+
{"predicate": "cleaning", "rel_text": "[\n\"Subject is actively removing dirt, debris, or residue from a surface or object\",\n\"Visible interaction involving wiping, scrubbing, or rinsing to restore cleanliness\",\n\"Dynamic contact between agent and target to eliminate contaminants visually apparent\"", "generated_at": "2026-03-17 21:18:24"}
|
| 9 |
+
{"predicate": "opening", "rel_text": "[\n\"An object transitions from a closed to an accessible state via motion\",\n\"Visible separation or widening of parts to reveal interior space or contents\",\n\"Action involving physical movement that creates an aperture or passage\"\n]", "generated_at": "2026-03-17 21:18:25"}
|
| 10 |
+
{"predicate": "driving", "rel_text": "[\n\"An agent is actively operating a vehicle to control its motion\",\n\"Visible interaction where a person manipulates controls to propel and steer a motorized vehicle\",\n\"Subject seated at vehicle controls, hands on steering wheel, eyes forward, indicating directed motion\"\n]", "generated_at": "2026-03-17 21:18:27"}
|
| 11 |
+
{"predicate": "kicking", "rel_text": "[\n\"Leg extends forcefully toward an object, making contact with the foot\",\n\"Dynamic motion where the foot propels or strikes another entity\",\n\"Visible leg extension and foot impact indicating forceful contact\"\n]", "generated_at": "2026-03-17 21:18:29"}
|
| 12 |
+
{"predicate": "leaning on", "rel_text": "[\n\"Physical contact where one entity rests its weight against another for support\",\n\"An object is tilted and touching another surface or entity to maintain balance\",\n\"Visible partial weight-bearing contact with an inclined posture against a support\"\n]", "generated_at": "2026-03-17 21:18:30"}
|
RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_1.jsonl
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"predicate": "in front of", "rel_text": "[\n\"Subject is positioned closer to the viewer than the object along the depth axis\",\n\"Clear spatial occlusion where subject partially or fully blocks view of object\",\n\"Subject and object aligned vertically/horizontally with subject nearer in depth perception\"\n]", "generated_at": "2026-03-17 21:18:12"}
|
| 2 |
+
{"predicate": "hanging from", "rel_text": "[\n\"An object is suspended downward from a higher support point by a connector\",\n\"Visible vertical suspension where one entity dangles below another via attachment\",\n\"Gravity-aligned positioning with lower object attached to and extending from upper anchor\"\n]", "generated_at": "2026-03-17 21:18:14"}
|
| 3 |
+
{"predicate": "walking on", "rel_text": "[\n\"Subject is in upright bipedal motion while contacting a surface beneath\",\n\"Continuous foot-to-surface contact with alternating leg movement and forward progression\",\n\"Upright locomotion involving rhythmic, weight-bearing steps on a supporting ground plane\"\n]", "generated_at": "2026-03-17 21:18:16"}
|
| 4 |
+
{"predicate": "sitting on", "rel_text": "[\n\"An object is positioned atop another with full lower-body contact and stable support\",\n\"The subject rests on a surface with hips and thighs fully supported and weight distributed downward\",\n\"Lower body in contact with and supported by a horizontal or inclined surface below\"\n]", "generated_at": "2026-03-17 21:18:18"}
|
| 5 |
+
{"predicate": "holding", "rel_text": "[\n\"An object is grasped and physically supported by a hand or hands\",\n\"Direct manual contact where the subject maintains control over an object's position\",\n\"Visible grip with fingers and palm enclosing or cradling an item\"\n]", "generated_at": "2026-03-17 21:18:19"}
|
| 6 |
+
{"predicate": "eating", "rel_text": "[\n\"Subject's mouth is in contact with food, often with chewing or swallowing motion visible\",\n\"Food item is being consumed by a person or animal, typically near the mouth\",\n\"Visible action of ingesting food, with hands, utensils, or mouth engaged in consumption\"\n]", "generated_at": "2026-03-17 21:18:21"}
|
| 7 |
+
{"predicate": "picking", "rel_text": "[\n\"Hand or tool grasping an object with fingertip or mechanical contact\",\n\"Subject selecting and lifting an item from a surface or group\",\n\"Fine motor action of detaching or collecting an object using digits or instrument\"\n]", "generated_at": "2026-03-17 21:18:23"}
|
| 8 |
+
{"predicate": "playing", "rel_text": "[\n\"Two or more entities engaged in interactive, rule-governed, or recreational activity\",\n\"Visible physical or gestural involvement in an activity with implied intent or enjoyment\",\n\"Dynamic interaction between participants involving objects, movement, or symbolic actions\"", "generated_at": "2026-03-17 21:18:25"}
|
| 9 |
+
{"predicate": "cooking", "rel_text": "[\n\"Hands or tools actively manipulating food items near heat sources or cooking appliances\",\n\"Visual presence of food undergoing transformation—steaming, sizzling, boiling, or browning—in a kitchen setting\",\n\"Interaction with cookware and thermal energy to prepare or alter edible substances\"\n]", "generated_at": "2026-03-17 21:18:26"}
|
| 10 |
+
{"predicate": "riding", "rel_text": "[\n\"An object is positioned atop another and moves in coordination with it\",\n\"Subject maintains physical contact on top of a moving carrier for transport\",\n\"Top-to-bottom spatial alignment with dynamic motion between rider and vehicle\"\n]", "generated_at": "2026-03-17 21:18:28"}
|
| 11 |
+
{"predicate": "swinging", "rel_text": "[\n\"An object moving back and forth in an arc around a fixed or suspended pivot point\",\n\"Dynamic motion involving rhythmic, pendulum-like oscillation of a hanging or pivoted entity\",\n\"Visible periodic lateral movement with changing direction and velocity around a top anchor\"", "generated_at": "2026-03-17 21:18:29"}
|
RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_2.jsonl
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"predicate": "beside", "rel_text": "[\n\"Two objects positioned at the same level, horizontally adjacent with no overlap\",\n\"Objects placed next to each other along a shared axis, separated by minimal lateral distance\",\n\"Side-by-side spatial arrangement with clear visual proximity and parallel orientation\"\n]", "generated_at": "2026-03-17 21:18:12"}
|
| 2 |
+
{"predicate": "on back of", "rel_text": "[\n\"An object is positioned horizontally across the posterior surface of another\",\n\"Direct physical contact where one entity rests atop the back region of another\",\n\"Visible placement of an item aligned with and supported by the dorsal side\"", "generated_at": "2026-03-17 21:18:14"}
|
| 3 |
+
{"predicate": "running on", "rel_text": "[\n\"Subject is in motion with feet contacting and propelling off a surface\",\n\"Dynamic locomotion where the subject's legs alternate in contact with a ground plane\",\n\"Visible rapid leg movement while maintaining continuous surface contact for forward motion\"\n]", "generated_at": "2026-03-17 21:18:16"}
|
| 4 |
+
{"predicate": "flying over", "rel_text": "[\n\"An object is positioned above and moving horizontally across another object's surface\",\n\"Visible motion with clear vertical separation and forward trajectory over a reference surface\",\n\"Subject maintains elevated position while traversing airspace above a grounded object\"\n]", "generated_at": "2026-03-17 21:18:18"}
|
| 5 |
+
{"predicate": "carrying", "rel_text": "[\n\"An object is held in the hands, arms, or on the body while being transported\",\n\"Physical support of an item by a subject through direct contact and upward force\",\n\"Subject maintains visible grip or cradling posture with an object in motion or at rest\"\n]", "generated_at": "2026-03-17 21:18:19"}
|
| 6 |
+
{"predicate": "drinking", "rel_text": "[\n\"Subject's mouth is in contact with a container holding liquid\",\n\"Liquid is being transferred from a vessel to the subject's mouth via ingestion\",\n\"Visible action of consuming liquid through direct mouth-vessel contact\"\n]", "generated_at": "2026-03-17 21:18:21"}
|
| 7 |
+
{"predicate": "playing with", "rel_text": "[\n\"Two entities engaged in interactive, often reciprocal, physical or object-based activity\",\n\"Visible mutual engagement involving toys, tools, or each other in a non-competitive manner\",\n\"Dynamic, hands-on interaction with shared focus and coordinated motion between participants\"\n]", "generated_at": "2026-03-17 21:18:23"}
|
| 8 |
+
{"predicate": "touching", "rel_text": "[\n\"Two objects in direct physical contact with no gap between their surfaces\",\n\"Visible surface-to-surface contact where boundaries meet without overlap or separation\",\n\"A spatial relationship marked by contiguous boundary alignment and zero distance\"\n]", "generated_at": "2026-03-17 21:18:24"}
|
| 9 |
+
{"predicate": "talking to", "rel_text": "[\n\"Two individuals face each other with mouths in motion and gaze directed reciprocally\",\n\"Visible vocalization cues—open mouth, facial animation—paired with mutual eye contact and oriented posture\",\n\"Frontal alignment between subjects, with one actively speaking toward the other's direction of attention\"\n]", "generated_at": "2026-03-17 21:18:26"}
|
| 10 |
+
{"predicate": "parked on", "rel_text": "[\n\"An object is stationary and fully supported on a surface or structure\",\n\"Static positioning where one entity rests on top of another without motion\",\n\"Visible contact and immobility between a vehicle or object and its supporting surface\"\n]", "generated_at": "2026-03-17 21:18:28"}
|
| 11 |
+
{"predicate": "entering", "rel_text": "[\n\"Moving from outside to inside a bounded space through an opening\",\n\"Subject crosses a threshold or boundary into an enclosed area\",\n\"Visible transition of a figure passing through an entrance into a new spatial region\"\n]", "generated_at": "2026-03-17 21:18:29"}
|
RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_3.jsonl
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"predicate": "on", "rel_text": "[\n\"An object is in direct contact with and supported by the upper surface of another\",\n\"Topological relationship where one entity rests atop another's surface\",\n\"Visually observable support configuration with vertical alignment and surface contact\"\n]", "generated_at": "2026-03-17 21:18:12"}
|
| 2 |
+
{"predicate": "falling off", "rel_text": "[\n\"An object is detaching from a surface or support and descending under gravity\",\n\"Visible separation followed by downward motion away from an attached position\",\n\"Loss of contact with a supporting structure, resulting in uncontrolled descent\"\n]", "generated_at": "2026-03-17 21:18:14"}
|
| 3 |
+
{"predicate": "crossing", "rel_text": "[\n\"Two entities intersect visually, with one passing over or through the other's path\",\n\"Dynamic spatial overlap where one object traverses the trajectory or boundary of another\",\n\"Clear visual indication of movement across a line, surface, or threshold by an entity\"\n]", "generated_at": "2026-03-17 21:18:16"}
|
| 4 |
+
{"predicate": "jumping over", "rel_text": "[\n\"An object is in mid-air, passing above another object with clear vertical clearance\",\n\"Dynamic motion where one entity propels itself upward and across another's top surface\",\n\"Visible arcing trajectory showing temporary suspension while crossing over a barrier\"\n]", "generated_at": "2026-03-17 21:18:17"}
|
| 5 |
+
{"predicate": "looking at", "rel_text": "[\n\"Subject's gaze is directed toward an object, with eyes oriented and focused on it\",\n\"Visual alignment between subject's eyes and target object, indicating attention or focus\",\n\"Head and eye orientation jointly point toward a visible object in the scene\"\n]", "generated_at": "2026-03-17 21:18:19"}
|
| 6 |
+
{"predicate": "feeding", "rel_text": "[\n\"An agent transfers food to a recipient's mouth or feeding apparatus\",\n\"Visible hand-to-mouth or tool-mediated delivery of consumable items\",\n\"Direct physical contact between food source and recipient during ingestion support\"\n]", "generated_at": "2026-03-17 21:18:21"}
|
| 7 |
+
{"predicate": "chasing", "rel_text": "[\n\"An agent is moving rapidly toward another entity with clear directional pursuit\",\n\"The subject is following closely behind the object in dynamic motion\",\n\"Visible forward movement of one entity aimed at catching up to another\"", "generated_at": "2026-03-17 21:18:22"}
|
| 8 |
+
{"predicate": "pushing", "rel_text": "[\n\"Subject applies force to an object, causing visible motion or deformation\",\n\"Contact between subject and object with forward-directed pressure and movement\",\n\"Physical interaction where one entity exerts directional force against another to move it\"\n]", "generated_at": "2026-03-17 21:18:24"}
|
| 9 |
+
{"predicate": "throwing", "rel_text": "[\n\"An agent propels an object forward with a rapid arm motion and release\",\n\"Dynamic action showing hand-to-object contact followed by separation and trajectory\",\n\"Visible motion sequence: wind-up, extension, and release of an object through air\"\n]", "generated_at": "2026-03-17 21:18:25"}
|
| 10 |
+
{"predicate": "driving on", "rel_text": "[\n\"An object is moving along the surface of another object in a controlled, directional manner\",\n\"Subject is operating a vehicle that travels on a supporting surface\",\n\"Visible motion where a vehicle maintains contact with and traverses a ground or path surface\"\n]", "generated_at": "2026-03-17 21:18:27"}
|
| 11 |
+
{"predicate": "exiting", "rel_text": "[\n\"Subject is in motion away from an enclosed or bounded space through an opening\",\n\"Visible transition from inside to outside a defined boundary or structure\",\n\"Person or object moving outward across a threshold or portal\" \n]", "generated_at": "2026-03-17 21:18:29"}
|
RAHP/descriptions/PSG/pred/psg_predicate_descriptions_worker_4.jsonl
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"predicate": "in", "rel_text": "[\n\"An object is fully enclosed within the boundaries of another object or region\",\n\"Subject occupies a spatially interior position relative to a container or defined area\",\n\"Visually observable containment: one entity lies inside the volume or outline of another\"\n]", "generated_at": "2026-03-17 21:18:12"}
|
| 2 |
+
{"predicate": "going down", "rel_text": "[\n\"Subject is moving vertically downward along a path or surface\",\n\"Visible descent motion with decreasing elevation relative to surroundings\",\n\"Directional movement from higher to lower position, often with gravity cues\"\n]", "generated_at": "2026-03-17 21:18:14"}
|
| 3 |
+
{"predicate": "standing on", "rel_text": "[\n\"An object is vertically supported by and in direct contact with a surface beneath it\",\n\"The subject maintains an upright posture with feet touching and bearing weight on a lower surface\",\n\"Direct physical contact between the bottom of an entity and a supporting horizontal plane\"", "generated_at": "2026-03-17 21:18:16"}
|
| 4 |
+
{"predicate": "jumping from", "rel_text": "[\n\"Subject is in mid-air, having just left a surface or object below\",\n\"Dynamic motion showing upward and forward movement away from a base point\",\n\"Clear visual separation between subject and origin surface, with airborne posture\"\n]", "generated_at": "2026-03-17 21:18:17"}
|
| 5 |
+
{"predicate": "guiding", "rel_text": "[\n\"Person or entity is physically leading another with hand contact or directional gesture\",\n\"Visual cue of one agent directing the movement or path of another through proximity and orientation\",\n\"Subject is actively steering or orienting another's motion via visible physical or gestural interaction\"\n]", "generated_at": "2026-03-17 21:18:19"}
|
| 6 |
+
{"predicate": "biting", "rel_text": "[\n\"Teeth making direct, forceful contact with a surface or object\",\n\"Jaw motion showing closed teeth gripping or puncturing another entity\",\n\"Visible dental contact indicating an active, localized biting action\"\n]", "generated_at": "2026-03-17 21:18:21"}
|
| 7 |
+
{"predicate": "climbing", "rel_text": "[\n\"Subject is ascending a vertical or steep surface using hands and feet\",\n\"Physical upward motion along a support structure with body contact points\",\n\"Body engaged in upward traversal against gravity on a climbable surface\"\n]", "generated_at": "2026-03-17 21:18:23"}
|
| 8 |
+
{"predicate": "pulling", "rel_text": "[\n\"An agent exerts visible tension on an object via a linear force toward itself\",\n\"Two entities connected by a taut link or contact, with motion directed inward along the connection\",\n\"Visible strain or deformation indicating directed force application to draw something closer\"\n]", "generated_at": "2026-03-17 21:18:24"}
|
| 9 |
+
{"predicate": "slicing", "rel_text": "[\n\"A sharp tool cuts through an object, creating a clean separation or division\",\n\"Visible contact between a blade and material with partial or full penetration\",\n\"Action showing a cutting motion producing distinct sections or exposed interior surfaces\"\n]", "generated_at": "2026-03-17 21:18:26"}
|
| 10 |
+
{"predicate": "about to hit", "rel_text": "[\n\"Subject is in motion toward an object with imminent physical contact\",\n\"Dynamic pose showing preparation for impact: limbs extended, trajectory aligned, minimal distance remaining\",\n\"Visible tension and directional momentum indicating contact is milliseconds away\"\n]", "generated_at": "2026-03-17 21:18:28"}
|
| 11 |
+
{"predicate": "enclosing", "rel_text": "[\n\"An object fully surrounds another, forming a continuous boundary or barrier\",\n\"Visual containment where one entity completely encloses the spatial volume of another\",\n\"Subject forms a closed perimeter around the object, occluding its outer edges\"\n]", "generated_at": "2026-03-17 21:18:29"}
|
RAHP/descriptions/PSG/pred/psg_predicates_descriptions.json
ADDED
|
@@ -0,0 +1,282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"over": [
|
| 3 |
+
"An object is positioned directly above another with vertical spatial separation",
|
| 4 |
+
"Upper object visually occludes or hovers over a lower object without contact",
|
| 5 |
+
"Clear vertical alignment where one entity is situated at a higher elevation than another"
|
| 6 |
+
],
|
| 7 |
+
"attached to": [
|
| 8 |
+
"Two objects are physically joined with no visible gap or separation",
|
| 9 |
+
"Connected via a fixed, stable bond that resists separation under normal conditions",
|
| 10 |
+
"Visually showing direct surface contact and structural continuity between entities"
|
| 11 |
+
],
|
| 12 |
+
"painted on": [
|
| 13 |
+
"Colorful pigment applied to a surface, forming visible imagery or patterns",
|
| 14 |
+
"A layer of paint adheres to and covers part of a substrate's surface",
|
| 15 |
+
"Visual evidence of pigment intentionally deposited onto a flat or curved surface"
|
| 16 |
+
],
|
| 17 |
+
"lying on": [
|
| 18 |
+
"An object is horizontally positioned in full contact with a supporting surface",
|
| 19 |
+
"The subject rests flat on top of another object or surface with no gap",
|
| 20 |
+
"Full-body or full-object contact with a surface in a horizontal orientation"
|
| 21 |
+
],
|
| 22 |
+
"wearing": [
|
| 23 |
+
"Visible garments or accessories are physically covering or attached to a body surface",
|
| 24 |
+
"An object is draped, fastened, or secured on the subject's body for functional or aesthetic purpose",
|
| 25 |
+
"Surface-adjacent placement of attire with clear visual contact and contour conformity to the body"
|
| 26 |
+
],
|
| 27 |
+
"kissing": [
|
| 28 |
+
"Two faces in close proximity with lips making direct contact",
|
| 29 |
+
"Frontal alignment of mouths, typically with gentle contact and closed eyes",
|
| 30 |
+
"Intimate facial contact where lips touch, often with slight head tilting"
|
| 31 |
+
],
|
| 32 |
+
"catching": [
|
| 33 |
+
"An object is being grasped or secured by the subject's hand or body mid-motion",
|
| 34 |
+
"Dynamic interaction where the subject intercepts and stops a moving object in air or space",
|
| 35 |
+
"Visible moment of contact as the subject closes around an approaching object"
|
| 36 |
+
],
|
| 37 |
+
"cleaning": [
|
| 38 |
+
"Subject is actively removing dirt, debris, or residue from a surface or object",
|
| 39 |
+
"Visible interaction involving wiping, scrubbing, or rinsing to restore cleanliness",
|
| 40 |
+
"Dynamic contact between agent and target to eliminate contaminants visually apparent"
|
| 41 |
+
],
|
| 42 |
+
"opening": [
|
| 43 |
+
"An object transitions from a closed to an accessible state via motion",
|
| 44 |
+
"Visible separation or widening of parts to reveal interior space or contents",
|
| 45 |
+
"Action involving physical movement that creates an aperture or passage"
|
| 46 |
+
],
|
| 47 |
+
"driving": [
|
| 48 |
+
"An agent is actively operating a vehicle to control its motion",
|
| 49 |
+
"Visible interaction where a person manipulates controls to propel and steer a motorized vehicle",
|
| 50 |
+
"Subject seated at vehicle controls, hands on steering wheel, eyes forward, indicating directed motion"
|
| 51 |
+
],
|
| 52 |
+
"kicking": [
|
| 53 |
+
"Leg extends forcefully toward an object, making contact with the foot",
|
| 54 |
+
"Dynamic motion where the foot propels or strikes another entity",
|
| 55 |
+
"Visible leg extension and foot impact indicating forceful contact"
|
| 56 |
+
],
|
| 57 |
+
"leaning on": [
|
| 58 |
+
"Physical contact where one entity rests its weight against another for support",
|
| 59 |
+
"An object is tilted and touching another surface or entity to maintain balance",
|
| 60 |
+
"Visible partial weight-bearing contact with an inclined posture against a support"
|
| 61 |
+
],
|
| 62 |
+
"in front of": [
|
| 63 |
+
"Subject is positioned closer to the viewer than the object along the depth axis",
|
| 64 |
+
"Clear spatial occlusion where subject partially or fully blocks view of object",
|
| 65 |
+
"Subject and object aligned vertically/horizontally with subject nearer in depth perception"
|
| 66 |
+
],
|
| 67 |
+
"hanging from": [
|
| 68 |
+
"An object is suspended downward from a higher support point by a connector",
|
| 69 |
+
"Visible vertical suspension where one entity dangles below another via attachment",
|
| 70 |
+
"Gravity-aligned positioning with lower object attached to and extending from upper anchor"
|
| 71 |
+
],
|
| 72 |
+
"walking on": [
|
| 73 |
+
"Subject is in upright bipedal motion while contacting a surface beneath",
|
| 74 |
+
"Continuous foot-to-surface contact with alternating leg movement and forward progression",
|
| 75 |
+
"Upright locomotion involving rhythmic, weight-bearing steps on a supporting ground plane"
|
| 76 |
+
],
|
| 77 |
+
"sitting on": [
|
| 78 |
+
"An object is positioned atop another with full lower-body contact and stable support",
|
| 79 |
+
"The subject rests on a surface with hips and thighs fully supported and weight distributed downward",
|
| 80 |
+
"Lower body in contact with and supported by a horizontal or inclined surface below"
|
| 81 |
+
],
|
| 82 |
+
"holding": [
|
| 83 |
+
"An object is grasped and physically supported by a hand or hands",
|
| 84 |
+
"Direct manual contact where the subject maintains control over an object's position",
|
| 85 |
+
"Visible grip with fingers and palm enclosing or cradling an item"
|
| 86 |
+
],
|
| 87 |
+
"eating": [
|
| 88 |
+
"Subject's mouth is in contact with food, often with chewing or swallowing motion visible",
|
| 89 |
+
"Food item is being consumed by a person or animal, typically near the mouth",
|
| 90 |
+
"Visible action of ingesting food, with hands, utensils, or mouth engaged in consumption"
|
| 91 |
+
],
|
| 92 |
+
"picking": [
|
| 93 |
+
"Hand or tool grasping an object with fingertip or mechanical contact",
|
| 94 |
+
"Subject selecting and lifting an item from a surface or group",
|
| 95 |
+
"Fine motor action of detaching or collecting an object using digits or instrument"
|
| 96 |
+
],
|
| 97 |
+
"playing": [
|
| 98 |
+
"Two or more entities engaged in interactive, rule-governed, or recreational activity",
|
| 99 |
+
"Visible physical or gestural involvement in an activity with implied intent or enjoyment",
|
| 100 |
+
"Dynamic interaction between participants involving objects, movement, or symbolic actions"
|
| 101 |
+
],
|
| 102 |
+
"cooking": [
|
| 103 |
+
"Hands or tools actively manipulating food items near heat sources or cooking appliances",
|
| 104 |
+
"Visual presence of food undergoing transformation—steaming, sizzling, boiling, or browning—in a kitchen setting",
|
| 105 |
+
"Interaction with cookware and thermal energy to prepare or alter edible substances"
|
| 106 |
+
],
|
| 107 |
+
"riding": [
|
| 108 |
+
"An object is positioned atop another and moves in coordination with it",
|
| 109 |
+
"Subject maintains physical contact on top of a moving carrier for transport",
|
| 110 |
+
"Top-to-bottom spatial alignment with dynamic motion between rider and vehicle"
|
| 111 |
+
],
|
| 112 |
+
"swinging": [
|
| 113 |
+
"An object moving back and forth in an arc around a fixed or suspended pivot point",
|
| 114 |
+
"Dynamic motion involving rhythmic, pendulum-like oscillation of a hanging or pivoted entity",
|
| 115 |
+
"Visible periodic lateral movement with changing direction and velocity around a top anchor"
|
| 116 |
+
],
|
| 117 |
+
"beside": [
|
| 118 |
+
"Two objects positioned at the same level, horizontally adjacent with no overlap",
|
| 119 |
+
"Objects placed next to each other along a shared axis, separated by minimal lateral distance",
|
| 120 |
+
"Side-by-side spatial arrangement with clear visual proximity and parallel orientation"
|
| 121 |
+
],
|
| 122 |
+
"on back of": [
|
| 123 |
+
"An object is positioned horizontally across the posterior surface of another",
|
| 124 |
+
"Direct physical contact where one entity rests atop the back region of another",
|
| 125 |
+
"Visible placement of an item aligned with and supported by the dorsal side"
|
| 126 |
+
],
|
| 127 |
+
"running on": [
|
| 128 |
+
"Subject is in motion with feet contacting and propelling off a surface",
|
| 129 |
+
"Dynamic locomotion where the subject's legs alternate in contact with a ground plane",
|
| 130 |
+
"Visible rapid leg movement while maintaining continuous surface contact for forward motion"
|
| 131 |
+
],
|
| 132 |
+
"flying over": [
|
| 133 |
+
"An object is positioned above and moving horizontally across another object's surface",
|
| 134 |
+
"Visible motion with clear vertical separation and forward trajectory over a reference surface",
|
| 135 |
+
"Subject maintains elevated position while traversing airspace above a grounded object"
|
| 136 |
+
],
|
| 137 |
+
"carrying": [
|
| 138 |
+
"An object is held in the hands, arms, or on the body while being transported",
|
| 139 |
+
"Physical support of an item by a subject through direct contact and upward force",
|
| 140 |
+
"Subject maintains visible grip or cradling posture with an object in motion or at rest"
|
| 141 |
+
],
|
| 142 |
+
"drinking": [
|
| 143 |
+
"Subject's mouth is in contact with a container holding liquid",
|
| 144 |
+
"Liquid is being transferred from a vessel to the subject's mouth via ingestion",
|
| 145 |
+
"Visible action of consuming liquid through direct mouth-vessel contact"
|
| 146 |
+
],
|
| 147 |
+
"playing with": [
|
| 148 |
+
"Two entities engaged in interactive, often reciprocal, physical or object-based activity",
|
| 149 |
+
"Visible mutual engagement involving toys, tools, or each other in a non-competitive manner",
|
| 150 |
+
"Dynamic, hands-on interaction with shared focus and coordinated motion between participants"
|
| 151 |
+
],
|
| 152 |
+
"touching": [
|
| 153 |
+
"Two objects in direct physical contact with no gap between their surfaces",
|
| 154 |
+
"Visible surface-to-surface contact where boundaries meet without overlap or separation",
|
| 155 |
+
"A spatial relationship marked by contiguous boundary alignment and zero distance"
|
| 156 |
+
],
|
| 157 |
+
"talking to": [
|
| 158 |
+
"Two individuals face each other with mouths in motion and gaze directed reciprocally",
|
| 159 |
+
"Visible vocalization cues—open mouth, facial animation—paired with mutual eye contact and oriented posture",
|
| 160 |
+
"Frontal alignment between subjects, with one actively speaking toward the other's direction of attention"
|
| 161 |
+
],
|
| 162 |
+
"parked on": [
|
| 163 |
+
"An object is stationary and fully supported on a surface or structure",
|
| 164 |
+
"Static positioning where one entity rests on top of another without motion",
|
| 165 |
+
"Visible contact and immobility between a vehicle or object and its supporting surface"
|
| 166 |
+
],
|
| 167 |
+
"entering": [
|
| 168 |
+
"Moving from outside to inside a bounded space through an opening",
|
| 169 |
+
"Subject crosses a threshold or boundary into an enclosed area",
|
| 170 |
+
"Visible transition of a figure passing through an entrance into a new spatial region"
|
| 171 |
+
],
|
| 172 |
+
"on": [
|
| 173 |
+
"An object is in direct contact with and supported by the upper surface of another",
|
| 174 |
+
"Topological relationship where one entity rests atop another's surface",
|
| 175 |
+
"Visually observable support configuration with vertical alignment and surface contact"
|
| 176 |
+
],
|
| 177 |
+
"falling off": [
|
| 178 |
+
"An object is detaching from a surface or support and descending under gravity",
|
| 179 |
+
"Visible separation followed by downward motion away from an attached position",
|
| 180 |
+
"Loss of contact with a supporting structure, resulting in uncontrolled descent"
|
| 181 |
+
],
|
| 182 |
+
"crossing": [
|
| 183 |
+
"Two entities intersect visually, with one passing over or through the other's path",
|
| 184 |
+
"Dynamic spatial overlap where one object traverses the trajectory or boundary of another",
|
| 185 |
+
"Clear visual indication of movement across a line, surface, or threshold by an entity"
|
| 186 |
+
],
|
| 187 |
+
"jumping over": [
|
| 188 |
+
"An object is in mid-air, passing above another object with clear vertical clearance",
|
| 189 |
+
"Dynamic motion where one entity propels itself upward and across another's top surface",
|
| 190 |
+
"Visible arcing trajectory showing temporary suspension while crossing over a barrier"
|
| 191 |
+
],
|
| 192 |
+
"looking at": [
|
| 193 |
+
"Subject's gaze is directed toward an object, with eyes oriented and focused on it",
|
| 194 |
+
"Visual alignment between subject's eyes and target object, indicating attention or focus",
|
| 195 |
+
"Head and eye orientation jointly point toward a visible object in the scene"
|
| 196 |
+
],
|
| 197 |
+
"feeding": [
|
| 198 |
+
"An agent transfers food to a recipient's mouth or feeding apparatus",
|
| 199 |
+
"Visible hand-to-mouth or tool-mediated delivery of consumable items",
|
| 200 |
+
"Direct physical contact between food source and recipient during ingestion support"
|
| 201 |
+
],
|
| 202 |
+
"chasing": [
|
| 203 |
+
"An agent is moving rapidly toward another entity with clear directional pursuit",
|
| 204 |
+
"The subject is following closely behind the object in dynamic motion",
|
| 205 |
+
"Visible forward movement of one entity aimed at catching up to another"
|
| 206 |
+
],
|
| 207 |
+
"pushing": [
|
| 208 |
+
"Subject applies force to an object, causing visible motion or deformation",
|
| 209 |
+
"Contact between subject and object with forward-directed pressure and movement",
|
| 210 |
+
"Physical interaction where one entity exerts directional force against another to move it"
|
| 211 |
+
],
|
| 212 |
+
"throwing": [
|
| 213 |
+
"An agent propels an object forward with a rapid arm motion and release",
|
| 214 |
+
"Dynamic action showing hand-to-object contact followed by separation and trajectory",
|
| 215 |
+
"Visible motion sequence: wind-up, extension, and release of an object through air"
|
| 216 |
+
],
|
| 217 |
+
"driving on": [
|
| 218 |
+
"An object is moving along the surface of another object in a controlled, directional manner",
|
| 219 |
+
"Subject is operating a vehicle that travels on a supporting surface",
|
| 220 |
+
"Visible motion where a vehicle maintains contact with and traverses a ground or path surface"
|
| 221 |
+
],
|
| 222 |
+
"exiting": [
|
| 223 |
+
"Subject is in motion away from an enclosed or bounded space through an opening",
|
| 224 |
+
"Visible transition from inside to outside a defined boundary or structure",
|
| 225 |
+
"Person or object moving outward across a threshold or portal"
|
| 226 |
+
],
|
| 227 |
+
"in": [
|
| 228 |
+
"An object is fully enclosed within the boundaries of another object or region",
|
| 229 |
+
"Subject occupies a spatially interior position relative to a container or defined area",
|
| 230 |
+
"Visually observable containment: one entity lies inside the volume or outline of another"
|
| 231 |
+
],
|
| 232 |
+
"going down": [
|
| 233 |
+
"Subject is moving vertically downward along a path or surface",
|
| 234 |
+
"Visible descent motion with decreasing elevation relative to surroundings",
|
| 235 |
+
"Directional movement from higher to lower position, often with gravity cues"
|
| 236 |
+
],
|
| 237 |
+
"standing on": [
|
| 238 |
+
"An object is vertically supported by and in direct contact with a surface beneath it",
|
| 239 |
+
"The subject maintains an upright posture with feet touching and bearing weight on a lower surface",
|
| 240 |
+
"Direct physical contact between the bottom of an entity and a supporting horizontal plane"
|
| 241 |
+
],
|
| 242 |
+
"jumping from": [
|
| 243 |
+
"Subject is in mid-air, having just left a surface or object below",
|
| 244 |
+
"Dynamic motion showing upward and forward movement away from a base point",
|
| 245 |
+
"Clear visual separation between subject and origin surface, with airborne posture"
|
| 246 |
+
],
|
| 247 |
+
"guiding": [
|
| 248 |
+
"Person or entity is physically leading another with hand contact or directional gesture",
|
| 249 |
+
"Visual cue of one agent directing the movement or path of another through proximity and orientation",
|
| 250 |
+
"Subject is actively steering or orienting another's motion via visible physical or gestural interaction"
|
| 251 |
+
],
|
| 252 |
+
"biting": [
|
| 253 |
+
"Teeth making direct, forceful contact with a surface or object",
|
| 254 |
+
"Jaw motion showing closed teeth gripping or puncturing another entity",
|
| 255 |
+
"Visible dental contact indicating an active, localized biting action"
|
| 256 |
+
],
|
| 257 |
+
"climbing": [
|
| 258 |
+
"Subject is ascending a vertical or steep surface using hands and feet",
|
| 259 |
+
"Physical upward motion along a support structure with body contact points",
|
| 260 |
+
"Body engaged in upward traversal against gravity on a climbable surface"
|
| 261 |
+
],
|
| 262 |
+
"pulling": [
|
| 263 |
+
"An agent exerts visible tension on an object via a linear force toward itself",
|
| 264 |
+
"Two entities connected by a taut link or contact, with motion directed inward along the connection",
|
| 265 |
+
"Visible strain or deformation indicating directed force application to draw something closer"
|
| 266 |
+
],
|
| 267 |
+
"slicing": [
|
| 268 |
+
"A sharp tool cuts through an object, creating a clean separation or division",
|
| 269 |
+
"Visible contact between a blade and material with partial or full penetration",
|
| 270 |
+
"Action showing a cutting motion producing distinct sections or exposed interior surfaces"
|
| 271 |
+
],
|
| 272 |
+
"about to hit": [
|
| 273 |
+
"Subject is in motion toward an object with imminent physical contact",
|
| 274 |
+
"Dynamic pose showing preparation for impact: limbs extended, trajectory aligned, minimal distance remaining",
|
| 275 |
+
"Visible tension and directional momentum indicating contact is milliseconds away"
|
| 276 |
+
],
|
| 277 |
+
"enclosing": [
|
| 278 |
+
"An object fully surrounds another, forming a continuous boundary or barrier",
|
| 279 |
+
"Visual containment where one entity completely encloses the spatial volume of another",
|
| 280 |
+
"Subject forms a closed perimeter around the object, occluding its outer edges"
|
| 281 |
+
]
|
| 282 |
+
}
|
RAHP/descriptions/PSG/pred_obj/psg_pred_obj_desc_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83c0377c8d5bff8be3e4301137b18d0db7dfcd07c003b35b12fb31fe7723f4d2
|
| 3 |
+
size 15643854
|
RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_combined_results.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_0.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_1.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_2.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_3.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/pred_obj/psg_predicate_obj_descriptions_worker_4.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/pred_obj/psg_predicates_obj_descriptions.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/psg_SUB-pred-obj_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b6f78298a59337fa470955942333ce8408c8aa251536cd62a2698493a637aeb
|
| 3 |
+
size 7822557
|
RAHP/descriptions/PSG/psg_clip_triplet_des_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efdce291746c1638edc787c6bc3311c463d1010dd18877164fd7e68c6c698349
|
| 3 |
+
size 1048057201
|
RAHP/descriptions/PSG/psg_sub-pred-OBJ_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26ec06a4756b6c7f6e0820309a14e6b542b29e0ebc8742f6fbb65c83ffd05c38
|
| 3 |
+
size 7822557
|
RAHP/descriptions/PSG/sub_pred/psg_sub_pred_desc_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50b92ea577c308046e2a464272b6a74c7f1ce9d6fc369760cedfec9ae193f00c
|
| 3 |
+
size 15643854
|
RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_combined_results.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_0.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_1.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_2.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_3.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/sub_pred/psg_sub_predicate_descriptions_worker_4.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/PSG/sub_pred/psg_sub_predicates_descriptions.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAHP/descriptions/VG150/entity/vg150_entity_desc_emb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65b0da39060d95b03996db29608631816a996fdd88f44aead06066d011680e5d
|
| 3 |
+
size 351294
|
RAHP/descriptions/VG150/entity/vg150_entity_descriptions.json
ADDED
|
@@ -0,0 +1,752 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"airplane": [
|
| 3 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 4 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 5 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 6 |
+
],
|
| 7 |
+
"basket": [
|
| 8 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 9 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 10 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 11 |
+
],
|
| 12 |
+
"bike": [
|
| 13 |
+
"Displays textured surface with visible seams, zippers, or buckles for attachment points",
|
| 14 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 15 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 16 |
+
],
|
| 17 |
+
"boot": [
|
| 18 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 19 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 20 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 21 |
+
],
|
| 22 |
+
"branch": [
|
| 23 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 24 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 25 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 26 |
+
],
|
| 27 |
+
"car": [
|
| 28 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 29 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 30 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 31 |
+
],
|
| 32 |
+
"coat": [
|
| 33 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 34 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 35 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 36 |
+
],
|
| 37 |
+
"desk": [
|
| 38 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 39 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 40 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 41 |
+
],
|
| 42 |
+
"elephant": [
|
| 43 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 44 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 45 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 46 |
+
],
|
| 47 |
+
"finger": [
|
| 48 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 49 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 50 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 51 |
+
],
|
| 52 |
+
"fruit": [
|
| 53 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 54 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 55 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 56 |
+
],
|
| 57 |
+
"guy": [
|
| 58 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 59 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 60 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 61 |
+
],
|
| 62 |
+
"head": [
|
| 63 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 64 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth profile",
|
| 65 |
+
"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors"
|
| 66 |
+
],
|
| 67 |
+
"jacket": [
|
| 68 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 69 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 70 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 71 |
+
],
|
| 72 |
+
"lamp": [
|
| 73 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 74 |
+
"Rectangular or cylindrical rigid container with defined opening and closure mechanism",
|
| 75 |
+
"Functions as a portable enclosure that visually contains or shields other objects"
|
| 76 |
+
],
|
| 77 |
+
"light": [
|
| 78 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 79 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 80 |
+
"Functions as a portable enclosure that visually contains or carries other objects"
|
| 81 |
+
],
|
| 82 |
+
"mountain": [
|
| 83 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 84 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 85 |
+
"Visually functions as a portable enclosure that holds or carries other objects"
|
| 86 |
+
],
|
| 87 |
+
"orange": [
|
| 88 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 89 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 90 |
+
"Functions as a bounded volume that encloses or shields contents from view"
|
| 91 |
+
],
|
| 92 |
+
"person": [
|
| 93 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 94 |
+
"Has a compact, portable form with rounded contours and consistent height-to-width proportions",
|
| 95 |
+
"Functions as a movable container often positioned near or held by a person"
|
| 96 |
+
],
|
| 97 |
+
"plant": [
|
| 98 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 99 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 100 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 101 |
+
],
|
| 102 |
+
"pot": [
|
| 103 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 104 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 105 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 106 |
+
],
|
| 107 |
+
"room": [
|
| 108 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 109 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 110 |
+
"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects"
|
| 111 |
+
],
|
| 112 |
+
"shirt": [
|
| 113 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 114 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 115 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 116 |
+
],
|
| 117 |
+
"sink": [
|
| 118 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 119 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 120 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 121 |
+
],
|
| 122 |
+
"snow": [
|
| 123 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 124 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 125 |
+
"Functions as a movable container often positioned near or held by people, with openable front or top surfaces"
|
| 126 |
+
],
|
| 127 |
+
"table": [
|
| 128 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 129 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 130 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 131 |
+
],
|
| 132 |
+
"toilet": [
|
| 133 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 134 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 135 |
+
"Functions as a bounded volume that encloses or shields contents from view"
|
| 136 |
+
],
|
| 137 |
+
"tree": [
|
| 138 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 139 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 140 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 141 |
+
],
|
| 142 |
+
"vegetable": [
|
| 143 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 144 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 145 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 146 |
+
],
|
| 147 |
+
"windshield": [
|
| 148 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 149 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 150 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 151 |
+
],
|
| 152 |
+
"animal": [
|
| 153 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 154 |
+
"Has a compact, portable form with rounded contours and consistent height-to-width proportions",
|
| 155 |
+
"Functions as a movable container often positioned near or held by a person"
|
| 156 |
+
],
|
| 157 |
+
"beach": [
|
| 158 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 159 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 160 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 161 |
+
],
|
| 162 |
+
"bird": [
|
| 163 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 164 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 165 |
+
"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects"
|
| 166 |
+
],
|
| 167 |
+
"bottle": [
|
| 168 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 169 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 170 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 171 |
+
],
|
| 172 |
+
"building": [
|
| 173 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 174 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth",
|
| 175 |
+
"Functions as a bounded volume that visually contains or secures other objects within its interior space"
|
| 176 |
+
],
|
| 177 |
+
"cat": [
|
| 178 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 179 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 180 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 181 |
+
],
|
| 182 |
+
"counter": [
|
| 183 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 184 |
+
"Rectangular or cylindrical rigid container with defined opening and closure mechanism",
|
| 185 |
+
"Functions as a portable enclosure that visually contains or shields other objects"
|
| 186 |
+
],
|
| 187 |
+
"dog": [
|
| 188 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 189 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 190 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 191 |
+
],
|
| 192 |
+
"engine": [
|
| 193 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 194 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 195 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 196 |
+
],
|
| 197 |
+
"flag": [
|
| 198 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 199 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 200 |
+
"Functions as a portable enclosure that occupies space beneath or beside a carrier"
|
| 201 |
+
],
|
| 202 |
+
"giraffe": [
|
| 203 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 204 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 205 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 206 |
+
],
|
| 207 |
+
"hair": [
|
| 208 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 209 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 210 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 211 |
+
],
|
| 212 |
+
"helmet": [
|
| 213 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 214 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 215 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 216 |
+
],
|
| 217 |
+
"jean": [
|
| 218 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 219 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 220 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 221 |
+
],
|
| 222 |
+
"laptop": [
|
| 223 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 224 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 225 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 226 |
+
],
|
| 227 |
+
"logo": [
|
| 228 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 229 |
+
"Rectangular or cylindrical rigid container with defined opening and closure mechanism",
|
| 230 |
+
"Functions as a portable enclosure that visually contains or shields other objects"
|
| 231 |
+
],
|
| 232 |
+
"mouth": [
|
| 233 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 234 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 235 |
+
"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects"
|
| 236 |
+
],
|
| 237 |
+
"pant": [
|
| 238 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 239 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 240 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 241 |
+
],
|
| 242 |
+
"phone": [
|
| 243 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 244 |
+
"Has a compact, portable form with rounded contours and consistent height-to-width proportions",
|
| 245 |
+
"Functions as a movable container often positioned near or held by a person"
|
| 246 |
+
],
|
| 247 |
+
"plate": [
|
| 248 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 249 |
+
"Rectangular rigid enclosure with a hinged front or top opening surface",
|
| 250 |
+
"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects"
|
| 251 |
+
],
|
| 252 |
+
"racket": [
|
| 253 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 254 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 255 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 256 |
+
],
|
| 257 |
+
"screen": [
|
| 258 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 259 |
+
"Has a compact, portable form with rounded contours and a handle or strap attachment point",
|
| 260 |
+
"Functions as a movable container that rests on surfaces or hangs from shoulders or hands"
|
| 261 |
+
],
|
| 262 |
+
"shoe": [
|
| 263 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 264 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 265 |
+
"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects"
|
| 266 |
+
],
|
| 267 |
+
"skateboard": [
|
| 268 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 269 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 270 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 271 |
+
],
|
| 272 |
+
"sock": [
|
| 273 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 274 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 275 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 276 |
+
],
|
| 277 |
+
"tail": [
|
| 278 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 279 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 280 |
+
"Functions as a portable enclosure with interior volume, often carried or placed adjacent to users"
|
| 281 |
+
],
|
| 282 |
+
"towel": [
|
| 283 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 284 |
+
"Has a compact, portable form with rounded contours and consistent height-to-width proportions",
|
| 285 |
+
"Functions as a movable container often positioned near or carried by a person"
|
| 286 |
+
],
|
| 287 |
+
"truck": [
|
| 288 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 289 |
+
"Has a compact, portable form with rounded or angular contours fitting within human grasp",
|
| 290 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 291 |
+
],
|
| 292 |
+
"vehicle": [
|
| 293 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 294 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 295 |
+
"Functions as a bounded volume that encloses contents, often positioned adjacent to or within larger structures"
|
| 296 |
+
],
|
| 297 |
+
"wing": [
|
| 298 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 299 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 300 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 301 |
+
],
|
| 302 |
+
"arm": [
|
| 303 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 304 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 305 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 306 |
+
],
|
| 307 |
+
"bear": [
|
| 308 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 309 |
+
"Has a compact, portable silhouette with rounded contours and consistent height-to-width proportions",
|
| 310 |
+
"Functions as a wearable container positioned on the torso, often aligned with human upper body posture"
|
| 311 |
+
],
|
| 312 |
+
"board": [
|
| 313 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 314 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 315 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 316 |
+
],
|
| 317 |
+
"bowl": [
|
| 318 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 319 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 320 |
+
"Occupies floor or surface space as a portable storage unit with accessible interior volume"
|
| 321 |
+
],
|
| 322 |
+
"bus": [
|
| 323 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 324 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 325 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 326 |
+
],
|
| 327 |
+
"chair": [
|
| 328 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 329 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 330 |
+
"Functions as a portable container with an openable top surface and stable base for holding items"
|
| 331 |
+
],
|
| 332 |
+
"cow": [
|
| 333 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 334 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 335 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 336 |
+
],
|
| 337 |
+
"door": [
|
| 338 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 339 |
+
"Rectangular rigid enclosure with a hinged front or top opening panel",
|
| 340 |
+
"Functions as a secure containment volume, often positioned adjacent to or beneath other objects"
|
| 341 |
+
],
|
| 342 |
+
"eye": [
|
| 343 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 344 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 345 |
+
"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects"
|
| 346 |
+
],
|
| 347 |
+
"flower": [
|
| 348 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 349 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 350 |
+
"Functions as a bounded volume that encloses or shields contents from view"
|
| 351 |
+
],
|
| 352 |
+
"girl": [
|
| 353 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 354 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 355 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 356 |
+
],
|
| 357 |
+
"hand": [
|
| 358 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 359 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 360 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 361 |
+
],
|
| 362 |
+
"hill": [
|
| 363 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 364 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 365 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 366 |
+
],
|
| 367 |
+
"kid": [
|
| 368 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 369 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 370 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 371 |
+
],
|
| 372 |
+
"leaf": [
|
| 373 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 374 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth profile",
|
| 375 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 376 |
+
],
|
| 377 |
+
"man": [
|
| 378 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 379 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 380 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 381 |
+
],
|
| 382 |
+
"neck": [
|
| 383 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 384 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 385 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 386 |
+
],
|
| 387 |
+
"paper": [
|
| 388 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 389 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side walls",
|
| 390 |
+
"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume"
|
| 391 |
+
],
|
| 392 |
+
"pillow": [
|
| 393 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 394 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 395 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 396 |
+
],
|
| 397 |
+
"player": [
|
| 398 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 399 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 400 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 401 |
+
],
|
| 402 |
+
"railing": [
|
| 403 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 404 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 405 |
+
"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects"
|
| 406 |
+
],
|
| 407 |
+
"seat": [
|
| 408 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 409 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 410 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 411 |
+
],
|
| 412 |
+
"short": [
|
| 413 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 414 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 415 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 416 |
+
],
|
| 417 |
+
"ski": [
|
| 418 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 419 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 420 |
+
"Occupies floor or surface space as a portable storage unit with accessible interior volume"
|
| 421 |
+
],
|
| 422 |
+
"stand": [
|
| 423 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 424 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 425 |
+
"Functions as a portable container with openable front or top, often positioned near or held by a person"
|
| 426 |
+
],
|
| 427 |
+
"tie": [
|
| 428 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 429 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 430 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 431 |
+
],
|
| 432 |
+
"tower": [
|
| 433 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 434 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 435 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 436 |
+
],
|
| 437 |
+
"trunk": [
|
| 438 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 439 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 440 |
+
"Occupies enclosed volume, often placed on surfaces or carried by handles, enabling containment"
|
| 441 |
+
],
|
| 442 |
+
"wave": [
|
| 443 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 444 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 445 |
+
"Functions as a portable container with an openable top surface for holding or transporting items"
|
| 446 |
+
],
|
| 447 |
+
"wire": [
|
| 448 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 449 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 450 |
+
"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects"
|
| 451 |
+
],
|
| 452 |
+
"bag": [
|
| 453 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 454 |
+
"Has a compact, portable form with rounded contours and consistent height-to-width proportions",
|
| 455 |
+
"Functions as a movable container often positioned near or held by a person"
|
| 456 |
+
],
|
| 457 |
+
"bed": [
|
| 458 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 459 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 460 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 461 |
+
],
|
| 462 |
+
"boat": [
|
| 463 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 464 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 465 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by people"
|
| 466 |
+
],
|
| 467 |
+
"box": [
|
| 468 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 469 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 470 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 471 |
+
],
|
| 472 |
+
"cabinet": [
|
| 473 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 474 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 475 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 476 |
+
],
|
| 477 |
+
"child": [
|
| 478 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 479 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 480 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 481 |
+
],
|
| 482 |
+
"cup": [
|
| 483 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 484 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 485 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 486 |
+
],
|
| 487 |
+
"drawer": [
|
| 488 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 489 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 490 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 491 |
+
],
|
| 492 |
+
"face": [
|
| 493 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 494 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 495 |
+
"Functions as a portable container with openable front or top, often positioned near or held by a person"
|
| 496 |
+
],
|
| 497 |
+
"food": [
|
| 498 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 499 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 500 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 501 |
+
],
|
| 502 |
+
"glass": [
|
| 503 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 504 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 505 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 506 |
+
],
|
| 507 |
+
"handle": [
|
| 508 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 509 |
+
"Rectangular rigid enclosure with a hinged front or top opening surface",
|
| 510 |
+
"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects"
|
| 511 |
+
],
|
| 512 |
+
"horse": [
|
| 513 |
+
"Displays textured surface with visible seams, zippers, or buckles for attachment points",
|
| 514 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 515 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 516 |
+
],
|
| 517 |
+
"kite": [
|
| 518 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 519 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 520 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 521 |
+
],
|
| 522 |
+
"leg": [
|
| 523 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 524 |
+
"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling",
|
| 525 |
+
"Functions as a movable container often positioned near or held by people, with openable front or top surfaces"
|
| 526 |
+
],
|
| 527 |
+
"men": [
|
| 528 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 529 |
+
"Has a compact, portable form with rounded contours and a handle or shoulder strap attachment point",
|
| 530 |
+
"Functions as a movable container that rests on surfaces or hangs from shoulders, often positioned near people or luggage"
|
| 531 |
+
],
|
| 532 |
+
"nose": [
|
| 533 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 534 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 535 |
+
"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects"
|
| 536 |
+
],
|
| 537 |
+
"paw": [
|
| 538 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 539 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 540 |
+
"Functions as a bounded volume that encloses or shields contents from view"
|
| 541 |
+
],
|
| 542 |
+
"pizza": [
|
| 543 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 544 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 545 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 546 |
+
],
|
| 547 |
+
"pole": [
|
| 548 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 549 |
+
"Has a compact, portable form with rounded or angular contours fitting within human grasp",
|
| 550 |
+
"Occupies personal space as a handheld or wearable item, often positioned near torso or limbs"
|
| 551 |
+
],
|
| 552 |
+
"rock": [
|
| 553 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 554 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 555 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 556 |
+
],
|
| 557 |
+
"sheep": [
|
| 558 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 559 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 560 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 561 |
+
],
|
| 562 |
+
"sidewalk": [
|
| 563 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 564 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 565 |
+
"Occupies floor or surface space as a portable storage unit with accessible interior volume"
|
| 566 |
+
],
|
| 567 |
+
"skier": [
|
| 568 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 569 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 570 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 571 |
+
],
|
| 572 |
+
"street": [
|
| 573 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 574 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 575 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 576 |
+
],
|
| 577 |
+
"tile": [
|
| 578 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 579 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 580 |
+
"Occupies floor or shelf space as a stable, upright volume for holding other objects"
|
| 581 |
+
],
|
| 582 |
+
"track": [
|
| 583 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 584 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 585 |
+
"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles"
|
| 586 |
+
],
|
| 587 |
+
"umbrella": [
|
| 588 |
+
"Displays textured surface with visible seams, zippers, or buckles for attachment points",
|
| 589 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 590 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 591 |
+
],
|
| 592 |
+
"wheel": [
|
| 593 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 594 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 595 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 596 |
+
],
|
| 597 |
+
"woman": [
|
| 598 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 599 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 600 |
+
"Functions as a bounded volume that visually contains or shields internal contents"
|
| 601 |
+
],
|
| 602 |
+
"banana": [
|
| 603 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 604 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 605 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 606 |
+
],
|
| 607 |
+
"bench": [
|
| 608 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 609 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 610 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 611 |
+
],
|
| 612 |
+
"book": [
|
| 613 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 614 |
+
"Has a compact, portable form with rounded or angular contours and consistent scale relative to human hands",
|
| 615 |
+
"Occupies handheld space and often appears in proximity to bodies, bags, or entry points as a carried or accessed item"
|
| 616 |
+
],
|
| 617 |
+
"boy": [
|
| 618 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 619 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 620 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 621 |
+
],
|
| 622 |
+
"cap": [
|
| 623 |
+
"Displays textured surface, visible seams, and functional openings like zippers or buttons",
|
| 624 |
+
"Rectangular or cylindrical rigid container with defined top, bottom, and side boundaries",
|
| 625 |
+
"Occupies enclosed volume, often placed on surfaces or carried by hands, supporting containment"
|
| 626 |
+
],
|
| 627 |
+
"clock": [
|
| 628 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 629 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 630 |
+
"Functions as a portable container with openable front or top, often positioned near or held by a person"
|
| 631 |
+
],
|
| 632 |
+
"curtain": [
|
| 633 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 634 |
+
"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions",
|
| 635 |
+
"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands"
|
| 636 |
+
],
|
| 637 |
+
"ear": [
|
| 638 |
+
"Displays textured surface with visible seams, zippers, or buckles for attachment points",
|
| 639 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 640 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 641 |
+
],
|
| 642 |
+
"fence": [
|
| 643 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 644 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth",
|
| 645 |
+
"Functions as a bounded volume that visually contains or secures other objects within its interior space"
|
| 646 |
+
],
|
| 647 |
+
"fork": [
|
| 648 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps",
|
| 649 |
+
"Rectangular or cylindrical rigid container with defined opening and handle attachments",
|
| 650 |
+
"Functions as a portable enclosure that occupies space beneath or beside a carrier"
|
| 651 |
+
],
|
| 652 |
+
"glove": [
|
| 653 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 654 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 655 |
+
"Functions as a bounded volume that encloses or shields contents from view or access"
|
| 656 |
+
],
|
| 657 |
+
"hat": [
|
| 658 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 659 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 660 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 661 |
+
],
|
| 662 |
+
"house": [
|
| 663 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 664 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 665 |
+
"Functions as a portable enclosure that visually contains or shields other objects within its volume"
|
| 666 |
+
],
|
| 667 |
+
"lady": [
|
| 668 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 669 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 670 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 671 |
+
],
|
| 672 |
+
"letter": [
|
| 673 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 674 |
+
"Rectangular rigid enclosure with a flat front surface and uniform depth profile",
|
| 675 |
+
"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects"
|
| 676 |
+
],
|
| 677 |
+
"motorcycle": [
|
| 678 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 679 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 680 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 681 |
+
],
|
| 682 |
+
"number": [
|
| 683 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 684 |
+
"Rectangular or cylindrical rigid form with defined top, bottom, and side boundaries",
|
| 685 |
+
"Functions as a portable container with an openable top surface and interior volume visible when unsealed"
|
| 686 |
+
],
|
| 687 |
+
"people": [
|
| 688 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 689 |
+
"Rectangular rigid enclosure with a flat front surface and defined edges",
|
| 690 |
+
"Functions as a bounded volume that encloses or shields contents from view"
|
| 691 |
+
],
|
| 692 |
+
"plane": [
|
| 693 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 694 |
+
"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes",
|
| 695 |
+
"Occupies floor or hand-held space, often positioned adjacent to or beneath other objects for transport or storage"
|
| 696 |
+
],
|
| 697 |
+
"post": [
|
| 698 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 699 |
+
"Has a compact, portable form with rounded or angular contours fitting within human hand reach",
|
| 700 |
+
"Functions as a movable container with an openable top or front, often positioned near users or other objects"
|
| 701 |
+
],
|
| 702 |
+
"roof": [
|
| 703 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 704 |
+
"Rectangular rigid enclosure with a flat front surface and defined depth",
|
| 705 |
+
"Functions as a bounded volume that visually contains or secures other objects within its interior space"
|
| 706 |
+
],
|
| 707 |
+
"shelf": [
|
| 708 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 709 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 710 |
+
"Occupies floor or surface space as a portable storage unit with accessible interior volume"
|
| 711 |
+
],
|
| 712 |
+
"sign": [
|
| 713 |
+
"Displays textured surface with visible seams, zippers, or buckles for attachment points",
|
| 714 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 715 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 716 |
+
],
|
| 717 |
+
"sneaker": [
|
| 718 |
+
"Displays textured surface with visible seams, zippers, or buckles for attachment points",
|
| 719 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 720 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 721 |
+
],
|
| 722 |
+
"surfboard": [
|
| 723 |
+
"Displays textured surface with visible seams, zippers, or straps for attachment points",
|
| 724 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base",
|
| 725 |
+
"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top"
|
| 726 |
+
],
|
| 727 |
+
"tire": [
|
| 728 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 729 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 730 |
+
"Functions as a bounded volume that visually contains or secures other objects inside"
|
| 731 |
+
],
|
| 732 |
+
"train": [
|
| 733 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 734 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 735 |
+
"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport"
|
| 736 |
+
],
|
| 737 |
+
"vase": [
|
| 738 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points",
|
| 739 |
+
"Has a compact, portable form with rounded contours and a handle or strap attachment point",
|
| 740 |
+
"Functions as a movable container with an openable top or front, often positioned near or held by a person"
|
| 741 |
+
],
|
| 742 |
+
"window": [
|
| 743 |
+
"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points",
|
| 744 |
+
"Rectangular or cylindrical rigid container with defined opening and closed base silhouette",
|
| 745 |
+
"Occupies floor or shelf space as a portable storage unit with accessible interior volume"
|
| 746 |
+
],
|
| 747 |
+
"zebra": [
|
| 748 |
+
"Displays characteristic handles, hinges, and locking mechanisms on its perimeter",
|
| 749 |
+
"Rectangular or square rigid enclosure with a flat front surface and defined edges",
|
| 750 |
+
"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects"
|
| 751 |
+
]
|
| 752 |
+
}
|
RAHP/descriptions/VG150/entity/vg150_entity_descriptions_combined_results.json
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"airplane": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 3 |
+
"basket": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 4 |
+
"bike": "[\n\"Displays textured surface with visible seams, zippers, or buckles for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 5 |
+
"boot": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]",
|
| 6 |
+
"branch": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 7 |
+
"car": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 8 |
+
"coat": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 9 |
+
"desk": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 10 |
+
"elephant": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 11 |
+
"finger": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 12 |
+
"fruit": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 13 |
+
"guy": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 14 |
+
"head": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]",
|
| 15 |
+
"jacket": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 16 |
+
"lamp": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]",
|
| 17 |
+
"light": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects\"\n]",
|
| 18 |
+
"mountain": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Visually functions as a portable enclosure that holds or carries other objects\"\n]",
|
| 19 |
+
"orange": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses or shields contents from view\"\n]",
|
| 20 |
+
"person": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and consistent height-to-width proportions\",\n\"Functions as a movable container often positioned near or held by a person\"",
|
| 21 |
+
"plant": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 22 |
+
"pot": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 23 |
+
"room": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects\"\n]",
|
| 24 |
+
"shirt": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 25 |
+
"sink": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 26 |
+
"snow": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container often positioned near or held by people, with openable front or top surfaces\"\n]",
|
| 27 |
+
"table": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 28 |
+
"toilet": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses or shields contents from view\"\n]",
|
| 29 |
+
"tree": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 30 |
+
"vegetable": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 31 |
+
"windshield": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]",
|
| 32 |
+
"animal": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and consistent height-to-width proportions\",\n\"Functions as a movable container often positioned near or held by a person\"",
|
| 33 |
+
"beach": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 34 |
+
"bird": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects\"\n]",
|
| 35 |
+
"bottle": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 36 |
+
"building": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth\",\n\"Functions as a bounded volume that visually contains or secures other objects within its interior space\"\n]",
|
| 37 |
+
"cat": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 38 |
+
"counter": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]",
|
| 39 |
+
"dog": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 40 |
+
"engine": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 41 |
+
"flag": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that occupies space beneath or beside a carrier\"\n]",
|
| 42 |
+
"giraffe": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 43 |
+
"hair": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 44 |
+
"helmet": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 45 |
+
"jean": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 46 |
+
"laptop": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 47 |
+
"logo": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]",
|
| 48 |
+
"mouth": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects\"\n]",
|
| 49 |
+
"pant": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 50 |
+
"phone": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and consistent height-to-width proportions\",\n\"Functions as a movable container often positioned near or held by a person\"",
|
| 51 |
+
"plate": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening surface\",\n\"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects\"\n]",
|
| 52 |
+
"racket": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 53 |
+
"screen": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and a handle or strap attachment point\",\n\"Functions as a movable container that rests on surfaces or hangs from shoulders or hands\"\n]",
|
| 54 |
+
"shoe": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects\"\n]",
|
| 55 |
+
"skateboard": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 56 |
+
"sock": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 57 |
+
"tail": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure with interior volume, often carried or placed adjacent to users\"\n]",
|
| 58 |
+
"towel": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and consistent height-to-width proportions\",\n\"Functions as a movable container often positioned near or carried by a person\"",
|
| 59 |
+
"truck": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human grasp\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 60 |
+
"vehicle": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses contents, often positioned adjacent to or within larger structures\"\n]",
|
| 61 |
+
"wing": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 62 |
+
"banana": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 63 |
+
"bench": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 64 |
+
"book": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Has a compact, portable form with rounded or angular contours and consistent scale relative to human hands\",\n\"Occupies handheld space and often appears in proximity to bodies, bags, or entry points as a carried or accessed item\"\n]",
|
| 65 |
+
"boy": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 66 |
+
"cap": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side boundaries\",\n\"Occupies enclosed volume, often placed on surfaces or carried by hands, supporting containment\"",
|
| 67 |
+
"clock": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often positioned near or held by a person\"\n]",
|
| 68 |
+
"curtain": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 69 |
+
"ear": "[\n\"Displays textured surface with visible seams, zippers, or buckles for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 70 |
+
"fence": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth\",\n\"Functions as a bounded volume that visually contains or secures other objects within its interior space\"\n]",
|
| 71 |
+
"fork": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that occupies space beneath or beside a carrier\"\n]",
|
| 72 |
+
"glove": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that encloses or shields contents from view or access\"\n]",
|
| 73 |
+
"hat": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 74 |
+
"house": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Functions as a portable enclosure that visually contains or shields other objects within its volume\"\n]",
|
| 75 |
+
"lady": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 76 |
+
"letter": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects\"\n]",
|
| 77 |
+
"motorcycle": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 78 |
+
"number": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid form with defined top, bottom, and side boundaries\",\n\"Functions as a portable container with an openable top surface and interior volume visible when unsealed\"\n]",
|
| 79 |
+
"people": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses or shields contents from view\"\n]",
|
| 80 |
+
"plane": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Occupies floor or hand-held space, often positioned adjacent to or beneath other objects for transport or storage\"\n]",
|
| 81 |
+
"post": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 82 |
+
"roof": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth\",\n\"Functions as a bounded volume that visually contains or secures other objects within its interior space\"\n]",
|
| 83 |
+
"shelf": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or surface space as a portable storage unit with accessible interior volume\"\n]",
|
| 84 |
+
"sign": "[\n\"Displays textured surface with visible seams, zippers, or buckles for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 85 |
+
"sneaker": "[\n\"Displays textured surface with visible seams, zippers, or buckles for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 86 |
+
"surfboard": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 87 |
+
"tire": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 88 |
+
"train": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]",
|
| 89 |
+
"vase": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and a handle or strap attachment point\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by a person\"\n]",
|
| 90 |
+
"window": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 91 |
+
"zebra": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 92 |
+
"arm": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 93 |
+
"bear": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded contours and consistent height-to-width proportions\",\n\"Functions as a wearable container positioned on the torso, often aligned with human upper body posture\"\n]",
|
| 94 |
+
"board": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 95 |
+
"bowl": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or surface space as a portable storage unit with accessible interior volume\"\n]",
|
| 96 |
+
"bus": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 97 |
+
"chair": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with an openable top surface and stable base for holding items\"\n]",
|
| 98 |
+
"cow": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 99 |
+
"door": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening panel\",\n\"Functions as a secure containment volume, often positioned adjacent to or beneath other objects\"\n]",
|
| 100 |
+
"eye": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects\"\n]",
|
| 101 |
+
"flower": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses or shields contents from view\"\n]",
|
| 102 |
+
"girl": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 103 |
+
"hand": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 104 |
+
"hill": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 105 |
+
"kid": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 106 |
+
"leaf": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 107 |
+
"man": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 108 |
+
"neck": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 109 |
+
"paper": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Occupies floor or surface space as a stable, upright storage unit with accessible interior volume\"\n]",
|
| 110 |
+
"pillow": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 111 |
+
"player": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 112 |
+
"railing": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects\"\n]",
|
| 113 |
+
"seat": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 114 |
+
"short": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 115 |
+
"ski": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or surface space as a portable storage unit with accessible interior volume\"\n]",
|
| 116 |
+
"stand": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often positioned near or held by a person\"\n]",
|
| 117 |
+
"tie": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 118 |
+
"tower": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]",
|
| 119 |
+
"trunk": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies enclosed volume, often placed on surfaces or carried by handles, enabling containment\"",
|
| 120 |
+
"wave": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with an openable top surface for holding or transporting items\"\n]",
|
| 121 |
+
"wire": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for containment, typically positioned adjacent to or beneath other objects\"\n]",
|
| 122 |
+
"bag": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and consistent height-to-width proportions\",\n\"Functions as a movable container often positioned near or held by a person\"",
|
| 123 |
+
"bed": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 124 |
+
"boat": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container with an openable top or front, often positioned near or held by people\"\n]",
|
| 125 |
+
"box": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 126 |
+
"cabinet": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human hand reach\",\n\"Functions as a movable container with an openable top or front, often positioned near users or other objects\"\n]",
|
| 127 |
+
"child": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 128 |
+
"cup": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 129 |
+
"drawer": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 130 |
+
"face": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often positioned near or held by a person\"\n]",
|
| 131 |
+
"food": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 132 |
+
"glass": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 133 |
+
"handle": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a hinged front or top opening surface\",\n\"Functions as a bounded volume for containment, often positioned adjacent to or beneath other objects\"\n]",
|
| 134 |
+
"horse": "[\n\"Displays textured surface with visible seams, zippers, or buckles for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 135 |
+
"kite": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 136 |
+
"leg": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container often positioned near or held by people, with openable front or top surfaces\"\n]",
|
| 137 |
+
"men": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and a handle or shoulder strap attachment point\",\n\"Functions as a movable container that rests on surfaces or hangs from shoulders, often positioned near people or luggage\"",
|
| 138 |
+
"nose": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]",
|
| 139 |
+
"paw": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses or shields contents from view\"\n]",
|
| 140 |
+
"pizza": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 141 |
+
"pole": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded or angular contours fitting within human grasp\",\n\"Occupies personal space as a handheld or wearable item, often positioned near torso or limbs\"\n]",
|
| 142 |
+
"rock": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 143 |
+
"sheep": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]",
|
| 144 |
+
"sidewalk": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or surface space as a portable storage unit with accessible interior volume\"\n]",
|
| 145 |
+
"skier": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]",
|
| 146 |
+
"street": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]",
|
| 147 |
+
"tile": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]",
|
| 148 |
+
"track": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]",
|
| 149 |
+
"umbrella": "[\n\"Displays textured surface with visible seams, zippers, or buckles for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]",
|
| 150 |
+
"wheel": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]",
|
| 151 |
+
"woman": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]"
|
| 152 |
+
}
|
RAHP/descriptions/VG150/entity/vg150_entity_descriptions_worker_0.jsonl
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"object": "airplane", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:47:16"}
|
| 2 |
+
{"object": "basket", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid enclosure with defined top, bottom, and side planes\",\n\"Functions as a portable container with openable front or top, often placed on floors, tables, or carried by handles\"\n]", "generated_at": "2026-03-22 15:47:19"}
|
| 3 |
+
{"object": "bike", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or buckles for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]", "generated_at": "2026-03-22 15:47:20"}
|
| 4 |
+
{"object": "boot", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]", "generated_at": "2026-03-22 15:47:22"}
|
| 5 |
+
{"object": "branch", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume for storage, typically positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:47:24"}
|
| 6 |
+
{"object": "car", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:47:26"}
|
| 7 |
+
{"object": "coat", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies enclosed volume, often positioned adjacent to or beneath other objects for storage or transport\"\n]", "generated_at": "2026-03-22 15:47:28"}
|
| 8 |
+
{"object": "desk", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:47:30"}
|
| 9 |
+
{"object": "elephant", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:47:31"}
|
| 10 |
+
{"object": "finger", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor- or hand-level space, often holding or supporting other objects inside or on top\"\n]", "generated_at": "2026-03-22 15:47:33"}
|
| 11 |
+
{"object": "fruit", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:47:35"}
|
| 12 |
+
{"object": "guy", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:47:37"}
|
| 13 |
+
{"object": "head", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined depth profile\",\n\"Functions as a bounded volume for storing or concealing items, often positioned against walls or on floors\"\n]", "generated_at": "2026-03-22 15:47:39"}
|
| 14 |
+
{"object": "jacket", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Occupies floor or shelf space as a stable, upright volume for holding other objects\"\n]", "generated_at": "2026-03-22 15:47:41"}
|
| 15 |
+
{"object": "lamp", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and closure mechanism\",\n\"Functions as a portable enclosure that visually contains or shields other objects\"\n]", "generated_at": "2026-03-22 15:47:43"}
|
| 16 |
+
{"object": "light", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps\",\n\"Rectangular or cylindrical rigid container with defined opening and handle attachments\",\n\"Functions as a portable enclosure that visually contains or carries other objects\"\n]", "generated_at": "2026-03-22 15:47:44"}
|
| 17 |
+
{"object": "mountain", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base\",\n\"Visually functions as a portable enclosure that holds or carries other objects\"\n]", "generated_at": "2026-03-22 15:47:46"}
|
| 18 |
+
{"object": "orange", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses or shields contents from view\"\n]", "generated_at": "2026-03-22 15:47:48"}
|
| 19 |
+
{"object": "person", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable form with rounded contours and consistent height-to-width proportions\",\n\"Functions as a movable container often positioned near or held by a person\"", "generated_at": "2026-03-22 15:47:50"}
|
| 20 |
+
{"object": "plant", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:47:51"}
|
| 21 |
+
{"object": "pot", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:47:53"}
|
| 22 |
+
{"object": "room", "obj_text": "[\n\"Displays textured surface, visible seams, and functional openings like zippers or buttons\",\n\"Rectangular or cylindrical rigid container with defined top, bottom, and side walls\",\n\"Provides enclosed volume for holding items, often positioned adjacent to or beneath other objects\"\n]", "generated_at": "2026-03-22 15:47:55"}
|
| 23 |
+
{"object": "shirt", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:47:57"}
|
| 24 |
+
{"object": "sink", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded container with an opening face, often positioned adjacent to or enclosing other objects\"\n]", "generated_at": "2026-03-22 15:47:59"}
|
| 25 |
+
{"object": "snow", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Has a compact, portable silhouette with rounded or angular contours fitting human-scale handling\",\n\"Functions as a movable container often positioned near or held by people, with openable front or top surfaces\"\n]", "generated_at": "2026-03-22 15:48:01"}
|
| 26 |
+
{"object": "table", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps at key contact points\",\n\"Rectangular or cylindrical rigid container with defined opening and handle-like protrusions\",\n\"Functions as a portable enclosure that visually contains items and rests on surfaces or is carried by hands\"\n]", "generated_at": "2026-03-22 15:48:03"}
|
| 27 |
+
{"object": "toilet", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that encloses or shields contents from view\"\n]", "generated_at": "2026-03-22 15:48:05"}
|
| 28 |
+
{"object": "tree", "obj_text": "[\n\"Displays textured surface with visible seams, zippers, or adjustable straps for attachment points\",\n\"Rectangular or cylindrical rigid container with defined opening and closed base silhouette\",\n\"Occupies floor or shelf space as a portable storage unit with accessible interior volume\"\n]", "generated_at": "2026-03-22 15:48:07"}
|
| 29 |
+
{"object": "vegetable", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular or square rigid enclosure with a flat front surface and defined edges\",\n\"Functions as a bounded volume that visually contains or secures other objects inside\"\n]", "generated_at": "2026-03-22 15:48:09"}
|
| 30 |
+
{"object": "windshield", "obj_text": "[\n\"Displays characteristic handles, hinges, and locking mechanisms on its perimeter\",\n\"Rectangular rigid enclosure with a flat front surface and uniform depth profile\",\n\"Functions as a bounded volume that visually contains or shields internal contents\"\n]", "generated_at": "2026-03-22 15:48:10"}
|