Add asset kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0
Browse files- .gitattributes +1 -0
- dataset/kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0/affordance/affordance_annot.json +79 -0
- dataset/kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0/affordance/mesh_part_seg.glb +3 -0
- dataset/kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0/drawer_087.urdf +1 -0
.gitattributes
CHANGED
|
@@ -7083,3 +7083,4 @@ dataset/kitchen_supplies/storage/11c6159a45c45413b108c17df7ac97f6/affordance/mes
|
|
| 7083 |
dataset/kitchen_supplies/storage/12783012224154238543aeef43392dd2/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7084 |
dataset/kitchen_supplies/storage/16570209244959cfa4ed55aa197f6c1a/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7085 |
dataset/kitchen_supplies/storage/16300b5cde50550990e60a5ea63c2853/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 7083 |
dataset/kitchen_supplies/storage/12783012224154238543aeef43392dd2/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7084 |
dataset/kitchen_supplies/storage/16570209244959cfa4ed55aa197f6c1a/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7085 |
dataset/kitchen_supplies/storage/16300b5cde50550990e60a5ea63c2853/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7086 |
+
dataset/kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "cabinet body",
|
| 5 |
+
"mask_color": "Orange",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the outer sidewalls to lift or reposition the cabinet",
|
| 10 |
+
"confidence": 0.76
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "hold the body to stabilize it while opening or closing the drawer",
|
| 14 |
+
"confidence": 0.86
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"functional_labels": [
|
| 18 |
+
"support the overall structure",
|
| 19 |
+
"enclose the drawer cavity",
|
| 20 |
+
"provide exterior contact surfaces",
|
| 21 |
+
"stabilize the furniture body"
|
| 22 |
+
],
|
| 23 |
+
"semantic_description": "Large sculptural cabinet shell with dark gray-blue ribbed exterior sides and top, pale wood-toned inner edges, matte hard finish, and a wavy rounded form surrounding the drawer opening.",
|
| 24 |
+
"id": 4,
|
| 25 |
+
"grasp_group": {}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"part_name": "drawer",
|
| 29 |
+
"mask_color": "Pink",
|
| 30 |
+
"graspable": true,
|
| 31 |
+
"grasp_scenarios": [
|
| 32 |
+
{
|
| 33 |
+
"scenario": "grasp the drawer front or small pull to pull the drawer open",
|
| 34 |
+
"confidence": 0.95
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"scenario": "grasp the drawer sides while removed to carry or reinsert it",
|
| 38 |
+
"confidence": 0.73
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"functional_labels": [
|
| 42 |
+
"store small items",
|
| 43 |
+
"slide in and out of the cabinet",
|
| 44 |
+
"provide access to contents",
|
| 45 |
+
"close the front opening when shut"
|
| 46 |
+
],
|
| 47 |
+
"semantic_description": "Rectangular wooden drawer with a reddish-brown wood front panel and lighter wood sides/interior, matte smooth hard surface, positioned centrally within the cabinet opening.",
|
| 48 |
+
"id": 8,
|
| 49 |
+
"grasp_group": {}
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"part_name": "feet",
|
| 53 |
+
"mask_color": "Orange",
|
| 54 |
+
"graspable": true,
|
| 55 |
+
"grasp_scenarios": [
|
| 56 |
+
{
|
| 57 |
+
"scenario": "grasp a foot to slightly reposition or steady the cabinet during setup",
|
| 58 |
+
"confidence": 0.32
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"scenario": "hold a foot while turning or inspecting the cabinet upside down",
|
| 62 |
+
"confidence": 0.3
|
| 63 |
+
}
|
| 64 |
+
],
|
| 65 |
+
"functional_labels": [
|
| 66 |
+
"support the cabinet above the floor",
|
| 67 |
+
"provide contact points with the floor",
|
| 68 |
+
"help stabilize the cabinet stance"
|
| 69 |
+
],
|
| 70 |
+
"semantic_description": "Small short conical feet at the bottom corners, appearing dark gray on some views and light wood-toned on others, with a matte hard smooth finish and rounded pointed tips.",
|
| 71 |
+
"id": 4,
|
| 72 |
+
"grasp_group": {}
|
| 73 |
+
}
|
| 74 |
+
],
|
| 75 |
+
"quality_check": {
|
| 76 |
+
"success": false,
|
| 77 |
+
"message": "Feet are separate magenta masks, not orange cabinet body; cabinet body should not include feet."
|
| 78 |
+
}
|
| 79 |
+
}
|
dataset/kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02432246f1224e351943bb5465ed3fa611e1bb972924a22709338f6ca2f493a7
|
| 3 |
+
size 3731608
|
dataset/kitchen_supplies/storage/1a05641566185955acebfac0e933b1d0/drawer_087.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>NO: {"summary":"Drawer front and interior cavity are merged with unrelated surfaces; pink is noisy fragments.","merge_groups":[{"colors":["Red","Orange"],"target_part":"main body","reason":"Red appears as small leg/noise fragments on body views"},{"colors":["Orange","Pink"],"target_part":"drawer assembly","reason":"Drawer front and interior opening are inconsistently split"}]}</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>NO: {"summary":"Drawer front and interior cavity are merged with unrelated surfaces; pink is noisy fragments.","merge_groups":[{"colors":["Red","Orange"],"target_part":"main body","reason":"Red appears as small leg/noise fragments on body views"},{"colors":["Orange","Pink"],"target_part":"drawer assembly","reason":"Drawer front and interior opening are inconsistently split"}]}</PartSegChecker>
|