ac-pate commited on
Commit
264c3b1
·
verified ·
1 Parent(s): 02a6237

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef1bd52ca8121231af030c88133d9c69da3743e39b72c629ee9ab8117e4b2ea
3
+ size 868990
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f424b69cc6c33a81ab2c655832f787a987764b0677ae2a400039b52784eb20e
3
+ size 94563
meta/info.json ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mimic_follower",
4
+ "total_episodes": 25,
5
+ "total_frames": 15177,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:25"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 15
19
+ ],
20
+ "names": [
21
+ "left_shoulder_pan.pos",
22
+ "left_shoulder_lift.pos",
23
+ "left_elbow_flex.pos",
24
+ "left_wrist_flex.pos",
25
+ "left_wrist_roll.pos",
26
+ "left_gripper.pos",
27
+ "right_shoulder_pan.pos",
28
+ "right_shoulder_lift.pos",
29
+ "right_elbow_flex.pos",
30
+ "right_wrist_flex.pos",
31
+ "right_wrist_roll.pos",
32
+ "right_gripper.pos",
33
+ "base_vx",
34
+ "base_vy",
35
+ "base_omega"
36
+ ],
37
+ "fps": 30
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "shape": [
42
+ 15
43
+ ],
44
+ "names": [
45
+ "left_shoulder_pan.pos",
46
+ "left_shoulder_lift.pos",
47
+ "left_elbow_flex.pos",
48
+ "left_wrist_flex.pos",
49
+ "left_wrist_roll.pos",
50
+ "left_gripper.pos",
51
+ "right_shoulder_pan.pos",
52
+ "right_shoulder_lift.pos",
53
+ "right_elbow_flex.pos",
54
+ "right_wrist_flex.pos",
55
+ "right_wrist_roll.pos",
56
+ "right_gripper.pos",
57
+ "base_x",
58
+ "base_y",
59
+ "base_theta"
60
+ ],
61
+ "fps": 30
62
+ },
63
+ "timestamp": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null,
69
+ "fps": 30
70
+ },
71
+ "frame_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null,
77
+ "fps": 30
78
+ },
79
+ "episode_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null,
85
+ "fps": 30
86
+ },
87
+ "index": {
88
+ "dtype": "int64",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null,
93
+ "fps": 30
94
+ },
95
+ "task_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null,
101
+ "fps": 30
102
+ },
103
+ "observation.images.right_wrist": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 480,
107
+ 640,
108
+ 3
109
+ ],
110
+ "names": [
111
+ "height",
112
+ "width",
113
+ "channels"
114
+ ],
115
+ "info": {
116
+ "video.height": 480,
117
+ "video.width": 640,
118
+ "video.codec": "av1",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 30,
122
+ "video.channels": 3,
123
+ "has_audio": false
124
+ }
125
+ },
126
+ "observation.images.left_wrist": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 480,
130
+ 640,
131
+ 3
132
+ ],
133
+ "names": [
134
+ "height",
135
+ "width",
136
+ "channels"
137
+ ],
138
+ "info": {
139
+ "video.height": 480,
140
+ "video.width": 640,
141
+ "video.codec": "av1",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "video.fps": 30,
145
+ "video.channels": 3,
146
+ "has_audio": false
147
+ }
148
+ },
149
+ "observation.images.top": {
150
+ "dtype": "video",
151
+ "shape": [
152
+ 720,
153
+ 1280,
154
+ 3
155
+ ],
156
+ "names": [
157
+ "height",
158
+ "width",
159
+ "channels"
160
+ ],
161
+ "info": {
162
+ "video.height": 720,
163
+ "video.width": 1280,
164
+ "video.codec": "av1",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.is_depth_map": false,
167
+ "video.fps": 30,
168
+ "video.channels": 3,
169
+ "has_audio": false
170
+ }
171
+ },
172
+ "observation.images.front": {
173
+ "dtype": "video",
174
+ "shape": [
175
+ 480,
176
+ 640,
177
+ 3
178
+ ],
179
+ "names": [
180
+ "height",
181
+ "width",
182
+ "channels"
183
+ ],
184
+ "info": {
185
+ "video.height": 480,
186
+ "video.width": 640,
187
+ "video.codec": "h264",
188
+ "video.pix_fmt": "yuv420p",
189
+ "video.is_depth_map": false,
190
+ "video.fps": 30,
191
+ "video.channels": 3,
192
+ "has_audio": false
193
+ }
194
+ }
195
+ },
196
+ "data_files_size_in_mb": 100,
197
+ "video_files_size_in_mb": 500
198
+ }
meta/stats.json ADDED
@@ -0,0 +1,428 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "frame_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 936
8
+ ],
9
+ "mean": [
10
+ 310.4156289121697
11
+ ],
12
+ "std": [
13
+ 189.54797062869133
14
+ ],
15
+ "count": [
16
+ 15177
17
+ ]
18
+ },
19
+ "observation.images.realsense_top": {
20
+ "min": [
21
+ [
22
+ [
23
+ 0.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.0
34
+ ]
35
+ ]
36
+ ],
37
+ "max": [
38
+ [
39
+ [
40
+ 1.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 1.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 1.0
51
+ ]
52
+ ]
53
+ ],
54
+ "mean": [
55
+ [
56
+ [
57
+ 0.44535634027024296
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.4471369757087068
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.437868589924716
68
+ ]
69
+ ]
70
+ ],
71
+ "std": [
72
+ [
73
+ [
74
+ 0.21794179991195137
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.23376487336884796
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.25237462183059006
85
+ ]
86
+ ]
87
+ ],
88
+ "count": [
89
+ 3036
90
+ ]
91
+ },
92
+ "observation.images.wrist_right": {
93
+ "min": [
94
+ [
95
+ [
96
+ 0.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 0.0
107
+ ]
108
+ ]
109
+ ],
110
+ "max": [
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 1.0
124
+ ]
125
+ ]
126
+ ],
127
+ "mean": [
128
+ [
129
+ [
130
+ 0.5291137121158302
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.5230378791915317
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.563535795669827
141
+ ]
142
+ ]
143
+ ],
144
+ "std": [
145
+ [
146
+ [
147
+ 0.23161300436200855
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.21570141529501055
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.21194599973798264
158
+ ]
159
+ ]
160
+ ],
161
+ "count": [
162
+ 3036
163
+ ]
164
+ },
165
+ "episode_index": {
166
+ "min": [
167
+ 0
168
+ ],
169
+ "max": [
170
+ 24
171
+ ],
172
+ "mean": [
173
+ 11.63095473413718
174
+ ],
175
+ "std": [
176
+ 7.436042011203055
177
+ ],
178
+ "count": [
179
+ 15177
180
+ ]
181
+ },
182
+ "observation.images.wrist_left": {
183
+ "min": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "max": [
201
+ [
202
+ [
203
+ 1.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 1.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ]
216
+ ],
217
+ "mean": [
218
+ [
219
+ [
220
+ 0.5396954807559827
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.5378993636142972
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.5597196118662111
231
+ ]
232
+ ]
233
+ ],
234
+ "std": [
235
+ [
236
+ [
237
+ 0.25717474296138165
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.24329339025271662
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.24346661114090326
248
+ ]
249
+ ]
250
+ ],
251
+ "count": [
252
+ 3036
253
+ ]
254
+ },
255
+ "index": {
256
+ "min": [
257
+ 0
258
+ ],
259
+ "max": [
260
+ 15176
261
+ ],
262
+ "mean": [
263
+ 7588.0
264
+ ],
265
+ "std": [
266
+ 4381.222508235192
267
+ ],
268
+ "count": [
269
+ 15177
270
+ ]
271
+ },
272
+ "timestamp": {
273
+ "min": [
274
+ 0.0
275
+ ],
276
+ "max": [
277
+ 31.2
278
+ ],
279
+ "mean": [
280
+ 10.347187630405655
281
+ ],
282
+ "std": [
283
+ 6.318265687623044
284
+ ],
285
+ "count": [
286
+ 15177
287
+ ]
288
+ },
289
+ "observation.state": {
290
+ "min": [
291
+ -51.66543197631836,
292
+ -99.91561126708984,
293
+ -94.92523956298828,
294
+ -51.109100341796875,
295
+ -29.5238094329834,
296
+ 0.7751938104629517,
297
+ -24.12159538269043,
298
+ -99.49452209472656,
299
+ -69.36285400390625,
300
+ -24.785552978515625,
301
+ -28.351648330688477,
302
+ 0.2795248031616211
303
+ ],
304
+ "max": [
305
+ 16.50629234313965,
306
+ 84.13501739501953,
307
+ 99.81875610351562,
308
+ 99.27568817138672,
309
+ 23.809524536132812,
310
+ 52.360816955566406,
311
+ 35.017765045166016,
312
+ 59.05644607543945,
313
+ 99.45774841308594,
314
+ 99.45823669433594,
315
+ 34.06593322753906,
316
+ 68.06429290771484
317
+ ],
318
+ "mean": [
319
+ -23.33797409057366,
320
+ -37.292716760931334,
321
+ 58.748558338007186,
322
+ 19.568609719385766,
323
+ -0.3678002045434313,
324
+ 20.90117427012568,
325
+ 5.894380479240053,
326
+ -39.204401375410576,
327
+ 51.67900804289796,
328
+ 41.44873741309759,
329
+ -2.6277782690025946,
330
+ 18.337934975160035
331
+ ],
332
+ "std": [
333
+ 17.575353240975783,
334
+ 47.341939846474276,
335
+ 38.33441759189202,
336
+ 31.37918562475012,
337
+ 8.17890340220855,
338
+ 14.46635670151262,
339
+ 15.482566119075608,
340
+ 46.857101158810664,
341
+ 40.912538110144865,
342
+ 23.784709726788602,
343
+ 7.643221272769969,
344
+ 16.74625432128843
345
+ ],
346
+ "count": [
347
+ 15177
348
+ ]
349
+ },
350
+ "task_index": {
351
+ "min": [
352
+ 0
353
+ ],
354
+ "max": [
355
+ 0
356
+ ],
357
+ "mean": [
358
+ 0.0
359
+ ],
360
+ "std": [
361
+ 0.0
362
+ ],
363
+ "count": [
364
+ 15177
365
+ ]
366
+ },
367
+ "action": {
368
+ "min": [
369
+ -51.791046142578125,
370
+ -99.82230377197266,
371
+ -99.36189270019531,
372
+ -53.3512077331543,
373
+ -30.56940460205078,
374
+ 0.24650780856609344,
375
+ -24.372230529785156,
376
+ -99.91586303710938,
377
+ -74.80743408203125,
378
+ -26.99095916748047,
379
+ -28.357423782348633,
380
+ 0.0
381
+ ],
382
+ "max": [
383
+ 16.865671157836914,
384
+ 82.40782165527344,
385
+ 100.0,
386
+ 100.0,
387
+ 24.061925888061523,
388
+ 52.670501708984375,
389
+ 35.37666320800781,
390
+ 57.0046272277832,
391
+ 99.90937805175781,
392
+ 100.0,
393
+ 33.19316864013672,
394
+ 68.43853759765625
395
+ ],
396
+ "mean": [
397
+ -23.278675104103407,
398
+ -39.71048127256254,
399
+ 56.086274944244344,
400
+ 18.64568017256537,
401
+ -0.3542258562973627,
402
+ 17.490134851038828,
403
+ 5.934911763800803,
404
+ -41.2582474511438,
405
+ 48.79639169240945,
406
+ 40.56390996672713,
407
+ -2.5691193219775257,
408
+ 14.57313299911126
409
+ ],
410
+ "std": [
411
+ 17.603625389966112,
412
+ 46.113031581934415,
413
+ 39.80235141181923,
414
+ 31.828999324030697,
415
+ 8.137378052005937,
416
+ 16.796464919523128,
417
+ 15.511844389650884,
418
+ 45.77206207186423,
419
+ 42.48440723036153,
420
+ 24.104191178910142,
421
+ 7.5917920193407955,
422
+ 18.700305071548126
423
+ ],
424
+ "count": [
425
+ 15177
426
+ ]
427
+ }
428
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9603164abcd4e968222edf5a7d31b6ab511a0b853420ec03d3da7635c48d1d5
3
+ size 2191
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30d4c5e9a8427f57fd1d99edf35be6e6e1bfab8471118231d3815d630a86026
3
+ size 285009
videos/observation.images.left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f60087ad9f928e68f77d2adbaadac2e53c076ad3c4dcb0e85ea6d3b622649cc3
3
+ size 176272832
videos/observation.images.right_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf26b5ef230e8bf03fbba0867d76a8a02253647083f9fde23d8cd05247ccf5ea
3
+ size 201673351
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:d55976b4e942645fcdaec95ec1d7f5b9faf7d971b9b11e0a4f9810b93fc5f52c
3
+ size 198257243