Add asset home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029
Browse files- .gitattributes +1 -1
- dataset/home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029/760f9604612551ab8d0b45c142a17029.urdf +1 -0
- dataset/home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029/affordance/affordance_annot.json +65 -0
- dataset/home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029/affordance/mesh_part_seg.glb +3 -0
.gitattributes
CHANGED
|
@@ -8338,4 +8338,4 @@ dataset/home_appliances/electrical_appliances/37fbcc432b035633bc93b27fe2888cb1/a
|
|
| 8338 |
dataset/home_appliances/electrical_appliances/3bcefd8aafed5612b8bc9cec33b0ce62/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8339 |
dataset/home_appliances/electrical_appliances/58e18e6e407458d8a647e363ab442bf1/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8340 |
dataset/home_appliances/electrical_appliances/6ff64ebc1dfe57d2a8c697c97afd4e40/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8341 |
-
dataset/home_appliances/electrical_appliances/
|
|
|
|
| 8338 |
dataset/home_appliances/electrical_appliances/3bcefd8aafed5612b8bc9cec33b0ce62/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8339 |
dataset/home_appliances/electrical_appliances/58e18e6e407458d8a647e363ab442bf1/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8340 |
dataset/home_appliances/electrical_appliances/6ff64ebc1dfe57d2a8c697c97afd4e40/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
| 8341 |
+
dataset/home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
|
dataset/home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029/760f9604612551ab8d0b45c142a17029.urdf
CHANGED
|
@@ -52,6 +52,7 @@
|
|
| 52 |
<mesh filename="affordance/mesh_part_seg.glb" scale="1.0 1.0 1.0" />
|
| 53 |
</geometry>
|
| 54 |
</visual_seg>
|
|
|
|
| 55 |
</affordance>
|
| 56 |
</custom_data>
|
| 57 |
</robot>
|
|
|
|
| 52 |
<mesh filename="affordance/mesh_part_seg.glb" scale="1.0 1.0 1.0" />
|
| 53 |
</geometry>
|
| 54 |
</visual_seg>
|
| 55 |
+
<affordance_annot>affordance/affordance_annot.json</affordance_annot>
|
| 56 |
</affordance>
|
| 57 |
</custom_data>
|
| 58 |
</robot>
|
dataset/home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029/affordance/affordance_annot.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"affordances": [
|
| 3 |
+
{
|
| 4 |
+
"part_name": "washing machine body",
|
| 5 |
+
"mask_color": "Green",
|
| 6 |
+
"graspable": true,
|
| 7 |
+
"grasp_scenarios": [
|
| 8 |
+
{
|
| 9 |
+
"scenario": "grasp the side walls to lift or reposition the washing machine during transport",
|
| 10 |
+
"confidence": 0.79
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"scenario": "hold the cabinet sides to stabilize the machine while another tool opens or inspects the door",
|
| 14 |
+
"confidence": 0.72
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"scenario": "clamp the top or side of the cabinet to pull the machine slightly away from a wall",
|
| 18 |
+
"confidence": 0.68
|
| 19 |
+
}
|
| 20 |
+
],
|
| 21 |
+
"functional_labels": [
|
| 22 |
+
"enclose internal mechanisms",
|
| 23 |
+
"support the whole appliance",
|
| 24 |
+
"provide structural rigidity",
|
| 25 |
+
"provide broad grasp surfaces",
|
| 26 |
+
"stabilize during operation"
|
| 27 |
+
],
|
| 28 |
+
"semantic_description": "Large boxy white and dark gray metal cabinet with mostly matte to semi-gloss hard smooth panels, flat broad sides and top, and a rigid outer shell forming nearly the entire washing machine exterior.",
|
| 29 |
+
"id": 1,
|
| 30 |
+
"grasp_group": {}
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"part_name": "washing machine door",
|
| 34 |
+
"mask_color": "Orange",
|
| 35 |
+
"graspable": true,
|
| 36 |
+
"grasp_scenarios": [
|
| 37 |
+
{
|
| 38 |
+
"scenario": "grasp the front door rim to pull the door open",
|
| 39 |
+
"confidence": 0.93
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"scenario": "hold the door edge to swing it closed",
|
| 43 |
+
"confidence": 0.9
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"scenario": "lightly grasp the protruding door frame to steady the front while loading or unloading",
|
| 47 |
+
"confidence": 0.63
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"functional_labels": [
|
| 51 |
+
"cover the drum opening",
|
| 52 |
+
"enable loading and unloading",
|
| 53 |
+
"provide access to the interior",
|
| 54 |
+
"seal the front opening when closed"
|
| 55 |
+
],
|
| 56 |
+
"semantic_description": "Large circular dark gray to black front-loading door with a glossy hard plastic and glass appearance, smooth reflective surface, thick protruding ring shape, and prominent placement on the front face.",
|
| 57 |
+
"id": 4,
|
| 58 |
+
"grasp_group": {}
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"quality_check": {
|
| 62 |
+
"success": true,
|
| 63 |
+
"message": "YES"
|
| 64 |
+
}
|
| 65 |
+
}
|
dataset/home_appliances/electrical_appliances/760f9604612551ab8d0b45c142a17029/affordance/mesh_part_seg.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e93fc780e18ebd28ab58df523a650ea6c570cdd38f605c36c3a7e8dd48c980e4
|
| 3 |
+
size 1855916
|