Add asset kitchen_supplies/utensils/b63f3cc2abb25bb8b8bc6d8d5c39206b
Browse files
.gitattributes
CHANGED
|
@@ -7473,4 +7473,4 @@ dataset/kitchen_supplies/utensils/af7ce718c7d05ea2976f6551ea6fc808/affordance/me
|
|
| 7473 |
dataset/kitchen_supplies/utensils/abe0db9c621052d2a26299d8cc3ef544/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7474 |
dataset/kitchen_supplies/utensils/b18e664c2fec5ee38ee8ec9aaea25603/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7475 |
dataset/kitchen_supplies/utensils/b1bd522f3e8a54c3b3e6bc37378ee2e8/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7476 |
-
dataset/kitchen_supplies/utensils/
|
|
|
|
| 7473 |
dataset/kitchen_supplies/utensils/abe0db9c621052d2a26299d8cc3ef544/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7474 |
dataset/kitchen_supplies/utensils/b18e664c2fec5ee38ee8ec9aaea25603/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7475 |
dataset/kitchen_supplies/utensils/b1bd522f3e8a54c3b3e6bc37378ee2e8/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7476 |
+
dataset/kitchen_supplies/utensils/b63f3cc2abb25bb8b8bc6d8d5c39206b/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/kitchen_supplies/utensils/b63f3cc2abb25bb8b8bc6d8d5c39206b/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "body of utensil holder",
|
| 5 |
+
"mask_color": "Red",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the outer body from the sides to pick up and move the utensil holder",
|
| 10 |
+
"confidence": 0.94
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "hold the body to stabilize the utensil holder while inserting or removing utensils",
|
| 14 |
+
"confidence": 0.82
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"functional_labels": [
|
| 18 |
+
"contain utensils",
|
| 19 |
+
"provide main structure",
|
| 20 |
+
"support upright placement",
|
| 21 |
+
"offer primary grasp surface"
|
| 22 |
+
],
|
| 23 |
+
"semantic_description": "Large tapered cylindrical off-white holder body, likely ceramic or stoneware, with a smooth slightly glossy hard surface, faint marbled patterning, and rounded sides forming the main outer wall.",
|
| 24 |
+
"id": 0,
|
| 25 |
+
"grasp_group": {}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"part_name": "inner cavity",
|
| 29 |
+
"mask_color": "Green",
|
| 30 |
+
"graspable": false,
|
| 31 |
+
"grasp_scenarios": [],
|
| 32 |
+
"functional_labels": [
|
| 33 |
+
"hold utensils",
|
| 34 |
+
"provide storage space",
|
| 35 |
+
"guide utensil placement",
|
| 36 |
+
"define container opening"
|
| 37 |
+
],
|
| 38 |
+
"semantic_description": "Open hollow interior with a light beige to off-white smooth hard surface, matte to lightly glossy finish, and a deep rounded cylindrical cavity located at the top center.",
|
| 39 |
+
"id": 1,
|
| 40 |
+
"grasp_group": {}
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"part_name": "rim of utensil holder",
|
| 44 |
+
"mask_color": "Blue",
|
| 45 |
+
"graspable": true,
|
| 46 |
+
"grasp_scenarios": [
|
| 47 |
+
{
|
| 48 |
+
"scenario": "pinch the rim to reorient or slightly reposition the empty utensil holder",
|
| 49 |
+
"confidence": 0.46
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"scenario": "grasp the rim to steady the holder during placement on a surface",
|
| 53 |
+
"confidence": 0.39
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"functional_labels": [
|
| 57 |
+
"reinforce opening edge",
|
| 58 |
+
"define top opening",
|
| 59 |
+
"support contact during placement of utensils",
|
| 60 |
+
"provide local stabilization edge"
|
| 61 |
+
],
|
| 62 |
+
"semantic_description": "Thin rounded off-white rim with a smooth slightly glossy hard finish, encircling the top opening as a narrow raised lip at the upper edge of the holder.",
|
| 63 |
+
"id": 2,
|
| 64 |
+
"grasp_group": {}
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"quality_check": {
|
| 68 |
+
"success": true,
|
| 69 |
+
"message": "YES"
|
| 70 |
+
}
|
| 71 |
+
}
|
dataset/kitchen_supplies/utensils/b63f3cc2abb25bb8b8bc6d8d5c39206b/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02528f9a09f69d4f017498a9e2db510bba59aa37202f9fb0b643de5ffb496d8f
|
| 3 |
+
size 1097208
|