binhng commited on
Commit
0b44fd7
·
verified ·
1 Parent(s): d851f73

Upload README.md with huggingface_hub

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