xinjjj commited on
Commit
5b42876
·
verified ·
1 Parent(s): 8bca8a1

Add asset home_appliances/electrical_appliances/265cbab0a6145493bf7df5a6061df422

Browse files
.gitattributes CHANGED
@@ -8330,3 +8330,4 @@ dataset/home_appliances/electrical_appliances/0e53ce7032ad553693cdfc8dac3d9d39/a
8330
  dataset/home_appliances/electrical_appliances/0f1a4f777b7f5ed48015315531b13dfc/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8331
  dataset/home_appliances/electrical_appliances/1bf67b24f40c5ef38704a84c09b42fed/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
 
 
8330
  dataset/home_appliances/electrical_appliances/0f1a4f777b7f5ed48015315531b13dfc/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8331
  dataset/home_appliances/electrical_appliances/1bf67b24f40c5ef38704a84c09b42fed/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/265cbab0a6145493bf7df5a6061df422/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/home_appliances/electrical_appliances/265cbab0a6145493bf7df5a6061df422/265cbab0a6145493bf7df5a6061df422.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/265cbab0a6145493bf7df5a6061df422/affordance/affordance_annot.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "cabinet body",
5
+ "mask_color": "Red",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp the side or front edges of the cabinet to steady the washing machine during repositioning or installation",
10
+ "confidence": 0.78
11
+ },
12
+ {
13
+ "scenario": "push against the cabinet body to nudge or slide the machine slightly",
14
+ "confidence": 0.66
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "enclose internal components",
19
+ "provide structural support",
20
+ "support other parts",
21
+ "provide exterior contact surface"
22
+ ],
23
+ "semantic_description": "Large white painted metal housing with smooth matte panels, boxy shape, and broad side and front surfaces forming the main body of the washing machine.",
24
+ "id": 0,
25
+ "grasp_group": {}
26
+ },
27
+ {
28
+ "part_name": "top panel",
29
+ "mask_color": "Orange",
30
+ "graspable": true,
31
+ "grasp_scenarios": [
32
+ {
33
+ "scenario": "place a hand on the top panel to stabilize the machine while opening the door",
34
+ "confidence": 0.64
35
+ },
36
+ {
37
+ "scenario": "push down on the top surface to steady the appliance during maintenance or repositioning",
38
+ "confidence": 0.57
39
+ }
40
+ ],
41
+ "functional_labels": [
42
+ "cover the top",
43
+ "protect internal components",
44
+ "provide a flat upper surface"
45
+ ],
46
+ "semantic_description": "Flat white top panel with a smooth painted finish, rectangular shape, and full-width placement at the uppermost part of the machine.",
47
+ "id": 4,
48
+ "grasp_group": {}
49
+ },
50
+ {
51
+ "part_name": "door frame",
52
+ "mask_color": "Green",
53
+ "graspable": true,
54
+ "grasp_scenarios": [
55
+ {
56
+ "scenario": "grasp the protruding handle area on the door frame to pull the door open",
57
+ "confidence": 0.94
58
+ },
59
+ {
60
+ "scenario": "hold the outer door rim to swing the door closed",
61
+ "confidence": 0.85
62
+ },
63
+ {
64
+ "scenario": "stabilize the door while loading or unloading laundry",
65
+ "confidence": 0.73
66
+ }
67
+ ],
68
+ "functional_labels": [
69
+ "support the door window",
70
+ "open and close the front access door",
71
+ "provide a pulling surface",
72
+ "cover the drum opening when shut"
73
+ ],
74
+ "semantic_description": "Large circular front door assembly with a light-colored outer ring and a protruding handle on the right side, made of rigid plastic around the dark viewing window.",
75
+ "id": 1,
76
+ "grasp_group": {}
77
+ },
78
+ {
79
+ "part_name": "door window",
80
+ "mask_color": "Blue",
81
+ "graspable": false,
82
+ "grasp_scenarios": [],
83
+ "functional_labels": [
84
+ "allow viewing inside",
85
+ "cover the drum opening",
86
+ "contain laundry during washing"
87
+ ],
88
+ "semantic_description": "Dark transparent window inset within the front door, with a glossy smooth surface, likely glass or clear plastic, located centrally on the door.",
89
+ "id": 2,
90
+ "grasp_group": {}
91
+ },
92
+ {
93
+ "part_name": "control panel",
94
+ "mask_color": "Cyan",
95
+ "graspable": false,
96
+ "grasp_scenarios": [],
97
+ "functional_labels": [
98
+ "display controls",
99
+ "house user interface elements",
100
+ "support program selection area"
101
+ ],
102
+ "semantic_description": "Rectangular upper front interface area spanning much of the machine width, with darker display sections and smooth plastic finish above the door.",
103
+ "id": 6,
104
+ "grasp_group": {}
105
+ },
106
+ {
107
+ "part_name": "control knob",
108
+ "mask_color": "Orange",
109
+ "graspable": true,
110
+ "grasp_scenarios": [
111
+ {
112
+ "scenario": "pinch and rotate the selector knob to choose a wash program",
113
+ "confidence": 0.94
114
+ },
115
+ {
116
+ "scenario": "lightly grasp the knob to adjust machine settings",
117
+ "confidence": 0.87
118
+ }
119
+ ],
120
+ "functional_labels": [
121
+ "select wash cycle",
122
+ "adjust settings",
123
+ "provide rotary input"
124
+ ],
125
+ "semantic_description": "Small round selector knob on the upper front control area, light-colored and slightly protruding, with a smooth hard plastic surface for turning.",
126
+ "id": 4,
127
+ "grasp_group": {}
128
+ },
129
+ {
130
+ "part_name": "bottom trim panel",
131
+ "mask_color": "Purple",
132
+ "graspable": false,
133
+ "grasp_scenarios": [],
134
+ "functional_labels": [
135
+ "cover lower front opening",
136
+ "protect lower internal area",
137
+ "provide front finishing trim"
138
+ ],
139
+ "semantic_description": "Narrow horizontal panel at the lower front edge of the machine, darker colored and slightly recessed compared with the main white cabinet.",
140
+ "id": 5,
141
+ "grasp_group": {}
142
+ }
143
+ ],
144
+ "quality_check": {
145
+ "success": false,
146
+ "message": "Mask colors and part identities mismatch; knob is not orange, top panel and knob share wrong mask, bottom panel color incorrect."
147
+ }
148
+ }
dataset/home_appliances/electrical_appliances/265cbab0a6145493bf7df5a6061df422/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1eb87cfbfe40af9d394750798b3f0e4f5919c2b12a610b5eea4b999a64a7b6d
3
+ size 2353408