cadene HF staff commited on
Commit
182d9ae
·
verified ·
1 Parent(s): 0660a21

Upload README.md with huggingface_hub

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