Daniel233 commited on
Commit
26d2008
·
verified ·
1 Parent(s): 7424522

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +346 -0
README.md ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - lerobot
9
+ - rby1
10
+ - egoengine
11
+ - bimanual
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
+ ## Dataset Description
20
+
21
+
22
+
23
+ - **Homepage:** [More Information Needed]
24
+ - **Paper:** [More Information Needed]
25
+ - **License:** apache-2.0
26
+
27
+ ## Dataset Structure
28
+
29
+ [meta/info.json](meta/info.json):
30
+ ```json
31
+ {
32
+ "codebase_version": "v2.0",
33
+ "robot_type": "rby1",
34
+ "total_episodes": 93,
35
+ "total_frames": 13116,
36
+ "total_tasks": 1,
37
+ "total_videos": 0,
38
+ "total_chunks": 1,
39
+ "chunks_size": 1000,
40
+ "fps": 10,
41
+ "splits": {
42
+ "train": [
43
+ 82,
44
+ 51,
45
+ 52,
46
+ 88,
47
+ 78,
48
+ 65,
49
+ 33,
50
+ 8,
51
+ 37,
52
+ 74,
53
+ 30,
54
+ 45,
55
+ 77,
56
+ 63,
57
+ 41,
58
+ 91,
59
+ 49,
60
+ 80,
61
+ 12,
62
+ 36,
63
+ 23,
64
+ 39,
65
+ 40,
66
+ 18,
67
+ 67,
68
+ 56,
69
+ 55,
70
+ 7,
71
+ 34,
72
+ 76,
73
+ 46,
74
+ 2,
75
+ 16,
76
+ 38,
77
+ 70,
78
+ 22,
79
+ 68,
80
+ 24,
81
+ 5,
82
+ 6,
83
+ 21,
84
+ 48,
85
+ 85,
86
+ 9,
87
+ 86,
88
+ 43,
89
+ 92,
90
+ 20,
91
+ 0,
92
+ 89,
93
+ 57,
94
+ 87,
95
+ 53,
96
+ 84,
97
+ 25,
98
+ 71,
99
+ 79,
100
+ 64,
101
+ 29,
102
+ 27,
103
+ 83,
104
+ 90,
105
+ 4,
106
+ 54,
107
+ 75,
108
+ 11,
109
+ 69,
110
+ 13,
111
+ 17,
112
+ 28,
113
+ 31,
114
+ 35,
115
+ 3,
116
+ 14,
117
+ 81
118
+ ],
119
+ "valid": [
120
+ 61,
121
+ 10,
122
+ 44,
123
+ 1,
124
+ 66,
125
+ 60,
126
+ 15,
127
+ 26,
128
+ 42,
129
+ 32,
130
+ 47,
131
+ 50,
132
+ 73,
133
+ 19,
134
+ 62,
135
+ 58,
136
+ 59,
137
+ 72
138
+ ]
139
+ },
140
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
141
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
142
+ "features": {
143
+ "actions.joint": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 49
147
+ ],
148
+ "names": [
149
+ "joint"
150
+ ]
151
+ },
152
+ "actions.joint_arm": {
153
+ "dtype": "float32",
154
+ "shape": [
155
+ 14
156
+ ],
157
+ "names": [
158
+ "joint_arm"
159
+ ]
160
+ },
161
+ "actions.joint_arm_hand": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 38
165
+ ],
166
+ "names": [
167
+ "joint_arm_hand"
168
+ ]
169
+ },
170
+ "actions.joint_arm_head_torso_base": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 25
174
+ ],
175
+ "names": [
176
+ "joint_arm_head_torso_base"
177
+ ]
178
+ },
179
+ "obs.aria_image": {
180
+ "dtype": "image",
181
+ "shape": [
182
+ 128,
183
+ 128,
184
+ 3
185
+ ],
186
+ "names": [
187
+ "channel",
188
+ "height",
189
+ "width"
190
+ ]
191
+ },
192
+ "obs.hand_left_qpos": {
193
+ "dtype": "float32",
194
+ "shape": [
195
+ 12
196
+ ],
197
+ "names": [
198
+ "hand_left_qpos"
199
+ ]
200
+ },
201
+ "obs.hand_right_qpos": {
202
+ "dtype": "float32",
203
+ "shape": [
204
+ 12
205
+ ],
206
+ "names": [
207
+ "hand_right_qpos"
208
+ ]
209
+ },
210
+ "obs.robot0_joint_pos": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 26
214
+ ],
215
+ "names": [
216
+ "robot0_joint_pos"
217
+ ]
218
+ },
219
+ "obs.task_id": {
220
+ "dtype": "float32",
221
+ "shape": [
222
+ 64
223
+ ],
224
+ "names": [
225
+ "task_id"
226
+ ]
227
+ },
228
+ "timestamp": {
229
+ "dtype": "float32",
230
+ "shape": [
231
+ 1
232
+ ],
233
+ "names": null
234
+ },
235
+ "frame_index": {
236
+ "dtype": "int64",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": null
241
+ },
242
+ "episode_index": {
243
+ "dtype": "int64",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": null
248
+ },
249
+ "index": {
250
+ "dtype": "int64",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "task_index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "obs.right_arm": {
264
+ "dtype": "float32",
265
+ "shape": [
266
+ 7
267
+ ],
268
+ "names": [
269
+ "right_arm"
270
+ ]
271
+ },
272
+ "obs.left_arm": {
273
+ "dtype": "float32",
274
+ "shape": [
275
+ 7
276
+ ],
277
+ "names": [
278
+ "left_arm"
279
+ ]
280
+ },
281
+ "actions.joint_right_arm_hand": {
282
+ "dtype": "float32",
283
+ "shape": [
284
+ 19
285
+ ],
286
+ "names": [
287
+ "joint_right_arm_hand"
288
+ ]
289
+ },
290
+ "actions.joint_left_arm_hand": {
291
+ "dtype": "float32",
292
+ "shape": [
293
+ 19
294
+ ],
295
+ "names": [
296
+ "joint_left_arm_hand"
297
+ ]
298
+ },
299
+ "actions.joint_right_arm": {
300
+ "dtype": "float32",
301
+ "shape": [
302
+ 7
303
+ ],
304
+ "names": [
305
+ "joint_right_arm"
306
+ ]
307
+ },
308
+ "actions.joint_left_arm": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "names": [
314
+ "joint_left_arm"
315
+ ]
316
+ },
317
+ "actions.joint_right_arm_hand_torso": {
318
+ "dtype": "float32",
319
+ "shape": [
320
+ 25
321
+ ],
322
+ "names": [
323
+ "joint_right_arm_hand_torso"
324
+ ]
325
+ },
326
+ "actions.joint_arm_hand_torso": {
327
+ "dtype": "float32",
328
+ "shape": [
329
+ 44
330
+ ],
331
+ "names": [
332
+ "joint_arm_hand_torso"
333
+ ]
334
+ }
335
+ }
336
+ }
337
+ ```
338
+
339
+
340
+ ## Citation
341
+
342
+ **BibTeX:**
343
+
344
+ ```bibtex
345
+ [More Information Needed]
346
+ ```