jackschenkman commited on
Commit
32faae5
·
verified ·
1 Parent(s): e665698

Upload trimmed towel folding dataset (first fold only) with LeRobot v2.0 compatibility

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - SO-100
8
+ - robotics
9
+ - towel-folding
10
+ ---
11
+
12
+ # Trimmed Towel Folding Dataset
13
+
14
+ This dataset contains towel folding demonstrations trimmed to the first fold.
15
+
16
+ ## Dataset Details
17
+
18
+ - **Original Dataset**: [arsenxeno/record-test](https://huggingface.co/datasets/arsenxeno/record-test)
19
+ - **Task**: Towel folding (first fold only)
20
+ - **Robot**: SO-100
21
+ - **Episodes**: 4
22
+ - **Codebase Version**: v2.0
23
+
24
+ ## Statistics
25
+
26
+ | Metric | Value |
27
+ |--------|-------|
28
+ | Total Episodes | 4 |
29
+ | Average Original Length | 839 frames |
30
+ | Average Trimmed Length | 438 frames |
31
+ | Average Fold Time | 29.1 seconds |
32
+
33
+ ## Usage with LeRobot
34
+
35
+ ```python
36
+ from lerobot.datasets import make_dataset
37
+
38
+ # Load the dataset
39
+ dataset = make_dataset("xenorobotics/subroutine_1_6")
40
+
41
+ # Use in training
42
+ # ... your training code here
43
+ ```
44
+
45
+ ## File Structure
46
+
47
+ ```
48
+ trimmed_dataset/
49
+ ├── meta/
50
+ │ ├── info.json # Dataset metadata
51
+ │ ├── tasks.jsonl # Task definitions
52
+ │ ├── episodes.jsonl # Episode information
53
+ │ └── stats.json # Data statistics (includes image stats)
54
+ ├── data/
55
+ │ └── chunk-000/
56
+ │ ├── episode_000000.parquet
57
+ │ ├── episode_000001.parquet
58
+ │ └── ...
59
+ └── videos/
60
+ └── chunk-000/
61
+ └── observation.images.front/
62
+ ├── episode_000000.mp4
63
+ ├── episode_000001.mp4
64
+ └── ...
65
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808e778bd05709841bcfba43ac0dd53fb72253832bae9507d9242109ed4bccc5
3
+ size 33279
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6778b640b2aee865f6ff27a098dfdb96c3e1da62bd26de91d6e57c33bca6bd0
3
+ size 44430
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edbe8ccf520e286b2b05374b5707ead9eba1b667e5193c964c7229303e241c25
3
+ size 50863
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06c80bc157edf9f5c4604695c1b575f162d2512e65a5bff3804974b76ba399b
3
+ size 48016
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": [0], "length": 313}
2
+ {"episode_index": 1, "tasks": [0], "length": 465}
3
+ {"episode_index": 2, "tasks": [0], "length": 513}
4
+ {"episode_index": 3, "tasks": [0], "length": 461}
meta/info.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 4,
5
+ "total_frames": 1752,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:4"
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
+ "observation.images.front": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.fps": 15,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 7
41
+ ],
42
+ "names": [
43
+ "joint_0",
44
+ "joint_1",
45
+ "joint_2",
46
+ "joint_3",
47
+ "joint_4",
48
+ "joint_5",
49
+ "gripper"
50
+ ]
51
+ },
52
+ "action": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "joint_0",
59
+ "joint_1",
60
+ "joint_2",
61
+ "joint_3",
62
+ "joint_4",
63
+ "joint_5",
64
+ "gripper"
65
+ ]
66
+ },
67
+ "timestamp": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 1
71
+ ],
72
+ "names": null
73
+ },
74
+ "frame_index": {
75
+ "dtype": "int64",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": null
80
+ },
81
+ "episode_index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "task_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ }
102
+ }
103
+ }
meta/stats.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ 0.0,
5
+ 0.0,
6
+ 0.0,
7
+ 0.0,
8
+ 0.0,
9
+ 0.0,
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 1.0,
14
+ 1.0,
15
+ 1.0,
16
+ 1.0,
17
+ 1.0,
18
+ 1.0,
19
+ 1.0
20
+ ],
21
+ "min": [
22
+ -1.0,
23
+ -1.0,
24
+ -1.0,
25
+ -1.0,
26
+ -1.0,
27
+ -1.0,
28
+ -1.0
29
+ ],
30
+ "max": [
31
+ 1.0,
32
+ 1.0,
33
+ 1.0,
34
+ 1.0,
35
+ 1.0,
36
+ 1.0,
37
+ 1.0
38
+ ]
39
+ },
40
+ "action": {
41
+ "mean": [
42
+ 0.0,
43
+ 0.0,
44
+ 0.0,
45
+ 0.0,
46
+ 0.0,
47
+ 0.0,
48
+ 0.0
49
+ ],
50
+ "std": [
51
+ 1.0,
52
+ 1.0,
53
+ 1.0,
54
+ 1.0,
55
+ 1.0,
56
+ 1.0,
57
+ 1.0
58
+ ],
59
+ "min": [
60
+ -1.0,
61
+ -1.0,
62
+ -1.0,
63
+ -1.0,
64
+ -1.0,
65
+ -1.0,
66
+ -1.0
67
+ ],
68
+ "max": [
69
+ 1.0,
70
+ 1.0,
71
+ 1.0,
72
+ 1.0,
73
+ 1.0,
74
+ 1.0,
75
+ 1.0
76
+ ]
77
+ },
78
+ "observation.images.front": {
79
+ "mean": [
80
+ 0.485,
81
+ 0.456,
82
+ 0.406
83
+ ],
84
+ "std": [
85
+ 0.229,
86
+ 0.224,
87
+ 0.225
88
+ ],
89
+ "min": [
90
+ 0.0,
91
+ 0.0,
92
+ 0.0
93
+ ],
94
+ "max": [
95
+ 1.0,
96
+ 1.0,
97
+ 1.0
98
+ ]
99
+ }
100
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "towel_folding_first_fold", "episodes": [0, 1, 2, 3]}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e401c11e8fb151898825c001dbfd2390e7672c1495ed147bc100f9ee141294c0
3
+ size 9499545
videos/chunk-000/observation.images.front/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de49e344b1119e82b103ba1d82a1d5d9181c5d67b92f3cf233f1fca9a8ec739
3
+ size 13725943
videos/chunk-000/observation.images.front/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b40d1ddf06d0d4893ac2fdf02461b4ce7679fb623441561dd2b180fb0b9c44c
3
+ size 14413512
videos/chunk-000/observation.images.front/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daaf8abd4b865831080a902aad275d5e0bbee6b6db47bf3c97da4d5174b29d96
3
+ size 13043857