42loops commited on
Commit
4a3bb79
·
verified ·
1 Parent(s): 000d97f

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:cad38bee105c94ba9bfb9e758445114d4fbd1402a7d86941324b84556dc56412
3
+ size 66907
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2867fde314d2fb3a3c67a68549af3426b82ddd8604a82b63e9cc85e4974617ed
3
+ size 61454
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e4c85f849a2962b8e4757574c757276a2a4a7c35c47ba2e85b329c1a1d9ab5
3
+ size 72174
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6deecb9f0bcef82a85554c55c6a573caa2aa3179e90c3e3666ac5ff4b7f1386
3
+ size 69327
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a dice and put it in the box."], "length": 587}
2
+ {"episode_index": 1, "tasks": ["Grasp a dice and put it in the box."], "length": 596}
3
+ {"episode_index": 2, "tasks": ["Grasp a dice and put it in the box."], "length": 592}
4
+ {"episode_index": 3, "tasks": ["Grasp a dice and put it in the box."], "length": 596}
meta/info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 4,
5
+ "total_frames": 2371,
6
+ "total_tasks": 1,
7
+ "total_videos": 8,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:4"
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
+ 12
21
+ ],
22
+ "names": [
23
+ "left_shoulder_pan",
24
+ "left_shoulder_lift",
25
+ "left_elbow_flex",
26
+ "left_wrist_flex",
27
+ "left_wrist_roll",
28
+ "left_gripper",
29
+ "right_shoulder_pan",
30
+ "right_shoulder_lift",
31
+ "right_elbow_flex",
32
+ "right_wrist_flex",
33
+ "right_wrist_roll",
34
+ "right_gripper"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "left_shoulder_pan",
44
+ "left_shoulder_lift",
45
+ "left_elbow_flex",
46
+ "left_wrist_flex",
47
+ "left_wrist_roll",
48
+ "left_gripper",
49
+ "right_shoulder_pan",
50
+ "right_shoulder_lift",
51
+ "right_elbow_flex",
52
+ "right_wrist_flex",
53
+ "right_wrist_roll",
54
+ "right_gripper"
55
+ ]
56
+ },
57
+ "observation.images.laptop": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channels"
68
+ ],
69
+ "info": {
70
+ "video.fps": 30.0,
71
+ "video.height": 480,
72
+ "video.width": 640,
73
+ "video.channels": 3,
74
+ "video.codec": "h264",
75
+ "video.pix_fmt": "yuv420p",
76
+ "video.is_depth_map": false,
77
+ "has_audio": false
78
+ }
79
+ },
80
+ "observation.images.phone": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channels"
91
+ ],
92
+ "info": {
93
+ "video.fps": 30.0,
94
+ "video.height": 480,
95
+ "video.width": 640,
96
+ "video.channels": 3,
97
+ "video.codec": "h264",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "has_audio": false
101
+ }
102
+ },
103
+ "timestamp": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "frame_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "episode_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "task_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ }
138
+ }
139
+ }
meta/stats.json ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 37.6406135559082,
5
+ 115.40702056884766,
6
+ 114.88104248046875,
7
+ 59.67852020263672,
8
+ -45.93926239013672,
9
+ 11.533616065979004,
10
+ -23.558544158935547,
11
+ 156.74639892578125,
12
+ 156.07469177246094,
13
+ 67.42571258544922,
14
+ 33.878204345703125,
15
+ 8.781682968139648
16
+ ],
17
+ "std": [
18
+ 22.689544677734375,
19
+ 48.44032287597656,
20
+ 44.500545501708984,
21
+ 16.4134464263916,
22
+ 32.33098220825195,
23
+ 10.740826606750488,
24
+ 28.33432388305664,
25
+ 40.857295989990234,
26
+ 30.51529884338379,
27
+ 6.166767597198486,
28
+ 28.944055557250977,
29
+ 11.202342987060547
30
+ ],
31
+ "max": [
32
+ 75.76969909667969,
33
+ 193.64004516601562,
34
+ 182.7805938720703,
35
+ 102.40415954589844,
36
+ 6.200797080993652,
37
+ 26.9954891204834,
38
+ 2.099278450012207,
39
+ 193.6268768310547,
40
+ 183.0826416015625,
41
+ 79.62692260742188,
42
+ 95.96401977539062,
43
+ 28.632761001586914
44
+ ],
45
+ "min": [
46
+ 4.831291198730469,
47
+ 36.78358459472656,
48
+ 18.993850708007812,
49
+ -11.562145233154297,
50
+ -105.38882446289062,
51
+ -2.874612331390381,
52
+ -84.2625961303711,
53
+ 79.55902862548828,
54
+ 70.02241516113281,
55
+ 45.12897491455078,
56
+ 7.010368824005127,
57
+ -0.615074872970581
58
+ ]
59
+ },
60
+ "observation.state": {
61
+ "mean": [
62
+ 37.314697265625,
63
+ 113.11593627929688,
64
+ 115.92608642578125,
65
+ 59.44178771972656,
66
+ -45.03587341308594,
67
+ 10.950977325439453,
68
+ -23.33682632446289,
69
+ 155.62098693847656,
70
+ 156.66928100585938,
71
+ 66.19534301757812,
72
+ 32.796390533447266,
73
+ 8.72532844543457
74
+ ],
75
+ "std": [
76
+ 22.684396743774414,
77
+ 49.42111587524414,
78
+ 43.86146926879883,
79
+ 16.258665084838867,
80
+ 31.979013442993164,
81
+ 10.137519836425781,
82
+ 27.987335205078125,
83
+ 41.71165466308594,
84
+ 29.818750381469727,
85
+ 5.747376441955566,
86
+ 28.562732696533203,
87
+ 10.431100845336914
88
+ ],
89
+ "max": [
90
+ 75.234375,
91
+ 192.392578125,
92
+ 181.142578125,
93
+ 101.42578125,
94
+ 15.908203125,
95
+ 25.770097732543945,
96
+ 1.494140625,
97
+ 191.6015625,
98
+ 182.197265625,
99
+ 77.255859375,
100
+ 92.4609375,
101
+ 27.83333396911621
102
+ ],
103
+ "min": [
104
+ 4.21875,
105
+ 34.365234375,
106
+ 22.67578125,
107
+ -10.8984375,
108
+ -101.689453125,
109
+ -1.0518406629562378,
110
+ -83.49609375,
111
+ 77.783203125,
112
+ 75.234375,
113
+ 45.615234375,
114
+ 7.119140625,
115
+ 0.75
116
+ ]
117
+ },
118
+ "observation.images.laptop": {
119
+ "mean": [
120
+ [
121
+ [
122
+ 0.4330657124519348
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 0.4502190053462982
128
+ ]
129
+ ],
130
+ [
131
+ [
132
+ 0.43656235933303833
133
+ ]
134
+ ]
135
+ ],
136
+ "std": [
137
+ [
138
+ [
139
+ 0.24869950115680695
140
+ ]
141
+ ],
142
+ [
143
+ [
144
+ 0.24029085040092468
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.23915784060955048
150
+ ]
151
+ ]
152
+ ],
153
+ "max": [
154
+ [
155
+ [
156
+ 1.0
157
+ ]
158
+ ],
159
+ [
160
+ [
161
+ 1.0
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 1.0
167
+ ]
168
+ ]
169
+ ],
170
+ "min": [
171
+ [
172
+ [
173
+ 0.0
174
+ ]
175
+ ],
176
+ [
177
+ [
178
+ 0.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 0.0
184
+ ]
185
+ ]
186
+ ]
187
+ },
188
+ "observation.images.phone": {
189
+ "mean": [
190
+ [
191
+ [
192
+ 0.46459585428237915
193
+ ]
194
+ ],
195
+ [
196
+ [
197
+ 0.44293347001075745
198
+ ]
199
+ ],
200
+ [
201
+ [
202
+ 0.4286344647407532
203
+ ]
204
+ ]
205
+ ],
206
+ "std": [
207
+ [
208
+ [
209
+ 0.21252381801605225
210
+ ]
211
+ ],
212
+ [
213
+ [
214
+ 0.20262183248996735
215
+ ]
216
+ ],
217
+ [
218
+ [
219
+ 0.20921175181865692
220
+ ]
221
+ ]
222
+ ],
223
+ "max": [
224
+ [
225
+ [
226
+ 1.0
227
+ ]
228
+ ],
229
+ [
230
+ [
231
+ 1.0
232
+ ]
233
+ ],
234
+ [
235
+ [
236
+ 1.0
237
+ ]
238
+ ]
239
+ ],
240
+ "min": [
241
+ [
242
+ [
243
+ 0.0
244
+ ]
245
+ ],
246
+ [
247
+ [
248
+ 0.0
249
+ ]
250
+ ],
251
+ [
252
+ [
253
+ 0.0
254
+ ]
255
+ ]
256
+ ]
257
+ },
258
+ "timestamp": {
259
+ "mean": [
260
+ 9.862886428833008
261
+ ],
262
+ "std": [
263
+ 5.704395294189453
264
+ ],
265
+ "max": [
266
+ 19.83333396911621
267
+ ],
268
+ "min": [
269
+ 0.0
270
+ ]
271
+ },
272
+ "frame_index": {
273
+ "mean": [
274
+ 295.8865661621094
275
+ ],
276
+ "std": [
277
+ 171.1318817138672
278
+ ],
279
+ "max": [
280
+ 595.0
281
+ ],
282
+ "min": [
283
+ 0.0
284
+ ]
285
+ },
286
+ "episode_index": {
287
+ "mean": [
288
+ 1.504850149154663
289
+ ],
290
+ "std": [
291
+ 1.1170799732208252
292
+ ],
293
+ "max": [
294
+ 3.0
295
+ ],
296
+ "min": [
297
+ 0.0
298
+ ]
299
+ },
300
+ "index": {
301
+ "mean": [
302
+ 1185.00048828125
303
+ ],
304
+ "std": [
305
+ 684.4486083984375
306
+ ],
307
+ "max": [
308
+ 2370.0
309
+ ],
310
+ "min": [
311
+ 0.0
312
+ ]
313
+ },
314
+ "task_index": {
315
+ "mean": [
316
+ 0.0
317
+ ],
318
+ "std": [
319
+ 0.0
320
+ ],
321
+ "max": [
322
+ 0.0
323
+ ],
324
+ "min": [
325
+ 0.0
326
+ ]
327
+ }
328
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a dice and put it in the box."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d4961b2c2b427dc4913b709dddf98736fe6879725d506f36e1680ffa0bde47
3
+ size 10665861
videos/chunk-000/observation.images.laptop/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8fc144470ef863cb41036274776bcedb5dee72854d5db9a4a59d785c0836b5f
3
+ size 10292215
videos/chunk-000/observation.images.laptop/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2cb93ac70687050e39fce768176b48ca7671f60a4f9b7146d641b641dfee423
3
+ size 10286609
videos/chunk-000/observation.images.laptop/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e8f473582aed6e38ab87b2bf3cc03440fb1491cb2083fb0b58f37d2e6bc918e
3
+ size 10196984
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:362fe6e77f040b95739ebafe148db00b66bd465c2a183e72a438dee438a3eca4
3
+ size 11634851
videos/chunk-000/observation.images.phone/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baae51c32afc97c7b64d25a6c37248beaded0b6dc2b7aeaef4e5c3f9f27f85cc
3
+ size 11751377
videos/chunk-000/observation.images.phone/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:532f5f425a32229195d3497a2f0f36e89fb8c96e4795cacc98733437862d3e6e
3
+ size 11499365
videos/chunk-000/observation.images.phone/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6015e04adcd8b1e98e03443ee9c84fa8386f2e9da887ef961c994db1834a8fdd
3
+ size 11742224