francescocrivelli commited on
Commit
1b5706c
1 Parent(s): ca779a4

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:48bab25a1ecdb767c99fa14ef4d0db3c6894dafa68788ce78163570b5fcbabd8
3
+ size 30981
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5430d7c2413f6bc180dbf6764a80b613ec00140619609f546967b7b9f2d38d51
3
+ size 34372
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35738dbd37d4e5ab7c8b0d7ffd86608d2fdb9bc30f9336b1d86656da16270c09
3
+ size 32153
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick up carrot and bring to mouth"], "length": 684}
2
+ {"episode_index": 1, "tasks": ["pick up carrot and bring to mouth"], "length": 833}
3
+ {"episode_index": 2, "tasks": ["pick up carrot and bring to mouth"], "length": 692}
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": 2209,
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
+ 25.572355270385742,
5
+ 133.5249481201172,
6
+ 116.68496704101562,
7
+ 49.227420806884766,
8
+ -28.498689651489258,
9
+ 2.8962526321411133
10
+ ],
11
+ "std": [
12
+ 39.197914123535156,
13
+ 49.32049560546875,
14
+ 54.519798278808594,
15
+ 14.390081405639648,
16
+ 28.203094482421875,
17
+ 9.196948051452637
18
+ ],
19
+ "max": [
20
+ 90.52734375,
21
+ 189.755859375,
22
+ 172.79296875,
23
+ 68.5546875,
24
+ 7.55859375,
25
+ 29.900989532470703
26
+ ],
27
+ "min": [
28
+ -19.423828125,
29
+ 48.33984375,
30
+ -18.720703125,
31
+ 28.4765625,
32
+ -90.087890625,
33
+ -4.851485252380371
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 25.487445831298828,
39
+ 131.4850616455078,
40
+ 119.20570373535156,
41
+ 49.084022521972656,
42
+ -28.132410049438477,
43
+ 4.809658527374268
44
+ ],
45
+ "std": [
46
+ 38.78276062011719,
47
+ 50.62377166748047,
48
+ 53.79160690307617,
49
+ 14.234152793884277,
50
+ 28.029691696166992,
51
+ 8.37453842163086
52
+ ],
53
+ "max": [
54
+ 89.82421875,
55
+ 189.931640625,
56
+ 175.166015625,
57
+ 67.8515625,
58
+ 6.767578125,
59
+ 27.09620475769043
60
+ ],
61
+ "min": [
62
+ -19.072265625,
63
+ 45.791015625,
64
+ -13.798828125,
65
+ 28.125,
66
+ -89.6484375,
67
+ -1.4121800661087036
68
+ ]
69
+ },
70
+ "observation.images.endeffector": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.45517972111701965
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.44266435503959656
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.449472576379776
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.32661905884742737
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.3253013789653778
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.33270302414894104
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.43158209323883057
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.4434061646461487
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.44432389736175537
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.33184558153152466
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.3335908353328705
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.3308246433734894
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
+ 12.361549377441406
213
+ ],
214
+ "std": [
215
+ 7.273621559143066
216
+ ],
217
+ "max": [
218
+ 27.733333587646484
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 370.8465881347656
227
+ ],
228
+ "std": [
229
+ 218.20864868164062
230
+ ],
231
+ "max": [
232
+ 832.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.0036215782165527
241
+ ],
242
+ "std": [
243
+ 0.7892358899116516
244
+ ],
245
+ "max": [
246
+ 2.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1104.0
255
+ ],
256
+ "std": [
257
+ 637.6832275390625
258
+ ],
259
+ "max": [
260
+ 2208.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": "pick up carrot and bring to mouth"}
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:27497c0dbc19274dbdcb24b4b7c453498786fc6606a0bc2e78251954bbdfdcea
3
+ size 4316758
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:1fbd94612698eb4a655dec020ecc44990c4a336e14f27589fb12edd6b86de0af
3
+ size 5302239
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:ef2c8346745de1dda8c5ab815f4c4f657053b4397f13f5f8497debfbdf3da048
3
+ size 4960860
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:43bf97c0be64528ad84c81c98acb36d6d1a0ee37d5aa143a49ca1a89c8665167
3
+ size 6766747
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:900c666eb93bfb274994b0ac5815ac59a9dcb46c3805928afb64af71a24d92c0
3
+ size 8179751
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:f86d502acb8a6ee54a3b6dcfea62e42bd3976e447078b4f5b61fcd3f72b2e4f4
3
+ size 6927780