Add asset furniture/table/c6c32200816951b2998904219ef9df5f
Browse files- .gitattributes +1 -0
- dataset/furniture/table/c6c32200816951b2998904219ef9df5f/affordance/affordance_annot.json +84 -0
- dataset/furniture/table/c6c32200816951b2998904219ef9df5f/affordance/mesh_part_seg.glb +3 -0
- dataset/furniture/table/c6c32200816951b2998904219ef9df5f/c6c32200816951b2998904219ef9df5f.urdf +1 -1
.gitattributes
CHANGED
|
@@ -6981,3 +6981,4 @@ dataset/furniture/table/b72bd8b95d2e5e96a98dbd143fa5ce95/affordance/mesh_part_se
|
|
| 6981 |
dataset/furniture/table/c079096d2c9c58bbbde80d48e82c0767/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 6982 |
dataset/furniture/table/c2884d53e6b950508840fa91aac4d5e5/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 6983 |
dataset/furniture/table/c5785771301a5cb5ac51f8c6fa73443f/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 6981 |
dataset/furniture/table/c079096d2c9c58bbbde80d48e82c0767/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 6982 |
dataset/furniture/table/c2884d53e6b950508840fa91aac4d5e5/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 6983 |
dataset/furniture/table/c5785771301a5cb5ac51f8c6fa73443f/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 6984 |
+
dataset/furniture/table/c6c32200816951b2998904219ef9df5f/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/furniture/table/c6c32200816951b2998904219ef9df5f/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "tabletop",
|
| 5 |
+
"mask_color": "Orange",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the tabletop edge to lift or reposition the small table",
|
| 10 |
+
"confidence": 0.8
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "hold the tabletop from the side to stabilize the table during manipulation",
|
| 14 |
+
"confidence": 0.76
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"functional_labels": [
|
| 18 |
+
"provide a flat surface",
|
| 19 |
+
"support placed items",
|
| 20 |
+
"serve as the main top panel",
|
| 21 |
+
"enable pushing or repositioning by the edge"
|
| 22 |
+
],
|
| 23 |
+
"semantic_description": "Large rectangular top panel in orange-brown wood tone with rounded corners and a smooth surface, forming the main horizontal surface; one side appears to have a small inward cutout or irregular contour.",
|
| 24 |
+
"id": 4,
|
| 25 |
+
"grasp_group": {}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"part_name": "table legs",
|
| 29 |
+
"mask_color": "Light Pink",
|
| 30 |
+
"graspable": true,
|
| 31 |
+
"grasp_scenarios": [
|
| 32 |
+
{
|
| 33 |
+
"scenario": "grasp a leg to drag or rotate the table slightly",
|
| 34 |
+
"confidence": 0.58
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"scenario": "hold a leg to stabilize the table while another arm manipulates the top",
|
| 38 |
+
"confidence": 0.62
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"scenario": "grasp a leg while turning the table over during handling",
|
| 42 |
+
"confidence": 0.55
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"functional_labels": [
|
| 46 |
+
"support the tabletop",
|
| 47 |
+
"elevate the table",
|
| 48 |
+
"provide floor contact",
|
| 49 |
+
"stabilize the structure"
|
| 50 |
+
],
|
| 51 |
+
"semantic_description": "Four slim cylindrical legs in a light wood or pale finish, positioned near the corners and extending downward to support the tabletop.",
|
| 52 |
+
"id": 56,
|
| 53 |
+
"grasp_group": {}
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"part_name": "table apron",
|
| 57 |
+
"mask_color": "Magenta",
|
| 58 |
+
"graspable": true,
|
| 59 |
+
"grasp_scenarios": [
|
| 60 |
+
{
|
| 61 |
+
"scenario": "grasp the side apron rail to help lift or carry the table",
|
| 62 |
+
"confidence": 0.71
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"scenario": "hold the apron to stabilize the frame during assembly or repositioning",
|
| 66 |
+
"confidence": 0.69
|
| 67 |
+
}
|
| 68 |
+
],
|
| 69 |
+
"functional_labels": [
|
| 70 |
+
"connect the legs",
|
| 71 |
+
"stiffen the frame",
|
| 72 |
+
"support the tabletop underside",
|
| 73 |
+
"provide lateral stability"
|
| 74 |
+
],
|
| 75 |
+
"semantic_description": "Narrow rails beneath the tabletop edges, running between the legs around the underside frame; they appear pinkish-brown in the render and rectangular in section.",
|
| 76 |
+
"id": 7,
|
| 77 |
+
"grasp_group": {}
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"quality_check": {
|
| 81 |
+
"success": false,
|
| 82 |
+
"message": "Semantic descriptions use incorrect visible colors/materials for legs and apron; RGB shows dark brown wooden parts, not pale or pinkish-brown."
|
| 83 |
+
}
|
| 84 |
+
}
|
dataset/furniture/table/c6c32200816951b2998904219ef9df5f/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b85860912a297bf75d98b22d3491317f1fccc1b49001d7fa7d0890abff31b511
|
| 3 |
+
size 2229412
|
dataset/furniture/table/c6c32200816951b2998904219ef9df5f/c6c32200816951b2998904219ef9df5f.urdf
CHANGED
|
@@ -45,7 +45,7 @@
|
|
| 45 |
<PartSegChecker>YES</PartSegChecker>
|
| 46 |
</quality>
|
| 47 |
<affordance>
|
| 48 |
-
<part_count>
|
| 49 |
<visual_seg>
|
| 50 |
<origin xyz="0 0 0" rpy="1.5708 0.0 0.0" />
|
| 51 |
<geometry>
|
|
|
|
| 45 |
<PartSegChecker>YES</PartSegChecker>
|
| 46 |
</quality>
|
| 47 |
<affordance>
|
| 48 |
+
<part_count>3</part_count>
|
| 49 |
<visual_seg>
|
| 50 |
<origin xyz="0 0 0" rpy="1.5708 0.0 0.0" />
|
| 51 |
<geometry>
|