Datasets:

Modalities:
Video
ArXiv:
DOI:
License:
wensi-ai commited on
Commit
965a161
·
verified ·
1 Parent(s): 1ec4f8f

Upload README.md with huggingface_hub

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