fracapuano commited on
Commit
3781276
·
verified ·
1 Parent(s): 7525b3d

Upload README.md with huggingface_hub

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