Add asset kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d
Browse files- .gitattributes +1 -1
- dataset/kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d/affordance/affordance_annot.json +149 -0
- dataset/kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d/affordance/mesh_part_seg.glb +3 -0
- dataset/kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d/drawer_062.urdf +1 -0
.gitattributes
CHANGED
|
@@ -7070,4 +7070,4 @@ dataset/kitchen_supplies/storage/02ba263685c4525bb42c2dacf1ca9739/affordance/mes
|
|
| 7070 |
dataset/kitchen_supplies/storage/03f00fd047c259159086bbf3bf5003f1/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7071 |
dataset/kitchen_supplies/storage/05b17d1d4aeb5bcb83d0e9b06aa8cb4c/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7072 |
dataset/kitchen_supplies/storage/07faef72dec556d99a1c5964cdd20c44/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7073 |
-
dataset/kitchen_supplies/storage/
|
|
|
|
| 7070 |
dataset/kitchen_supplies/storage/03f00fd047c259159086bbf3bf5003f1/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7071 |
dataset/kitchen_supplies/storage/05b17d1d4aeb5bcb83d0e9b06aa8cb4c/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7072 |
dataset/kitchen_supplies/storage/07faef72dec556d99a1c5964cdd20c44/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7073 |
+
dataset/kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "cabinet frame",
|
| 5 |
+
"mask_color": "Purple",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the side of the cabinet frame to lift or reposition the nightstand",
|
| 10 |
+
"confidence": 0.79
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "hold the cabinet frame to stabilize it while opening or closing the drawer",
|
| 14 |
+
"confidence": 0.88
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"functional_labels": [
|
| 18 |
+
"support the structure",
|
| 19 |
+
"house the drawer opening",
|
| 20 |
+
"provide external support surfaces",
|
| 21 |
+
"stabilize the furniture"
|
| 22 |
+
],
|
| 23 |
+
"semantic_description": "Large light gray-beige wooden outer frame with a matte smooth finish, subtle wood grain, boxy shape, and four short legs forming the sides, top surround, and main structure of the nightstand.",
|
| 24 |
+
"id": 5,
|
| 25 |
+
"grasp_group": {}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"part_name": "drawer box interior",
|
| 29 |
+
"mask_color": "Cyan",
|
| 30 |
+
"graspable": true,
|
| 31 |
+
"grasp_scenarios": [
|
| 32 |
+
{
|
| 33 |
+
"scenario": "grasp the open drawer box from the sides or rim to remove or reposition it",
|
| 34 |
+
"confidence": 0.7
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"scenario": "hold the drawer box to guide it during insertion into the cabinet",
|
| 38 |
+
"confidence": 0.76
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"functional_labels": [
|
| 42 |
+
"contain stored items",
|
| 43 |
+
"slide in and out",
|
| 44 |
+
"support drawer contents",
|
| 45 |
+
"provide interior storage volume"
|
| 46 |
+
],
|
| 47 |
+
"semantic_description": "Open rectangular drawer interior with light tan wood surfaces, matte finish, smooth hard surfaces, and a shallow tray-like form that slides inside the cabinet.",
|
| 48 |
+
"id": 6,
|
| 49 |
+
"grasp_group": {}
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"part_name": "drawer front panel",
|
| 53 |
+
"mask_color": "Yellow",
|
| 54 |
+
"graspable": true,
|
| 55 |
+
"grasp_scenarios": [
|
| 56 |
+
{
|
| 57 |
+
"scenario": "grasp the drawer front edge to pull the drawer open if the knob is not used",
|
| 58 |
+
"confidence": 0.52
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"scenario": "push on the drawer front to close the drawer",
|
| 62 |
+
"confidence": 0.82
|
| 63 |
+
}
|
| 64 |
+
],
|
| 65 |
+
"functional_labels": [
|
| 66 |
+
"close the front opening",
|
| 67 |
+
"provide a pulling face",
|
| 68 |
+
"provide a pushing face",
|
| 69 |
+
"cover stored contents"
|
| 70 |
+
],
|
| 71 |
+
"semantic_description": "Flat light wood front panel with visible wood grain, matte smooth finish, hard surface, and a broad rectangular shape mounted at the front of the drawer.",
|
| 72 |
+
"id": 3,
|
| 73 |
+
"grasp_group": {}
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"part_name": "drawer knob",
|
| 77 |
+
"mask_color": "Orange",
|
| 78 |
+
"graspable": true,
|
| 79 |
+
"grasp_scenarios": [
|
| 80 |
+
{
|
| 81 |
+
"scenario": "pinch the small front knob to pull the drawer open",
|
| 82 |
+
"confidence": 0.95
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"scenario": "hold the knob to guide the drawer closed",
|
| 86 |
+
"confidence": 0.86
|
| 87 |
+
}
|
| 88 |
+
],
|
| 89 |
+
"functional_labels": [
|
| 90 |
+
"provide a grip point",
|
| 91 |
+
"pull the drawer open",
|
| 92 |
+
"guide drawer motion",
|
| 93 |
+
"mark the drawer center"
|
| 94 |
+
],
|
| 95 |
+
"semantic_description": "Small round metallic golden knob with a smooth slightly reflective hard surface, centered on the drawer front and sized for fingertip or gripper pinching.",
|
| 96 |
+
"id": 4,
|
| 97 |
+
"grasp_group": {}
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"part_name": "drawer outer side panel",
|
| 101 |
+
"mask_color": "Blue",
|
| 102 |
+
"graspable": false,
|
| 103 |
+
"grasp_scenarios": [],
|
| 104 |
+
"functional_labels": [
|
| 105 |
+
"form the drawer side wall",
|
| 106 |
+
"support the drawer structure",
|
| 107 |
+
"connect the front to the rest of the drawer",
|
| 108 |
+
"help guide the drawer within the cabinet"
|
| 109 |
+
],
|
| 110 |
+
"semantic_description": "Narrow vertical side panel along the outer edge of the drawer, appearing as a light wood piece with smooth matte finish and hard surface, visible beside the drawer interior and front.",
|
| 111 |
+
"id": 2,
|
| 112 |
+
"grasp_group": {}
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"part_name": "bottom shelf panel",
|
| 116 |
+
"mask_color": "Green",
|
| 117 |
+
"graspable": false,
|
| 118 |
+
"grasp_scenarios": [],
|
| 119 |
+
"functional_labels": [
|
| 120 |
+
"support stored items",
|
| 121 |
+
"provide lower shelf surface",
|
| 122 |
+
"add structural bracing",
|
| 123 |
+
"increase storage area"
|
| 124 |
+
],
|
| 125 |
+
"semantic_description": "Flat rectangular lower shelf panel in light brown wood with a matte smooth hard surface and subtle grain, spanning near the bottom between the legs.",
|
| 126 |
+
"id": 1,
|
| 127 |
+
"grasp_group": {}
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"part_name": "drawer bottom panel",
|
| 131 |
+
"mask_color": "Red",
|
| 132 |
+
"graspable": false,
|
| 133 |
+
"grasp_scenarios": [],
|
| 134 |
+
"functional_labels": [
|
| 135 |
+
"support drawer contents",
|
| 136 |
+
"form the base of the drawer",
|
| 137 |
+
"connect the drawer sides",
|
| 138 |
+
"help retain stored items"
|
| 139 |
+
],
|
| 140 |
+
"semantic_description": "Thin flat wooden panel forming the underside/base of the drawer, visible from angled views as a reddish-brown or tan matte surface beneath the drawer interior.",
|
| 141 |
+
"id": 0,
|
| 142 |
+
"grasp_group": {}
|
| 143 |
+
}
|
| 144 |
+
],
|
| 145 |
+
"quality_check": {
|
| 146 |
+
"success": false,
|
| 147 |
+
"message": "Blue part is drawer side rail, not outer side panel; graspability also too strict for frame and shelf."
|
| 148 |
+
}
|
| 149 |
+
}
|
dataset/kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8499a26eb3e77b498ad0acb38cdb6d2ea0523c34189b156445abfacd011d0a43
|
| 3 |
+
size 3792404
|
dataset/kitchen_supplies/storage/0aad7bc1f3775163aac60069f92a698d/drawer_062.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>
|