francescocrivelli commited on
Commit
69030b8
1 Parent(s): e8e2cab

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:74c03185eeda78c847a25d024ddcd682f86f14fdc19ab4d2838105c04ab76457
3
+ size 12019
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6dc63979baca4c240489c600023c3367af72d89678f9403320cb01240d89f53
3
+ size 17034
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9edc2f34cd1b30c63dca888d55005652c05ca07bc054ffb1e4369b06e6b1aa9b
3
+ size 16276
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["demo recording"], "length": 340}
2
+ {"episode_index": 1, "tasks": ["demo recording"], "length": 461}
3
+ {"episode_index": 2, "tasks": ["demo recording"], "length": 384}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 3,
5
+ "total_frames": 1185,
6
+ "total_tasks": 1,
7
+ "total_videos": 6,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:3"
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.endeffector": {
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.workspace": {
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
+ -18.939048767089844,
5
+ 178.55152893066406,
6
+ 151.93234252929688,
7
+ 36.98347473144531,
8
+ -102.25183868408203,
9
+ 0.4050632417201996
10
+ ],
11
+ "std": [
12
+ 11.658820152282715,
13
+ 25.8333683013916,
14
+ 35.1876106262207,
15
+ 5.977680206298828,
16
+ 0.2836019992828369,
17
+ 0.32180267572402954
18
+ ],
19
+ "max": [
20
+ 42.5390625,
21
+ 191.25,
22
+ 175.517578125,
23
+ 62.75390625,
24
+ -101.689453125,
25
+ 0.8910890817642212
26
+ ],
27
+ "min": [
28
+ -33.57421875,
29
+ 89.82421875,
30
+ 63.017578125,
31
+ 33.75,
32
+ -102.65625,
33
+ 0.09900990128517151
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -18.24298095703125,
39
+ 177.55667114257812,
40
+ 153.41775512695312,
41
+ 36.903526306152344,
42
+ -101.65323638916016,
43
+ -0.17652250826358795
44
+ ],
45
+ "std": [
46
+ 11.326634407043457,
47
+ 26.546106338500977,
48
+ 34.32862854003906,
49
+ 6.005556106567383,
50
+ 0.27447736263275146,
51
+ 0.0
52
+ ],
53
+ "max": [
54
+ 41.396484375,
55
+ 191.689453125,
56
+ 176.1328125,
57
+ 61.787109375,
58
+ -101.162109375,
59
+ -0.17652250826358795
60
+ ],
61
+ "min": [
62
+ -32.51953125,
63
+ 87.099609375,
64
+ 68.115234375,
65
+ 34.189453125,
66
+ -101.953125,
67
+ -0.17652250826358795
68
+ ]
69
+ },
70
+ "observation.images.endeffector": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.49663373827934265
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5027689933776855
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.49933528900146484
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.1104457825422287
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.10932402312755585
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.11119335144758224
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.workspace": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.6482637524604797
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.6312786340713501
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.6014102101325989
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.2491227090358734
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.26295799016952515
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.26654961705207825
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
+ 6.672179222106934
213
+ ],
214
+ "std": [
215
+ 3.9827423095703125
216
+ ],
217
+ "max": [
218
+ 15.333333015441895
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 200.16542053222656
227
+ ],
228
+ "std": [
229
+ 119.48225402832031
230
+ ],
231
+ "max": [
232
+ 460.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.03713059425354
241
+ ],
242
+ "std": [
243
+ 0.780763566493988
244
+ ],
245
+ "max": [
246
+ 2.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 592.0001220703125
255
+ ],
256
+ "std": [
257
+ 342.0799255371094
258
+ ],
259
+ "max": [
260
+ 1184.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": "demo recording"}
videos/chunk-000/observation.images.endeffector/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2731842c6f9ca6b60a791fc170a61ee5218a1b74552fbb6238b40b834d9bfdf2
3
+ size 819743
videos/chunk-000/observation.images.endeffector/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c2346ff4baa8e60f8240b2c2d6045ef29de803d07df1bd83ec815a90ecab586
3
+ size 534446
videos/chunk-000/observation.images.endeffector/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c918bcb8476f5eb50e57852d7c024fce554e7db892174f739a3b591399cbaf0
3
+ size 548359
videos/chunk-000/observation.images.workspace/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:483b4246f79ec43fafd6abaf2da88ae136e10abd481686ab3bb4745dd9ecbcc3
3
+ size 5406355
videos/chunk-000/observation.images.workspace/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33d3052e4b52316cad2a360005ebfb0b406aa896d3ca55e6121d846537354b80
3
+ size 6744316
videos/chunk-000/observation.images.workspace/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff1ad038f478ad6789c0210e2e2726bfb6b8f635c16ce0386da3508d8bc8b115
3
+ size 5983487