-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobject_part_knowledge.json
More file actions
94 lines (94 loc) · 4.52 KB
/
Copy pathobject_part_knowledge.json
File metadata and controls
94 lines (94 loc) · 4.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"ram_add_obj": ["door", "window", "drawer", "closet", "chest", "cabinet", "dresser", "radiator", "light", "wardrobe", "faucet", "trashcan", "platter",
"jar", "spoon", "knife", "banana", "carrot", "potato"
],
"ram_remove_keyword" : ["appliance", "room", "house", "home", "wooden", "wood", "grass", "floor", "person", "magnet",
"pepper"
],
"ram_remove": [
"corner", "indoor", "area", "interior", "space", "poster",
"lobby", "kitchen", "office", "building", "doorway", "apartment", "hallway", "aquarium", "dormitory", "bedroom", "bathroom", "livingroom",
"blue", "green", "red", "yellow", "white", "black", "brown", "pink", "purple", "orange", "gray", "grey", "silver", "gold",
"shadow", "shade", "stall", "image", "city", "skylight", "bureau",
"modern", "salon", "tile","wall paper", "wallpaper", "polka dot",
"mattress", "plain", "sheet", "subway", "sun",
"screen door", "hard", "ceiling", "close-up", "basement", "cement", "molding", "socket",
"hardwood", "carpet", "rug", "heater", "concrete", "corridor",
"kitchenette", "furniture", "hassock", "armchair"
],
"small_object": ["remote_control", "electric_outlet", "wall_plug", "wire", "switch_panel"],
"ram_add_part": {
"door": ["handle", "knob"],
"window": ["handle"],
"drawer": ["handle", "knob"],
"chest": ["lid", "hole", "handle"],
"cabinet": ["handle", "knob"],
"dresser": ["handle", "knob"],
"radiator": ["body", "valve"],
"trashcan": ["lid", "body", "liner"],
"blender": ["button", "dial", "lid", "spout", "handle"],
"pot": ["lid", "handle", "body"],
"kettle": ["lid", "handle", "spout", "body"],
"handbag": ["strap", "handle", "pocket", "zipper"],
"basket": ["body", "handle", "lid"],
"bottle": ["lid", "spout", "body"],
"bowl": ["rim", "body"],
"can": ["lid", "body"],
"cellular_telephone": ["screen", "button"],
"glass_(drink_container)": ["rim", "body"],
"jar": ["lid", "body"],
"knife": ["blade", "handle"],
"spoon": ["bowl", "handle"],
"fork": ["tines", "handle"],
"cup": ["handle", "rim", "body"],
"vase": ["rim", "body"],
"drill": ["trigger", "handle", "bit"],
"earphone": ["earbud", "wire", "headband"],
"hammer": ["head", "handle"],
"hat": ["visor", "crown"],
"scissors": ["blade", "handle"],
"remote_control": ["button", "body"],
"recliner": ["seat", "armrest", "footrest", "lever"],
"chair": ["leg", "backrest", "seat", "armrest", "wheel"],
"bench": ["leg", "backrest", "seat", "armrest"],
"stool": ["leg", "seat"],
"table": ["leg", "top"],
"lamp": ["body", "shade", "head", "switch", "bulb", "button", "plug"],
"closet": ["knob", "handle"],
"laptop": ["keyboard", "touchpad", "button"],
"computer" : ["keyboard", "mouse_(computer_equipment),", "button"],
"microwave": ["handle", "keypad", "button", "dial"],
"oven": ["handle", "dial", "knob", "button"],
"stove": ["dial", "button", "burner"],
"refrigerator": ["door", "handle"],
"toaster": ["lever", "slot"],
"tv": ["monitor", "screen", "button"],
"fan": ["blade", "base"],
"air_conditioner": ["button"],
"printer": ["tray", "panel", "button"],
"telephone": ["receiver", "button", "keypad"],
"picture": ["frame"],
"sofa": ["seat", "backrest", "armrest"],
"toilet": ["tank", "bowl", "seat", "lid", "button", "lever"],
"sink": ["basin", "faucet", "drain"],
"bathtub": ["faucet", "basin"],
"shower": ["head", "lever", "lever"],
"curtain": ["rod", "hook"],
"backpack": ["strap", "handle", "pocket", "zipper"],
"faucet": ["lever", "spout"],
"desk": ["leg", "top" ],
"soap": ["bottle", "pump", "spout"],
"toothbrush": ["bristles", "handle"],
"charger": ["plug", "cable", "adapter"],
"broom": ["bristles", "handle"],
"detergent": ["bottle", "pump", "spout"],
"dish_brush": ["head", "handle"],
"dish_washer": ["door", "button", "handle", "dial"],
"dustpan": ["handle", "head"],
"rice_cooker": ["lid", "button", "handle"],
"mop": ["head", "handle"],
"wardrobe": ["knob", "handle"],
"coffee_machine": ["button", "plug"],
"washing_machine": ["door", "button", "handle", "dial"]
}
}