Add asset kitchen_supplies/tableware/1d571c7d6111543c946c8b15c920c916
Browse files
.gitattributes
CHANGED
|
@@ -8452,3 +8452,4 @@ dataset/kitchen_supplies/tableware/1b9db5c259745f2f9d5344f3aa25ac85/affordance/m
|
|
| 8452 |
dataset/kitchen_supplies/tableware/1ce9c1edde085f3fb6f5ff45c4a2d172/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8453 |
dataset/kitchen_supplies/tableware/1d3391827ac55427bf5b1cc0ceee929b/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8454 |
dataset/kitchen_supplies/tableware/1beaf7b30f695ff89475b0e1ddff6441/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 8452 |
dataset/kitchen_supplies/tableware/1ce9c1edde085f3fb6f5ff45c4a2d172/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8453 |
dataset/kitchen_supplies/tableware/1d3391827ac55427bf5b1cc0ceee929b/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8454 |
dataset/kitchen_supplies/tableware/1beaf7b30f695ff89475b0e1ddff6441/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8455 |
+
dataset/kitchen_supplies/tableware/1d571c7d6111543c946c8b15c920c916/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/kitchen_supplies/tableware/1d571c7d6111543c946c8b15c920c916/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "underside of plate",
|
| 5 |
+
"mask_color": "Red",
|
| 6 |
+
"graspable": false,
|
| 7 |
+
"grasp_scenarios": [],
|
| 8 |
+
"functional_labels": [
|
| 9 |
+
"support the plate structure",
|
| 10 |
+
"provide a bottom resting surface",
|
| 11 |
+
"enable placement on a table",
|
| 12 |
+
"form the exterior bottom of the plate"
|
| 13 |
+
],
|
| 14 |
+
"semantic_description": "Broad white ceramic underside with a glossy smooth hard surface and shallow circular form, visible as the exterior bottom face of the plate.",
|
| 15 |
+
"id": 0,
|
| 16 |
+
"grasp_group": {}
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"part_name": "inner well of plate",
|
| 20 |
+
"mask_color": "Green",
|
| 21 |
+
"graspable": false,
|
| 22 |
+
"grasp_scenarios": [],
|
| 23 |
+
"functional_labels": [
|
| 24 |
+
"hold food",
|
| 25 |
+
"provide a serving surface",
|
| 26 |
+
"contain small amounts of liquid or sauce",
|
| 27 |
+
"present food in the center"
|
| 28 |
+
],
|
| 29 |
+
"semantic_description": "Large shallow white ceramic food well with a glossy smooth hard surface, slightly concave circular shape, and blue printed text near the center.",
|
| 30 |
+
"id": 1,
|
| 31 |
+
"grasp_group": {}
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"part_name": "rim of plate",
|
| 35 |
+
"mask_color": "Orange",
|
| 36 |
+
"graspable": true,
|
| 37 |
+
"grasp_scenarios": [
|
| 38 |
+
{
|
| 39 |
+
"scenario": "pinch the rim at the edge to pick up the plate",
|
| 40 |
+
"confidence": 0.91
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"scenario": "grasp the rim to carry or place the plate precisely",
|
| 44 |
+
"confidence": 0.86
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"scenario": "hold the rim to stabilize the plate while loading or unloading food",
|
| 48 |
+
"confidence": 0.79
|
| 49 |
+
}
|
| 50 |
+
],
|
| 51 |
+
"functional_labels": [
|
| 52 |
+
"provide an edge grip",
|
| 53 |
+
"retain food on the plate",
|
| 54 |
+
"define the plate boundary",
|
| 55 |
+
"stabilize handling"
|
| 56 |
+
],
|
| 57 |
+
"semantic_description": "Thin raised white ceramic rim with a glossy smooth hard finish, forming the outer circular edge around the plate and slightly elevated above the inner well.",
|
| 58 |
+
"id": 4,
|
| 59 |
+
"grasp_group": {}
|
| 60 |
+
}
|
| 61 |
+
],
|
| 62 |
+
"quality_check": {
|
| 63 |
+
"success": true,
|
| 64 |
+
"message": "YES"
|
| 65 |
+
}
|
| 66 |
+
}
|
dataset/kitchen_supplies/tableware/1d571c7d6111543c946c8b15c920c916/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68221c561cc6591c4f477c5cee9ee47764ceac3ddca65381e00ef2b6e442d96e
|
| 3 |
+
size 3784444
|