andlyu commited on
Commit
ac0af3e
·
verified ·
1 Parent(s): 9689402

Upload folder using huggingface_hub

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:611d56b722d6624d32863671fb1ebe9d6046fbc615a03e24bd65ce8a51abb643
3
+ size 2599715
meta/.DS_Store ADDED
Binary file (6.15 kB). View file
 
meta/episodes/.DS_Store ADDED
Binary file (6.15 kB). View file
 
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cceeaf9cfc2e3380ef49b2dee5f6d7dfd95220ff5938ed61bed9e3f8cd94510
3
+ size 115489
meta/info.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 60,
5
+ "total_frames": 90470,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:60"
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
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.cam_l": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.gripper_l": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
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
+ "observation.images.cam_r": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 720,
95
+ 1280,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 720,
105
+ "video.width": 1280,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "observation.images.gripper_r": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 480,
118
+ 640,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channels"
125
+ ],
126
+ "info": {
127
+ "video.height": 480,
128
+ "video.width": 640,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 30,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "timestamp": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "frame_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "episode_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "task_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ }
172
+ }
173
+ }
meta/stats.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 90469
8
+ ],
9
+ "mean": [
10
+ 45234.5
11
+ ],
12
+ "std": [
13
+ 26116.43942519731
14
+ ],
15
+ "count": [
16
+ 90470
17
+ ]
18
+ },
19
+ "task_index": {
20
+ "min": [
21
+ 0
22
+ ],
23
+ "max": [
24
+ 0
25
+ ],
26
+ "mean": [
27
+ 0.0
28
+ ],
29
+ "std": [
30
+ 0.0
31
+ ],
32
+ "count": [
33
+ 90470
34
+ ]
35
+ },
36
+ "timestamp": {
37
+ "min": [
38
+ 0.0
39
+ ],
40
+ "max": [
41
+ 58.766666666666666
42
+ ],
43
+ "mean": [
44
+ 23.871229136730403
45
+ ],
46
+ "std": [
47
+ 14.159130082446705
48
+ ],
49
+ "count": [
50
+ 90470
51
+ ]
52
+ },
53
+ "observation.images.cam_r": {
54
+ "min": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "max": [
72
+ [
73
+ [
74
+ 1.0
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 1.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 1.0
85
+ ]
86
+ ]
87
+ ],
88
+ "mean": [
89
+ [
90
+ [
91
+ 0.5049780936404306
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.503084045072584
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.5062254354112887
102
+ ]
103
+ ]
104
+ ],
105
+ "std": [
106
+ [
107
+ [
108
+ 0.2922618970249858
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 0.287159834119633
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.29428555910066045
119
+ ]
120
+ ]
121
+ ],
122
+ "count": [
123
+ 14704
124
+ ]
125
+ },
126
+ "observation.images.gripper_r": {
127
+ "min": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "max": [
145
+ [
146
+ [
147
+ 1.0
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 1.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 1.0
158
+ ]
159
+ ]
160
+ ],
161
+ "mean": [
162
+ [
163
+ [
164
+ 0.7219018254614369
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.7141495422664103
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.719893629648484
175
+ ]
176
+ ]
177
+ ],
178
+ "std": [
179
+ [
180
+ [
181
+ 0.3063596965203086
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 0.3110041162883014
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.3033102805332925
192
+ ]
193
+ ]
194
+ ],
195
+ "count": [
196
+ 14704
197
+ ]
198
+ },
199
+ "observation.images.cam_l": {
200
+ "min": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "max": [
218
+ [
219
+ [
220
+ 1.0
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 1.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 1.0
231
+ ]
232
+ ]
233
+ ],
234
+ "mean": [
235
+ [
236
+ [
237
+ 0.5349009941976278
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.5293299868864695
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.5279263667601306
248
+ ]
249
+ ]
250
+ ],
251
+ "std": [
252
+ [
253
+ [
254
+ 0.25855111797970826
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.2578402844439345
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.2690178769999636
265
+ ]
266
+ ]
267
+ ],
268
+ "count": [
269
+ 14704
270
+ ]
271
+ },
272
+ "observation.state": {
273
+ "min": [
274
+ -48.123863220214844,
275
+ -97.93281555175781,
276
+ -54.952510833740234,
277
+ 10.883796691894531,
278
+ -25.567766189575195,
279
+ 1.1732228994369507
280
+ ],
281
+ "max": [
282
+ 44.26229476928711,
283
+ 43.5831184387207,
284
+ 53.32428741455078,
285
+ 99.59083557128906,
286
+ 32.405372619628906,
287
+ 96.41131591796875
288
+ ],
289
+ "mean": [
290
+ 1.2829566108209658,
291
+ -32.29256927521437,
292
+ 15.776434902208239,
293
+ 67.31425485304212,
294
+ 3.4510965167929286,
295
+ 69.9007711114732
296
+ ],
297
+ "std": [
298
+ 22.41553101978015,
299
+ 32.736656633321914,
300
+ 15.987538672957633,
301
+ 18.9402813908642,
302
+ 11.706717728900388,
303
+ 40.78940316682189
304
+ ],
305
+ "count": [
306
+ 90470
307
+ ]
308
+ },
309
+ "episode_index": {
310
+ "min": [
311
+ 0
312
+ ],
313
+ "max": [
314
+ 59
315
+ ],
316
+ "mean": [
317
+ 27.50906377804797
318
+ ],
319
+ "std": [
320
+ 17.528364187696415
321
+ ],
322
+ "count": [
323
+ 90470
324
+ ]
325
+ },
326
+ "frame_index": {
327
+ "min": [
328
+ 0
329
+ ],
330
+ "max": [
331
+ 1763
332
+ ],
333
+ "mean": [
334
+ 716.1368741019122
335
+ ],
336
+ "std": [
337
+ 424.7739024734013
338
+ ],
339
+ "count": [
340
+ 90470
341
+ ]
342
+ },
343
+ "observation.images.gripper_l": {
344
+ "min": [
345
+ [
346
+ [
347
+ 0.0
348
+ ]
349
+ ],
350
+ [
351
+ [
352
+ 0.0
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.0
358
+ ]
359
+ ]
360
+ ],
361
+ "max": [
362
+ [
363
+ [
364
+ 1.0
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 1.0
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 1.0
375
+ ]
376
+ ]
377
+ ],
378
+ "mean": [
379
+ [
380
+ [
381
+ 0.6241677012713183
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.6195202214216751
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 0.6292302884074714
392
+ ]
393
+ ]
394
+ ],
395
+ "std": [
396
+ [
397
+ [
398
+ 0.3362414471647328
399
+ ]
400
+ ],
401
+ [
402
+ [
403
+ 0.3385261428523653
404
+ ]
405
+ ],
406
+ [
407
+ [
408
+ 0.32912702167438235
409
+ ]
410
+ ]
411
+ ],
412
+ "count": [
413
+ 14704
414
+ ]
415
+ },
416
+ "action": {
417
+ "min": [
418
+ -48.40559005737305,
419
+ -93.8734359741211,
420
+ -57.258792877197266,
421
+ 9.332261085510254,
422
+ -26.007326126098633,
423
+ 0.9293680191040039
424
+ ],
425
+ "max": [
426
+ 44.46434783935547,
427
+ 43.00685119628906,
428
+ 53.201080322265625,
429
+ 99.75865173339844,
430
+ 32.844932556152344,
431
+ 96.6542739868164
432
+ ],
433
+ "mean": [
434
+ 1.4125157548570022,
435
+ -33.15822355530336,
436
+ 14.384980842378557,
437
+ 67.0510579908752,
438
+ 3.405851265964317,
439
+ 69.85032506069716
440
+ ],
441
+ "std": [
442
+ 22.491029040757105,
443
+ 31.905973051914405,
444
+ 16.2182917426261,
445
+ 19.01678451808595,
446
+ 11.780438425594596,
447
+ 41.30451426039381
448
+ ],
449
+ "count": [
450
+ 90470
451
+ ]
452
+ }
453
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e8a30b78a1fff8da12f485d0d293cce12daa49c981d04e309856d788f86bd1
3
+ size 2241
tmpn3iay_1c/observation.images.cam_l_010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05cefc877825b4caebf1ad697f9aad74b469dd0ca5178ad4b50f423574596777
3
+ size 50551630
videos/.DS_Store ADDED
Binary file (8.2 kB). View file
 
videos/observation.images.cam_l/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/observation.images.cam_l/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2734c7efd3cfb891e26ffeecf1552b5ce20e594c020656b86633905541432ed1
3
+ size 520578555
videos/observation.images.cam_l/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646ad5e1dfbbc7214e50c085282f1a13e8caafc472c1d763b43eb542748d32ad
3
+ size 519167073
videos/observation.images.cam_l/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e89fda61581bad4073e27be5623bdbb2dd88a6227b6034f94a5325b8b2aa285
3
+ size 492238201
videos/observation.images.cam_l/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a60ad448d33d70d30d57d72032bd9ccc98c66d87acd1eb52e9265e0f0d0f576
3
+ size 517425939
videos/observation.images.cam_l/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5183d88d0e159362fe85d4cd561b0826af5d52ec1c15acd2ca75504fc1e3b4d4
3
+ size 363153282
videos/observation.images.cam_r/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/observation.images.cam_r/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d16f3e3749edfa08b20b3a99983bda995dc57262ced2c011562daae7c9a639
3
+ size 502985255
videos/observation.images.cam_r/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:706345f507fb51ee888b063dde7a8aff3858f1ad48315b2c6182ca04178ce377
3
+ size 488845106
videos/observation.images.cam_r/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d8626cb91a6f5b226fc9f7c3a77f91af261ddc7b6f44991daf9000737662ef
3
+ size 490747410
videos/observation.images.cam_r/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:322a6de83573fea1f892608f723767b58d84c3662fd9bc6f8738fc9b17353525
3
+ size 509209545
videos/observation.images.cam_r/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39037406353db9be737512c29075761f954116028ccd4038d1266ea19fad2988
3
+ size 121084101
videos/observation.images.gripper_l/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/observation.images.gripper_l/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e479388827f551ff3084b56e4277387dbff4ede618a114fdb070e395d5e3ab
3
+ size 512692470
videos/observation.images.gripper_l/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03116aa7fcd5a02de86ebcee6d974438019c256097e9cfb729b09a7053fabe60
3
+ size 369857713
videos/observation.images.gripper_r/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/observation.images.gripper_r/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:517d92c3d10c747a9c372c6ecf5fab9ca4220df0f6cf2697858729400be4da16
3
+ size 512976945
videos/observation.images.gripper_r/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da30437a590764beff24c5c983a668e51d9ea7c0c121e91d5134e108c386149d
3
+ size 522496436