dkhanh commited on
Commit
252d0e5
·
verified ·
1 Parent(s): 82707d4

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ videos/observation.images.left/chunk-000/file-000.mp4 filter=lfs diff=lfs merge=lfs -text
37
+ videos/observation.images.right/chunk-000/file-000.mp4 filter=lfs diff=lfs merge=lfs -text
38
+ videos/observation.images.top/chunk-000/file-000.mp4 filter=lfs diff=lfs merge=lfs -text
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629cf50a6ffc25a09caacabf50175648ee1ea43b23948158fe811dec08e90dcf
3
+ size 89786
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6181ab741337427a5d72414ef712f05c61cc99b287e1a4174bdf9153c84f76
3
+ size 52815
meta/info.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "bi_piper",
4
+ "total_episodes": 1,
5
+ "total_frames": 1055,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:1"
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
+ 14
19
+ ],
20
+ "names": [
21
+ "left_joint_1.pos",
22
+ "left_joint_2.pos",
23
+ "left_joint_3.pos",
24
+ "left_joint_4.pos",
25
+ "left_joint_5.pos",
26
+ "left_joint_6.pos",
27
+ "left_gripper.pos",
28
+ "right_joint_1.pos",
29
+ "right_joint_2.pos",
30
+ "right_joint_3.pos",
31
+ "right_joint_4.pos",
32
+ "right_joint_5.pos",
33
+ "right_joint_6.pos",
34
+ "right_gripper.pos"
35
+ ],
36
+ "fps": 30
37
+ },
38
+ "observation.state": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 14
42
+ ],
43
+ "names": [
44
+ "left_joint_1.pos",
45
+ "left_joint_2.pos",
46
+ "left_joint_3.pos",
47
+ "left_joint_4.pos",
48
+ "left_joint_5.pos",
49
+ "left_joint_6.pos",
50
+ "left_gripper.pos",
51
+ "right_joint_1.pos",
52
+ "right_joint_2.pos",
53
+ "right_joint_3.pos",
54
+ "right_joint_4.pos",
55
+ "right_joint_5.pos",
56
+ "right_joint_6.pos",
57
+ "right_gripper.pos"
58
+ ],
59
+ "fps": 30
60
+ },
61
+ "observation.images.top": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 480,
65
+ 640,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "height",
70
+ "width",
71
+ "channels"
72
+ ],
73
+ "info": {
74
+ "video.height": 480,
75
+ "video.width": 640,
76
+ "video.codec": "av1",
77
+ "video.pix_fmt": "yuv420p",
78
+ "video.is_depth_map": false,
79
+ "video.fps": 30,
80
+ "video.channels": 3,
81
+ "has_audio": false
82
+ }
83
+ },
84
+ "observation.images.right": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 240,
88
+ 424,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "video.height": 240,
98
+ "video.width": 424,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "video.fps": 30,
103
+ "video.channels": 3,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.left": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 240,
111
+ 424,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.height": 240,
121
+ "video.width": 424,
122
+ "video.codec": "av1",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 30,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "timestamp": {
131
+ "dtype": "float32",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null,
136
+ "fps": 30
137
+ },
138
+ "frame_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null,
144
+ "fps": 30
145
+ },
146
+ "episode_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null,
152
+ "fps": 30
153
+ },
154
+ "index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null,
160
+ "fps": 30
161
+ },
162
+ "task_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null,
168
+ "fps": 30
169
+ }
170
+ },
171
+ "data_files_size_in_mb": 100,
172
+ "video_files_size_in_mb": 200
173
+ }
meta/stats.json ADDED
@@ -0,0 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -6178.0,
5
+ 10525.0,
6
+ -72367.0,
7
+ -98340.0,
8
+ -29124.0,
9
+ -42232.0,
10
+ 8.699999809265137,
11
+ -48683.0,
12
+ 11095.0,
13
+ -131462.0,
14
+ -42423.0,
15
+ -8688.0,
16
+ 8661.0,
17
+ 0.30000001192092896
18
+ ],
19
+ "max": [
20
+ 30808.0,
21
+ 57837.0,
22
+ -213.0,
23
+ 99032.0,
24
+ 67090.0,
25
+ 85726.0,
26
+ 8.699999809265137,
27
+ 10820.0,
28
+ 119975.0,
29
+ -138.0,
30
+ 37099.0,
31
+ 67381.0,
32
+ 78738.0,
33
+ 96.4000015258789
34
+ ],
35
+ "mean": [
36
+ -926.2881469726562,
37
+ 23558.490234375,
38
+ -33038.61328125,
39
+ -16961.2265625,
40
+ 19582.384765625,
41
+ 9221.1982421875,
42
+ 8.700092315673828,
43
+ -13854.3583984375,
44
+ 43304.41796875,
45
+ -38506.47265625,
46
+ -7985.6376953125,
47
+ 28434.5625,
48
+ 39613.6328125,
49
+ 21.343917846679688
50
+ ],
51
+ "std": [
52
+ 5803.06640625,
53
+ 14331.6552734375,
54
+ 31657.68359375,
55
+ 46571.48046875,
56
+ 28380.68359375,
57
+ 47807.0,
58
+ 9.250640869140625e-05,
59
+ 16923.810546875,
60
+ 36998.40234375,
61
+ 47261.96484375,
62
+ 25854.802734375,
63
+ 25796.138671875,
64
+ 17076.080078125,
65
+ 35.05335235595703
66
+ ],
67
+ "count": [
68
+ 1055
69
+ ]
70
+ },
71
+ "observation.images.top": {
72
+ "min": [
73
+ [
74
+ [
75
+ 0.0
76
+ ]
77
+ ],
78
+ [
79
+ [
80
+ 0.0
81
+ ]
82
+ ],
83
+ [
84
+ [
85
+ 0.0
86
+ ]
87
+ ]
88
+ ],
89
+ "max": [
90
+ [
91
+ [
92
+ 1.0
93
+ ]
94
+ ],
95
+ [
96
+ [
97
+ 0.984313725490196
98
+ ]
99
+ ],
100
+ [
101
+ [
102
+ 1.0
103
+ ]
104
+ ]
105
+ ],
106
+ "mean": [
107
+ [
108
+ [
109
+ 0.46653938902137426
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 0.4696269596802685
115
+ ]
116
+ ],
117
+ [
118
+ [
119
+ 0.48519039811870696
120
+ ]
121
+ ]
122
+ ],
123
+ "std": [
124
+ [
125
+ [
126
+ 0.2216754399404899
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.22253424563148863
132
+ ]
133
+ ],
134
+ [
135
+ [
136
+ 0.21100585027101948
137
+ ]
138
+ ]
139
+ ],
140
+ "count": [
141
+ 185
142
+ ]
143
+ },
144
+ "frame_index": {
145
+ "min": [
146
+ 0
147
+ ],
148
+ "max": [
149
+ 1054
150
+ ],
151
+ "mean": [
152
+ 527.0
153
+ ],
154
+ "std": [
155
+ 304.55213018463684
156
+ ],
157
+ "count": [
158
+ 1055
159
+ ]
160
+ },
161
+ "index": {
162
+ "min": [
163
+ 0
164
+ ],
165
+ "max": [
166
+ 1054
167
+ ],
168
+ "mean": [
169
+ 527.0
170
+ ],
171
+ "std": [
172
+ 304.55213018463684
173
+ ],
174
+ "count": [
175
+ 1055
176
+ ]
177
+ },
178
+ "task_index": {
179
+ "min": [
180
+ 0
181
+ ],
182
+ "max": [
183
+ 0
184
+ ],
185
+ "mean": [
186
+ 0.0
187
+ ],
188
+ "std": [
189
+ 0.0
190
+ ],
191
+ "count": [
192
+ 1055
193
+ ]
194
+ },
195
+ "episode_index": {
196
+ "min": [
197
+ 0
198
+ ],
199
+ "max": [
200
+ 0
201
+ ],
202
+ "mean": [
203
+ 0.0
204
+ ],
205
+ "std": [
206
+ 0.0
207
+ ],
208
+ "count": [
209
+ 1055
210
+ ]
211
+ },
212
+ "observation.images.right": {
213
+ "min": [
214
+ [
215
+ [
216
+ 0.0
217
+ ]
218
+ ],
219
+ [
220
+ [
221
+ 0.0
222
+ ]
223
+ ],
224
+ [
225
+ [
226
+ 0.0
227
+ ]
228
+ ]
229
+ ],
230
+ "max": [
231
+ [
232
+ [
233
+ 1.0
234
+ ]
235
+ ],
236
+ [
237
+ [
238
+ 1.0
239
+ ]
240
+ ],
241
+ [
242
+ [
243
+ 1.0
244
+ ]
245
+ ]
246
+ ],
247
+ "mean": [
248
+ [
249
+ [
250
+ 0.4586794394283295
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.4637586282175628
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 0.4478263874307159
261
+ ]
262
+ ]
263
+ ],
264
+ "std": [
265
+ [
266
+ [
267
+ 0.17461895737275965
268
+ ]
269
+ ],
270
+ [
271
+ [
272
+ 0.16911702802854434
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.19382754787462655
278
+ ]
279
+ ]
280
+ ],
281
+ "count": [
282
+ 185
283
+ ]
284
+ },
285
+ "observation.images.left": {
286
+ "min": [
287
+ [
288
+ [
289
+ 0.0
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 0.0
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.0
300
+ ]
301
+ ]
302
+ ],
303
+ "max": [
304
+ [
305
+ [
306
+ 1.0
307
+ ]
308
+ ],
309
+ [
310
+ [
311
+ 1.0
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 1.0
317
+ ]
318
+ ]
319
+ ],
320
+ "mean": [
321
+ [
322
+ [
323
+ 0.4368704709148661
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.4434775158065946
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.42954617408751705
334
+ ]
335
+ ]
336
+ ],
337
+ "std": [
338
+ [
339
+ [
340
+ 0.2244144006363102
341
+ ]
342
+ ],
343
+ [
344
+ [
345
+ 0.21554442836056842
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.22989090763159814
351
+ ]
352
+ ]
353
+ ],
354
+ "count": [
355
+ 185
356
+ ]
357
+ },
358
+ "timestamp": {
359
+ "min": [
360
+ 0.0
361
+ ],
362
+ "max": [
363
+ 35.13333333333333
364
+ ],
365
+ "mean": [
366
+ 17.56666666666667
367
+ ],
368
+ "std": [
369
+ 10.151737672821229
370
+ ],
371
+ "count": [
372
+ 1055
373
+ ]
374
+ },
375
+ "observation.state": {
376
+ "min": [
377
+ -6178.0,
378
+ 10525.0,
379
+ -72367.0,
380
+ -98340.0,
381
+ -29124.0,
382
+ -42232.0,
383
+ 8.699999809265137,
384
+ -48683.0,
385
+ 11095.0,
386
+ -131462.0,
387
+ -42423.0,
388
+ -8688.0,
389
+ 8661.0,
390
+ 0.30000001192092896
391
+ ],
392
+ "max": [
393
+ 30808.0,
394
+ 57837.0,
395
+ -213.0,
396
+ 99032.0,
397
+ 67090.0,
398
+ 85726.0,
399
+ 8.699999809265137,
400
+ 10820.0,
401
+ 119975.0,
402
+ -138.0,
403
+ 37099.0,
404
+ 67381.0,
405
+ 78738.0,
406
+ 96.4000015258789
407
+ ],
408
+ "mean": [
409
+ -926.2881469726562,
410
+ 23558.490234375,
411
+ -33038.61328125,
412
+ -16961.2265625,
413
+ 19582.384765625,
414
+ 9221.1982421875,
415
+ 8.700092315673828,
416
+ -13854.3583984375,
417
+ 43304.41796875,
418
+ -38506.47265625,
419
+ -7985.6376953125,
420
+ 28434.5625,
421
+ 39613.6328125,
422
+ 21.343917846679688
423
+ ],
424
+ "std": [
425
+ 5803.06640625,
426
+ 14331.6552734375,
427
+ 31657.68359375,
428
+ 46571.48046875,
429
+ 28380.68359375,
430
+ 47807.0,
431
+ 9.250640869140625e-05,
432
+ 16923.810546875,
433
+ 36998.40234375,
434
+ 47261.96484375,
435
+ 25854.802734375,
436
+ 25796.138671875,
437
+ 17076.080078125,
438
+ 35.05335235595703
439
+ ],
440
+ "count": [
441
+ 1055
442
+ ]
443
+ }
444
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73cc55fb318454faf502099fcf7ff9a2e37a9c77ec24325a1ac4fb7ef656098
3
+ size 2196
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:a20dbec7f42dd2558239ae4efd04fdc0985fe5fe678cf03168abbabcd7fe179a
3
+ size 4198031
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:9527b4abfef99b1c983896074b648790d378a6be0ce1bd65a28d39e064f9bdaf
3
+ size 5233563
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:05f5ee3eb36e478c62fbae4baad8b15b9271be456f14349c197d6fcde6dfed99
3
+ size 14533205