DUDU9527 commited on
Commit
19be7ce
1 Parent(s): 765b0a8

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:f7017652e09eb18e6d7d40b6da8d8ef2fdd7d2382be6d6fc0ea7ee70b4152e46
3
+ size 37910
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8089304914fe770a7eeede61203d50c09809c271d85e9815c6951a2cc9c458
3
+ size 31926
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick-and-place1"], "length": 858}
2
+ {"episode_index": 1, "tasks": ["pick-and-place1"], "length": 617}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 2,
5
+ "total_frames": 1475,
6
+ "total_tasks": 1,
7
+ "total_videos": 6,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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.laptop": {
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": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.phone1": {
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": "av1",
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
+ 88.88166809082031,
5
+ 139.53704833984375,
6
+ 144.42860412597656,
7
+ 68.48304748535156,
8
+ 65.72844696044922,
9
+ 18.65145492553711
10
+ ],
11
+ "std": [
12
+ 11.704955101013184,
13
+ 42.531288146972656,
14
+ 28.16667938232422,
15
+ 9.411747932434082,
16
+ 23.858806610107422,
17
+ 17.32247543334961
18
+ ],
19
+ "max": [
20
+ 115.224609375,
21
+ 194.4140625,
22
+ 181.0546875,
23
+ 97.20703125,
24
+ 97.20703125,
25
+ 61.00917434692383
26
+ ],
27
+ "min": [
28
+ 69.08203125,
29
+ 72.94921875,
30
+ 94.74609375,
31
+ 51.064453125,
32
+ 19.775390625,
33
+ 0.0
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 88.20662689208984,
39
+ 138.59707641601562,
40
+ 144.736572265625,
41
+ 67.9419174194336,
42
+ 65.03874969482422,
43
+ 19.118640899658203
44
+ ],
45
+ "std": [
46
+ 11.69422721862793,
47
+ 42.8765983581543,
48
+ 27.65099334716797,
49
+ 9.310908317565918,
50
+ 23.764156341552734,
51
+ 17.06126594543457
52
+ ],
53
+ "max": [
54
+ 114.873046875,
55
+ 194.23828125,
56
+ 180.615234375,
57
+ 96.416015625,
58
+ 96.328125,
59
+ 59.48186492919922
60
+ ],
61
+ "min": [
62
+ 68.73046875,
63
+ 71.806640625,
64
+ 96.328125,
65
+ 51.416015625,
66
+ 19.51171875,
67
+ 0.41450777649879456
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5080696940422058
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5721458196640015
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.6178417205810547
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.2726134657859802
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.27650922536849976
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.28655847907066345
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.phone": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.49038341641426086
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.5309371948242188
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.5376070737838745
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.28602761030197144
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.2788165807723999
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.29820889234542847
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.phone1": {
211
+ "mean": [
212
+ [
213
+ [
214
+ 0.5054056644439697
215
+ ]
216
+ ],
217
+ [
218
+ [
219
+ 0.5145071744918823
220
+ ]
221
+ ],
222
+ [
223
+ [
224
+ 0.5084105730056763
225
+ ]
226
+ ]
227
+ ],
228
+ "std": [
229
+ [
230
+ [
231
+ 0.2201659083366394
232
+ ]
233
+ ],
234
+ [
235
+ [
236
+ 0.2230449616909027
237
+ ]
238
+ ],
239
+ [
240
+ [
241
+ 0.23470790684223175
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
+ 12.603140830993652
283
+ ],
284
+ "std": [
285
+ 7.636800289154053
286
+ ],
287
+ "max": [
288
+ 28.566667556762695
289
+ ],
290
+ "min": [
291
+ 0.0
292
+ ]
293
+ },
294
+ "frame_index": {
295
+ "mean": [
296
+ 378.09417724609375
297
+ ],
298
+ "std": [
299
+ 229.10403442382812
300
+ ],
301
+ "max": [
302
+ 857.0
303
+ ],
304
+ "min": [
305
+ 0.0
306
+ ]
307
+ },
308
+ "episode_index": {
309
+ "mean": [
310
+ 0.41830527782440186
311
+ ],
312
+ "std": [
313
+ 0.493280827999115
314
+ ],
315
+ "max": [
316
+ 1.0
317
+ ],
318
+ "min": [
319
+ 0.0
320
+ ]
321
+ },
322
+ "index": {
323
+ "mean": [
324
+ 736.9999389648438
325
+ ],
326
+ "std": [
327
+ 425.7957763671875
328
+ ],
329
+ "max": [
330
+ 1474.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": "pick-and-place1"}
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:ff31d39969671bc00321eabce3e741b2967a7791a3ade12dde7f0b7eb3874cb9
3
+ size 8934581
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:4f2ccf8f56c5664f53fc065684cf5b5e581121a40a873253ecf0254436ce89dc
3
+ size 6023434
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:a224bd1fb50649162bbf09638fabba0a07b398720bc4f7a271f8069a37588cf4
3
+ size 12305391
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:54fe445037ea3009ac623e7b857cc3544fa6abedeab547e28741cfe2830e1628
3
+ size 9087859
videos/chunk-000/observation.images.phone1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b7fcfddb3e4c4a6136e975738dc0c4aa44adcefb55590cad6a7e04a586c350
3
+ size 1042806
videos/chunk-000/observation.images.phone1/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fdabd0eb108f08165a98f0a4e859927408406dcf824af386c23fef9617101e0
3
+ size 688323