HITHY commited on
Commit
0a7725c
·
verified ·
1 Parent(s): c1e5f43

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:71dfa0a40ece48ab1b27448300b66dc2ab62b1eb5d09b84733fa57825ce6ded4
3
+ size 22396
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a peach."], "length": 492}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 492,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.camera0": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.camera2": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.camera4": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.fps": 30.0,
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "h264",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/stats.json ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -30.667572021484375,
5
+ 154.1978759765625,
6
+ 159.52951049804688,
7
+ 35.103023529052734,
8
+ 88.541748046875,
9
+ 7.739376544952393
10
+ ],
11
+ "std": [
12
+ 22.447580337524414,
13
+ 36.75358581542969,
14
+ 22.34697723388672,
15
+ 22.40182113647461,
16
+ 0.3358222544193268,
17
+ 13.997026443481445
18
+ ],
19
+ "max": [
20
+ -1.0546875,
21
+ 190.283203125,
22
+ 183.69140625,
23
+ 67.32421875,
24
+ 89.033203125,
25
+ 43.90459442138672
26
+ ],
27
+ "min": [
28
+ -61.435546875,
29
+ 92.63671875,
30
+ 125.947265625,
31
+ 9.052734375,
32
+ 88.06640625,
33
+ 1.1484098434448242
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -30.256345748901367,
39
+ 153.25889587402344,
40
+ 159.41465759277344,
41
+ 35.038352966308594,
42
+ 88.31292724609375,
43
+ 10.162227630615234
44
+ ],
45
+ "std": [
46
+ 22.260387420654297,
47
+ 37.04159164428711,
48
+ 21.178836822509766,
49
+ 22.332805633544922,
50
+ 0.20594151318073273,
51
+ 13.1063871383667
52
+ ],
53
+ "max": [
54
+ 0.3515625,
55
+ 190.01953125,
56
+ 181.318359375,
57
+ 79.98046875,
58
+ 88.857421875,
59
+ 43.60625457763672
60
+ ],
61
+ "min": [
62
+ -59.853515625,
63
+ 91.93359375,
64
+ 127.08984375,
65
+ 9.66796875,
66
+ 88.06640625,
67
+ 0.7359705567359924
68
+ ]
69
+ },
70
+ "observation.images.camera0": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.4181673228740692
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.4207715392112732
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.472913533449173
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.2873801589012146
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.29403358697891235
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.32684314250946045
102
+ ]
103
+ ]
104
+ ],
105
+ "max": [
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ]
121
+ ],
122
+ "min": [
123
+ [
124
+ [
125
+ 0.0
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ]
138
+ ]
139
+ },
140
+ "observation.images.camera2": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.44229233264923096
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.4208526909351349
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.41647598147392273
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.352588027715683
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.36534878611564636
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.3556345999240875
172
+ ]
173
+ ]
174
+ ],
175
+ "max": [
176
+ [
177
+ [
178
+ 1.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 1.0
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 1.0
189
+ ]
190
+ ]
191
+ ],
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
+ },
210
+ "observation.images.camera4": {
211
+ "mean": [
212
+ [
213
+ [
214
+ 0.5144706964492798
215
+ ]
216
+ ],
217
+ [
218
+ [
219
+ 0.5864737033843994
220
+ ]
221
+ ],
222
+ [
223
+ [
224
+ 0.6307768225669861
225
+ ]
226
+ ]
227
+ ],
228
+ "std": [
229
+ [
230
+ [
231
+ 0.3038262128829956
232
+ ]
233
+ ],
234
+ [
235
+ [
236
+ 0.3010849356651306
237
+ ]
238
+ ],
239
+ [
240
+ [
241
+ 0.30072638392448425
242
+ ]
243
+ ]
244
+ ],
245
+ "max": [
246
+ [
247
+ [
248
+ 1.0
249
+ ]
250
+ ],
251
+ [
252
+ [
253
+ 1.0
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 1.0
259
+ ]
260
+ ]
261
+ ],
262
+ "min": [
263
+ [
264
+ [
265
+ 0.0
266
+ ]
267
+ ],
268
+ [
269
+ [
270
+ 0.0
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 0.0
276
+ ]
277
+ ]
278
+ ]
279
+ },
280
+ "timestamp": {
281
+ "mean": [
282
+ 8.183334350585938
283
+ ],
284
+ "std": [
285
+ 4.734262943267822
286
+ ],
287
+ "max": [
288
+ 16.366666793823242
289
+ ],
290
+ "min": [
291
+ 0.0
292
+ ]
293
+ },
294
+ "frame_index": {
295
+ "mean": [
296
+ 245.5
297
+ ],
298
+ "std": [
299
+ 142.0278778076172
300
+ ],
301
+ "max": [
302
+ 491.0
303
+ ],
304
+ "min": [
305
+ 0.0
306
+ ]
307
+ },
308
+ "episode_index": {
309
+ "mean": [
310
+ 0.0
311
+ ],
312
+ "std": [
313
+ 0.0
314
+ ],
315
+ "max": [
316
+ 0.0
317
+ ],
318
+ "min": [
319
+ 0.0
320
+ ]
321
+ },
322
+ "index": {
323
+ "mean": [
324
+ 245.5
325
+ ],
326
+ "std": [
327
+ 142.0278778076172
328
+ ],
329
+ "max": [
330
+ 491.0
331
+ ],
332
+ "min": [
333
+ 0.0
334
+ ]
335
+ },
336
+ "task_index": {
337
+ "mean": [
338
+ 0.0
339
+ ],
340
+ "std": [
341
+ 0.0
342
+ ],
343
+ "max": [
344
+ 0.0
345
+ ],
346
+ "min": [
347
+ 0.0
348
+ ]
349
+ }
350
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a peach."}
videos/chunk-000/observation.images.camera0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d770266696d8f7355352c537762ad3a5269f619228038bbd3368d52c01f5a297
3
+ size 8100050
videos/chunk-000/observation.images.camera2/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdb082f123b67649ec9ce9f8233edf170b872180e1be44ea5675e387061a5a8
3
+ size 6063643
videos/chunk-000/observation.images.camera4/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8e083389042c4da80b28f16212efe88c8159f7d5152868ae81143ef07113b0
3
+ size 7070734