Add asset kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739
Browse files- .gitattributes +1 -0
- dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/affordance/affordance_annot.json +60 -0
- dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/affordance/mesh_part_seg.glb +3 -0
- dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/drawer_088.urdf +1 -0
.gitattributes
CHANGED
|
@@ -7066,3 +7066,4 @@ dataset/kitchen_supplies/cutting_tools/fe000193da765413a951adb06441f987/affordan
|
|
| 7066 |
dataset/kitchen_supplies/cutting_tools/f4e408c4fa9c5798a3137735d4181e4d/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7067 |
dataset/kitchen_supplies/storage/01a00e2557165f8b80a18530e057c7a5/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7068 |
dataset/kitchen_supplies/storage/02886f52566b5c899f05b638fca25e64/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 7066 |
dataset/kitchen_supplies/cutting_tools/f4e408c4fa9c5798a3137735d4181e4d/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7067 |
dataset/kitchen_supplies/storage/01a00e2557165f8b80a18530e057c7a5/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7068 |
dataset/kitchen_supplies/storage/02886f52566b5c899f05b638fca25e64/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7069 |
+
dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "outer cabinet body",
|
| 5 |
+
"mask_color": "Purple",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the cabinet body from the side surfaces to steady the unit while the sliding compartment is opened or closed",
|
| 10 |
+
"confidence": 0.78
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "grasp the cabinet body from opposite sides to reposition the furniture slightly",
|
| 14 |
+
"confidence": 0.62
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"functional_labels": [
|
| 18 |
+
"enclose the sliding compartment",
|
| 19 |
+
"support the slide mechanism",
|
| 20 |
+
"provide the main exterior housing",
|
| 21 |
+
"stabilize the furniture body"
|
| 22 |
+
],
|
| 23 |
+
"semantic_description": "Large sculpted outer cabinet body with smooth wavy contours, mainly light blue-gray on the sides and top with cream/off-white front and lower panels. It appears rigid with a matte painted or laminated finish and forms the main shell around the sliding compartment.",
|
| 24 |
+
"id": 5,
|
| 25 |
+
"grasp_group": {}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"part_name": "sliding drawer/tray assembly",
|
| 29 |
+
"mask_color": "Green",
|
| 30 |
+
"graspable": true,
|
| 31 |
+
"grasp_scenarios": [
|
| 32 |
+
{
|
| 33 |
+
"scenario": "grasp the front pull handle to pull the sliding compartment open",
|
| 34 |
+
"confidence": 0.95
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"scenario": "push on the front panel or handle area to slide the compartment closed",
|
| 38 |
+
"confidence": 0.9
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"scenario": "hold the extended tray sides/front while aligning or removing it from the slide rails",
|
| 42 |
+
"confidence": 0.68
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"functional_labels": [
|
| 46 |
+
"provide a sliding compartment",
|
| 47 |
+
"support and carry placed items",
|
| 48 |
+
"allow access by extending outward",
|
| 49 |
+
"present the front pull surface/handle"
|
| 50 |
+
],
|
| 51 |
+
"semantic_description": "Sliding tray-like assembly with a cream/off-white front face and a shallow open wood-tone compartment behind it. The interior surfaces are light brown wood, with straight slide rails visible at the sides when extended. Surfaces appear smooth and rigid with a matte finish.",
|
| 52 |
+
"id": 1,
|
| 53 |
+
"grasp_group": {}
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"quality_check": {
|
| 57 |
+
"success": false,
|
| 58 |
+
"message": "Green part is a drawer, not tray assembly; handle claim unsupported and body graspability overstated for furniture-scale shell."
|
| 59 |
+
}
|
| 60 |
+
}
|
dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a500f2219b9902df1b5962bfbdcdc6de12d602f3a7a4fed2b1ba8b486e3dc4e0
|
| 3 |
+
size 3783784
|
dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/drawer_088.urdf
CHANGED
|
@@ -57,6 +57,7 @@
|
|
| 57 |
<mesh filename="affordance/mesh_part_seg.glb" scale="1.0 1.0 1.0" />
|
| 58 |
</geometry>
|
| 59 |
</visual_seg>
|
|
|
|
| 60 |
</affordance>
|
| 61 |
<quality>
|
| 62 |
<PartSegChecker>YES</PartSegChecker>
|
|
|
|
| 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>
|