xinjjj commited on
Commit
d0a9198
·
verified ·
1 Parent(s): b53ca72

Add asset home_appliances/electrical_appliances/52a7b63678955dd49adcda31325984c9

Browse files
.gitattributes CHANGED
@@ -8336,3 +8336,4 @@ dataset/home_appliances/electrical_appliances/2ef7bbaf9014573e960f8029e500d274/a
8336
  dataset/home_appliances/electrical_appliances/342d0d6bc8f65907bf18a1338152b989/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8337
  dataset/home_appliances/electrical_appliances/37fbcc432b035633bc93b27fe2888cb1/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8338
  dataset/home_appliances/electrical_appliances/3bcefd8aafed5612b8bc9cec33b0ce62/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
 
 
8336
  dataset/home_appliances/electrical_appliances/342d0d6bc8f65907bf18a1338152b989/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8337
  dataset/home_appliances/electrical_appliances/37fbcc432b035633bc93b27fe2888cb1/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
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/52a7b63678955dd49adcda31325984c9/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/home_appliances/electrical_appliances/52a7b63678955dd49adcda31325984c9/affordance/affordance_annot.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "main cabinet body",
5
+ "mask_color": "Green",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp the side walls to steady or reposition the washing machine during installation",
10
+ "confidence": 0.72
11
+ },
12
+ {
13
+ "scenario": "support the cabinet from opposite sides for a team lift with large grippers",
14
+ "confidence": 0.58
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "enclose internal components",
19
+ "support the machine structure",
20
+ "provide mounting surfaces",
21
+ "stabilize the appliance on the floor"
22
+ ],
23
+ "semantic_description": "Large white painted metal outer body of the washing machine with a smooth semi-gloss finish, boxy shape, and broad front and side surfaces forming the main cabinet.",
24
+ "id": 1,
25
+ "grasp_group": {}
26
+ },
27
+ {
28
+ "part_name": "control panel",
29
+ "mask_color": "Orange",
30
+ "graspable": false,
31
+ "grasp_scenarios": [],
32
+ "functional_labels": [
33
+ "display settings",
34
+ "house controls",
35
+ "allow cycle selection",
36
+ "indicate machine status"
37
+ ],
38
+ "semantic_description": "Narrow front-top panel with a dark display area, white knob and printed button markings, likely plastic with a smooth semi-gloss finish and flush rectangular shape.",
39
+ "id": 4,
40
+ "grasp_group": {}
41
+ },
42
+ {
43
+ "part_name": "door ring and window",
44
+ "mask_color": "Blue",
45
+ "graspable": true,
46
+ "grasp_scenarios": [
47
+ {
48
+ "scenario": "grasp the front door rim to pull the door open",
49
+ "confidence": 0.85
50
+ },
51
+ {
52
+ "scenario": "hold the door edge to swing it closed",
53
+ "confidence": 0.8
54
+ },
55
+ {
56
+ "scenario": "stabilize the front opening while loading laundry",
57
+ "confidence": 0.48
58
+ }
59
+ ],
60
+ "functional_labels": [
61
+ "cover the drum opening",
62
+ "allow viewing into the drum",
63
+ "enable loading access",
64
+ "seal the front opening"
65
+ ],
66
+ "semantic_description": "Large circular front door assembly with a dark translucent window and light trim ring, smooth hard glossy surfaces, centered on the front face and protruding slightly outward.",
67
+ "id": 2,
68
+ "grasp_group": {}
69
+ },
70
+ {
71
+ "part_name": "door handle recess",
72
+ "mask_color": "Red",
73
+ "graspable": true,
74
+ "grasp_scenarios": [
75
+ {
76
+ "scenario": "pinch or hook the recessed handle to unlatch and open the door",
77
+ "confidence": 0.93
78
+ },
79
+ {
80
+ "scenario": "hold the recess area to guide the door shut",
81
+ "confidence": 0.76
82
+ }
83
+ ],
84
+ "functional_labels": [
85
+ "provide pull point",
86
+ "enable door opening",
87
+ "assist door closing",
88
+ "localize hand access"
89
+ ],
90
+ "semantic_description": "Small recessed pull area on the door, appearing as a dark inset within the circular front door, with a hard smooth plastic finish and compact curved shape.",
91
+ "id": 0,
92
+ "grasp_group": {}
93
+ },
94
+ {
95
+ "part_name": "top panel",
96
+ "mask_color": "Purple",
97
+ "graspable": false,
98
+ "grasp_scenarios": [],
99
+ "functional_labels": [
100
+ "cover the top of the cabinet",
101
+ "protect internal components",
102
+ "add structural stiffness",
103
+ "provide an upper exterior surface"
104
+ ],
105
+ "semantic_description": "Flat white or light gray metal top panel with several raised longitudinal ribs, painted finish, rectangular shape, and located on the top face of the washing machine.",
106
+ "id": 5,
107
+ "grasp_group": {}
108
+ }
109
+ ],
110
+ "quality_check": {
111
+ "success": false,
112
+ "message": "Top panel mislabeled by mask and graspability too strict; orange panel description also mismatches visible controls."
113
+ }
114
+ }
dataset/home_appliances/electrical_appliances/52a7b63678955dd49adcda31325984c9/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6514d8b8f2e84c63c671fe1e9d8fc291a38f4d8089f75c93208dd610e4d689
3
+ size 1777672