aliberts HF staff commited on
Commit
3fb7e26
·
verified ·
1 Parent(s): 290abfa

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:4c4594531b67938b9690499f97965fb93afbfbfe534e2d20f24a58c4f8099ebb
3
+ size 64983
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b191a9ce8c473db319c68df37c949346ada279dc347f349690b269d53641068b
3
+ size 64116
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e8af6406a0f40e486be761cd81f4be760e7eec05f8f38e05b3aed6cf4fc3651
3
+ size 59909
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:785e16f00b59550e2b2b199bb59ef3e047f96766d3a717257b85ea8897536ee1
3
+ size 63254
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b68f86ef291be5dd2bebc591c5e85d3b947268a3e77677aede896930d6ada13
3
+ size 64434
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["When you see someone, look at them and wave"], "length": 283}
2
+ {"episode_index": 1, "tasks": ["When you see someone, look at them and wave"], "length": 279}
3
+ {"episode_index": 2, "tasks": ["When you see someone, look at them and wave"], "length": 260}
4
+ {"episode_index": 3, "tasks": ["When you see someone, look at them and wave"], "length": 276}
5
+ {"episode_index": 4, "tasks": ["When you see someone, look at them and wave"], "length": 282}
meta/info.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "reachy2",
4
+ "total_episodes": 5,
5
+ "total_frames": 1380,
6
+ "total_tasks": 1,
7
+ "total_videos": 5,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
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
+ 22
21
+ ],
22
+ "names": [
23
+ "neck_yaw.pos",
24
+ "neck_pitch.pos",
25
+ "neck_roll.pos",
26
+ "r_shoulder_pitch.pos",
27
+ "r_shoulder_roll.pos",
28
+ "r_elbow_yaw.pos",
29
+ "r_elbow_pitch.pos",
30
+ "r_wrist_roll.pos",
31
+ "r_wrist_pitch.pos",
32
+ "r_wrist_yaw.pos",
33
+ "r_gripper.pos",
34
+ "l_shoulder_pitch.pos",
35
+ "l_shoulder_roll.pos",
36
+ "l_elbow_yaw.pos",
37
+ "l_elbow_pitch.pos",
38
+ "l_wrist_roll.pos",
39
+ "l_wrist_pitch.pos",
40
+ "l_wrist_yaw.pos",
41
+ "l_gripper.pos",
42
+ "mobile_base.vx",
43
+ "mobile_base.vy",
44
+ "mobile_base.vtheta"
45
+ ]
46
+ },
47
+ "observation.state": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 22
51
+ ],
52
+ "names": [
53
+ "neck_yaw.pos",
54
+ "neck_pitch.pos",
55
+ "neck_roll.pos",
56
+ "r_shoulder_pitch.pos",
57
+ "r_shoulder_roll.pos",
58
+ "r_elbow_yaw.pos",
59
+ "r_elbow_pitch.pos",
60
+ "r_wrist_roll.pos",
61
+ "r_wrist_pitch.pos",
62
+ "r_wrist_yaw.pos",
63
+ "r_gripper.pos",
64
+ "l_shoulder_pitch.pos",
65
+ "l_shoulder_roll.pos",
66
+ "l_elbow_yaw.pos",
67
+ "l_elbow_pitch.pos",
68
+ "l_wrist_roll.pos",
69
+ "l_wrist_pitch.pos",
70
+ "l_wrist_yaw.pos",
71
+ "l_gripper.pos",
72
+ "mobile_base.vx",
73
+ "mobile_base.vy",
74
+ "mobile_base.vtheta"
75
+ ]
76
+ },
77
+ "observation.images.head_left": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 720,
81
+ 960,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "info": {
90
+ "video.fps": 15.0,
91
+ "video.height": 720,
92
+ "video.width": 960,
93
+ "video.channels": 3,
94
+ "video.codec": "h264",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "timestamp": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "frame_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "episode_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "task_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ }
135
+ }
136
+ }
meta/stats.json ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 1.486942172050476,
5
+ -10.231135368347168,
6
+ -13.935419082641602,
7
+ -5.750349998474121,
8
+ -8.76745891571045,
9
+ -6.382223129272461,
10
+ -29.37673568725586,
11
+ 16.21906089782715,
12
+ -0.42801371216773987,
13
+ -46.83594512939453,
14
+ 99.98975372314453,
15
+ -9.974205017089844,
16
+ -6.306575298309326,
17
+ -12.050307273864746,
18
+ -0.02164476364850998,
19
+ -5.7034382820129395,
20
+ 1.0873675346374512,
21
+ 36.63701629638672,
22
+ 99.97594451904297,
23
+ 0.0,
24
+ 0.0,
25
+ 0.0
26
+ ],
27
+ "std": [
28
+ 2.280582904815674,
29
+ 2.6513209342956543,
30
+ 19.63372039794922,
31
+ 14.502352714538574,
32
+ 18.233736038208008,
33
+ 27.227516174316406,
34
+ 50.3453483581543,
35
+ 10.749937057495117,
36
+ 12.30507755279541,
37
+ 15.755269050598145,
38
+ 0.002666731830686331,
39
+ 2.750699758529663,
40
+ 1.5920794010162354,
41
+ 1.3085517883300781,
42
+ 6.988900167925749e-06,
43
+ 1.7340788841247559,
44
+ 2.736328601837158,
45
+ 3.7929418087005615,
46
+ 0.02804277278482914,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0
50
+ ],
51
+ "max": [
52
+ 23.9345645904541,
53
+ -4.995391368865967,
54
+ 34.19920349121094,
55
+ 33.99788284301758,
56
+ 7.4567036628723145,
57
+ 12.71086311340332,
58
+ -0.021440673619508743,
59
+ 41.63055419921875,
60
+ 42.4605598449707,
61
+ -30.764511108398438,
62
+ 99.98999786376953,
63
+ -3.376676559448242,
64
+ -2.4819066524505615,
65
+ -8.877937316894531,
66
+ -0.021610943600535393,
67
+ -1.8639872074127197,
68
+ 8.694295883178711,
69
+ 43.1783332824707,
70
+ 100.0,
71
+ 0.0,
72
+ -0.0,
73
+ -0.0
74
+ ],
75
+ "min": [
76
+ -9.443692207336426,
77
+ -26.363557815551758,
78
+ -61.917762756347656,
79
+ -61.28691864013672,
80
+ -60.91971206665039,
81
+ -105.16299438476562,
82
+ -127.00000762939453,
83
+ -32.4966926574707,
84
+ -18.339601516723633,
85
+ -128.15679931640625,
86
+ 99.91999816894531,
87
+ -18.558897018432617,
88
+ -10.916884422302246,
89
+ -15.6774320602417,
90
+ -0.021654613316059113,
91
+ -11.489089965820312,
92
+ -5.145109176635742,
93
+ 25.415592193603516,
94
+ 99.91999816894531,
95
+ 0.0,
96
+ -0.0,
97
+ -0.0
98
+ ]
99
+ },
100
+ "observation.state": {
101
+ "mean": [
102
+ -13.944160461425781,
103
+ -10.231363296508789,
104
+ 1.4907276630401611,
105
+ -5.889711856842041,
106
+ -8.868148803710938,
107
+ -6.071635723114014,
108
+ -28.768102645874023,
109
+ 16.200794219970703,
110
+ -0.4892503023147583,
111
+ -46.90469741821289,
112
+ 129.9901123046875,
113
+ -9.96906566619873,
114
+ -6.300731658935547,
115
+ -12.04546070098877,
116
+ -0.021401019766926765,
117
+ -5.70813512802124,
118
+ 1.084233045578003,
119
+ 36.63154983520508,
120
+ 129.9732666015625,
121
+ 6.348297756630927e-05,
122
+ -3.700602610479109e-05,
123
+ -0.0075615644454956055
124
+ ],
125
+ "std": [
126
+ 19.58494758605957,
127
+ 2.6339898109436035,
128
+ 2.2517406940460205,
129
+ 13.89729118347168,
130
+ 18.191226959228516,
131
+ 24.05221939086914,
132
+ 47.25375747680664,
133
+ 10.670607566833496,
134
+ 12.169135093688965,
135
+ 15.806685447692871,
136
+ 0.0023657993879169226,
137
+ 2.7548625469207764,
138
+ 1.5902742147445679,
139
+ 1.3130134344100952,
140
+ 0.017431138083338737,
141
+ 1.7331658601760864,
142
+ 2.7366700172424316,
143
+ 3.788210153579712,
144
+ 0.034830544143915176,
145
+ 0.009163055568933487,
146
+ 0.0058015757240355015,
147
+ 1.8167380094528198
148
+ ],
149
+ "max": [
150
+ 33.784217834472656,
151
+ -5.073892593383789,
152
+ 23.719778060913086,
153
+ 32.56918716430664,
154
+ 7.497448921203613,
155
+ 12.724782943725586,
156
+ 0.08628618717193604,
157
+ 41.543758392333984,
158
+ 41.868316650390625,
159
+ -31.674100875854492,
160
+ 129.990234375,
161
+ -3.358921527862549,
162
+ -2.4967620372772217,
163
+ -8.889262199401855,
164
+ 0.07627523690462112,
165
+ -1.833549976348877,
166
+ 8.642769813537598,
167
+ 43.123069763183594,
168
+ 130.078125,
169
+ 0.057134680449962616,
170
+ 0.042271874845027924,
171
+ 16.295690536499023
172
+ ],
173
+ "min": [
174
+ -61.65364456176758,
175
+ -26.048385620117188,
176
+ -9.281428337097168,
177
+ -61.01527404785156,
178
+ -59.168277740478516,
179
+ -99.60379791259766,
180
+ -127.06695556640625,
181
+ -31.926233291625977,
182
+ -16.269533157348633,
183
+ -127.77517700195312,
184
+ 129.90234375,
185
+ -18.630979537963867,
186
+ -10.92579460144043,
187
+ -15.695926666259766,
188
+ -0.12793302536010742,
189
+ -11.511139869689941,
190
+ -5.14945650100708,
191
+ 25.53514289855957,
192
+ 129.90234375,
193
+ -0.060520440340042114,
194
+ -0.04984660446643829,
195
+ -12.221768379211426
196
+ ]
197
+ },
198
+ "observation.images.head_left": {
199
+ "mean": [
200
+ [
201
+ [
202
+ 0.3587336242198944
203
+ ]
204
+ ],
205
+ [
206
+ [
207
+ 0.3575819432735443
208
+ ]
209
+ ],
210
+ [
211
+ [
212
+ 0.3333933651447296
213
+ ]
214
+ ]
215
+ ],
216
+ "std": [
217
+ [
218
+ [
219
+ 0.280318021774292
220
+ ]
221
+ ],
222
+ [
223
+ [
224
+ 0.2672075927257538
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.2686084508895874
230
+ ]
231
+ ]
232
+ ],
233
+ "max": [
234
+ [
235
+ [
236
+ 1.0
237
+ ]
238
+ ],
239
+ [
240
+ [
241
+ 1.0
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 1.0
247
+ ]
248
+ ]
249
+ ],
250
+ "min": [
251
+ [
252
+ [
253
+ 0.0
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 0.0
259
+ ]
260
+ ],
261
+ [
262
+ [
263
+ 0.0
264
+ ]
265
+ ]
266
+ ]
267
+ },
268
+ "timestamp": {
269
+ "mean": [
270
+ 9.175115585327148
271
+ ],
272
+ "std": [
273
+ 5.325850486755371
274
+ ],
275
+ "max": [
276
+ 18.799999237060547
277
+ ],
278
+ "min": [
279
+ 0.0
280
+ ]
281
+ },
282
+ "frame_index": {
283
+ "mean": [
284
+ 137.62684631347656
285
+ ],
286
+ "std": [
287
+ 79.88774871826172
288
+ ],
289
+ "max": [
290
+ 282.0
291
+ ],
292
+ "min": [
293
+ 0.0
294
+ ]
295
+ },
296
+ "episode_index": {
297
+ "mean": [
298
+ 1.9963767528533936
299
+ ],
300
+ "std": [
301
+ 1.4282302856445312
302
+ ],
303
+ "max": [
304
+ 4.0
305
+ ],
306
+ "min": [
307
+ 0.0
308
+ ]
309
+ },
310
+ "index": {
311
+ "mean": [
312
+ 689.4999389648438
313
+ ],
314
+ "std": [
315
+ 398.37158203125
316
+ ],
317
+ "max": [
318
+ 1379.0
319
+ ],
320
+ "min": [
321
+ 0.0
322
+ ]
323
+ },
324
+ "task_index": {
325
+ "mean": [
326
+ 0.0
327
+ ],
328
+ "std": [
329
+ 0.0
330
+ ],
331
+ "max": [
332
+ 0.0
333
+ ],
334
+ "min": [
335
+ 0.0
336
+ ]
337
+ }
338
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "When you see someone, look at them and wave"}
videos/chunk-000/observation.images.head_left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:287cd799842cf75cae43b169397dbba84124ad8feba55f81e0cfde5fb053a779
3
+ size 4226808
videos/chunk-000/observation.images.head_left/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97dcee438053b4a89eb0dfeeb83d81d4c04c3461defa1cff842edc969704b5d7
3
+ size 4298168
videos/chunk-000/observation.images.head_left/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a875e787dd672f52840ba43503c679cf149fee3cb361d03c3a931a3b1157ee
3
+ size 4739006
videos/chunk-000/observation.images.head_left/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f306b345a4109705f9c5a27eec827221393a5b6dcf818392b2bb699554a70a
3
+ size 5187402
videos/chunk-000/observation.images.head_left/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0374959580f8c79803113eb403238de0443b44792e43901bdfc61400006a5b92
3
+ size 4510411