Add asset kitchen_supplies/ware/1c1375e0981259169b73f51abd19d851
Browse files
.gitattributes
CHANGED
|
@@ -7517,3 +7517,4 @@ dataset/kitchen_supplies/ware/16c7ab2df035574280dbc50018fcc77e/affordance/mesh_p
|
|
| 7517 |
dataset/kitchen_supplies/ware/17a6647c041c5a2f995a0d99dbd1fec2/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7518 |
dataset/kitchen_supplies/ware/19578fe7d18650438d1cc8eb17075080/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7519 |
dataset/kitchen_supplies/ware/198a6c3c3cf85151a3314488bb425f1e/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 7517 |
dataset/kitchen_supplies/ware/17a6647c041c5a2f995a0d99dbd1fec2/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7518 |
dataset/kitchen_supplies/ware/19578fe7d18650438d1cc8eb17075080/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7519 |
dataset/kitchen_supplies/ware/198a6c3c3cf85151a3314488bb425f1e/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7520 |
+
dataset/kitchen_supplies/ware/1c1375e0981259169b73f51abd19d851/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/kitchen_supplies/ware/1c1375e0981259169b73f51abd19d851/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "teapot body",
|
| 5 |
+
"mask_color": "Blue",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the body from both sides to pick up the teapot",
|
| 10 |
+
"confidence": 0.71
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "hold the body to stabilize the teapot while manipulating the lid",
|
| 14 |
+
"confidence": 0.67
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"functional_labels": [
|
| 18 |
+
"contain liquid",
|
| 19 |
+
"provide the main structural shell",
|
| 20 |
+
"support the lid and attached parts",
|
| 21 |
+
"serve as main grasp surface"
|
| 22 |
+
],
|
| 23 |
+
"semantic_description": "Large rounded blue ceramic body with a glossy finish, hard smooth texture, and subtle ribbed vertical patterning, forming the central vessel of the teapot.",
|
| 24 |
+
"id": 2,
|
| 25 |
+
"grasp_group": {}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"part_name": "handle",
|
| 29 |
+
"mask_color": "Red",
|
| 30 |
+
"graspable": true,
|
| 31 |
+
"grasp_scenarios": [
|
| 32 |
+
{
|
| 33 |
+
"scenario": "grasp the handle to lift and carry the teapot",
|
| 34 |
+
"confidence": 0.94
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"scenario": "hold the handle to tilt the teapot for pouring",
|
| 38 |
+
"confidence": 0.96
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"scenario": "grasp the handle to stabilize the teapot while removing the lid",
|
| 42 |
+
"confidence": 0.82
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"functional_labels": [
|
| 46 |
+
"provide a side grip",
|
| 47 |
+
"lift the teapot",
|
| 48 |
+
"control pouring angle",
|
| 49 |
+
"stabilize during use"
|
| 50 |
+
],
|
| 51 |
+
"semantic_description": "Curved loop handle in matching blue ceramic with a glossy hard smooth surface and ribbed texture, medium-sized and attached to the side opposite the spout.",
|
| 52 |
+
"id": 0,
|
| 53 |
+
"grasp_group": {}
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"part_name": "spout",
|
| 57 |
+
"mask_color": "Green",
|
| 58 |
+
"graspable": true,
|
| 59 |
+
"grasp_scenarios": [
|
| 60 |
+
{
|
| 61 |
+
"scenario": "delicately grasp the spout to orient the teapot during placement or inspection",
|
| 62 |
+
"confidence": 0.29
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"scenario": "lightly hold the spout to stabilize the front while another gripper controls the handle",
|
| 66 |
+
"confidence": 0.34
|
| 67 |
+
}
|
| 68 |
+
],
|
| 69 |
+
"functional_labels": [
|
| 70 |
+
"pour liquid",
|
| 71 |
+
"direct flow",
|
| 72 |
+
"indicate front orientation",
|
| 73 |
+
"support precise serving"
|
| 74 |
+
],
|
| 75 |
+
"semantic_description": "Short tapered blue ceramic spout with a glossy hard smooth surface and dark opening, projecting from the front side to guide poured liquid.",
|
| 76 |
+
"id": 1,
|
| 77 |
+
"grasp_group": {}
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"part_name": "lid",
|
| 81 |
+
"mask_color": "Yellow",
|
| 82 |
+
"graspable": true,
|
| 83 |
+
"grasp_scenarios": [
|
| 84 |
+
{
|
| 85 |
+
"scenario": "grasp the lid from above by enclosing its sides to remove it",
|
| 86 |
+
"confidence": 0.63
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"scenario": "hold the lid to place it onto the teapot opening",
|
| 90 |
+
"confidence": 0.7
|
| 91 |
+
}
|
| 92 |
+
],
|
| 93 |
+
"functional_labels": [
|
| 94 |
+
"cover the opening",
|
| 95 |
+
"retain heat",
|
| 96 |
+
"reduce spills",
|
| 97 |
+
"allow access for filling"
|
| 98 |
+
],
|
| 99 |
+
"semantic_description": "Round slightly domed blue ceramic lid with a glossy hard smooth surface and concentric ring patterning, sized to sit on the top opening of the teapot.",
|
| 100 |
+
"id": 3,
|
| 101 |
+
"grasp_group": {}
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"part_name": "lid knob",
|
| 105 |
+
"mask_color": "Orange",
|
| 106 |
+
"graspable": true,
|
| 107 |
+
"grasp_scenarios": [
|
| 108 |
+
{
|
| 109 |
+
"scenario": "pinch the knob to lift off the lid",
|
| 110 |
+
"confidence": 0.91
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"scenario": "grasp the knob to reposition and seat the lid",
|
| 114 |
+
"confidence": 0.88
|
| 115 |
+
}
|
| 116 |
+
],
|
| 117 |
+
"functional_labels": [
|
| 118 |
+
"provide a pinch grip",
|
| 119 |
+
"lift the lid",
|
| 120 |
+
"reposition the lid",
|
| 121 |
+
"indicate lid center"
|
| 122 |
+
],
|
| 123 |
+
"semantic_description": "Small rounded blue ceramic knob with a glossy hard smooth surface, centered on top of the lid as the primary lid-handling feature.",
|
| 124 |
+
"id": 4,
|
| 125 |
+
"grasp_group": {}
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
"quality_check": {
|
| 129 |
+
"success": true,
|
| 130 |
+
"message": "YES"
|
| 131 |
+
}
|
| 132 |
+
}
|
dataset/kitchen_supplies/ware/1c1375e0981259169b73f51abd19d851/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7008d44e11bfd63e815d9cb75c80c0c9504aea16a596c119aefb3d530c26ccb6
|
| 3 |
+
size 674968
|