kantine commited on
Commit
aee905c
·
verified ·
1 Parent(s): fbc6adc

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:c3b62f098054a7066a387f5501e5f745431d58c1577b07121ff142fbd355a3de
3
+ size 77972
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42e472a8b5d652c03717a69dfe4baf87bbd65a78a5250c08f6bb7774dddad59
3
+ size 90651
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a3db155d5236189334e0eff55c81c0636b4b8299de6d6310fecb133dfce21df
3
+ size 88251
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41f65ba396a0f775d69c2b022d6640b8d2da46bf07ed51645ffe0f4d74868a3
3
+ size 90934
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbddaa3e252fd4ec3b0f465651d8f0901ef0428cad0c5ebf2d82fc42fb48006d
3
+ size 89541
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4093d3889ac62f9ee96a6b481869b1c212c9f9de35b777aa9fedf5b3a8ccadc7
3
+ size 89873
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea1f073a08698c32087603cee5416d73777fcbfacf641c8fe21da853cd2ca22d
3
+ size 93352
meta/episodes.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["kapla_tower6 task with various anomalies"], "length": 1789}
2
+ {"episode_index": 1, "tasks": ["kapla_tower6 task with various anomalies"], "length": 1790}
3
+ {"episode_index": 2, "tasks": ["kapla_tower6 task with various anomalies"], "length": 1790}
4
+ {"episode_index": 3, "tasks": ["kapla_tower6 task with various anomalies"], "length": 1790}
5
+ {"episode_index": 4, "tasks": ["kapla_tower6 task with various anomalies"], "length": 1790}
6
+ {"episode_index": 5, "tasks": ["kapla_tower6 task with various anomalies"], "length": 1789}
7
+ {"episode_index": 6, "tasks": ["kapla_tower6 task with various anomalies"], "length": 1790}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 7,
5
+ "total_frames": 12528,
6
+ "total_tasks": 1,
7
+ "total_videos": 14,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:7"
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.logitech_1": {
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.logitech_2": {
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
+ }
meta/stats.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -24.055273056030273,
5
+ 100.70397186279297,
6
+ 96.59429931640625,
7
+ 51.91459655761719,
8
+ 40.09923553466797,
9
+ 8.590456008911133
10
+ ],
11
+ "std": [
12
+ 27.38795280456543,
13
+ 43.97285079956055,
14
+ 45.796634674072266,
15
+ 64.86797332763672,
16
+ 30.97194480895996,
17
+ 10.067805290222168
18
+ ],
19
+ "max": [
20
+ 60.8203125,
21
+ 194.94140625,
22
+ 180.0,
23
+ 269.82421875,
24
+ 126.73828125,
25
+ 40.92702102661133
26
+ ],
27
+ "min": [
28
+ -89.033203125,
29
+ -3.779296875,
30
+ -14.765625,
31
+ -111.09375,
32
+ -11.25,
33
+ -0.2958579957485199
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -23.79679298400879,
39
+ 98.91940307617188,
40
+ 96.82403564453125,
41
+ 51.16646194458008,
42
+ 39.60527420043945,
43
+ 8.756699562072754
44
+ ],
45
+ "std": [
46
+ 27.142601013183594,
47
+ 44.566524505615234,
48
+ 45.040931701660156,
49
+ 62.49225616455078,
50
+ 30.8980655670166,
51
+ 9.388609886169434
52
+ ],
53
+ "max": [
54
+ 60.029296875,
55
+ 193.623046875,
56
+ 180.087890625,
57
+ 112.1484375,
58
+ 124.98046875,
59
+ 39.34142303466797
60
+ ],
61
+ "min": [
62
+ -88.857421875,
63
+ -4.130859375,
64
+ -12.83203125,
65
+ -110.126953125,
66
+ -10.72265625,
67
+ -0.34662044048309326
68
+ ]
69
+ },
70
+ "observation.images.logitech_1": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.4768178164958954
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.4505898952484131
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4276483654975891
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.18364042043685913
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.19120123982429504
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.1809072494506836
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.logitech_2": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.45507365465164185
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.40441906452178955
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.38763779401779175
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.30603647232055664
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.27804115414619446
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.22942158579826355
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
+ 29.811912536621094
213
+ ],
214
+ "std": [
215
+ 17.221534729003906
216
+ ],
217
+ "max": [
218
+ 59.63333511352539
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 894.3569946289062
227
+ ],
228
+ "std": [
229
+ 516.64599609375
230
+ ],
231
+ "max": [
232
+ 1789.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 3.0000829696655273
241
+ ],
242
+ "std": [
243
+ 1.999899983406067
244
+ ],
245
+ "max": [
246
+ 6.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 6263.4990234375
255
+ ],
256
+ "std": [
257
+ 3616.522216796875
258
+ ],
259
+ "max": [
260
+ 12527.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
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "kapla_tower6 task with various anomalies"}
videos/chunk-000/observation.images.logitech_1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f9620ec598a85c81eada38ee3db6bac3ea36f4299de03c57cc9ca062c732d1
3
+ size 20097461
videos/chunk-000/observation.images.logitech_1/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b45ba22fe6ffe18beeae3935e1cd768c9b46065bffa30cbc48cb4f90bcb8c77
3
+ size 19888487
videos/chunk-000/observation.images.logitech_1/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a961683c8ebeb4b56b1f874cdfa2c466101d39adae808b01bcdd5ebcda45e3cd
3
+ size 19795035
videos/chunk-000/observation.images.logitech_1/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82743014eaee280e0a04ef01abf9e072cfa574a0891e6523dc83dbcc4ee932f1
3
+ size 19796591
videos/chunk-000/observation.images.logitech_1/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65643f30ddfc1188bf33d6184bcf8b03c4dd61e56f550f4fe21cf702e1a03e65
3
+ size 18523799
videos/chunk-000/observation.images.logitech_1/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f709cd1ca318c4b1dac41710d998332318e4f4ef32ac70798b230fad5c3ab5c
3
+ size 20245426
videos/chunk-000/observation.images.logitech_1/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3c259ee2eb1803220947140683920bca8104cb4fac578d4af40a062c89bb7c
3
+ size 19832379
videos/chunk-000/observation.images.logitech_2/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e51f9e68887193cecb93e1eee9ac9c39ba94d3dac9b53de9a4611a14d10392
3
+ size 20515265
videos/chunk-000/observation.images.logitech_2/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbcbc6b1d17a07d9707258c1363f1998cfcccc83146e2b1c7434191b6bb6ee8b
3
+ size 20386401
videos/chunk-000/observation.images.logitech_2/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2c256dd6b19e45bee096286cb478ad1c0fc6b6dd38d78cf164f1ccb96ee120
3
+ size 20219674
videos/chunk-000/observation.images.logitech_2/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d59b3547bba7b0917526a9cc5f336682bd68cc61286aa5e75036f77d42db5b4
3
+ size 20178226
videos/chunk-000/observation.images.logitech_2/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919353c721c22595ae86f7f22aba28d01f28c120a8052d52a695fab3e9ee732e
3
+ size 19122513
videos/chunk-000/observation.images.logitech_2/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:debe06a667c84381c70dc01e39b964a372a904043b908223d08012bae93b3224
3
+ size 22143801
videos/chunk-000/observation.images.logitech_2/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e12ce60caf3fa520047def981b04448de235d25faf7ccba1e3baeb3c6ceb7f5
3
+ size 22148759