fabiangrob commited on
Commit
2077939
·
verified ·
1 Parent(s): 90d53a3

Clone fabiangrob/pick_place_extra_objects_realsense with videos resized to 256x448 (fast random access encoding)

Browse files
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "so101_follower",
29
+ "total_episodes": 50,
30
+ "total_frames": 16598,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:50"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "shoulder_pan.pos",
46
+ "shoulder_lift.pos",
47
+ "elbow_flex.pos",
48
+ "wrist_flex.pos",
49
+ "wrist_roll.pos",
50
+ "gripper.pos"
51
+ ],
52
+ "shape": [
53
+ 6
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "names": [
59
+ "shoulder_pan.pos",
60
+ "shoulder_lift.pos",
61
+ "elbow_flex.pos",
62
+ "wrist_flex.pos",
63
+ "wrist_roll.pos",
64
+ "gripper.pos"
65
+ ],
66
+ "shape": [
67
+ 6
68
+ ]
69
+ },
70
+ "observation.images.wrist": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 1080,
74
+ 1920,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 1080,
84
+ "video.width": 1920,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.top": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 848,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 848,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 30,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "timestamp": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "frame_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "episode_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "task_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ }
151
+ }
152
+ }
153
+ ```
154
+
155
+
156
+ ## Citation
157
+
158
+ **BibTeX:**
159
+
160
+ ```bibtex
161
+ [More Information Needed]
162
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd9fe458773a773448a1076467acc5da98b80e7d6520f41dc999126547b9b11
3
+ size 363908
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5feb22002ef47e7799c6306ee6e48e84058ba807876cbfa8b8c5e803a3a5ad9c
3
+ size 240075
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac7e7fd885aae61ec7a7d1bbca5da60e49a9795302ef98455d4c931fa8131ae
3
+ size 264103
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02793b6e2f355ab0bf1da3f064901705f342568b802ecb9a3ed4a76d1dc8806f
3
+ size 107397
meta/episodes/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24c9000798eb649ee805a0c7ccaa0ce9a9e97ee364cfb80d0800b3925c5e0d6
3
+ size 98092
meta/episodes/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82aec853fbb3b6c6cb06f65cf2f5abaa4ff140801b56b6de080afe8fee8d9464
3
+ size 101020
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 50,
5
+ "total_frames": 16598,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:50"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 3,
49
+ 256,
50
+ 448
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 3,
72
+ 256,
73
+ 448
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 848,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.top": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.42839526715686277
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.4490111240868895
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.45276787293348714
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.016006202176030895
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.018851334173537126
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.022563301116534117
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 5000
73
+ ],
74
+ "q01": [
75
+ [
76
+ [
77
+ 0.011431982698943228
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.030051310098174685
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.027692909183049813
88
+ ]
89
+ ]
90
+ ],
91
+ "q10": [
92
+ [
93
+ [
94
+ 0.18870032486364086
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.21687272859845672
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.2214985073436904
105
+ ]
106
+ ]
107
+ ],
108
+ "q50": [
109
+ [
110
+ [
111
+ 0.43035296756074104
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 0.470889400898176
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.4920591456636813
122
+ ]
123
+ ]
124
+ ],
125
+ "q90": [
126
+ [
127
+ [
128
+ 0.6632279123753211
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.6155100839622605
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.5758728876961178
139
+ ]
140
+ ]
141
+ ],
142
+ "q99": [
143
+ [
144
+ [
145
+ 0.7552168508046871
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.6754749182680359
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.6210772573410069
156
+ ]
157
+ ]
158
+ ]
159
+ },
160
+ "observation.state": {
161
+ "min": [
162
+ -35.044525146484375,
163
+ -99.14383697509766,
164
+ -65.63481140136719,
165
+ 39.86014175415039,
166
+ -38.998779296875,
167
+ 0.3403675854206085
168
+ ],
169
+ "max": [
170
+ 69.40806579589844,
171
+ 60.70205307006836,
172
+ 99.10273742675781,
173
+ 93.50061798095703,
174
+ 34.5543327331543,
175
+ 42.682098388671875
176
+ ],
177
+ "mean": [
178
+ 15.892242646485599,
179
+ -56.88950143122992,
180
+ 58.197661545667636,
181
+ 70.96314895754905,
182
+ -4.839822893170159,
183
+ 7.163049461612042
184
+ ],
185
+ "std": [
186
+ 20.13487353468045,
187
+ 43.70227536932328,
188
+ 38.096466230287575,
189
+ 7.659521472446941,
190
+ 8.608887899899281,
191
+ 8.989259630400328
192
+ ],
193
+ "count": [
194
+ 16598
195
+ ],
196
+ "q01": [
197
+ -13.239800557185399,
198
+ -98.8829237393217,
199
+ -0.5742131462536273,
200
+ 57.4034524978806,
201
+ -16.197544449883356,
202
+ 0.4950580988142583
203
+ ],
204
+ "q10": [
205
+ -9.814538470548792,
206
+ -98.85372489154489,
207
+ 5.931498878424336,
208
+ 62.319491030811356,
209
+ -14.428990571775415,
210
+ 0.5171209395727199
211
+ ],
212
+ "q50": [
213
+ 15.698496282799914,
214
+ -69.98809725309229,
215
+ 68.25568691449264,
216
+ 72.2255484395006,
217
+ -4.794874747503021,
218
+ 1.218889503900297
219
+ ],
220
+ "q90": [
221
+ 43.238390785591974,
222
+ 2.7537139555389514,
223
+ 93.92108041776285,
224
+ 77.95738331385692,
225
+ 4.953354043354267,
226
+ 21.00522733573718
227
+ ],
228
+ "q99": [
229
+ 46.685800094263016,
230
+ 13.323686454408724,
231
+ 94.06568986514435,
232
+ 80.73742867889537,
233
+ 7.775588719358714,
234
+ 27.81587153044771
235
+ ]
236
+ },
237
+ "task_index": {
238
+ "min": [
239
+ 0
240
+ ],
241
+ "max": [
242
+ 0
243
+ ],
244
+ "mean": [
245
+ 0.0
246
+ ],
247
+ "std": [
248
+ 0.0
249
+ ],
250
+ "count": [
251
+ 16598
252
+ ],
253
+ "q01": [
254
+ 3.999999999999417e-16
255
+ ],
256
+ "q10": [
257
+ 3.999999999999416e-15
258
+ ],
259
+ "q50": [
260
+ 1.9999999999997084e-14
261
+ ],
262
+ "q90": [
263
+ 3.599999999999476e-14
264
+ ],
265
+ "q99": [
266
+ 3.959999999999423e-14
267
+ ]
268
+ },
269
+ "observation.images.wrist": {
270
+ "min": [
271
+ [
272
+ [
273
+ 0.0
274
+ ]
275
+ ],
276
+ [
277
+ [
278
+ 0.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 0.0
284
+ ]
285
+ ]
286
+ ],
287
+ "max": [
288
+ [
289
+ [
290
+ 1.0
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 1.0
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 1.0
301
+ ]
302
+ ]
303
+ ],
304
+ "mean": [
305
+ [
306
+ [
307
+ 0.4652110212962963
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 0.4687172202069717
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.4659155151416121
318
+ ]
319
+ ]
320
+ ],
321
+ "std": [
322
+ [
323
+ [
324
+ 0.0045581012197241704
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.005291346258739338
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.0059921391942494425
335
+ ]
336
+ ]
337
+ ],
338
+ "count": [
339
+ 5000
340
+ ],
341
+ "q01": [
342
+ [
343
+ [
344
+ 0.0036332424570206514
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.0009960274170181958
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ -3.921568627450983e-13
355
+ ]
356
+ ]
357
+ ],
358
+ "q10": [
359
+ [
360
+ [
361
+ 0.059918933908479834
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 0.05049915425925953
367
+ ]
368
+ ],
369
+ [
370
+ [
371
+ 0.0049352001457548976
372
+ ]
373
+ ]
374
+ ],
375
+ "q50": [
376
+ [
377
+ [
378
+ 0.48116208325908555
379
+ ]
380
+ ],
381
+ [
382
+ [
383
+ 0.5091061761005287
384
+ ]
385
+ ],
386
+ [
387
+ [
388
+ 0.5219017695599517
389
+ ]
390
+ ]
391
+ ],
392
+ "q90": [
393
+ [
394
+ [
395
+ 0.761874944094121
396
+ ]
397
+ ],
398
+ [
399
+ [
400
+ 0.7327173804999427
401
+ ]
402
+ ],
403
+ [
404
+ [
405
+ 0.7283879672427771
406
+ ]
407
+ ]
408
+ ],
409
+ "q99": [
410
+ [
411
+ [
412
+ 0.8486216446148248
413
+ ]
414
+ ],
415
+ [
416
+ [
417
+ 0.8044905328964169
418
+ ]
419
+ ],
420
+ [
421
+ [
422
+ 0.797186456118362
423
+ ]
424
+ ]
425
+ ]
426
+ },
427
+ "action": {
428
+ "min": [
429
+ -35.711177825927734,
430
+ -99.22447204589844,
431
+ -67.81504821777344,
432
+ 39.112571716308594,
433
+ -39.340660095214844,
434
+ 0.10121457278728485
435
+ ],
436
+ "max": [
437
+ 70.16094207763672,
438
+ 60.27574157714844,
439
+ 97.8241195678711,
440
+ 93.75513458251953,
441
+ 34.89621353149414,
442
+ 43.218624114990234
443
+ ],
444
+ "mean": [
445
+ 16.089150662748388,
446
+ -57.568746149173656,
447
+ 56.940854635306444,
448
+ 70.88328167535782,
449
+ -4.897051949087221,
450
+ 4.1573297951017185
451
+ ],
452
+ "std": [
453
+ 20.166351614278476,
454
+ 42.99245353368334,
455
+ 38.632855312790845,
456
+ 7.7786502870539875,
457
+ 8.635985087281489,
458
+ 8.705510043956398
459
+ ],
460
+ "count": [
461
+ 16598
462
+ ],
463
+ "q01": [
464
+ -13.515528186423625,
465
+ -98.88456507033115,
466
+ -3.2981631382931145,
467
+ 56.83715860247501,
468
+ -16.401361566606987,
469
+ 0.10482458767402257
470
+ ],
471
+ "q10": [
472
+ -9.611837597840365,
473
+ -98.7933716454941,
474
+ 4.063601380538695,
475
+ 62.04125598489819,
476
+ -14.543758107636531,
477
+ 0.10649666787926405
478
+ ],
479
+ "q50": [
480
+ 15.932289349838582,
481
+ -70.35491378022304,
482
+ 67.01903675721732,
483
+ 72.2083060003062,
484
+ -4.864424491285609,
485
+ 0.1393387967529213
486
+ ],
487
+ "q90": [
488
+ 43.36226188779971,
489
+ 1.027437146757531,
490
+ 93.05867831174118,
491
+ 77.9482802779225,
492
+ 4.923638818142206,
493
+ 20.965773907045605
494
+ ],
495
+ "q99": [
496
+ 47.39911722877833,
497
+ 12.756041175041158,
498
+ 93.34001110540761,
499
+ 81.01114344098755,
500
+ 7.951360818038997,
501
+ 28.912015257353733
502
+ ]
503
+ },
504
+ "frame_index": {
505
+ "min": [
506
+ 0
507
+ ],
508
+ "max": [
509
+ 453
510
+ ],
511
+ "mean": [
512
+ 168.28358838414266
513
+ ],
514
+ "std": [
515
+ 100.81939275150519
516
+ ],
517
+ "count": [
518
+ 16598
519
+ ],
520
+ "q01": [
521
+ 2.9314057702355125
522
+ ],
523
+ "q10": [
524
+ 33.21030096148136
525
+ ],
526
+ "q50": [
527
+ 168.05149097481603
528
+ ],
529
+ "q90": [
530
+ 303.2616051717876
531
+ ],
532
+ "q99": [
533
+ 333.6126935188353
534
+ ]
535
+ },
536
+ "timestamp": {
537
+ "min": [
538
+ 0.0
539
+ ],
540
+ "max": [
541
+ 15.1
542
+ ],
543
+ "mean": [
544
+ 5.609452946138085
545
+ ],
546
+ "std": [
547
+ 3.3606464250501724
548
+ ],
549
+ "count": [
550
+ 16598
551
+ ],
552
+ "q01": [
553
+ 0.0977135255795311
554
+ ],
555
+ "q10": [
556
+ 1.107010031971783
557
+ ],
558
+ "q50": [
559
+ 5.6016390095190784
560
+ ],
561
+ "q90": [
562
+ 10.108720172470461
563
+ ],
564
+ "q99": [
565
+ 11.12042311738949
566
+ ]
567
+ },
568
+ "episode_index": {
569
+ "min": [
570
+ 0
571
+ ],
572
+ "max": [
573
+ 49
574
+ ],
575
+ "mean": [
576
+ 24.651283287143034
577
+ ],
578
+ "std": [
579
+ 14.446471676531619
580
+ ],
581
+ "count": [
582
+ 16598
583
+ ],
584
+ "q01": [
585
+ 24.651283287143034
586
+ ],
587
+ "q10": [
588
+ 24.651283287143034
589
+ ],
590
+ "q50": [
591
+ 24.65128328714304
592
+ ],
593
+ "q90": [
594
+ 24.65128328714305
595
+ ],
596
+ "q99": [
597
+ 24.651283287143062
598
+ ]
599
+ },
600
+ "index": {
601
+ "min": [
602
+ 0
603
+ ],
604
+ "max": [
605
+ 16597
606
+ ],
607
+ "mean": [
608
+ 8298.5
609
+ ],
610
+ "std": [
611
+ 4791.4298753086205
612
+ ],
613
+ "count": [
614
+ 16598
615
+ ],
616
+ "q01": [
617
+ 8133.147817386092
618
+ ],
619
+ "q10": [
620
+ 8163.426712577337
621
+ ],
622
+ "q50": [
623
+ 8298.270693023256
624
+ ],
625
+ "q90": [
626
+ 8433.478016787647
627
+ ],
628
+ "q99": [
629
+ 8463.829105134691
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826df6436db362bdde999c57c1ee1721b9f06e7d566d4b1f1d9757b33b1d10ec
3
+ size 2356
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:595b50c803b8456f54236482553f76ab90be928312f3fceab6c556e65248528b
3
+ size 24623831
videos/observation.images.top/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a45565ae8782f0281dc73a946af0626ba8654e4a72702537b71acfe4aea2ebb
3
+ size 18161345
videos/observation.images.top/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad93c94d42cdacebf9d359823fc95769c91a2c02a7a92942b8d2fe97cb5df39d
3
+ size 21163489
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:514676c6e8826e5f2bc974572dd820290a664b83c3c37acb019b8f0df166ee4e
3
+ size 25655071
videos/observation.images.wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fde602e20c0f8f855effe2df5140744166317d18f83f6161a7717dbeb741932
3
+ size 22314835
videos/observation.images.wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d4f1699ba3c9ad7935d0be8ae8abfe887000053f6c48b658376977cc038fce
3
+ size 23528092