xristian-n commited on
Commit
f9e0582
·
verified ·
1 Parent(s): fe999ae

Upload flexa-pour1 LeRobot dataset (294 frames, Pouring)

Browse files
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - FlexaTechnologies
7
+ - flexa
8
+ - manipulation
9
+ - lerobot
10
+ - h1-humanoid
11
+ - shadow-hand
12
+ - iphone-lidar
13
+ - egocentric
14
+ - dexterous-manipulation
15
+ size_categories:
16
+ - n<1K
17
+ ---
18
+
19
+ # flexa-pour1
20
+
21
+ H1 humanoid + Shadow Hand replay of pouring task from iPhone egocentric capture.
22
+
23
+ ## Pipeline
24
+
25
+ iPhone rear camera (Record3D .r3d) → HaMeR 2D hand detection + MANO pose → Record3D LiDAR depth fusion → 3D wrist trajectories → Jacobian IK for H1 arms → DexMV finger retargeting → MuJoCo replay → LeRobot export
26
+
27
+ ## Data
28
+
29
+ - **Robot**: Unitree H1 + Shadow Hand (48 DOF: 10 arm + 38 finger)
30
+ - **Task**: Pouring
31
+ - **Episodes**: 1
32
+ - **Frames**: 294
33
+ - **FPS**: 30
34
+ - **Format**: LeRobot v2.1 (Parquet + MP4)
35
+
36
+ ## Features
37
+
38
+ | Feature | Shape | Type |
39
+ |---------|-------|------|
40
+ | `observation.state` | (48,) | float32 |
41
+ | `action` | (48,) | float32 |
42
+ | `observation.images.sim` | (480, 640, 3) | video |
43
+ | `observation.images.ego` | (480, 640, 3) | video |
44
+
45
+ ## Joint Names (state/action ordering)
46
+
47
+ Arm joints: `left_shoulder_pitch, left_shoulder_roll, left_shoulder_yaw, left_elbow, left_wrist_yaw, right_shoulder_pitch, right_shoulder_roll, right_shoulder_yaw, right_elbow, right_wrist_yaw`
48
+
49
+ Finger joints: Shadow Hand curl DOFs (WRJ1/2, FFJ1-3, MFJ1-3, RFJ1-3, LFJ1-3, THJ1-5) × left + right
50
+
51
+ ## Source
52
+
53
+ - Pipeline: [flexa-tech/flexa-pipeline](https://github.com/flexa-tech/flexa-pipeline)
54
+ - Capture: iPhone 15 Pro rear camera with Record3D LiDAR
55
+ - Hand reconstruction: HaMeR (on Modal)
56
+ - Finger retargeting: DexMV
57
+ - IK: Custom Jacobian solver with elbow-out nullspace bias
58
+
59
+ ## License
60
+
61
+ CC-BY-4.0
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2af4f2b2554f180218fca81a1f21f41277ef575aedaac5ccd5c723174b3f40a
3
+ size 114163
meta/episodes/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31859a318e857d2bfa6345bb9f1aa6e10fcc2c8a94c73539711e6dbccbfc4f85
3
+ size 1153
meta/info.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "data_path": "data/chunk-{chunk:03d}/episode_{episode:06d}.parquet",
4
+ "video_path": "videos/chunk-{chunk:03d}/{video_key}/episode_{episode:06d}.mp4",
5
+ "fps": 30.0,
6
+ "robot_type": "h1_shadow_hand",
7
+ "features": {
8
+ "observation.state": {
9
+ "dtype": "float32",
10
+ "shape": [
11
+ 48
12
+ ],
13
+ "names": [
14
+ "left_shoulder_pitch",
15
+ "left_shoulder_roll",
16
+ "left_shoulder_yaw",
17
+ "left_elbow",
18
+ "left_wrist_yaw",
19
+ "right_shoulder_pitch",
20
+ "right_shoulder_roll",
21
+ "right_shoulder_yaw",
22
+ "right_elbow",
23
+ "right_wrist_yaw",
24
+ "lh_WRJ1",
25
+ "lh_WRJ2",
26
+ "lh_FFJ3",
27
+ "lh_FFJ2",
28
+ "lh_FFJ1",
29
+ "lh_MFJ3",
30
+ "lh_MFJ2",
31
+ "lh_MFJ1",
32
+ "lh_RFJ3",
33
+ "lh_RFJ2",
34
+ "lh_RFJ1",
35
+ "lh_LFJ3",
36
+ "lh_LFJ2",
37
+ "lh_LFJ1",
38
+ "lh_THJ5",
39
+ "lh_THJ4",
40
+ "lh_THJ3",
41
+ "lh_THJ2",
42
+ "lh_THJ1",
43
+ "rh_WRJ1",
44
+ "rh_WRJ2",
45
+ "rh_FFJ3",
46
+ "rh_FFJ2",
47
+ "rh_FFJ1",
48
+ "rh_MFJ3",
49
+ "rh_MFJ2",
50
+ "rh_MFJ1",
51
+ "rh_RFJ3",
52
+ "rh_RFJ2",
53
+ "rh_RFJ1",
54
+ "rh_LFJ3",
55
+ "rh_LFJ2",
56
+ "rh_LFJ1",
57
+ "rh_THJ5",
58
+ "rh_THJ4",
59
+ "rh_THJ3",
60
+ "rh_THJ2",
61
+ "rh_THJ1"
62
+ ]
63
+ },
64
+ "action": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 48
68
+ ],
69
+ "names": [
70
+ "left_shoulder_pitch",
71
+ "left_shoulder_roll",
72
+ "left_shoulder_yaw",
73
+ "left_elbow",
74
+ "left_wrist_yaw",
75
+ "right_shoulder_pitch",
76
+ "right_shoulder_roll",
77
+ "right_shoulder_yaw",
78
+ "right_elbow",
79
+ "right_wrist_yaw",
80
+ "lh_WRJ1",
81
+ "lh_WRJ2",
82
+ "lh_FFJ3",
83
+ "lh_FFJ2",
84
+ "lh_FFJ1",
85
+ "lh_MFJ3",
86
+ "lh_MFJ2",
87
+ "lh_MFJ1",
88
+ "lh_RFJ3",
89
+ "lh_RFJ2",
90
+ "lh_RFJ1",
91
+ "lh_LFJ3",
92
+ "lh_LFJ2",
93
+ "lh_LFJ1",
94
+ "lh_THJ5",
95
+ "lh_THJ4",
96
+ "lh_THJ3",
97
+ "lh_THJ2",
98
+ "lh_THJ1",
99
+ "rh_WRJ1",
100
+ "rh_WRJ2",
101
+ "rh_FFJ3",
102
+ "rh_FFJ2",
103
+ "rh_FFJ1",
104
+ "rh_MFJ3",
105
+ "rh_MFJ2",
106
+ "rh_MFJ1",
107
+ "rh_RFJ3",
108
+ "rh_RFJ2",
109
+ "rh_RFJ1",
110
+ "rh_LFJ3",
111
+ "rh_LFJ2",
112
+ "rh_LFJ1",
113
+ "rh_THJ5",
114
+ "rh_THJ4",
115
+ "rh_THJ3",
116
+ "rh_THJ2",
117
+ "rh_THJ1"
118
+ ]
119
+ },
120
+ "observation.images.sim": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 480,
124
+ 640,
125
+ 3
126
+ ],
127
+ "video_info": {
128
+ "video.fps": 30.0,
129
+ "video.codec": "mp4v"
130
+ }
131
+ },
132
+ "observation.images.ego": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 480,
136
+ 640,
137
+ 3
138
+ ],
139
+ "video_info": {
140
+ "video.fps": 30.0,
141
+ "video.codec": "mp4v"
142
+ }
143
+ }
144
+ },
145
+ "splits": {
146
+ "train": "0:294"
147
+ },
148
+ "total_episodes": 1,
149
+ "total_frames": 294,
150
+ "chunks_size": 1000,
151
+ "encoding": {
152
+ "vcodec": "mp4v",
153
+ "pix_fmt": "yuv420p"
154
+ }
155
+ }
meta/stats.json ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ 0.41474077105522156,
5
+ 0.2733168303966522,
6
+ -0.005258898250758648,
7
+ -0.053695790469646454,
8
+ 0.00015242806694004685,
9
+ -0.7281705141067505,
10
+ -0.26754385232925415,
11
+ 0.008019059896469116,
12
+ 1.013899564743042,
13
+ 0.00039536680560559034,
14
+ 0.0,
15
+ 0.0,
16
+ 0.0,
17
+ 0.0,
18
+ 0.0,
19
+ 0.0,
20
+ 0.0,
21
+ 0.0,
22
+ 0.0,
23
+ 0.0,
24
+ 0.0,
25
+ 0.0,
26
+ 0.0,
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 0.0,
31
+ 0.0,
32
+ 0.0,
33
+ 0.0,
34
+ 0.0,
35
+ 0.0,
36
+ 0.0,
37
+ 0.0,
38
+ 0.0,
39
+ 0.0,
40
+ 0.0,
41
+ 0.0,
42
+ 0.0,
43
+ 0.0,
44
+ 0.0,
45
+ 0.0,
46
+ 0.0,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0,
50
+ 0.0,
51
+ 0.0
52
+ ],
53
+ "std": [
54
+ 0.23242104053497314,
55
+ 0.08295128494501114,
56
+ 0.07591325044631958,
57
+ 0.14526179432868958,
58
+ 0.002017113147303462,
59
+ 0.07227126508951187,
60
+ 0.038547221571207047,
61
+ 0.009542037732899189,
62
+ 0.10974633693695068,
63
+ 0.0004718245763797313,
64
+ 0.0,
65
+ 0.0,
66
+ 0.0,
67
+ 0.0,
68
+ 0.0,
69
+ 0.0,
70
+ 0.0,
71
+ 0.0,
72
+ 0.0,
73
+ 0.0,
74
+ 0.0,
75
+ 0.0,
76
+ 0.0,
77
+ 0.0,
78
+ 0.0,
79
+ 0.0,
80
+ 0.0,
81
+ 0.0,
82
+ 0.0,
83
+ 0.0,
84
+ 0.0,
85
+ 0.0,
86
+ 0.0,
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 0.0,
91
+ 0.0,
92
+ 0.0,
93
+ 0.0,
94
+ 0.0,
95
+ 0.0,
96
+ 0.0,
97
+ 0.0,
98
+ 0.0,
99
+ 0.0,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ "min": [
104
+ -0.06400123983621597,
105
+ 0.11261019855737686,
106
+ -0.15515349805355072,
107
+ -0.29173269867897034,
108
+ -0.002016850281506777,
109
+ -0.8000977039337158,
110
+ -0.34622371196746826,
111
+ -0.009082384407520294,
112
+ 0.6456460952758789,
113
+ -0.0005789230926893651,
114
+ 0.0,
115
+ 0.0,
116
+ 0.0,
117
+ 0.0,
118
+ 0.0,
119
+ 0.0,
120
+ 0.0,
121
+ 0.0,
122
+ 0.0,
123
+ 0.0,
124
+ 0.0,
125
+ 0.0,
126
+ 0.0,
127
+ 0.0,
128
+ 0.0,
129
+ 0.0,
130
+ 0.0,
131
+ 0.0,
132
+ 0.0,
133
+ 0.0,
134
+ 0.0,
135
+ 0.0,
136
+ 0.0,
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0,
144
+ 0.0,
145
+ 0.0,
146
+ 0.0,
147
+ 0.0,
148
+ 0.0,
149
+ 0.0,
150
+ 0.0,
151
+ 0.0
152
+ ],
153
+ "max": [
154
+ 0.6089274287223816,
155
+ 0.3547160029411316,
156
+ 0.07681184262037277,
157
+ 0.2477615773677826,
158
+ 0.0041487859562039375,
159
+ -0.4603823721408844,
160
+ -0.20486880838871002,
161
+ 0.029097966849803925,
162
+ 1.2071905136108398,
163
+ 0.0011702734045684338,
164
+ 0.0,
165
+ 0.0,
166
+ 0.0,
167
+ 0.0,
168
+ 0.0,
169
+ 0.0,
170
+ 0.0,
171
+ 0.0,
172
+ 0.0,
173
+ 0.0,
174
+ 0.0,
175
+ 0.0,
176
+ 0.0,
177
+ 0.0,
178
+ 0.0,
179
+ 0.0,
180
+ 0.0,
181
+ 0.0,
182
+ 0.0,
183
+ 0.0,
184
+ 0.0,
185
+ 0.0,
186
+ 0.0,
187
+ 0.0,
188
+ 0.0,
189
+ 0.0,
190
+ 0.0,
191
+ 0.0,
192
+ 0.0,
193
+ 0.0,
194
+ 0.0,
195
+ 0.0,
196
+ 0.0,
197
+ 0.0,
198
+ 0.0,
199
+ 0.0,
200
+ 0.0,
201
+ 0.0
202
+ ]
203
+ },
204
+ "action": {
205
+ "mean": [
206
+ 0.4142208993434906,
207
+ 0.2733134627342224,
208
+ -0.005846554413437843,
209
+ -0.053587544709444046,
210
+ 0.00016818620497360826,
211
+ -0.7279310822486877,
212
+ -0.26775819063186646,
213
+ 0.007968454621732235,
214
+ 1.0137748718261719,
215
+ 0.0003927591897081584,
216
+ 0.0,
217
+ 0.0,
218
+ 0.0,
219
+ 0.0,
220
+ 0.0,
221
+ 0.0,
222
+ 0.0,
223
+ 0.0,
224
+ 0.0,
225
+ 0.0,
226
+ 0.0,
227
+ 0.0,
228
+ 0.0,
229
+ 0.0,
230
+ 0.0,
231
+ 0.0,
232
+ 0.0,
233
+ 0.0,
234
+ 0.0,
235
+ 0.0,
236
+ 0.0,
237
+ 0.0,
238
+ 0.0,
239
+ 0.0,
240
+ 0.0,
241
+ 0.0,
242
+ 0.0,
243
+ 0.0,
244
+ 0.0,
245
+ 0.0,
246
+ 0.0,
247
+ 0.0,
248
+ 0.0,
249
+ 0.0,
250
+ 0.0,
251
+ 0.0,
252
+ 0.0,
253
+ 0.0
254
+ ],
255
+ "std": [
256
+ 0.23327751457691193,
257
+ 0.08295734971761703,
258
+ 0.07610511779785156,
259
+ 0.14541548490524292,
260
+ 0.002022244967520237,
261
+ 0.07241003215312958,
262
+ 0.0385788194835186,
263
+ 0.009551418013870716,
264
+ 0.10979126393795013,
265
+ 0.00047221191925927997,
266
+ 0.0,
267
+ 0.0,
268
+ 0.0,
269
+ 0.0,
270
+ 0.0,
271
+ 0.0,
272
+ 0.0,
273
+ 0.0,
274
+ 0.0,
275
+ 0.0,
276
+ 0.0,
277
+ 0.0,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0,
284
+ 0.0,
285
+ 0.0,
286
+ 0.0,
287
+ 0.0,
288
+ 0.0,
289
+ 0.0,
290
+ 0.0,
291
+ 0.0,
292
+ 0.0,
293
+ 0.0,
294
+ 0.0,
295
+ 0.0,
296
+ 0.0,
297
+ 0.0,
298
+ 0.0,
299
+ 0.0,
300
+ 0.0,
301
+ 0.0,
302
+ 0.0,
303
+ 0.0
304
+ ],
305
+ "min": [
306
+ -0.06400123983621597,
307
+ 0.11261019855737686,
308
+ -0.15515349805355072,
309
+ -0.29173269867897034,
310
+ -0.002016850281506777,
311
+ -0.8000977039337158,
312
+ -0.34622371196746826,
313
+ -0.009082384407520294,
314
+ 0.6456460952758789,
315
+ -0.0005789230926893651,
316
+ 0.0,
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 0.0,
322
+ 0.0,
323
+ 0.0,
324
+ 0.0,
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 0.0,
330
+ 0.0,
331
+ 0.0,
332
+ 0.0,
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ 0.0,
340
+ 0.0,
341
+ 0.0,
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 0.0,
346
+ 0.0,
347
+ 0.0,
348
+ 0.0,
349
+ 0.0,
350
+ 0.0,
351
+ 0.0,
352
+ 0.0,
353
+ 0.0
354
+ ],
355
+ "max": [
356
+ 0.6089274287223816,
357
+ 0.3547160029411316,
358
+ 0.07681184262037277,
359
+ 0.2477615773677826,
360
+ 0.0041487859562039375,
361
+ -0.4603823721408844,
362
+ -0.20486880838871002,
363
+ 0.029097966849803925,
364
+ 1.2071905136108398,
365
+ 0.0011702734045684338,
366
+ 0.0,
367
+ 0.0,
368
+ 0.0,
369
+ 0.0,
370
+ 0.0,
371
+ 0.0,
372
+ 0.0,
373
+ 0.0,
374
+ 0.0,
375
+ 0.0,
376
+ 0.0,
377
+ 0.0,
378
+ 0.0,
379
+ 0.0,
380
+ 0.0,
381
+ 0.0,
382
+ 0.0,
383
+ 0.0,
384
+ 0.0,
385
+ 0.0,
386
+ 0.0,
387
+ 0.0,
388
+ 0.0,
389
+ 0.0,
390
+ 0.0,
391
+ 0.0,
392
+ 0.0,
393
+ 0.0,
394
+ 0.0,
395
+ 0.0,
396
+ 0.0,
397
+ 0.0,
398
+ 0.0,
399
+ 0.0,
400
+ 0.0,
401
+ 0.0,
402
+ 0.0,
403
+ 0.0
404
+ ]
405
+ }
406
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pour from bottle into cup"}
videos/chunk-000/observation.images.ego/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00334701b0e225c63402471a91ef6d8e9ad4dc4b581f2de4af979061ff200ec4
3
+ size 3379022
videos/chunk-000/observation.images.sim/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96cfd7ad0109ff3a578ce5b67ed62047d2c46975ad9ebfb14f849518c5c1d58
3
+ size 1984508