xinjjj commited on
Commit
8bca8a1
·
verified ·
1 Parent(s): 99d0713

Add asset home_appliances/electrical_appliances/1f2b54d0fe835885919dc44870598ba2

Browse files
.gitattributes CHANGED
@@ -8329,3 +8329,4 @@ dataset/food/fruits/ca0c894932425ba68842c591bf6ff608/affordance/mesh_part_seg.gl
8329
  dataset/home_appliances/electrical_appliances/0e53ce7032ad553693cdfc8dac3d9d39/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
 
 
8329
  dataset/home_appliances/electrical_appliances/0e53ce7032ad553693cdfc8dac3d9d39/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
dataset/home_appliances/electrical_appliances/1f2b54d0fe835885919dc44870598ba2/1f2b54d0fe835885919dc44870598ba2.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/1f2b54d0fe835885919dc44870598ba2/affordance/affordance_annot.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "top cover",
5
+ "mask_color": "Purple",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "place a stabilizing gripper on the top panel while another manipulates a front door",
10
+ "confidence": 0.56
11
+ },
12
+ {
13
+ "scenario": "grasp a top edge to help reposition the appliance during installation",
14
+ "confidence": 0.47
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "cover the appliance top",
19
+ "protect internal components",
20
+ "provide a flat external surface"
21
+ ],
22
+ "semantic_description": "Large flat white metal top panel with a smooth satin finish and broad rectangular shape forming the uppermost surface.",
23
+ "id": 5,
24
+ "grasp_group": {}
25
+ },
26
+ {
27
+ "part_name": "upper front and side housing",
28
+ "mask_color": "Pink",
29
+ "graspable": true,
30
+ "grasp_scenarios": [
31
+ {
32
+ "scenario": "grasp an upper side or front edge to help push or reposition the machine",
33
+ "confidence": 0.62
34
+ },
35
+ {
36
+ "scenario": "brace the upper housing to stabilize the appliance while opening the upper door",
37
+ "confidence": 0.58
38
+ }
39
+ ],
40
+ "functional_labels": [
41
+ "enclose upper dryer components",
42
+ "support the upper door and control area",
43
+ "provide structural housing",
44
+ "provide an external push surface"
45
+ ],
46
+ "semantic_description": "White painted metal housing around the upper half of the appliance, including the upper front surround and upper side surfaces, with a smooth satin finish and boxy shape.",
47
+ "id": 8,
48
+ "grasp_group": {}
49
+ },
50
+ {
51
+ "part_name": "lower front and side housing",
52
+ "mask_color": "Yellow",
53
+ "graspable": true,
54
+ "grasp_scenarios": [
55
+ {
56
+ "scenario": "grasp a lower side edge to help reposition the machine",
57
+ "confidence": 0.6
58
+ },
59
+ {
60
+ "scenario": "hold the lower housing to stabilize the appliance while opening the lower door",
61
+ "confidence": 0.57
62
+ }
63
+ ],
64
+ "functional_labels": [
65
+ "enclose lower washer components",
66
+ "support the lower door",
67
+ "provide structural base housing",
68
+ "provide an external push surface"
69
+ ],
70
+ "semantic_description": "White painted metal lower body section with a smooth satin finish and broad boxy form making up the lower half of the exterior, including lower front and side surfaces.",
71
+ "id": 3,
72
+ "grasp_group": {}
73
+ },
74
+ {
75
+ "part_name": "upper door rim",
76
+ "mask_color": "Red",
77
+ "graspable": true,
78
+ "grasp_scenarios": [
79
+ {
80
+ "scenario": "grasp the upper door rim to pull the upper front-loading door open",
81
+ "confidence": 0.89
82
+ },
83
+ {
84
+ "scenario": "hold the rim to swing or close the upper door",
85
+ "confidence": 0.85
86
+ }
87
+ ],
88
+ "functional_labels": [
89
+ "open the upper door",
90
+ "close the upper door",
91
+ "provide a pull point",
92
+ "frame the upper window"
93
+ ],
94
+ "semantic_description": "Circular white plastic door ring on the upper front with a smooth glossy finish surrounding the dark viewing window.",
95
+ "id": 0,
96
+ "grasp_group": {}
97
+ },
98
+ {
99
+ "part_name": "upper door window",
100
+ "mask_color": "Blue",
101
+ "graspable": false,
102
+ "grasp_scenarios": [],
103
+ "functional_labels": [
104
+ "allow viewing into the upper drum",
105
+ "cover the upper opening",
106
+ "contain laundry during operation"
107
+ ],
108
+ "semantic_description": "Dark tinted transparent window set inside the upper door, likely glass or clear plastic, with a glossy smooth surface and oval appearance from the viewing angle.",
109
+ "id": 2,
110
+ "grasp_group": {}
111
+ },
112
+ {
113
+ "part_name": "lower door rim and window",
114
+ "mask_color": "Green",
115
+ "graspable": true,
116
+ "grasp_scenarios": [
117
+ {
118
+ "scenario": "grasp the lower door edge or rim area to pull the lower front-loading door open",
119
+ "confidence": 0.78
120
+ },
121
+ {
122
+ "scenario": "hold the lower door edge to swing or close the lower door",
123
+ "confidence": 0.74
124
+ }
125
+ ],
126
+ "functional_labels": [
127
+ "open the lower door",
128
+ "close the lower door",
129
+ "allow viewing into the lower drum",
130
+ "cover the lower opening"
131
+ ],
132
+ "semantic_description": "Lower front circular door assembly with a white outer rim and dark tinted central window, glossy and smooth, centered on the lower front.",
133
+ "id": 1,
134
+ "grasp_group": {}
135
+ },
136
+ {
137
+ "part_name": "rear panel",
138
+ "mask_color": "Cyan",
139
+ "graspable": true,
140
+ "grasp_scenarios": [
141
+ {
142
+ "scenario": "use the rear panel as a broad stabilizing contact area during handling or installation",
143
+ "confidence": 0.44
144
+ },
145
+ {
146
+ "scenario": "grasp near a rear edge together with another housing area to help rotate or reposition the appliance",
147
+ "confidence": 0.4
148
+ }
149
+ ],
150
+ "functional_labels": [
151
+ "enclose the rear of the appliance",
152
+ "provide structural exterior housing",
153
+ "protect internal components"
154
+ ],
155
+ "semantic_description": "White painted metal rear panel with a smooth satin finish and flat rectangular surface, visible most clearly from the back view near the upper portion.",
156
+ "id": 6,
157
+ "grasp_group": {}
158
+ }
159
+ ],
160
+ "quality_check": {
161
+ "success": false,
162
+ "message": "Rear panel mislabeled; cyan mask marks only upper rear/side section, not full rear panel."
163
+ }
164
+ }
dataset/home_appliances/electrical_appliances/1f2b54d0fe835885919dc44870598ba2/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc41e72fb7bf1b1d2348d7858ffc840665ac4ffdc2dafd5f422a91948d01e05e
3
+ size 558856