minghua commited on
Commit
725dc2f
1 Parent(s): 9d25d83

Upload PartNetE_meta.json

Browse files
Files changed (1) hide show
  1. PartNetE_meta.json +195 -0
PartNetE_meta.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Bottle": [
3
+ "lid"
4
+ ],
5
+ "Box": [
6
+ "lid"
7
+ ],
8
+ "Bucket": [
9
+ "handle"
10
+ ],
11
+ "Camera": [
12
+ "button",
13
+ "lens"
14
+ ],
15
+ "Cart": [
16
+ "wheel"
17
+ ],
18
+ "Chair": [
19
+ "arm",
20
+ "back",
21
+ "leg",
22
+ "seat",
23
+ "wheel"
24
+ ],
25
+ "Clock": [
26
+ "hand"
27
+ ],
28
+ "CoffeeMachine": [
29
+ "button",
30
+ "container",
31
+ "knob",
32
+ "lid"
33
+ ],
34
+ "Dishwasher": [
35
+ "door",
36
+ "handle"
37
+ ],
38
+ "Dispenser": [
39
+ "head",
40
+ "lid"
41
+ ],
42
+ "Display": [
43
+ "base",
44
+ "screen",
45
+ "support"
46
+ ],
47
+ "Door": [
48
+ "frame",
49
+ "door",
50
+ "handle"
51
+ ],
52
+ "Eyeglasses": [
53
+ "body",
54
+ "leg"
55
+ ],
56
+ "Faucet": [
57
+ "spout",
58
+ "switch"
59
+ ],
60
+ "FoldingChair": [
61
+ "seat"
62
+ ],
63
+ "Globe": [
64
+ "sphere"
65
+ ],
66
+ "Kettle": [
67
+ "lid",
68
+ "handle",
69
+ "spout"
70
+ ],
71
+ "Keyboard": [
72
+ "cord",
73
+ "key"
74
+ ],
75
+ "KitchenPot": [
76
+ "lid",
77
+ "handle"
78
+ ],
79
+ "Knife": [
80
+ "blade"
81
+ ],
82
+ "Lamp": [
83
+ "base",
84
+ "body",
85
+ "bulb",
86
+ "shade"
87
+ ],
88
+ "Laptop": [
89
+ "keyboard",
90
+ "screen",
91
+ "shaft",
92
+ "touchpad",
93
+ "camera"
94
+ ],
95
+ "Lighter": [
96
+ "lid",
97
+ "wheel",
98
+ "button"
99
+ ],
100
+ "Microwave": [
101
+ "display",
102
+ "door",
103
+ "handle",
104
+ "button"
105
+ ],
106
+ "Mouse": [
107
+ "button",
108
+ "cord",
109
+ "wheel"
110
+ ],
111
+ "Oven": [
112
+ "door",
113
+ "knob"
114
+ ],
115
+ "Pen": [
116
+ "cap",
117
+ "button"
118
+ ],
119
+ "Phone": [
120
+ "lid",
121
+ "button"
122
+ ],
123
+ "Pliers": [
124
+ "leg"
125
+ ],
126
+ "Printer": [
127
+ "button"
128
+ ],
129
+ "Refrigerator": [
130
+ "door",
131
+ "handle"
132
+ ],
133
+ "Remote": [
134
+ "button"
135
+ ],
136
+ "Safe": [
137
+ "door",
138
+ "switch",
139
+ "button"
140
+ ],
141
+ "Scissors": [
142
+ "blade",
143
+ "handle",
144
+ "screw"
145
+ ],
146
+ "Stapler": [
147
+ "body",
148
+ "lid"
149
+ ],
150
+ "StorageFurniture": [
151
+ "door",
152
+ "drawer",
153
+ "handle"
154
+ ],
155
+ "Suitcase": [
156
+ "handle",
157
+ "wheel"
158
+ ],
159
+ "Switch": [
160
+ "switch"
161
+ ],
162
+ "Table": [
163
+ "door",
164
+ "drawer",
165
+ "leg",
166
+ "tabletop",
167
+ "wheel",
168
+ "handle"
169
+ ],
170
+ "Toaster": [
171
+ "button",
172
+ "slider"
173
+ ],
174
+ "Toilet": [
175
+ "lid",
176
+ "seat",
177
+ "button"
178
+ ],
179
+ "TrashCan": [
180
+ "footpedal",
181
+ "lid",
182
+ "door"
183
+ ],
184
+ "USB": [
185
+ "cap",
186
+ "rotation"
187
+ ],
188
+ "WashingMachine": [
189
+ "door",
190
+ "button"
191
+ ],
192
+ "Window": [
193
+ "window"
194
+ ]
195
+ }