ryanrahman21 commited on
Commit
0d83efb
·
verified ·
1 Parent(s): ae99b5c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +349 -0
README.md ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=axiboai/piper-stack-scripted">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": null,
36
+ "total_episodes": 200,
37
+ "total_frames": 125272,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:200"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "observation.images.wrist_left": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 224,
53
+ 224,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channels"
60
+ ],
61
+ "info": {
62
+ "video.height": 224,
63
+ "video.width": 224,
64
+ "video.fps": 20,
65
+ "video.channels": 3,
66
+ "video.codec": "h264"
67
+ }
68
+ },
69
+ "observation.images.wrist_right": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 224,
73
+ 224,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channels"
80
+ ],
81
+ "info": {
82
+ "video.height": 224,
83
+ "video.width": 224,
84
+ "video.fps": 20,
85
+ "video.channels": 3,
86
+ "video.codec": "h264"
87
+ }
88
+ },
89
+ "observation.images.scene_front": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 224,
93
+ 224,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "info": {
102
+ "video.height": 224,
103
+ "video.width": 224,
104
+ "video.fps": 20,
105
+ "video.channels": 3,
106
+ "video.codec": "h264"
107
+ }
108
+ },
109
+ "observation.images.scene_top": {
110
+ "dtype": "video",
111
+ "shape": [
112
+ 224,
113
+ 224,
114
+ 3
115
+ ],
116
+ "names": [
117
+ "height",
118
+ "width",
119
+ "channels"
120
+ ],
121
+ "info": {
122
+ "video.height": 224,
123
+ "video.width": 224,
124
+ "video.fps": 20,
125
+ "video.channels": 3,
126
+ "video.codec": "h264"
127
+ }
128
+ },
129
+ "observation.state": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 30
133
+ ],
134
+ "names": [
135
+ "q0",
136
+ "q1",
137
+ "q2",
138
+ "q3",
139
+ "q4",
140
+ "q5",
141
+ "q6",
142
+ "q7",
143
+ "q8",
144
+ "q9",
145
+ "q10",
146
+ "q11",
147
+ "q12",
148
+ "q13",
149
+ "qd0",
150
+ "qd1",
151
+ "qd2",
152
+ "qd3",
153
+ "qd4",
154
+ "qd5",
155
+ "qd6",
156
+ "qd7",
157
+ "qd8",
158
+ "qd9",
159
+ "qd10",
160
+ "qd11",
161
+ "qd12",
162
+ "qd13",
163
+ "g_left",
164
+ "g_right"
165
+ ]
166
+ },
167
+ "observation.ee_pose": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 14
171
+ ],
172
+ "names": [
173
+ "left_x",
174
+ "left_y",
175
+ "left_z",
176
+ "left_qw",
177
+ "left_qx",
178
+ "left_qy",
179
+ "left_qz",
180
+ "right_x",
181
+ "right_y",
182
+ "right_z",
183
+ "right_qw",
184
+ "right_qx",
185
+ "right_qy",
186
+ "right_qz"
187
+ ]
188
+ },
189
+ "action.joint_position": {
190
+ "dtype": "float32",
191
+ "shape": [
192
+ 14
193
+ ],
194
+ "names": [
195
+ "joint_target_0",
196
+ "joint_target_1",
197
+ "joint_target_2",
198
+ "joint_target_3",
199
+ "joint_target_4",
200
+ "joint_target_5",
201
+ "joint_target_6",
202
+ "joint_target_7",
203
+ "joint_target_8",
204
+ "joint_target_9",
205
+ "joint_target_10",
206
+ "joint_target_11",
207
+ "joint_target_12",
208
+ "joint_target_13"
209
+ ]
210
+ },
211
+ "action.ee_delta": {
212
+ "dtype": "float32",
213
+ "shape": [
214
+ 12
215
+ ],
216
+ "names": [
217
+ "left_dx",
218
+ "left_dy",
219
+ "left_dz",
220
+ "left_drx",
221
+ "left_dry",
222
+ "left_drz",
223
+ "right_dx",
224
+ "right_dy",
225
+ "right_dz",
226
+ "right_drx",
227
+ "right_dry",
228
+ "right_drz"
229
+ ]
230
+ },
231
+ "metadata.demonstrator_id": {
232
+ "dtype": "string",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": [
237
+ "demonstrator_id"
238
+ ]
239
+ },
240
+ "metadata.station_id": {
241
+ "dtype": "string",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": [
246
+ "station_id"
247
+ ]
248
+ },
249
+ "metadata.task_variant": {
250
+ "dtype": "string",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": [
255
+ "task_variant"
256
+ ]
257
+ },
258
+ "metadata.towel_id": {
259
+ "dtype": "string",
260
+ "shape": [
261
+ 1
262
+ ],
263
+ "names": [
264
+ "towel_id"
265
+ ]
266
+ },
267
+ "metadata.lighting": {
268
+ "dtype": "string",
269
+ "shape": [
270
+ 1
271
+ ],
272
+ "names": [
273
+ "lighting"
274
+ ]
275
+ },
276
+ "metadata.mat_id": {
277
+ "dtype": "string",
278
+ "shape": [
279
+ 1
280
+ ],
281
+ "names": [
282
+ "mat_id"
283
+ ]
284
+ },
285
+ "metadata.success": {
286
+ "dtype": "int64",
287
+ "shape": [
288
+ 1
289
+ ],
290
+ "names": [
291
+ "success"
292
+ ]
293
+ },
294
+ "metadata.notes": {
295
+ "dtype": "string",
296
+ "shape": [
297
+ 1
298
+ ],
299
+ "names": [
300
+ "notes"
301
+ ]
302
+ },
303
+ "timestamp": {
304
+ "dtype": "float32",
305
+ "shape": [
306
+ 1
307
+ ],
308
+ "names": null
309
+ },
310
+ "frame_index": {
311
+ "dtype": "int64",
312
+ "shape": [
313
+ 1
314
+ ],
315
+ "names": null
316
+ },
317
+ "episode_index": {
318
+ "dtype": "int64",
319
+ "shape": [
320
+ 1
321
+ ],
322
+ "names": null
323
+ },
324
+ "index": {
325
+ "dtype": "int64",
326
+ "shape": [
327
+ 1
328
+ ],
329
+ "names": null
330
+ },
331
+ "task_index": {
332
+ "dtype": "int64",
333
+ "shape": [
334
+ 1
335
+ ],
336
+ "names": null
337
+ }
338
+ }
339
+ }
340
+ ```
341
+
342
+
343
+ ## Citation
344
+
345
+ **BibTeX:**
346
+
347
+ ```bibtex
348
+ [More Information Needed]
349
+ ```