xinjjj commited on
Commit
b9119e9
·
verified ·
1 Parent(s): d313191

Add asset desktop_supplies/office_stationery/e936c97e42d95c2eb5052eaf6dd911ec

Browse files
.gitattributes CHANGED
@@ -8217,4 +8217,4 @@ dataset/desktop_supplies/office_stationery/e5847c4a01df5ad5a1e869538e8e9447/affo
8217
  dataset/desktop_supplies/office_stationery/e61ffbb023ce52c78be33d97583c2774/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8218
  dataset/desktop_supplies/office_stationery/e6592bd269bf5d139437e7ca619b7f96/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8219
  dataset/desktop_supplies/office_stationery/e7b82f1e5288564895659ebc23b435c4/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8220
- dataset/desktop_supplies/office_stationery/e8b5d40c3fae5039a359a6aa4a1f9bd8/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
 
8217
  dataset/desktop_supplies/office_stationery/e61ffbb023ce52c78be33d97583c2774/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8218
  dataset/desktop_supplies/office_stationery/e6592bd269bf5d139437e7ca619b7f96/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8219
  dataset/desktop_supplies/office_stationery/e7b82f1e5288564895659ebc23b435c4/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
8220
+ dataset/desktop_supplies/office_stationery/e936c97e42d95c2eb5052eaf6dd911ec/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/desktop_supplies/office_stationery/e936c97e42d95c2eb5052eaf6dd911ec/affordance/affordance_annot.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "front cover",
5
+ "mask_color": "Red",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp the notebook by the cover edge to pick it up from a table",
10
+ "confidence": 0.8
11
+ },
12
+ {
13
+ "scenario": "pinch a cover corner to open or flip the notebook",
14
+ "confidence": 0.74
15
+ },
16
+ {
17
+ "scenario": "hold the cover to stabilize the notebook while repositioning it",
18
+ "confidence": 0.68
19
+ }
20
+ ],
21
+ "functional_labels": [
22
+ "protect the pages",
23
+ "provide a writing support surface",
24
+ "open and close the notebook",
25
+ "present the front side"
26
+ ],
27
+ "semantic_description": "Large rectangular outer cover panel of the notebook, bright neon green, with rounded corners, a smooth slightly glossy finish, and fine vertical ribbing visible on the surface.",
28
+ "id": 0,
29
+ "grasp_group": {}
30
+ },
31
+ {
32
+ "part_name": "spiral binding",
33
+ "mask_color": "Green",
34
+ "graspable": true,
35
+ "grasp_scenarios": [
36
+ {
37
+ "scenario": "pinch the spiral edge to reorient or lift the notebook lightly",
38
+ "confidence": 0.56
39
+ },
40
+ {
41
+ "scenario": "hold the binding to stabilize the notebook while turning pages",
42
+ "confidence": 0.63
43
+ },
44
+ {
45
+ "scenario": "grasp near the spiral side to pull the notebook closer on a desk",
46
+ "confidence": 0.57
47
+ }
48
+ ],
49
+ "functional_labels": [
50
+ "bind the pages together",
51
+ "act as a hinge for page turning",
52
+ "keep the notebook assembled",
53
+ "define the opening edge"
54
+ ],
55
+ "semantic_description": "Narrow spiral coil running along one side of the notebook, bright green, made of looped rigid plastic or coated wire, forming repeated rounded rings along the edge.",
56
+ "id": 1,
57
+ "grasp_group": {
58
+ "grasp_20": {
59
+ "confidence": 0.9792323708534241,
60
+ "position": [
61
+ -0.06794816903129686,
62
+ -0.1963225812651217,
63
+ -0.0002691120753297582
64
+ ],
65
+ "orientation": {
66
+ "w": 0.5123126980855282,
67
+ "xyz": [
68
+ -0.487225041849357,
69
+ -0.5006976754532597,
70
+ -0.49944899216128275
71
+ ]
72
+ }
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "part_name": "back cover",
78
+ "mask_color": "Blue",
79
+ "graspable": true,
80
+ "grasp_scenarios": [
81
+ {
82
+ "scenario": "grasp the notebook by the back cover edge to pick it up",
83
+ "confidence": 0.77
84
+ },
85
+ {
86
+ "scenario": "hold the back cover to support the notebook while carrying",
87
+ "confidence": 0.72
88
+ },
89
+ {
90
+ "scenario": "pinch a back cover corner to flip or reposition the notebook",
91
+ "confidence": 0.62
92
+ }
93
+ ],
94
+ "functional_labels": [
95
+ "protect the back of the pages",
96
+ "provide rear support",
97
+ "stiffen the notebook",
98
+ "serve as a backing surface for writing"
99
+ ],
100
+ "semantic_description": "Large rectangular rear cover panel on the opposite side of the notebook, also bright neon green with rounded corners, a smooth slightly glossy surface, and subtle fine ribbing visible in the views showing the back.",
101
+ "id": 2,
102
+ "grasp_group": {
103
+ "grasp_42": {
104
+ "confidence": 0.5810253024101257,
105
+ "position": [
106
+ -0.16742902151599992,
107
+ -0.08831903943791986,
108
+ -0.07427918062603567
109
+ ],
110
+ "orientation": {
111
+ "w": 0.9194228363243475,
112
+ "xyz": [
113
+ -0.12339743885522124,
114
+ 0.3693305721857648,
115
+ 0.05504224357891415
116
+ ]
117
+ }
118
+ },
119
+ "grasp_46": {
120
+ "confidence": 0.032558880746364594,
121
+ "position": [
122
+ -0.022670137652312405,
123
+ 0.02506235195323825,
124
+ -0.1009083603421459
125
+ ],
126
+ "orientation": {
127
+ "w": 0.9826593389511854,
128
+ "xyz": [
129
+ 0.172513893584451,
130
+ 0.05950361285567096,
131
+ 0.032846615494964294
132
+ ]
133
+ }
134
+ }
135
+ }
136
+ }
137
+ ],
138
+ "quality_check": {
139
+ "success": true,
140
+ "message": "YES"
141
+ }
142
+ }
dataset/desktop_supplies/office_stationery/e936c97e42d95c2eb5052eaf6dd911ec/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b650e43fc33d6378b234d0bf3096199f7f56145207262b5bf863a84f92c2a4
3
+ size 1593176