Add asset livingroom_supplies/ornaments/f3487f2ca5b05c629366f7fcea66303c
Browse files
.gitattributes
CHANGED
|
@@ -7786,3 +7786,4 @@ dataset/livingroom_supplies/ornaments/ee454af209a95f6280c8425774e1f3cc/affordanc
|
|
| 7786 |
dataset/livingroom_supplies/ornaments/f20a783002a05c0f80179236f21b8564/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7787 |
dataset/livingroom_supplies/ornaments/f36681a08aa25a8cb1cb66e8c195dcfa/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7788 |
dataset/livingroom_supplies/ornaments/f4c2a3a8c660559cb91261078021ccde/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 7786 |
dataset/livingroom_supplies/ornaments/f20a783002a05c0f80179236f21b8564/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7787 |
dataset/livingroom_supplies/ornaments/f36681a08aa25a8cb1cb66e8c195dcfa/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7788 |
dataset/livingroom_supplies/ornaments/f4c2a3a8c660559cb91261078021ccde/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 7789 |
+
dataset/livingroom_supplies/ornaments/f3487f2ca5b05c629366f7fcea66303c/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/livingroom_supplies/ornaments/f3487f2ca5b05c629366f7fcea66303c/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "body of candle holder",
|
| 5 |
+
"mask_color": "Red",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the rounded body to pick up and reposition the candle holder",
|
| 10 |
+
"confidence": 0.9
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "hold the body to stabilize the candle holder while placing or removing a candle",
|
| 14 |
+
"confidence": 0.82
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"functional_labels": [
|
| 18 |
+
"hold the candle cavity",
|
| 19 |
+
"support the overall structure",
|
| 20 |
+
"provide the main grasp surface",
|
| 21 |
+
"add weight and stability"
|
| 22 |
+
],
|
| 23 |
+
"semantic_description": "Large round bulbous dark smoky glass body with a glossy reflective smooth hard surface, forming most of the object and enclosing the central candle cavity.",
|
| 24 |
+
"id": 0,
|
| 25 |
+
"grasp_group": {}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"part_name": "candle cup",
|
| 29 |
+
"mask_color": "Blue",
|
| 30 |
+
"graspable": false,
|
| 31 |
+
"grasp_scenarios": [],
|
| 32 |
+
"functional_labels": [
|
| 33 |
+
"contain the candle",
|
| 34 |
+
"position the wick at the top",
|
| 35 |
+
"shield melted wax",
|
| 36 |
+
"define the opening"
|
| 37 |
+
],
|
| 38 |
+
"semantic_description": "Small circular recessed top cup with a pale cream wax interior and visible central wick, appearing smooth and slightly glossy inside the narrow neck opening.",
|
| 39 |
+
"id": 2,
|
| 40 |
+
"grasp_group": {}
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"part_name": "base pad",
|
| 44 |
+
"mask_color": "Green",
|
| 45 |
+
"graspable": false,
|
| 46 |
+
"grasp_scenarios": [],
|
| 47 |
+
"functional_labels": [
|
| 48 |
+
"provide bottom support",
|
| 49 |
+
"stabilize on flat surfaces",
|
| 50 |
+
"protect the underside",
|
| 51 |
+
"define resting contact area"
|
| 52 |
+
],
|
| 53 |
+
"semantic_description": "Small flat circular pad on the underside, darker and less reflective than the body, with a smooth hard finish and centered at the bottom.",
|
| 54 |
+
"id": 1,
|
| 55 |
+
"grasp_group": {}
|
| 56 |
+
}
|
| 57 |
+
],
|
| 58 |
+
"quality_check": {
|
| 59 |
+
"success": true,
|
| 60 |
+
"message": "YES"
|
| 61 |
+
}
|
| 62 |
+
}
|
dataset/livingroom_supplies/ornaments/f3487f2ca5b05c629366f7fcea66303c/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa54d254717335d41d6ad2c72e60cb2d81dba2fef887e48838b1393282216ee6
|
| 3 |
+
size 37307804
|