xinjjj commited on
Commit
dc673bb
·
verified ·
1 Parent(s): 30b0659

Add asset furniture/table/b72bd8b95d2e5e96a98dbd143fa5ce95

Browse files
.gitattributes CHANGED
@@ -6977,3 +6977,4 @@ dataset/furniture/table/87d78067051e57c3858d066d9a17a165/affordance/mesh_part_se
6977
  dataset/furniture/table/8e73f2ff0aaa5b4393f3f37d91169bde/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6978
  dataset/furniture/table/9aa94e8e837e5638b87533237d64e8f6/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6979
  dataset/furniture/table/b4b40966ebda5393bd4d7fc634062519/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
 
 
6977
  dataset/furniture/table/8e73f2ff0aaa5b4393f3f37d91169bde/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6978
  dataset/furniture/table/9aa94e8e837e5638b87533237d64e8f6/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6979
  dataset/furniture/table/b4b40966ebda5393bd4d7fc634062519/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6980
+ dataset/furniture/table/b72bd8b95d2e5e96a98dbd143fa5ce95/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/furniture/table/b72bd8b95d2e5e96a98dbd143fa5ce95/affordance/affordance_annot.json ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "tabletop",
5
+ "mask_color": "Orange",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp opposite edges of the tabletop to lift and reposition the small table",
10
+ "confidence": 0.87
11
+ },
12
+ {
13
+ "scenario": "hold the tabletop edge to stabilize the table during manipulation",
14
+ "confidence": 0.79
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "provide a flat surface",
19
+ "support placed items",
20
+ "serve as main work surface",
21
+ "cover the upper frame"
22
+ ],
23
+ "semantic_description": "Large square reddish-brown wooden top with a glossy polished finish, smooth hard surface, visible swirling wood grain, and gently bowed edges.",
24
+ "id": 4,
25
+ "grasp_group": {}
26
+ },
27
+ {
28
+ "part_name": "front apron",
29
+ "mask_color": "Cyan",
30
+ "graspable": true,
31
+ "grasp_scenarios": [
32
+ {
33
+ "scenario": "grasp the front apron to pull or slide the table slightly",
34
+ "confidence": 0.59
35
+ },
36
+ {
37
+ "scenario": "hold the front apron to stabilize the table while another gripper manipulates a leg",
38
+ "confidence": 0.65
39
+ }
40
+ ],
41
+ "functional_labels": [
42
+ "connect front legs",
43
+ "stiffen the frame",
44
+ "support the tabletop",
45
+ "resist wobble"
46
+ ],
47
+ "semantic_description": "Curved reddish-brown wooden band beneath the front tabletop edge with a smooth semi-gloss finish and hard surface.",
48
+ "id": 6,
49
+ "grasp_group": {}
50
+ },
51
+ {
52
+ "part_name": "side apron",
53
+ "mask_color": "Magenta",
54
+ "graspable": true,
55
+ "grasp_scenarios": [
56
+ {
57
+ "scenario": "grasp the side apron to stabilize the table from the side",
58
+ "confidence": 0.61
59
+ },
60
+ {
61
+ "scenario": "pull on the side apron to rotate or reposition the table",
62
+ "confidence": 0.53
63
+ }
64
+ ],
65
+ "functional_labels": [
66
+ "connect side legs",
67
+ "brace the frame",
68
+ "support the tabletop edge",
69
+ "reduce lateral flex"
70
+ ],
71
+ "semantic_description": "Long curved reddish-brown wooden side rail under the tabletop with a smooth polished finish and hard surface along each side.",
72
+ "id": 7,
73
+ "grasp_group": {}
74
+ },
75
+ {
76
+ "part_name": "corner block",
77
+ "mask_color": "Light Pink",
78
+ "graspable": false,
79
+ "grasp_scenarios": [],
80
+ "functional_labels": [
81
+ "reinforce the corner joint",
82
+ "join apron sections beneath the top",
83
+ "improve rigidity",
84
+ "help support the upper frame"
85
+ ],
86
+ "semantic_description": "Small light wood or painted pale block tucked under the tabletop near each corner, with a smooth finish and wedge-like or triangular filler shape.",
87
+ "id": null
88
+ },
89
+ {
90
+ "part_name": "front left leg",
91
+ "mask_color": "Red",
92
+ "graspable": true,
93
+ "grasp_scenarios": [
94
+ {
95
+ "scenario": "grasp the leg to lift one side of the table",
96
+ "confidence": 0.74
97
+ },
98
+ {
99
+ "scenario": "hold the leg to drag or reposition the table",
100
+ "confidence": 0.69
101
+ }
102
+ ],
103
+ "functional_labels": [
104
+ "support the tabletop",
105
+ "elevate the table",
106
+ "transfer load to floor",
107
+ "stabilize one corner"
108
+ ],
109
+ "semantic_description": "Slender cabriole-style reddish-brown wooden leg with a glossy finish, smooth hard surface, carved curved profile, and tapered foot at a front corner.",
110
+ "id": 0,
111
+ "grasp_group": {}
112
+ },
113
+ {
114
+ "part_name": "rear left leg",
115
+ "mask_color": "Green",
116
+ "graspable": true,
117
+ "grasp_scenarios": [
118
+ {
119
+ "scenario": "grasp the leg to lift or pivot the table from one side",
120
+ "confidence": 0.72
121
+ },
122
+ {
123
+ "scenario": "hold the leg to steady the table during placement",
124
+ "confidence": 0.66
125
+ }
126
+ ],
127
+ "functional_labels": [
128
+ "support the tabletop",
129
+ "elevate the table",
130
+ "transfer load to floor",
131
+ "stabilize one corner"
132
+ ],
133
+ "semantic_description": "Curved reddish-brown wooden leg with a polished semi-gloss finish, smooth hard texture, and narrow tapered form positioned at a rear corner.",
134
+ "id": 1,
135
+ "grasp_group": {}
136
+ },
137
+ {
138
+ "part_name": "front right leg",
139
+ "mask_color": "Yellow",
140
+ "graspable": true,
141
+ "grasp_scenarios": [
142
+ {
143
+ "scenario": "grasp the leg to raise one corner for repositioning",
144
+ "confidence": 0.73
145
+ },
146
+ {
147
+ "scenario": "hold the leg to rotate the table in place",
148
+ "confidence": 0.67
149
+ }
150
+ ],
151
+ "functional_labels": [
152
+ "support the tabletop",
153
+ "elevate the table",
154
+ "transfer load to floor",
155
+ "stabilize one corner"
156
+ ],
157
+ "semantic_description": "Slim carved wooden leg in reddish-brown with a glossy finish, smooth hard feel, and graceful curved taper located at a front corner.",
158
+ "id": 3,
159
+ "grasp_group": {}
160
+ },
161
+ {
162
+ "part_name": "rear right leg",
163
+ "mask_color": "Blue",
164
+ "graspable": true,
165
+ "grasp_scenarios": [
166
+ {
167
+ "scenario": "grasp the leg to lift and carry one side of the table",
168
+ "confidence": 0.71
169
+ },
170
+ {
171
+ "scenario": "hold the leg to stabilize the table while sliding it",
172
+ "confidence": 0.65
173
+ }
174
+ ],
175
+ "functional_labels": [
176
+ "support the tabletop",
177
+ "elevate the table",
178
+ "transfer load to floor",
179
+ "stabilize one corner"
180
+ ],
181
+ "semantic_description": "Reddish-brown wooden rear leg with a smooth polished surface, hard texture, and curved cabriole-like shape tapering toward the foot at a back corner.",
182
+ "id": 2,
183
+ "grasp_group": {}
184
+ },
185
+ {
186
+ "part_name": "top edge trim",
187
+ "mask_color": "Brown",
188
+ "graspable": true,
189
+ "grasp_scenarios": [
190
+ {
191
+ "scenario": "pinch the raised edge trim to steady the tabletop during rotation or inspection",
192
+ "confidence": 0.42
193
+ }
194
+ ],
195
+ "functional_labels": [
196
+ "finish the tabletop edge",
197
+ "protect the perimeter",
198
+ "visually frame the top"
199
+ ],
200
+ "semantic_description": "Thin reddish-brown wooden rim along the outer tabletop perimeter with a polished finish, hard smooth surface, and narrow raised profile bordering the top.",
201
+ "id": 11,
202
+ "grasp_group": {}
203
+ },
204
+ {
205
+ "part_name": "decorative hanging spindle",
206
+ "mask_color": "Teal",
207
+ "graspable": true,
208
+ "grasp_scenarios": [
209
+ {
210
+ "scenario": "pinch the hanging spindle to orient or inspect the underside carefully",
211
+ "confidence": 0.28
212
+ }
213
+ ],
214
+ "functional_labels": [
215
+ "decorate the frame",
216
+ "add visual detail beneath the table",
217
+ "ornament the underside"
218
+ ],
219
+ "semantic_description": "Small turned reddish-brown wooden pendant hanging below the tabletop on one side, with a smooth glossy finish and narrow drop-like shape.",
220
+ "id": 10,
221
+ "grasp_group": {}
222
+ }
223
+ ],
224
+ "quality_check": {
225
+ "success": false,
226
+ "message": "Several part colors/descriptions mismatch masks/views; corner block color wrong; side apron and hanging spindle identities/descriptions inconsistent."
227
+ }
228
+ }
dataset/furniture/table/b72bd8b95d2e5e96a98dbd143fa5ce95/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fdcacd24d266e0cb772224252fd22388900c8fa6366c4e01184192bd13fa102
3
+ size 812892