fabian-bunbury commited on
Commit
9441af0
·
verified ·
1 Parent(s): f71f771

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:155e20a02a8b0493dfb6fcd97316e021fd8dc3d89ed1a4b8ec959c507da7bfa9
3
+ size 43169
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b8a464a18984ae18314939ae353e65be2ff4eb77fae701d75c8ccef1483d7c
3
+ size 57693
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0650f558415c179c474a6b1c0f5e146f18385e6a961a31bd7061a81ec3584cb
3
+ size 77470
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72aa9a7a51f0c7b667f0d210e52fe069314744a1f0cbd1a50b47555d5f8bb75a
3
+ size 48933
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daea0d22b444bf31d661aadde58180d0fa2541fe87ac2ac2d5dede772817466b
3
+ size 81998
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["From start position, pick up a toy aubergine with the wx250s arm and gripper, and drop in toy tin pot. Then return to start position."], "length": 436}
2
+ {"episode_index": 1, "tasks": ["From start position, pick up a toy aubergine with the wx250s arm and gripper, and drop in toy tin pot. Then return to start position."], "length": 612}
3
+ {"episode_index": 2, "tasks": ["From start position, pick up a toy aubergine with the wx250s arm and gripper, and drop in toy tin pot. Then return to start position."], "length": 848}
4
+ {"episode_index": 3, "tasks": ["From start position, pick up a toy aubergine with the wx250s arm and gripper, and drop in toy tin pot. Then return to start position."], "length": 504}
5
+ {"episode_index": 4, "tasks": ["From start position, pick up a toy aubergine with the wx250s arm and gripper, and drop in toy tin pot. Then return to start position."], "length": 893}
meta/info.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "wx250s_single_arm",
4
+ "total_episodes": 5,
5
+ "total_frames": 3293,
6
+ "total_tasks": 1,
7
+ "total_videos": 15,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 9
21
+ ],
22
+ "names": [
23
+ "main_waist",
24
+ "main_shoulder",
25
+ "main_shoulder_shadow",
26
+ "main_elbow",
27
+ "main_elbow_shadow",
28
+ "main_forearm_roll",
29
+ "main_wrist_angle",
30
+ "main_wrist_rotate",
31
+ "main_gripper"
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 9
38
+ ],
39
+ "names": [
40
+ "main_waist",
41
+ "main_shoulder",
42
+ "main_shoulder_shadow",
43
+ "main_elbow",
44
+ "main_elbow_shadow",
45
+ "main_forearm_roll",
46
+ "main_wrist_angle",
47
+ "main_wrist_rotate",
48
+ "main_gripper"
49
+ ]
50
+ },
51
+ "observation.images.below": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 480,
55
+ 640,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channels"
62
+ ],
63
+ "info": {
64
+ "video.fps": 30.0,
65
+ "video.height": 480,
66
+ "video.width": 640,
67
+ "video.channels": 3,
68
+ "video.codec": "h264",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.images.above": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.fps": 30.0,
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "h264",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.images.wrist": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 480,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.fps": 30.0,
111
+ "video.height": 480,
112
+ "video.width": 640,
113
+ "video.channels": 3,
114
+ "video.codec": "h264",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "timestamp": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "frame_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "episode_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "task_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ }
155
+ }
156
+ }
meta/stats.json ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 0.6996476650238037,
5
+ 106.50680541992188,
6
+ 106.08970642089844,
7
+ 121.93462371826172,
8
+ 121.93966674804688,
9
+ 4.68752384185791,
10
+ 26.18987464904785,
11
+ -8.714889526367188,
12
+ 47.74040985107422
13
+ ],
14
+ "std": [
15
+ 9.547553062438965,
16
+ 49.13773727416992,
17
+ 49.22694778442383,
18
+ 34.8524055480957,
19
+ 34.81614303588867,
20
+ 2.738436698913574,
21
+ 18.78495216369629,
22
+ 8.549301147460938,
23
+ 13.728200912475586
24
+ ],
25
+ "max": [
26
+ 18.783740997314453,
27
+ 200.21446228027344,
28
+ 200.00543212890625,
29
+ 184.0624542236328,
30
+ 184.00877380371094,
31
+ 10.543992042541504,
32
+ 60.120853424072266,
33
+ 8.251182556152344,
34
+ 73.92807006835938
35
+ ],
36
+ "min": [
37
+ -17.893207550048828,
38
+ 54.52855682373047,
39
+ 54.725921630859375,
40
+ 75.2714614868164,
41
+ 75.57032012939453,
42
+ -1.816525936126709,
43
+ -26.677024841308594,
44
+ -34.25751495361328,
45
+ 29.42190170288086
46
+ ]
47
+ },
48
+ "observation.state": {
49
+ "mean": [
50
+ 0.8892886638641357,
51
+ 104.31140899658203,
52
+ 104.00596618652344,
53
+ 122.94503784179688,
54
+ 122.89214324951172,
55
+ 4.238690376281738,
56
+ 26.3529052734375,
57
+ -8.256964683532715,
58
+ 48.15029525756836
59
+ ],
60
+ "std": [
61
+ 8.955732345581055,
62
+ 50.46335220336914,
63
+ 50.690025329589844,
64
+ 34.71043014526367,
65
+ 34.66187286376953,
66
+ 2.5891807079315186,
67
+ 18.291706085205078,
68
+ 8.324974060058594,
69
+ 13.743515968322754
70
+ ],
71
+ "max": [
72
+ 17.666015625,
73
+ 199.6875,
74
+ 199.599609375,
75
+ 183.1640625,
76
+ 183.076171875,
77
+ 10.1953125,
78
+ 59.58984375,
79
+ 7.470703125,
80
+ 72.65753173828125
81
+ ],
82
+ "min": [
83
+ -17.2265625,
84
+ 53.876953125,
85
+ 53.525390625,
86
+ 77.87109375,
87
+ 77.6953125,
88
+ -0.87890625,
89
+ -24.609375,
90
+ -33.22265625,
91
+ 28.98630142211914
92
+ ]
93
+ },
94
+ "observation.images.below": {
95
+ "mean": [
96
+ [
97
+ [
98
+ 0.39972588419914246
99
+ ]
100
+ ],
101
+ [
102
+ [
103
+ 0.4071543514728546
104
+ ]
105
+ ],
106
+ [
107
+ [
108
+ 0.3789949119091034
109
+ ]
110
+ ]
111
+ ],
112
+ "std": [
113
+ [
114
+ [
115
+ 0.25112926959991455
116
+ ]
117
+ ],
118
+ [
119
+ [
120
+ 0.26306191086769104
121
+ ]
122
+ ],
123
+ [
124
+ [
125
+ 0.28778553009033203
126
+ ]
127
+ ]
128
+ ],
129
+ "max": [
130
+ [
131
+ [
132
+ 1.0
133
+ ]
134
+ ],
135
+ [
136
+ [
137
+ 1.0
138
+ ]
139
+ ],
140
+ [
141
+ [
142
+ 1.0
143
+ ]
144
+ ]
145
+ ],
146
+ "min": [
147
+ [
148
+ [
149
+ 0.0
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.0
155
+ ]
156
+ ],
157
+ [
158
+ [
159
+ 0.0
160
+ ]
161
+ ]
162
+ ]
163
+ },
164
+ "observation.images.above": {
165
+ "mean": [
166
+ [
167
+ [
168
+ 0.3945545256137848
169
+ ]
170
+ ],
171
+ [
172
+ [
173
+ 0.4111047387123108
174
+ ]
175
+ ],
176
+ [
177
+ [
178
+ 0.4039629399776459
179
+ ]
180
+ ]
181
+ ],
182
+ "std": [
183
+ [
184
+ [
185
+ 0.21225135028362274
186
+ ]
187
+ ],
188
+ [
189
+ [
190
+ 0.2046155333518982
191
+ ]
192
+ ],
193
+ [
194
+ [
195
+ 0.21010981500148773
196
+ ]
197
+ ]
198
+ ],
199
+ "max": [
200
+ [
201
+ [
202
+ 1.0
203
+ ]
204
+ ],
205
+ [
206
+ [
207
+ 1.0
208
+ ]
209
+ ],
210
+ [
211
+ [
212
+ 1.0
213
+ ]
214
+ ]
215
+ ],
216
+ "min": [
217
+ [
218
+ [
219
+ 0.0
220
+ ]
221
+ ],
222
+ [
223
+ [
224
+ 0.0
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.0
230
+ ]
231
+ ]
232
+ ]
233
+ },
234
+ "observation.images.wrist": {
235
+ "mean": [
236
+ [
237
+ [
238
+ 0.41546347737312317
239
+ ]
240
+ ],
241
+ [
242
+ [
243
+ 0.4296107590198517
244
+ ]
245
+ ],
246
+ [
247
+ [
248
+ 0.42808783054351807
249
+ ]
250
+ ]
251
+ ],
252
+ "std": [
253
+ [
254
+ [
255
+ 0.20165106654167175
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 0.19472934305667877
261
+ ]
262
+ ],
263
+ [
264
+ [
265
+ 0.1987091302871704
266
+ ]
267
+ ]
268
+ ],
269
+ "max": [
270
+ [
271
+ [
272
+ 1.0
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 1.0
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 1.0
283
+ ]
284
+ ]
285
+ ],
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
+ },
304
+ "timestamp": {
305
+ "mean": [
306
+ 11.802382469177246
307
+ ],
308
+ "std": [
309
+ 7.647943496704102
310
+ ],
311
+ "max": [
312
+ 29.733333587646484
313
+ ],
314
+ "min": [
315
+ 0.0
316
+ ]
317
+ },
318
+ "frame_index": {
319
+ "mean": [
320
+ 354.0716857910156
321
+ ],
322
+ "std": [
323
+ 229.4382781982422
324
+ ],
325
+ "max": [
326
+ 892.0
327
+ ],
328
+ "min": [
329
+ 0.0
330
+ ]
331
+ },
332
+ "episode_index": {
333
+ "mean": [
334
+ 2.244760513305664
335
+ ],
336
+ "std": [
337
+ 1.3759821653366089
338
+ ],
339
+ "max": [
340
+ 4.0
341
+ ],
342
+ "min": [
343
+ 0.0
344
+ ]
345
+ },
346
+ "index": {
347
+ "mean": [
348
+ 1646.0006103515625
349
+ ],
350
+ "std": [
351
+ 950.6072998046875
352
+ ],
353
+ "max": [
354
+ 3292.0
355
+ ],
356
+ "min": [
357
+ 0.0
358
+ ]
359
+ },
360
+ "task_index": {
361
+ "mean": [
362
+ 0.0
363
+ ],
364
+ "std": [
365
+ 0.0
366
+ ],
367
+ "max": [
368
+ 0.0
369
+ ],
370
+ "min": [
371
+ 0.0
372
+ ]
373
+ }
374
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "From start position, pick up a toy aubergine with the wx250s arm and gripper, and drop in toy tin pot. Then return to start position."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad62753c238c6eebe620f107f60297ec2421ba911d0359013f3d696ee4cd4294
3
+ size 1974608
videos/chunk-000/observation.images.above/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e884a2fc1477bd553cda1c09056f2da737fe7e9f5573486116bb932fd3a3498d
3
+ size 2721556
videos/chunk-000/observation.images.above/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09e1dfcbb9eef05f993c2a5343bb812ef52385650f9189a5ca777aa3b5f7c24
3
+ size 3770853
videos/chunk-000/observation.images.above/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7c5e667e44a424407f111d014b56e0500a3011ccabee48e852ea0177eada3a7
3
+ size 2248192
videos/chunk-000/observation.images.above/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588899ef497225104b58bb0b4938e6e37f7104e1f881c70e8f98275f5079e039
3
+ size 4166947
videos/chunk-000/observation.images.below/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83e6286ef3a15eaf4d1498847ac4c324a81dbdff36c2300135e1d186db4cec94
3
+ size 2353056
videos/chunk-000/observation.images.below/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d6ee8e98ab6687061ebd90c3c3d0c80a34bf859e3c2c8c31f921de8f3409de
3
+ size 3213222
videos/chunk-000/observation.images.below/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1cb6d408e7d377153ac8c21c2fb5c4fc60876509d035206e19955fd6735aa9
3
+ size 4521133
videos/chunk-000/observation.images.below/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d27a43a994677fad4651808a4bb79abd4a7ea4dd1929b4b6ee4e863795cafbfe
3
+ size 2645787
videos/chunk-000/observation.images.below/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83a58f3ebeda4ba7ef2bfb6269248699f7bb2b1eef0db0ae65f1546e04e3c915
3
+ size 4916845
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7bf15d8c02f318677f19cb59778bcc3142f0768f1a3b023dca0cfae8944202
3
+ size 1589239
videos/chunk-000/observation.images.wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c887882be0e7744c3b7fd24d531e3ec334ab615852107418c7abb3d6d8c3c01
3
+ size 2671763
videos/chunk-000/observation.images.wrist/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae6d388b5f56cc3d9ce74424b13572c7cf408e3c83d59181999920ce49fb6da
3
+ size 3609532
videos/chunk-000/observation.images.wrist/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd450dcedc62e6d27776ca514807b0506aad26a209c9bf244b99fe8a26da76ad
3
+ size 2116722
videos/chunk-000/observation.images.wrist/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed133a4778462b6dc3d74d6766b0af38a58c6ce29f9df4bf4d36c9f72a8a30f4
3
+ size 3368909