xinjjj commited on
Commit
9cefe94
·
verified ·
1 Parent(s): ca761e1

Add asset home_appliances/electrical_appliances/2ef7bbaf9014573e960f8029e500d274

Browse files
.gitattributes CHANGED
@@ -8332,3 +8332,4 @@ dataset/home_appliances/electrical_appliances/1bf67b24f40c5ef38704a84c09b42fed/a
8332
  dataset/home_appliances/electrical_appliances/1f2b54d0fe835885919dc44870598ba2/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8333
  dataset/home_appliances/electrical_appliances/26928927cf645b56aa9ecc0a66f9026e/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8334
  dataset/home_appliances/electrical_appliances/2c7c20cb44a15a5fbfbd678d18de879d/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
 
 
8332
  dataset/home_appliances/electrical_appliances/1f2b54d0fe835885919dc44870598ba2/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8333
  dataset/home_appliances/electrical_appliances/26928927cf645b56aa9ecc0a66f9026e/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8334
  dataset/home_appliances/electrical_appliances/2c7c20cb44a15a5fbfbd678d18de879d/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8335
+ dataset/home_appliances/electrical_appliances/2ef7bbaf9014573e960f8029e500d274/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/home_appliances/electrical_appliances/2ef7bbaf9014573e960f8029e500d274/2ef7bbaf9014573e960f8029e500d274.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/2ef7bbaf9014573e960f8029e500d274/affordance/affordance_annot.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "washing machine cabinet",
5
+ "mask_color": "Purple",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp the cabinet side to push or reposition the washing machine slightly",
10
+ "confidence": 0.74
11
+ },
12
+ {
13
+ "scenario": "hold the cabinet body to stabilize the machine during servicing or door manipulation",
14
+ "confidence": 0.81
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "enclose internal components",
19
+ "provide structural support",
20
+ "support the top and front assemblies",
21
+ "provide large contact surfaces for pushing"
22
+ ],
23
+ "semantic_description": "Large white and dark blue metal cabinet with a mostly glossy hard smooth finish, boxy shape, ribbed side panels, and the main outer housing wrapping the top, sides, and front.",
24
+ "id": 5,
25
+ "grasp_group": {}
26
+ },
27
+ {
28
+ "part_name": "door rim and handle",
29
+ "mask_color": "Red",
30
+ "graspable": true,
31
+ "grasp_scenarios": [
32
+ {
33
+ "scenario": "grasp the door handle area to pull the front door open",
34
+ "confidence": 0.96
35
+ },
36
+ {
37
+ "scenario": "hold the door rim to swing or steady the door while loading laundry",
38
+ "confidence": 0.88
39
+ }
40
+ ],
41
+ "functional_labels": [
42
+ "open the door",
43
+ "close the door",
44
+ "provide a pulling grip",
45
+ "support door manipulation"
46
+ ],
47
+ "semantic_description": "Prominent blue plastic circular door rim with an integrated protruding handle, glossy smooth hard surface, mounted on the front opening as a medium-sized ring around the drum access.",
48
+ "id": 0,
49
+ "grasp_group": {}
50
+ },
51
+ {
52
+ "part_name": "door window",
53
+ "mask_color": "Blue",
54
+ "graspable": false,
55
+ "grasp_scenarios": [],
56
+ "functional_labels": [
57
+ "allow viewing inside",
58
+ "cover the drum opening",
59
+ "contain laundry during washing"
60
+ ],
61
+ "semantic_description": "Dark tinted translucent window set inside the front door, likely glass or clear plastic, with a smooth glossy surface and rounded shape centered within the blue door rim.",
62
+ "id": 2,
63
+ "grasp_group": {}
64
+ },
65
+ {
66
+ "part_name": "side panel ribs",
67
+ "mask_color": "Orange",
68
+ "graspable": false,
69
+ "grasp_scenarios": [],
70
+ "functional_labels": [
71
+ "stiffen the side panels",
72
+ "reinforce the cabinet structure",
73
+ "provide panel contouring"
74
+ ],
75
+ "semantic_description": "Narrow vertical raised rib features on the side panels, aligned in parallel and matching the cabinet's blue-toned side surfaces, with a hard smooth finish and elongated shape.",
76
+ "id": 4,
77
+ "grasp_group": {}
78
+ },
79
+ {
80
+ "part_name": "base panel",
81
+ "mask_color": "Lime Green",
82
+ "graspable": false,
83
+ "grasp_scenarios": [],
84
+ "functional_labels": [
85
+ "support the machine from below",
86
+ "distribute weight",
87
+ "form the underside enclosure above the feet"
88
+ ],
89
+ "semantic_description": "Flat dark gray underside base panel, likely painted metal, with a hard smooth finish, broad rectangular shape, and large lower surface spanning the bottom of the washing machine.",
90
+ "id": 9,
91
+ "grasp_group": {}
92
+ }
93
+ ],
94
+ "quality_check": {
95
+ "success": false,
96
+ "message": "Base panel mislabeled and top recessed handles omitted; cabinet color description also inaccurate."
97
+ }
98
+ }
dataset/home_appliances/electrical_appliances/2ef7bbaf9014573e960f8029e500d274/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df3a5c73ed47ba27fb30d14bee88f78e38420422e1a0706e0401498f3df9fb88
3
+ size 674792