xinjjj commited on
Commit
f381b08
·
verified ·
1 Parent(s): 500df83

Add asset kitchen_supplies/storage/320542dd69b3510da19f71b6616f7d81

Browse files
.gitattributes CHANGED
@@ -7096,3 +7096,4 @@ dataset/kitchen_supplies/storage/2d1ae246c61d56b099f426b1fb3f142e/affordance/mes
7096
  dataset/kitchen_supplies/storage/2e628a32ac405a1bb0eadbe36c065229/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
7097
  dataset/kitchen_supplies/storage/2f139ad613ce5243b2cf4770929d0e99/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
7098
  dataset/kitchen_supplies/storage/3091b381a93457adbbc517bbb9d260d4/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
 
 
7096
  dataset/kitchen_supplies/storage/2e628a32ac405a1bb0eadbe36c065229/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
7097
  dataset/kitchen_supplies/storage/2f139ad613ce5243b2cf4770929d0e99/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
7098
  dataset/kitchen_supplies/storage/3091b381a93457adbbc517bbb9d260d4/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
7099
+ dataset/kitchen_supplies/storage/320542dd69b3510da19f71b6616f7d81/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/kitchen_supplies/storage/320542dd69b3510da19f71b6616f7d81/affordance/affordance_annot.json ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "top panel",
5
+ "mask_color": "Blue",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp the top edges to lift or reposition the nightstand",
10
+ "confidence": 0.78
11
+ },
12
+ {
13
+ "scenario": "hold the top panel to stabilize the cabinet while opening a drawer",
14
+ "confidence": 0.73
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "provide a flat top surface",
19
+ "support items placed above",
20
+ "cover the cabinet body",
21
+ "add structural rigidity"
22
+ ],
23
+ "semantic_description": "Large light beige to taupe wooden top with a matte smooth finish, subtle visible wood grain, and a flat rectangular shape covering the cabinet.",
24
+ "id": 2,
25
+ "grasp_group": {}
26
+ },
27
+ {
28
+ "part_name": "upper drawer front",
29
+ "mask_color": "Pink",
30
+ "graspable": true,
31
+ "grasp_scenarios": [
32
+ {
33
+ "scenario": "grasp or pinch the upper drawer knob/front to pull the drawer open",
34
+ "confidence": 0.66
35
+ },
36
+ {
37
+ "scenario": "push on the upper drawer front to close the drawer",
38
+ "confidence": 0.82
39
+ }
40
+ ],
41
+ "functional_labels": [
42
+ "close the upper drawer opening",
43
+ "provide the visible front face of the upper drawer",
44
+ "protect stored items",
45
+ "transmit pulling and pushing force to the drawer"
46
+ ],
47
+ "semantic_description": "Small light wood drawer face with a matte smooth finish, visible horizontal grain, and a rectangular shape at the upper front of the nightstand.",
48
+ "id": 8,
49
+ "grasp_group": {}
50
+ },
51
+ {
52
+ "part_name": "lower drawer front",
53
+ "mask_color": "Red",
54
+ "graspable": true,
55
+ "grasp_scenarios": [
56
+ {
57
+ "scenario": "grasp the lower drawer knob/front to pull the larger drawer open",
58
+ "confidence": 0.74
59
+ },
60
+ {
61
+ "scenario": "push on the lower drawer front to close the drawer",
62
+ "confidence": 0.85
63
+ }
64
+ ],
65
+ "functional_labels": [
66
+ "close the lower drawer opening",
67
+ "provide the visible front face of the lower drawer",
68
+ "protect stored items",
69
+ "transmit pulling and pushing force to the drawer"
70
+ ],
71
+ "semantic_description": "Larger light wood drawer face with a matte smooth finish, visible grain, and a rectangular shape across the lower front of the cabinet.",
72
+ "id": 0,
73
+ "grasp_group": {}
74
+ },
75
+ {
76
+ "part_name": "drawer knob",
77
+ "mask_color": "Gray",
78
+ "graspable": true,
79
+ "grasp_scenarios": [
80
+ {
81
+ "scenario": "pinch the round knob to pull a drawer open",
82
+ "confidence": 0.96
83
+ },
84
+ {
85
+ "scenario": "hold the knob to guide the drawer closed",
86
+ "confidence": 0.9
87
+ }
88
+ ],
89
+ "functional_labels": [
90
+ "provide a finger pull",
91
+ "enable drawer opening",
92
+ "aid drawer closing",
93
+ "serve as a drawer handle"
94
+ ],
95
+ "semantic_description": "Small round gold-colored metal knob with a glossy reflective finish, centered on each drawer front.",
96
+ "id": 15,
97
+ "grasp_group": {}
98
+ },
99
+ {
100
+ "part_name": "drawer interior tray",
101
+ "mask_color": "Cyan",
102
+ "graspable": true,
103
+ "grasp_scenarios": [
104
+ {
105
+ "scenario": "grasp the open drawer tray at its sides or front edge to slide it open or closed",
106
+ "confidence": 0.72
107
+ }
108
+ ],
109
+ "functional_labels": [
110
+ "contain stored items",
111
+ "form the drawer cavity",
112
+ "support drawer contents"
113
+ ],
114
+ "semantic_description": "Open-topped rectangular drawer box with darker brown interior surfaces and a smooth hard finish, visible when a drawer is pulled out.",
115
+ "id": 6,
116
+ "grasp_group": {}
117
+ },
118
+ {
119
+ "part_name": "left side panel",
120
+ "mask_color": "Olive",
121
+ "graspable": true,
122
+ "grasp_scenarios": [
123
+ {
124
+ "scenario": "grasp the cabinet side to lift or reposition the nightstand",
125
+ "confidence": 0.72
126
+ },
127
+ {
128
+ "scenario": "hold the side panel to stabilize the cabinet during drawer use",
129
+ "confidence": 0.7
130
+ }
131
+ ],
132
+ "functional_labels": [
133
+ "enclose one side of the cabinet",
134
+ "support the frame",
135
+ "protect contents laterally",
136
+ "provide structural stiffness"
137
+ ],
138
+ "semantic_description": "Large light beige wooden side panel with a matte smooth finish, visible vertical grain, and a broad rectangular inset appearance on one side of the cabinet.",
139
+ "id": 14,
140
+ "grasp_group": {}
141
+ },
142
+ {
143
+ "part_name": "right side panel",
144
+ "mask_color": "Magenta",
145
+ "graspable": true,
146
+ "grasp_scenarios": [
147
+ {
148
+ "scenario": "grasp the cabinet side to lift or reposition the nightstand",
149
+ "confidence": 0.72
150
+ },
151
+ {
152
+ "scenario": "hold the side panel to stabilize the cabinet during drawer use",
153
+ "confidence": 0.7
154
+ }
155
+ ],
156
+ "functional_labels": [
157
+ "enclose one side of the cabinet",
158
+ "support the frame",
159
+ "protect contents laterally",
160
+ "provide structural stiffness"
161
+ ],
162
+ "semantic_description": "Large light beige wooden side panel with a matte smooth finish, visible vertical grain, and a broad rectangular inset appearance on the opposite side of the cabinet.",
163
+ "id": 7,
164
+ "grasp_group": {}
165
+ },
166
+ {
167
+ "part_name": "rear panel",
168
+ "mask_color": "Orange",
169
+ "graspable": false,
170
+ "grasp_scenarios": [],
171
+ "functional_labels": [
172
+ "close the back of the cabinet",
173
+ "retain the cabinet structure",
174
+ "stiffen the frame",
175
+ "provide rear enclosure"
176
+ ],
177
+ "semantic_description": "Large medium beige to brown wooden back panel with a matte smooth surface and broad flat shape across the rear of the cabinet.",
178
+ "id": 4,
179
+ "grasp_group": {}
180
+ },
181
+ {
182
+ "part_name": "front frame rail",
183
+ "mask_color": "Lime Green",
184
+ "graspable": false,
185
+ "grasp_scenarios": [],
186
+ "functional_labels": [
187
+ "frame the upper drawer opening",
188
+ "separate the upper drawer from surrounding structure",
189
+ "support the front opening",
190
+ "stiffen the front face"
191
+ ],
192
+ "semantic_description": "Narrow light wood front framing strip around the upper drawer opening, with a smooth matte finish and straight rectangular shape.",
193
+ "id": 9,
194
+ "grasp_group": {}
195
+ },
196
+ {
197
+ "part_name": "drawer slide rail",
198
+ "mask_color": "Brown",
199
+ "graspable": false,
200
+ "grasp_scenarios": [],
201
+ "functional_labels": [
202
+ "guide drawer motion",
203
+ "support drawer weight",
204
+ "align drawer travel",
205
+ "enable sliding opening and closing"
206
+ ],
207
+ "semantic_description": "Slim metallic drawer slide mounted along the inside of the cabinet near the drawer sides, with a smooth hard reflective surface and elongated shape.",
208
+ "id": 11,
209
+ "grasp_group": {}
210
+ },
211
+ {
212
+ "part_name": "base apron",
213
+ "mask_color": "Teal",
214
+ "graspable": false,
215
+ "grasp_scenarios": [],
216
+ "functional_labels": [
217
+ "support the cabinet base",
218
+ "connect lower structure",
219
+ "raise the cabinet body off the floor",
220
+ "add structural rigidity"
221
+ ],
222
+ "semantic_description": "Low light beige wooden apron along the lower front and side perimeter, with a matte smooth finish and gently curved lower edge above the feet.",
223
+ "id": 10,
224
+ "grasp_group": {}
225
+ },
226
+ {
227
+ "part_name": "leg",
228
+ "mask_color": "Jade",
229
+ "graspable": true,
230
+ "grasp_scenarios": [
231
+ {
232
+ "scenario": "briefly grasp a corner foot to adjust the cabinet position slightly",
233
+ "confidence": 0.31
234
+ },
235
+ {
236
+ "scenario": "hold a foot to steady the cabinet during manipulation",
237
+ "confidence": 0.27
238
+ }
239
+ ],
240
+ "functional_labels": [
241
+ "support the furniture",
242
+ "elevate the cabinet",
243
+ "stabilize on the floor"
244
+ ],
245
+ "semantic_description": "Small tapered light wood foot with a matte smooth hard surface, located at the lower corners of the cabinet.",
246
+ "id": 19,
247
+ "grasp_group": {}
248
+ },
249
+ {
250
+ "part_name": "bottom support rail",
251
+ "mask_color": "White",
252
+ "graspable": false,
253
+ "grasp_scenarios": [],
254
+ "functional_labels": [
255
+ "connect lower edges of the cabinet",
256
+ "support the lower structure",
257
+ "add rigidity",
258
+ "help distribute load near the base"
259
+ ],
260
+ "semantic_description": "Light-colored narrow structural rail running along the lower side and front-to-back edges near the floor, with a thin elongated shape.",
261
+ "id": 17,
262
+ "grasp_group": {}
263
+ },
264
+ {
265
+ "part_name": "corner bracket",
266
+ "mask_color": "Purple",
267
+ "graspable": false,
268
+ "grasp_scenarios": [],
269
+ "functional_labels": [
270
+ "finish and reinforce the front top corner",
271
+ "join adjacent trim members",
272
+ "protect the cabinet corner"
273
+ ],
274
+ "semantic_description": "Small rounded trim-like corner piece at the upper front corner of the cabinet side, visible as a compact light-colored connector where the front trim meets the top edge.",
275
+ "id": 5,
276
+ "grasp_group": {}
277
+ },
278
+ {
279
+ "part_name": "front side trim",
280
+ "mask_color": "Navy",
281
+ "graspable": false,
282
+ "grasp_scenarios": [],
283
+ "functional_labels": [
284
+ "finish the front side edge",
285
+ "protect panel edges",
286
+ "visually frame the side panel"
287
+ ],
288
+ "semantic_description": "Narrow light wood trim strip running vertically along the front edge of each side panel, with a slim rectangular profile.",
289
+ "id": 13,
290
+ "grasp_group": {}
291
+ },
292
+ {
293
+ "part_name": "side top/inner panel",
294
+ "mask_color": "Yellow",
295
+ "graspable": false,
296
+ "grasp_scenarios": [],
297
+ "functional_labels": [
298
+ "form the upper side-facing structure near the top",
299
+ "provide a finished exterior/interior side-adjacent surface",
300
+ "connect the top and side structure"
301
+ ],
302
+ "semantic_description": "Light beige panel region visible near the top edge and inner side area from angled views, with a smooth wooden appearance and flat polygonal shape.",
303
+ "id": 3,
304
+ "grasp_group": {}
305
+ }
306
+ ],
307
+ "quality_check": {
308
+ "success": false,
309
+ "message": "Several parts are misidentified or wrongly described, especially rear/top-inner panels, front frame rail, and side/trim color-part mappings."
310
+ }
311
+ }
dataset/kitchen_supplies/storage/320542dd69b3510da19f71b6616f7d81/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10378025d95cb601d94688091da3ba90c3958a7d34a269972880cd213e19afa7
3
+ size 3816948
dataset/kitchen_supplies/storage/320542dd69b3510da19f71b6616f7d81/drawer_014.urdf CHANGED
@@ -50,16 +50,17 @@
50
  </link>
51
  <custom_data>
52
  <affordance>
53
- <part_count>0</part_count>
54
  <visual_seg>
55
  <origin xyz="0 0 0" rpy="1.5708 0.0000 0.0000" />
56
  <geometry>
57
- <mesh filename="None" scale="1.0 1.0 1.0" />
58
  </geometry>
59
  </visual_seg>
 
60
  </affordance>
61
  <quality>
62
- <PartSegChecker>NO: part number exceeds palette size 20</PartSegChecker>
63
  </quality>
64
  </custom_data>
65
  </robot>
 
50
  </link>
51
  <custom_data>
52
  <affordance>
53
+ <part_count>21</part_count>
54
  <visual_seg>
55
  <origin xyz="0 0 0" rpy="1.5708 0.0000 0.0000" />
56
  <geometry>
57
+ <mesh filename="affordance/mesh_part_seg.glb" scale="1.0 1.0 1.0" />
58
  </geometry>
59
  </visual_seg>
60
+ <affordance_annot>affordance/affordance_annot.json</affordance_annot>
61
  </affordance>
62
  <quality>
63
+ <PartSegChecker>YES</PartSegChecker>
64
  </quality>
65
  </custom_data>
66
  </robot>