taikonauts commited on
Commit
49cc474
·
verified ·
1 Parent(s): 46c5eca

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:d29eaa1b9569097ec63901f6c7d6fed38e23f034300b3ce831fd80893894f4e5
3
+ size 566868
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b15364f3860706a69f46134540cb1c30cd44d5250987d3451d470d5b050dfa22
3
+ size 73254
meta/info.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "xarm_end_effector",
4
+ "total_episodes": 15,
5
+ "total_frames": 5286,
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:15"
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
+ "x",
21
+ "y",
22
+ "z",
23
+ "roll",
24
+ "pitch",
25
+ "yaw",
26
+ "gripper.pos"
27
+ ],
28
+ "shape": [
29
+ 7
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "names": [
35
+ "x",
36
+ "y",
37
+ "z",
38
+ "roll",
39
+ "pitch",
40
+ "yaw",
41
+ "gripper.pos"
42
+ ],
43
+ "shape": [
44
+ 7
45
+ ]
46
+ },
47
+ "observation.images.front": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 1080,
51
+ 1920,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 1080,
61
+ "video.width": 1920,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.gripper_fisheye": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
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.gripper_color": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 640,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 640,
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
+ }
meta/stats.json ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.front": {
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.7078007467320261
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.7080990909586058
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.7003679891067538
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.18720888974156014
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.19108847159906983
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.18910902178074046
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 1500
73
+ ]
74
+ },
75
+ "episode_index": {
76
+ "min": [
77
+ 0
78
+ ],
79
+ "max": [
80
+ 14
81
+ ],
82
+ "mean": [
83
+ 6.593265228906546
84
+ ],
85
+ "std": [
86
+ 4.334515982322818
87
+ ],
88
+ "count": [
89
+ 5286
90
+ ]
91
+ },
92
+ "index": {
93
+ "min": [
94
+ 0
95
+ ],
96
+ "max": [
97
+ 5285
98
+ ],
99
+ "mean": [
100
+ 2642.5
101
+ ],
102
+ "std": [
103
+ 1525.9367341625493
104
+ ],
105
+ "count": [
106
+ 5286
107
+ ]
108
+ },
109
+ "frame_index": {
110
+ "min": [
111
+ 0
112
+ ],
113
+ "max": [
114
+ 454
115
+ ],
116
+ "mean": [
117
+ 179.43359818388194
118
+ ],
119
+ "std": [
120
+ 108.39222665869887
121
+ ],
122
+ "count": [
123
+ 5286
124
+ ]
125
+ },
126
+ "timestamp": {
127
+ "min": [
128
+ 0.0
129
+ ],
130
+ "max": [
131
+ 15.133333333333333
132
+ ],
133
+ "mean": [
134
+ 5.98111993946273
135
+ ],
136
+ "std": [
137
+ 3.6130742219566283
138
+ ],
139
+ "count": [
140
+ 5286
141
+ ]
142
+ },
143
+ "task_index": {
144
+ "min": [
145
+ 0
146
+ ],
147
+ "max": [
148
+ 0
149
+ ],
150
+ "mean": [
151
+ 0.0
152
+ ],
153
+ "std": [
154
+ 0.0
155
+ ],
156
+ "count": [
157
+ 5286
158
+ ]
159
+ },
160
+ "observation.images.gripper_fisheye": {
161
+ "min": [
162
+ [
163
+ [
164
+ 0.0
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.0
175
+ ]
176
+ ]
177
+ ],
178
+ "max": [
179
+ [
180
+ [
181
+ 1.0
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 1.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 1.0
192
+ ]
193
+ ]
194
+ ],
195
+ "mean": [
196
+ [
197
+ [
198
+ 0.5167830008169934
199
+ ]
200
+ ],
201
+ [
202
+ [
203
+ 0.5007847329793027
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.4785986455610023
209
+ ]
210
+ ]
211
+ ],
212
+ "std": [
213
+ [
214
+ [
215
+ 0.3088533823627333
216
+ ]
217
+ ],
218
+ [
219
+ [
220
+ 0.30475770679675646
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.3052156251931472
226
+ ]
227
+ ]
228
+ ],
229
+ "count": [
230
+ 1500
231
+ ]
232
+ },
233
+ "action": {
234
+ "min": [
235
+ 343.02301025390625,
236
+ -333.32904052734375,
237
+ 1.1475131511688232,
238
+ -0.23555251955986023,
239
+ -0.2778244912624359,
240
+ -0.4194314479827881,
241
+ 0.0
242
+ ],
243
+ "max": [
244
+ 694.882080078125,
245
+ 344.7452392578125,
246
+ 293.4326477050781,
247
+ 0.11293555051088333,
248
+ 0.09584131091833115,
249
+ 1.0508966445922852,
250
+ 0.09637202322483063
251
+ ],
252
+ "mean": [
253
+ 488.52318661040624,
254
+ 28.982360214344535,
255
+ 146.38042921339795,
256
+ -0.07680559011773148,
257
+ -0.06389751915921779,
258
+ 0.15348753895078668,
259
+ 0.06981512773507165
260
+ ],
261
+ "std": [
262
+ 58.9820022908737,
263
+ 162.1392885665624,
264
+ 82.2381432377477,
265
+ 0.0636486701117765,
266
+ 0.05990611951665653,
267
+ 0.2865450372784753,
268
+ 0.03040965302627861
269
+ ],
270
+ "count": [
271
+ 5286
272
+ ]
273
+ },
274
+ "observation.images.gripper_color": {
275
+ "min": [
276
+ [
277
+ [
278
+ 0.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 0.0
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.0
289
+ ]
290
+ ]
291
+ ],
292
+ "max": [
293
+ [
294
+ [
295
+ 1.0
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 1.0
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 1.0
306
+ ]
307
+ ]
308
+ ],
309
+ "mean": [
310
+ [
311
+ [
312
+ 0.4630687331154685
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.4225680303649238
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 0.4036450277777778
323
+ ]
324
+ ]
325
+ ],
326
+ "std": [
327
+ [
328
+ [
329
+ 0.17534962157648132
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.20194281341730871
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 0.21536963067304338
340
+ ]
341
+ ]
342
+ ],
343
+ "count": [
344
+ 1500
345
+ ]
346
+ },
347
+ "observation.state": {
348
+ "min": [
349
+ 343.02301025390625,
350
+ -333.32904052734375,
351
+ 1.1475131511688232,
352
+ -0.23555251955986023,
353
+ -0.2778244912624359,
354
+ -0.4194314479827881,
355
+ 0.0
356
+ ],
357
+ "max": [
358
+ 694.882080078125,
359
+ 344.7452392578125,
360
+ 293.4326477050781,
361
+ 0.11293555051088333,
362
+ 0.09584131091833115,
363
+ 1.0508966445922852,
364
+ 0.09637202322483063
365
+ ],
366
+ "mean": [
367
+ 488.5227837737564,
368
+ 28.984606414683785,
369
+ 146.38118813897552,
370
+ -0.07680582267246687,
371
+ -0.06389771821911118,
372
+ 0.15348950576919335,
373
+ 0.06981411209802847
374
+ ],
375
+ "std": [
376
+ 58.98133094122154,
377
+ 162.13966475334718,
378
+ 82.23866686129568,
379
+ 0.06364732141395062,
380
+ 0.059904430127465186,
381
+ 0.2865434519569888,
382
+ 0.030409851990693224
383
+ ],
384
+ "count": [
385
+ 5286
386
+ ]
387
+ }
388
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e8cef15f4df7626aa818123ae4c7b343978c31a28c98da1f866c4cbdc1f11f0
3
+ size 2285
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:c1c50738274114622806acc6f613d797204b7b65f73d4a2c0c257163ee6b66f3
3
+ size 121381337
videos/observation.images.gripper_color/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f60b8bf5b741e3de5209319941cf5872c5becf143c78b161e1242a171bf58a1
3
+ size 15764624
videos/observation.images.gripper_fisheye/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3add6f37d5e0b654f32030c0b688d2936774d51258eaca265ecf786b6c9ab0b
3
+ size 80911875