XNX25 commited on
Commit
5bc69ed
·
verified ·
1 Parent(s): ef81e17

chore: sync metadata, drop original files

Browse files
README.md CHANGED
@@ -1,69 +1,73 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - robotics
5
- tags:
6
- - LeRobot
7
- - makermods
8
- - openbooth
9
- - MakerLab
10
- - tsfile
11
- - format:tsfile
12
- - time-series
13
- modality:
14
- - timeseries
15
- configs:
16
- - config_name: default
17
- data_files:
18
- - split: train
19
- path: data/tmp_stacking_20260722_235152.tsfile
20
- ---
21
-
22
- # tmp_stacking_20260722_235152 (TsFile)
23
-
24
- Apache TsFile version of [`makermods/tmp_stacking_20260722_235152`](https://huggingface.co/datasets/makermods/tmp_stacking_20260722_235152).
25
-
26
- ## Overview
27
-
28
- This dataset is a LeRobot v3.0 demonstration of a stacking task recorded with an SO-100 follower arm.
29
-
30
- - **Robot:** SO-100 follower (so_follower)
31
- - **Scale:** 1 episodes, 575 frames, 30 fps
32
- - **Split:** train
33
- - **Cameras (not uploaded):** `front` and `wrist`
34
-
35
- ## Schema (TsFile structure)
36
-
37
- The TsFile table is named `tmp_stacking_20260722_235152`.
38
-
39
- | Role | Columns |
40
- | --- | --- |
41
- | Time | `Time`, INT64 milliseconds |
42
- | TAG | `episode_index`, `task_index` |
43
- | FIELD | `frame_index`, `sample_index` |
44
- | FIELD | action_0 … action_5 | FLOAT (6-DOF action) |
45
- | FIELD | observation_state_0 observation_state_5 | FLOAT (6-DOF state) |
46
-
47
- Vector columns are flattened into scalar FLOAT measurements (single precision). The source `index` column is retained as `sample_index`.
48
-
49
- ## Conversion notes
50
-
51
- - `Time = round(timestamp * 1000)` with millisecond precision; time restarts inside each episode, while `episode_index` and `task_index` identify the TsFile device.
52
- - The original `timestamp` field is omitted because it is exactly represented by `Time / 1000`.
53
- - Camera video streams are NOT included in this repository; they remain in the [source videos tree](https://huggingface.co/datasets/makermods/tmp_stacking_20260722_235152/tree/main/videos).
54
- - `meta/` is mirrored from the source. Aside from the redundant `timestamp` column and the excluded videos, no source rows or numeric fields are dropped.
55
-
56
- ## Read example
57
-
58
- ```python
59
- from tsfile import TsFileReader
60
-
61
- with TsFileReader("data/tmp_stacking_20260722_235152.tsfile") as reader:
62
- print(reader.get_all_table_schemas()["tmp_stacking_20260722_235152"])
63
- ```
64
-
65
- ## Source & license
66
-
67
- - Original dataset: https://huggingface.co/datasets/makermods/tmp_stacking_20260722_235152
68
- - Author: makermods
69
- - License: apache-2.0
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - makermods
8
+ - openbooth
9
+ - MakerLab
10
+ - tsfile
11
+ - format:tsfile
12
+ - time-series
13
+ - timeseries
14
+ modality:
15
+ - tabular
16
+ - timeseries
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/tmp_stacking_20260722_235152.tsfile
22
+ size_categories:
23
+ - n<1K
24
+ ---
25
+
26
+ # tmp_stacking_20260722_235152 (TsFile)
27
+
28
+ Apache TsFile version of [`makermods/tmp_stacking_20260722_235152`](https://huggingface.co/datasets/makermods/tmp_stacking_20260722_235152).
29
+
30
+ ## Overview
31
+
32
+ This dataset is a LeRobot v3.0 demonstration of a stacking task recorded with an SO-100 follower arm.
33
+
34
+ - **Robot:** SO-100 follower (so_follower)
35
+ - **Scale:** 1 episodes, 575 frames, 30 fps
36
+ - **Split:** train
37
+ - **Cameras (not uploaded):** `front` and `wrist`
38
+
39
+ ## Schema (TsFile structure)
40
+
41
+ The TsFile table is named `tmp_stacking_20260722_235152`.
42
+
43
+ | Role | Columns |
44
+ | --- | --- |
45
+ | Time | `Time`, INT64 milliseconds |
46
+ | TAG | `episode_index`, `task_index` |
47
+ | FIELD | `frame_index`, `sample_index` |
48
+ | FIELD | action_0 … action_5 | FLOAT (6-DOF action) |
49
+ | FIELD | observation_state_0 … observation_state_5 | FLOAT (6-DOF state) |
50
+
51
+ Vector columns are flattened into scalar FLOAT measurements (single precision). The source `index` column is retained as `sample_index`.
52
+
53
+ ## Conversion notes
54
+
55
+ - `Time = round(timestamp * 1000)` with millisecond precision; time restarts inside each episode, while `episode_index` and `task_index` identify the TsFile device.
56
+ - The original `timestamp` field is omitted because it is exactly represented by `Time / 1000`.
57
+ - Camera video streams are NOT included in this repository; they remain in the [source videos tree](https://huggingface.co/datasets/makermods/tmp_stacking_20260722_235152/tree/main/videos).
58
+ - `meta/` is mirrored from the source. Aside from the redundant `timestamp` column and the excluded videos, no source rows or numeric fields are dropped.
59
+
60
+ ## Read example
61
+
62
+ ```python
63
+ from tsfile import TsFileReader
64
+
65
+ with TsFileReader("data/tmp_stacking_20260722_235152.tsfile") as reader:
66
+ print(reader.get_all_table_schemas()["tmp_stacking_20260722_235152"])
67
+ ```
68
+
69
+ ## Source & license
70
+
71
+ - Original dataset: https://huggingface.co/datasets/makermods/tmp_stacking_20260722_235152
72
+ - Author: makermods
73
+ - License: apache-2.0
meta/episodes/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bac0b139400a58c1b0a600524c90414e2b8f81a74c82963ad1f65229e735f193
3
- size 52546
 
 
 
 
meta/stats.json DELETED
@@ -1,632 +0,0 @@
1
- {
2
- "action": {
3
- "min": [
4
- -7.824175834655762,
5
- -103.73626708984375,
6
- -85.27472686767578,
7
- 49.230770111083984,
8
- 10.813186645507812,
9
- 0.0789889395236969
10
- ],
11
- "max": [
12
- 20.043956756591797,
13
- 71.64835357666016,
14
- 96.79120635986328,
15
- 103.29669952392578,
16
- 78.94505310058594,
17
- 30.252763748168945
18
- ],
19
- "mean": [
20
- 7.164603233337402,
21
- -29.982378005981445,
22
- 15.59177017211914,
23
- 72.92252349853516,
24
- 41.93283462524414,
25
- 9.688032150268555
26
- ],
27
- "std": [
28
- 10.724596977233887,
29
- 76.96327209472656,
30
- 83.37190246582031,
31
- 22.322345733642578,
32
- 29.005680084228516,
33
- 9.837108612060547
34
- ],
35
- "count": [
36
- 575
37
- ],
38
- "q01": [
39
- -7.740465476461079,
40
- -103.54443883895874,
41
- -85.27472686767578,
42
- 49.57687557104862,
43
- 11.86752700805664,
44
- 0.7851810033122698
45
- ],
46
- "q10": [
47
- -7.737330242343571,
48
- -103.37545792152142,
49
- -85.19448640611436,
50
- 49.582526698256984,
51
- 11.95208512229481,
52
- 0.786915988723437
53
- ],
54
- "q50": [
55
- 15.03048038482666,
56
- -70.43072891235352,
57
- 54.60652160644531,
58
- 66.99297278267997,
59
- 29.092966079711914,
60
- 1.7370379269123077
61
- ],
62
- "q90": [
63
- 19.167505264282227,
64
- 68.30990104675293,
65
- 96.77087328271958,
66
- 103.03199721355827,
67
- 78.50544894825329,
68
- 25.91075897216797
69
- ],
70
- "q99": [
71
- 20.038615703582764,
72
- 71.6300203149969,
73
- 96.78917305214891,
74
- 103.29324605729845,
75
- 78.93634753757053,
76
- 30.17079226175944
77
- ]
78
- },
79
- "observation.state": {
80
- "min": [
81
- -7.472527503967285,
82
- -103.03296661376953,
83
- -83.6043930053711,
84
- 50.5494499206543,
85
- 6.593406677246094,
86
- 1.950585126876831
87
- ],
88
- "max": [
89
- 19.69230842590332,
90
- 71.9120864868164,
91
- 96.79120635986328,
92
- 101.18681335449219,
93
- 78.5054931640625,
94
- 29.84395408630371
95
- ],
96
- "mean": [
97
- 7.052196979522705,
98
- -28.97971534729004,
99
- 16.489952087402344,
100
- 73.18333435058594,
101
- 41.8331298828125,
102
- 10.685163497924805
103
- ],
104
- "std": [
105
- 10.473001480102539,
106
- 77.67597961425781,
107
- 82.63858795166016,
108
- 21.168432235717773,
109
- 29.118650436401367,
110
- 8.845273971557617
111
- ],
112
- "count": [
113
- 575
114
- ],
115
- "q01": [
116
- -7.472527503967285,
117
- -103.03296661376953,
118
- -83.6043930053711,
119
- 50.5494499206543,
120
- 11.688377857208252,
121
- 1.950585126876831
122
- ],
123
- "q10": [
124
- -7.472527503967285,
125
- -102.67402622617524,
126
- -83.44123980578254,
127
- 50.5494499206543,
128
- 11.865121825536091,
129
- 1.950585126876831
130
- ],
131
- "q50": [
132
- 14.066472053527832,
133
- -71.2104606628418,
134
- 55.390419006347656,
135
- 67.95793962478638,
136
- 29.094698905944824,
137
- 7.152698516845703
138
- ],
139
- "q90": [
140
- 18.988876819610596,
141
- 69.72527313232422,
142
- 96.77595542458927,
143
- 101.00733100043402,
144
- 78.49236727517749,
145
- 25.42285442352295
146
- ],
147
- "q99": [
148
- 19.68990659713745,
149
- 71.90149789107473,
150
- 96.78968126633588,
151
- 101.17953109741211,
152
- 78.504180575174,
153
- 29.84303753716605
154
- ]
155
- },
156
- "timestamp": {
157
- "min": [
158
- 0.0
159
- ],
160
- "max": [
161
- 19.133333333333333
162
- ],
163
- "mean": [
164
- 9.566666666666666
165
- ],
166
- "std": [
167
- 5.532931712332382
168
- ],
169
- "count": [
170
- 575
171
- ],
172
- "q01": [
173
- 0.16741666656841664
174
- ],
175
- "q10": [
176
- 1.8999399999198596
177
- ],
178
- "q50": [
179
- 9.568580000000019
180
- ],
181
- "q90": [
182
- 17.233393333413474
183
- ],
184
- "q99": [
185
- 18.965916666764915
186
- ]
187
- },
188
- "frame_index": {
189
- "min": [
190
- 0.0
191
- ],
192
- "max": [
193
- 574.0
194
- ],
195
- "mean": [
196
- 287.0
197
- ],
198
- "std": [
199
- 165.98795136997143
200
- ],
201
- "count": [
202
- 575
203
- ],
204
- "q01": [
205
- 5.0224999999017506
206
- ],
207
- "q10": [
208
- 56.99819999991987
209
- ],
210
- "q50": [
211
- 286.9426000000001
212
- ],
213
- "q90": [
214
- 517.0018000000802
215
- ],
216
- "q99": [
217
- 568.9775000000984
218
- ]
219
- },
220
- "episode_index": {
221
- "min": [
222
- 0.0
223
- ],
224
- "max": [
225
- 0.0
226
- ],
227
- "mean": [
228
- 0.0
229
- ],
230
- "std": [
231
- 0.0
232
- ],
233
- "count": [
234
- 575
235
- ],
236
- "q01": [
237
- 3.9999999999994176e-16
238
- ],
239
- "q10": [
240
- 3.999999999999417e-15
241
- ],
242
- "q50": [
243
- 1.9999999999997088e-14
244
- ],
245
- "q90": [
246
- 3.599999999999476e-14
247
- ],
248
- "q99": [
249
- 3.9599999999994235e-14
250
- ]
251
- },
252
- "index": {
253
- "min": [
254
- 0.0
255
- ],
256
- "max": [
257
- 574.0
258
- ],
259
- "mean": [
260
- 287.0
261
- ],
262
- "std": [
263
- 165.98795136997143
264
- ],
265
- "count": [
266
- 575
267
- ],
268
- "q01": [
269
- 5.0224999999017506
270
- ],
271
- "q10": [
272
- 56.99819999991987
273
- ],
274
- "q50": [
275
- 286.9426000000001
276
- ],
277
- "q90": [
278
- 517.0018000000802
279
- ],
280
- "q99": [
281
- 568.9775000000984
282
- ]
283
- },
284
- "task_index": {
285
- "min": [
286
- 0.0
287
- ],
288
- "max": [
289
- 0.0
290
- ],
291
- "mean": [
292
- 0.0
293
- ],
294
- "std": [
295
- 0.0
296
- ],
297
- "count": [
298
- 575
299
- ],
300
- "q01": [
301
- 3.9999999999994176e-16
302
- ],
303
- "q10": [
304
- 3.999999999999417e-15
305
- ],
306
- "q50": [
307
- 1.9999999999997088e-14
308
- ],
309
- "q90": [
310
- 3.599999999999476e-14
311
- ],
312
- "q99": [
313
- 3.9599999999994235e-14
314
- ]
315
- },
316
- "observation.images.front": {
317
- "min": [
318
- [
319
- [
320
- 0.0
321
- ]
322
- ],
323
- [
324
- [
325
- 0.0
326
- ]
327
- ],
328
- [
329
- [
330
- 0.0
331
- ]
332
- ]
333
- ],
334
- "max": [
335
- [
336
- [
337
- 1.0
338
- ]
339
- ],
340
- [
341
- [
342
- 0.9960784316062927
343
- ]
344
- ],
345
- [
346
- [
347
- 1.0
348
- ]
349
- ]
350
- ],
351
- "mean": [
352
- [
353
- [
354
- 0.46397921442985535
355
- ]
356
- ],
357
- [
358
- [
359
- 0.4736459255218506
360
- ]
361
- ],
362
- [
363
- [
364
- 0.47344574332237244
365
- ]
366
- ]
367
- ],
368
- "std": [
369
- [
370
- [
371
- 0.16479061543941498
372
- ]
373
- ],
374
- [
375
- [
376
- 0.16796693205833435
377
- ]
378
- ],
379
- [
380
- [
381
- 0.17338572442531586
382
- ]
383
- ]
384
- ],
385
- "count": [
386
- 11040000
387
- ],
388
- "q01": [
389
- [
390
- [
391
- -1.000000013351432e-10
392
- ]
393
- ],
394
- [
395
- [
396
- -9.960784280726998e-11
397
- ]
398
- ],
399
- [
400
- [
401
- -1.000000013351432e-10
402
- ]
403
- ]
404
- ],
405
- "q10": [
406
- [
407
- [
408
- 0.23520905049480395
409
- ]
410
- ],
411
- [
412
- [
413
- 0.23142888461902
414
- ]
415
- ],
416
- [
417
- [
418
- 0.21565053832618558
419
- ]
420
- ]
421
- ],
422
- "q50": [
423
- [
424
- [
425
- 0.5215661465367926
426
- ]
427
- ],
428
- [
429
- [
430
- 0.5372403535194565
431
- ]
432
- ],
433
- [
434
- [
435
- 0.5372835310110577
436
- ]
437
- ]
438
- ],
439
- "q90": [
440
- [
441
- [
442
- 0.5921572754699073
443
- ]
444
- ],
445
- [
446
- [
447
- 0.6039070324153013
448
- ]
449
- ],
450
- [
451
- [
452
- 0.6196508061513756
453
- ]
454
- ]
455
- ],
456
- "q99": [
457
- [
458
- [
459
- 0.678486894002364
460
- ]
461
- ],
462
- [
463
- [
464
- 0.686219808074769
465
- ]
466
- ],
467
- [
468
- [
469
- 0.7018095269946949
470
- ]
471
- ]
472
- ]
473
- },
474
- "observation.images.wrist": {
475
- "min": [
476
- [
477
- [
478
- 0.0
479
- ]
480
- ],
481
- [
482
- [
483
- 0.0
484
- ]
485
- ],
486
- [
487
- [
488
- 0.0
489
- ]
490
- ]
491
- ],
492
- "max": [
493
- [
494
- [
495
- 1.0
496
- ]
497
- ],
498
- [
499
- [
500
- 1.0
501
- ]
502
- ],
503
- [
504
- [
505
- 1.0
506
- ]
507
- ]
508
- ],
509
- "mean": [
510
- [
511
- [
512
- 0.472692608833313
513
- ]
514
- ],
515
- [
516
- [
517
- 0.48393774032592773
518
- ]
519
- ],
520
- [
521
- [
522
- 0.4828028380870819
523
- ]
524
- ]
525
- ],
526
- "std": [
527
- [
528
- [
529
- 0.14465010166168213
530
- ]
531
- ],
532
- [
533
- [
534
- 0.1498328596353531
535
- ]
536
- ],
537
- [
538
- [
539
- 0.15217988193035126
540
- ]
541
- ]
542
- ],
543
- "count": [
544
- 11040000
545
- ],
546
- "q01": [
547
- [
548
- [
549
- 0.007812548451313427
550
- ]
551
- ],
552
- [
553
- [
554
- 0.007868652042596914
555
- ]
556
- ],
557
- [
558
- [
559
- -3.921568679809537e-13
560
- ]
561
- ]
562
- ],
563
- "q10": [
564
- [
565
- [
566
- 0.2430449651016253
567
- ]
568
- ],
569
- [
570
- [
571
- 0.23932180814502188
572
- ]
573
- ],
574
- [
575
- [
576
- 0.23127490641785123
577
- ]
578
- ]
579
- ],
580
- "q50": [
581
- [
582
- [
583
- 0.5137732595359303
584
- ]
585
- ],
586
- [
587
- [
588
- 0.5295269241445618
589
- ]
590
- ],
591
- [
592
- [
593
- 0.5255550944334878
594
- ]
595
- ]
596
- ],
597
- "q90": [
598
- [
599
- [
600
- 0.5960218502157353
601
- ]
602
- ],
603
- [
604
- [
605
- 0.607856500332937
606
- ]
607
- ],
608
- [
609
- [
610
- 0.6117724652471126
611
- ]
612
- ]
613
- ],
614
- "q99": [
615
- [
616
- [
617
- 0.6353610358391638
618
- ]
619
- ],
620
- [
621
- [
622
- 0.6589855874090593
623
- ]
624
- ],
625
- [
626
- [
627
- 0.67058178871959
628
- ]
629
- ]
630
- ]
631
- }
632
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ab6266fbee8bea82e8dab851d8438add7c005e79333ce59b85e6c8afea1bca3
3
- size 2075