kasiv008 commited on
Commit
68f1e14
·
verified ·
1 Parent(s): ae1b6fb

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:fc3c9a2b442b71937df4d10af5b432a8981696d950d5e466ebd1302124359f8f
3
+ size 6238587
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd9a84b0b5a18c89ea234776de50de8794e012d20599eb1102d7f2a8a628e44
3
+ size 236274
meta/info.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "u850",
4
+ "total_episodes": 263,
5
+ "total_frames": 158368,
6
+ "total_tasks": 6,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 3000,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:263"
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "joint1",
25
+ "joint2",
26
+ "joint3",
27
+ "joint4",
28
+ "joint5",
29
+ "joint6",
30
+ "gripper"
31
+ ]
32
+ },
33
+ "fps": 20
34
+ },
35
+ "observation.images.left": {
36
+ "dtype": "video",
37
+ "shape": [
38
+ 480,
39
+ 640,
40
+ 3
41
+ ],
42
+ "names": [
43
+ "height",
44
+ "width",
45
+ "channels"
46
+ ],
47
+ "video_info": {
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "video.fps": 20,
52
+ "has_audio": false
53
+ }
54
+ },
55
+ "observation.images.right": {
56
+ "dtype": "video",
57
+ "shape": [
58
+ 480,
59
+ 640,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channels"
66
+ ],
67
+ "video_info": {
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "video.fps": 20,
72
+ "has_audio": false
73
+ }
74
+ },
75
+ "observation.images.wrist": {
76
+ "dtype": "video",
77
+ "shape": [
78
+ 480,
79
+ 640,
80
+ 3
81
+ ],
82
+ "names": [
83
+ "height",
84
+ "width",
85
+ "channels"
86
+ ],
87
+ "video_info": {
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "video.fps": 20,
92
+ "has_audio": false
93
+ }
94
+ },
95
+ "action": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 7
99
+ ],
100
+ "names": {
101
+ "motors": [
102
+ "joint1",
103
+ "joint2",
104
+ "joint3",
105
+ "joint4",
106
+ "joint5",
107
+ "joint6",
108
+ "gripper"
109
+ ]
110
+ },
111
+ "fps": 20
112
+ },
113
+ "episode_index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "timestamp": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "next.done": {
135
+ "dtype": "bool",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null,
140
+ "fps": 20
141
+ },
142
+ "index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "task_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ }
156
+ }
157
+ }
meta/stats.json ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -36.15523910522461,
5
+ -110.37315368652344,
6
+ -150.0110626220703,
7
+ -76.55088806152344,
8
+ -50.19282150268555,
9
+ -31.65631866455078,
10
+ 3.0
11
+ ],
12
+ "max": [
13
+ 43.81522750854492,
14
+ 52.47365188598633,
15
+ 1.6182620525360107,
16
+ 50.94207763671875,
17
+ 72.37196350097656,
18
+ 52.81943130493164,
19
+ 231.0
20
+ ],
21
+ "mean": [
22
+ -0.01472641924569235,
23
+ 1.8175116096714201,
24
+ -32.32174820179986,
25
+ 0.42976854979048595,
26
+ 28.61938108191772,
27
+ -0.6570293260893976,
28
+ 104.99957678833016
29
+ ],
30
+ "std": [
31
+ 11.199625897321104,
32
+ 40.096881827557866,
33
+ 31.060459175937822,
34
+ 8.982883113385943,
35
+ 24.044081810374514,
36
+ 3.4549850883972346,
37
+ 102.6244972028414
38
+ ],
39
+ "count": [
40
+ 158368
41
+ ]
42
+ },
43
+ "frame_index": {
44
+ "min": [
45
+ 0
46
+ ],
47
+ "max": [
48
+ 780
49
+ ],
50
+ "mean": [
51
+ 311.598378460295
52
+ ],
53
+ "std": [
54
+ 192.15215590986662
55
+ ],
56
+ "count": [
57
+ 158368
58
+ ]
59
+ },
60
+ "action": {
61
+ "min": [
62
+ -36.15523910522461,
63
+ -110.37315368652344,
64
+ -150.0110626220703,
65
+ -76.55088806152344,
66
+ -50.19282150268555,
67
+ -31.65631866455078,
68
+ 2.0
69
+ ],
70
+ "max": [
71
+ 43.81522750854492,
72
+ 52.47365188598633,
73
+ 1.6225589513778687,
74
+ 50.94207763671875,
75
+ 72.37196350097656,
76
+ 52.81943130493164,
77
+ 241.0
78
+ ],
79
+ "mean": [
80
+ -0.016544654476804484,
81
+ 1.8161521375248248,
82
+ -32.326668620422694,
83
+ 0.42921108140712344,
84
+ 28.600741930349617,
85
+ -0.6567888832326697,
86
+ 124.65758865803124
87
+ ],
88
+ "std": [
89
+ 11.199977701855168,
90
+ 40.09644190880824,
91
+ 31.057905136633714,
92
+ 8.983019314496486,
93
+ 24.058526268777953,
94
+ 3.455109134204534,
95
+ 117.29628785310474
96
+ ],
97
+ "count": [
98
+ 158368
99
+ ]
100
+ },
101
+ "next.done": {
102
+ "min": [
103
+ false
104
+ ],
105
+ "max": [
106
+ true
107
+ ],
108
+ "mean": [
109
+ 0.001660689028086482
110
+ ],
111
+ "std": [
112
+ 0.04071770057405594
113
+ ],
114
+ "count": [
115
+ 158368
116
+ ]
117
+ },
118
+ "observation.images.right": {
119
+ "min": [
120
+ [
121
+ [
122
+ 0.0
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 0.0
128
+ ]
129
+ ],
130
+ [
131
+ [
132
+ 0.0
133
+ ]
134
+ ]
135
+ ],
136
+ "max": [
137
+ [
138
+ [
139
+ 1.0
140
+ ]
141
+ ],
142
+ [
143
+ [
144
+ 1.0
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 1.0
150
+ ]
151
+ ]
152
+ ],
153
+ "mean": [
154
+ [
155
+ [
156
+ 0.5690955348645249
157
+ ]
158
+ ],
159
+ [
160
+ [
161
+ 0.5853151870789653
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.5667353917609615
167
+ ]
168
+ ]
169
+ ],
170
+ "std": [
171
+ [
172
+ [
173
+ 0.2282954164124836
174
+ ]
175
+ ],
176
+ [
177
+ [
178
+ 0.2280250360909503
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 0.22810103161287898
184
+ ]
185
+ ]
186
+ ],
187
+ "count": [
188
+ 31874
189
+ ]
190
+ },
191
+ "observation.images.left": {
192
+ "min": [
193
+ [
194
+ [
195
+ 0.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ]
208
+ ],
209
+ "max": [
210
+ [
211
+ [
212
+ 1.0
213
+ ]
214
+ ],
215
+ [
216
+ [
217
+ 1.0
218
+ ]
219
+ ],
220
+ [
221
+ [
222
+ 1.0
223
+ ]
224
+ ]
225
+ ],
226
+ "mean": [
227
+ [
228
+ [
229
+ 0.577804500276728
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.5955390958263306
235
+ ]
236
+ ],
237
+ [
238
+ [
239
+ 0.5789029585912729
240
+ ]
241
+ ]
242
+ ],
243
+ "std": [
244
+ [
245
+ [
246
+ 0.2345014471517017
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 0.22987086710100393
252
+ ]
253
+ ],
254
+ [
255
+ [
256
+ 0.2249863392476551
257
+ ]
258
+ ]
259
+ ],
260
+ "count": [
261
+ 31874
262
+ ]
263
+ },
264
+ "timestamp": {
265
+ "min": [
266
+ 0.0
267
+ ],
268
+ "max": [
269
+ 39.0
270
+ ],
271
+ "mean": [
272
+ 15.57991898665647
273
+ ],
274
+ "std": [
275
+ 9.607607745842294
276
+ ],
277
+ "count": [
278
+ 158368
279
+ ]
280
+ },
281
+ "task_index": {
282
+ "min": [
283
+ 0
284
+ ],
285
+ "max": [
286
+ 0
287
+ ],
288
+ "mean": [
289
+ 0.0
290
+ ],
291
+ "std": [
292
+ 0.0
293
+ ],
294
+ "count": [
295
+ 158368
296
+ ]
297
+ },
298
+ "index": {
299
+ "min": [
300
+ 0
301
+ ],
302
+ "max": [
303
+ 38047
304
+ ],
305
+ "mean": [
306
+ 13459.085118205698
307
+ ],
308
+ "std": [
309
+ 9329.80453786855
310
+ ],
311
+ "count": [
312
+ 158368
313
+ ]
314
+ },
315
+ "episode_index": {
316
+ "min": [
317
+ 0
318
+ ],
319
+ "max": [
320
+ 49
321
+ ],
322
+ "mean": [
323
+ 20.996457617700546
324
+ ],
325
+ "std": [
326
+ 13.752626315778846
327
+ ],
328
+ "count": [
329
+ 158368
330
+ ]
331
+ },
332
+ "observation.images.wrist": {
333
+ "min": [
334
+ [
335
+ [
336
+ 0.0
337
+ ]
338
+ ],
339
+ [
340
+ [
341
+ 0.0
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.0
347
+ ]
348
+ ]
349
+ ],
350
+ "max": [
351
+ [
352
+ [
353
+ 1.0
354
+ ]
355
+ ],
356
+ [
357
+ [
358
+ 1.0
359
+ ]
360
+ ],
361
+ [
362
+ [
363
+ 1.0
364
+ ]
365
+ ]
366
+ ],
367
+ "mean": [
368
+ [
369
+ [
370
+ 0.7124228778605465
371
+ ]
372
+ ],
373
+ [
374
+ [
375
+ 0.7226280604625366
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.6957335524224065
381
+ ]
382
+ ]
383
+ ],
384
+ "std": [
385
+ [
386
+ [
387
+ 0.3002229620468854
388
+ ]
389
+ ],
390
+ [
391
+ [
392
+ 0.30030625009403017
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 0.3115719501764592
398
+ ]
399
+ ]
400
+ ],
401
+ "count": [
402
+ 31874
403
+ ]
404
+ }
405
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b571c8945582c3bdb253350e0f2d5c49ad87384c489c01e9e98048940d1352f0
3
+ size 2345
videos/observation.images.left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef05dde6e79d030111725433d823f03730836b230b30011ac4e933acc3c3b62
3
+ size 2935599526
videos/observation.images.right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c9838d3643c8389b042a3142fe1aa86e8b656aed2c0eee33b54d2320c2a2efe
3
+ size 2853361511
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:a60375a7a8c1487a12e94f8bcf35b8e4ca4882736604421b95caf0dfb47cc7c7
3
+ size 1254002531