XXRRSSRR commited on
Commit
3137f54
·
verified ·
1 Parent(s): caeb355

Upload 19 files

Browse files
so100_test/data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37e6c4531b58efff8d8c354cd81c9556cdb4ea5070ca5630de8c18148edd64d
3
+ size 28303
so100_test/data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9976d69a5586cfd06ccf3d5bdbb0707228f6edff30a557ace5f39b443ef8bd
3
+ size 28020
so100_test/data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750f924dbd6b8a1243f24c7919605635f4fa49d1251b240e31cb785f61a253f0
3
+ size 24447
so100_test/data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf84ff0378e13df4776fb67ddca8210251d80a4ada172bf2ceb75ff3aa486e2
3
+ size 24549
so100_test/data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13b61a4a2adab32c70b739f93ad801661eca43cd2e594d5ccd1c51fbcb5f4f8
3
+ size 24596
so100_test/meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 522}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 525}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 516}
4
+ {"episode_index": 3, "tasks": ["Grasp a lego block and put it in the bin."], "length": 518}
5
+ {"episode_index": 4, "tasks": ["Grasp a lego block and put it in the bin."], "length": 515}
so100_test/meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 5,
5
+ "total_frames": 2596,
6
+ "total_tasks": 1,
7
+ "total_videos": 10,
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
+ 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
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
so100_test/meta/stats.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -22.302677154541016,
5
+ 132.78245544433594,
6
+ 123.32502746582031,
7
+ -21.909242630004883,
8
+ 157.28756713867188,
9
+ 21.67474937438965
10
+ ],
11
+ "std": [
12
+ 24.029253005981445,
13
+ 50.462642669677734,
14
+ 45.840660095214844,
15
+ 75.45675659179688,
16
+ 5.3587422370910645,
17
+ 38.61711883544922
18
+ ],
19
+ "max": [
20
+ 13.623046875,
21
+ 185.44921875,
22
+ 168.92578125,
23
+ 74.970703125,
24
+ 168.22265625,
25
+ 100.81300354003906
26
+ ],
27
+ "min": [
28
+ -63.720703125,
29
+ 34.1015625,
30
+ 16.875,
31
+ -105.556640625,
32
+ 139.658203125,
33
+ -0.4065040349960327
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -22.102054595947266,
39
+ 131.61532592773438,
40
+ 123.34149932861328,
41
+ -21.3289852142334,
42
+ 156.77804565429688,
43
+ 29.37458610534668
44
+ ],
45
+ "std": [
46
+ 23.565792083740234,
47
+ 51.201393127441406,
48
+ 45.22858428955078,
49
+ 74.43218994140625,
50
+ 5.221802234649658,
51
+ 36.79127502441406
52
+ ],
53
+ "max": [
54
+ 11.689453125,
55
+ 185.09765625,
56
+ 168.22265625,
57
+ 73.740234375,
58
+ 167.607421875,
59
+ 99.07275390625
60
+ ],
61
+ "min": [
62
+ -63.10546875,
63
+ 33.134765625,
64
+ 20.21484375,
65
+ -103.18359375,
66
+ 139.658203125,
67
+ -0.2853067219257355
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5941502451896667
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.48931312561035156
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4103814959526062
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.2581969201564789
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.2536294758319855
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.278687983751297
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.679233193397522
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.572629988193512
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.48072579503059387
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.24704499542713165
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.2238135039806366
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.2539620101451874
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
+ "timestamp": {
211
+ "mean": [
212
+ 8.637125015258789
213
+ ],
214
+ "std": [
215
+ 4.996784210205078
216
+ ],
217
+ "max": [
218
+ 17.46666717529297
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 259.11358642578125
227
+ ],
228
+ "std": [
229
+ 149.9034881591797
230
+ ],
231
+ "max": [
232
+ 524.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.9919105768203735
241
+ ],
242
+ "std": [
243
+ 1.4140541553497314
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1297.5003662109375
255
+ ],
256
+ "std": [
257
+ 749.4008178710938
258
+ ],
259
+ "max": [
260
+ 2595.0
261
+ ],
262
+ "min": [
263
+ 0.0
264
+ ]
265
+ },
266
+ "task_index": {
267
+ "mean": [
268
+ 0.0
269
+ ],
270
+ "std": [
271
+ 0.0
272
+ ],
273
+ "max": [
274
+ 0.0
275
+ ],
276
+ "min": [
277
+ 0.0
278
+ ]
279
+ }
280
+ }
so100_test/meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
so100_test/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:6c9cbcb793d20443d96388e7eca5095ad102beb3d3d393f1aa8b3719b25d9571
3
+ size 6047566
so100_test/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:33318c02da2da91b06d415b37c0709d8460c03f98bdf9796894f95e3b0d19b0c
3
+ size 6113478
so100_test/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:3c5b3417192a08b1fb0b562e4d5bf4976bc873cefbb7acf5f58f65eb385ffd05
3
+ size 6037976
so100_test/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:2e312491f78c1c61f87bbf70058274036abb13cc9febe40a5a64dcbc317895aa
3
+ size 6066115
so100_test/videos/chunk-000/observation.images.laptop/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9bba4674ca13f9f3ce754ff0ab94ab294a639bc9564bd02c60f85a9495d03f4
3
+ size 6063104
so100_test/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:1cc587655884571979f6b4815719c288bf6fa1cd1bae419e87756431788b4cfe
3
+ size 8746644
so100_test/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:3378fa054cbae21d0e791b95bcb341f0e4894045802a9e4945c283c5fba704fa
3
+ size 9431305
so100_test/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:cffc91e3f7f875aaa608f249143bb4e4713c7d0158de54a9e45274bc17a40f9f
3
+ size 9424430
so100_test/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:11eba7f834443ad8c2a4b23dcdea133675e0ea194c4ad660ab6e0f8c7246c230
3
+ size 9423659
so100_test/videos/chunk-000/observation.images.phone/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a570e4275059fd6e424d3c8e8567449b3b2be73f8a5a42bb18eccde777d092
3
+ size 9392470