eunyoung927 commited on
Commit
f828425
·
verified ·
1 Parent(s): e7fae87

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +270 -0
README.md ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ur7e
8
+ - drawer
9
+ - scripted
10
+ - lerobot
11
+ - controller-desired
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+
20
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=CoRL2026-CSI/UR7e_Scripted_DrawerOpen_Test">
21
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
22
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
23
+ </a>
24
+
25
+
26
+ ## Dataset Description
27
+
28
+
29
+
30
+ - **Homepage:** [More Information Needed]
31
+ - **Paper:** [More Information Needed]
32
+ - **License:** apache-2.0
33
+
34
+ ## Dataset Structure
35
+
36
+ [meta/info.json](meta/info.json):
37
+ ```json
38
+ {
39
+ "codebase_version": "v3.0",
40
+ "robot_type": "ur7e",
41
+ "total_episodes": 3,
42
+ "total_frames": 580,
43
+ "total_tasks": 1,
44
+ "chunks_size": 1000,
45
+ "data_files_size_in_mb": 100,
46
+ "video_files_size_in_mb": 200,
47
+ "fps": 10,
48
+ "splits": {
49
+ "train": "0:3"
50
+ },
51
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
52
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
53
+ "features": {
54
+ "observation.state": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 7
58
+ ],
59
+ "names": [
60
+ "shoulder_pan.pos",
61
+ "shoulder_lift.pos",
62
+ "elbow.pos",
63
+ "wrist_1.pos",
64
+ "wrist_2.pos",
65
+ "wrist_3.pos",
66
+ "gripper.pos"
67
+ ]
68
+ },
69
+ "action": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 7
73
+ ],
74
+ "names": [
75
+ "shoulder_pan.pos",
76
+ "shoulder_lift.pos",
77
+ "elbow.pos",
78
+ "wrist_1.pos",
79
+ "wrist_2.pos",
80
+ "wrist_3.pos",
81
+ "gripper.pos"
82
+ ]
83
+ },
84
+ "observation.images.realsense_topview": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 480,
88
+ 640,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "video.height": 480,
98
+ "video.width": 640,
99
+ "video.codec": "h264",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "video.fps": 10,
103
+ "video.channels": 3,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.realsense_wrist": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 480,
111
+ 640,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.height": 480,
121
+ "video.width": 640,
122
+ "video.codec": "h264",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 10,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "skill.type": {
131
+ "dtype": "string",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "skill.progress": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "skill.goal_position.joint": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 7
148
+ ],
149
+ "names": [
150
+ "shoulder_pan.pos",
151
+ "shoulder_lift.pos",
152
+ "elbow.pos",
153
+ "wrist_1.pos",
154
+ "wrist_2.pos",
155
+ "wrist_3.pos",
156
+ "gripper.pos"
157
+ ]
158
+ },
159
+ "skill.goal_position.world_xyzrpy": {
160
+ "dtype": "float32",
161
+ "shape": [
162
+ 6
163
+ ],
164
+ "names": [
165
+ "x",
166
+ "y",
167
+ "z",
168
+ "roll",
169
+ "pitch",
170
+ "yaw"
171
+ ]
172
+ },
173
+ "skill.goal_position.robot_xyzrpy": {
174
+ "dtype": "float32",
175
+ "shape": [
176
+ 6
177
+ ],
178
+ "names": [
179
+ "x",
180
+ "y",
181
+ "z",
182
+ "roll",
183
+ "pitch",
184
+ "yaw"
185
+ ]
186
+ },
187
+ "skill.goal_position.gripper": {
188
+ "dtype": "float32",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": [
193
+ "gripper.pos"
194
+ ]
195
+ },
196
+ "skill.natural_language": {
197
+ "dtype": "string",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "observation.ee_pos.robot_xyzrpy": {
204
+ "dtype": "float32",
205
+ "shape": [
206
+ 6
207
+ ],
208
+ "names": [
209
+ "x",
210
+ "y",
211
+ "z",
212
+ "roll",
213
+ "pitch",
214
+ "yaw"
215
+ ]
216
+ },
217
+ "observation.gripper_binary": {
218
+ "dtype": "float32",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "timestamp": {
225
+ "dtype": "float32",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "frame_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "episode_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ },
245
+ "index": {
246
+ "dtype": "int64",
247
+ "shape": [
248
+ 1
249
+ ],
250
+ "names": null
251
+ },
252
+ "task_index": {
253
+ "dtype": "int64",
254
+ "shape": [
255
+ 1
256
+ ],
257
+ "names": null
258
+ }
259
+ }
260
+ }
261
+ ```
262
+
263
+
264
+ ## Citation
265
+
266
+ **BibTeX:**
267
+
268
+ ```bibtex
269
+ [More Information Needed]
270
+ ```