LegrandFrederic commited on
Commit
e12e3d5
·
verified ·
1 Parent(s): 5e1ec36

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - tutorial
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v2.1",
30
+ "robot_type": "so101_follower",
31
+ "total_episodes": 10,
32
+ "total_frames": 8862,
33
+ "total_tasks": 1,
34
+ "total_videos": 20,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:10"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 6
48
+ ],
49
+ "names": [
50
+ "shoulder_pan.pos",
51
+ "shoulder_lift.pos",
52
+ "elbow_flex.pos",
53
+ "wrist_flex.pos",
54
+ "wrist_roll.pos",
55
+ "gripper.pos"
56
+ ]
57
+ },
58
+ "observation.state": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 6
62
+ ],
63
+ "names": [
64
+ "shoulder_pan.pos",
65
+ "shoulder_lift.pos",
66
+ "elbow_flex.pos",
67
+ "wrist_flex.pos",
68
+ "wrist_roll.pos",
69
+ "gripper.pos"
70
+ ]
71
+ },
72
+ "observation.images.main": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 480,
86
+ "video.width": 640,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 30,
91
+ "video.channels": 3,
92
+ "has_audio": false
93
+ }
94
+ },
95
+ "observation.images.wrist": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 480,
99
+ 640,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channels"
106
+ ],
107
+ "info": {
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 30,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "timestamp": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "frame_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "episode_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "task_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ }
153
+ }
154
+ }
155
+ ```
156
+
157
+
158
+ ## Citation
159
+
160
+ **BibTeX:**
161
+
162
+ ```bibtex
163
+ [More Information Needed]
164
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a071649e98a3ec7337eabcabbce6bfc96a8a239eee7503a14211dedbb838151f
3
+ size 34185
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7c834171b0851a487a0a64266334531ea78eb77a5c2a7e9bbd3778e00b51f8
3
+ size 33257
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a2b60b7e38d6efb147d11dd8eda190619cc2a339e33cde97737291d9ed40acf
3
+ size 33237
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0d68c378924d8629292fb7daa9bda5a9ff736fafe74705b746d73ed8fd3ef21
3
+ size 31248
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc59e7f4226cd2daf5b2f9b44484bf41544b664225528f74ecbd43497b68e882
3
+ size 34112
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a2474db84803673047e631f136f4e6738e8d02802b5864f8f58459b300e9112
3
+ size 32747
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7b62d977987b9a75a5fca3e8da0a3ea3253616779c72ac8b78015f39ddde40
3
+ size 32598
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eba6431abbf06f225a8d67a349eebce85589a8702d64a1e224a54b83da58a0d
3
+ size 33860
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03535f66d98dc2aa5004ec9be5363d601db9c73da1ab2a1d1103266713fa591b
3
+ size 29022
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb4d1debc79f9901d5bd2889d15b426e8d09d826005b586ce34c054faedd43c
3
+ size 32509
meta/episodes.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grab blue cube and put in the box"], "length": 885}
2
+ {"episode_index": 1, "tasks": ["Grab blue cube and put in the box"], "length": 887}
3
+ {"episode_index": 2, "tasks": ["Grab blue cube and put in the box"], "length": 886}
4
+ {"episode_index": 3, "tasks": ["Grab blue cube and put in the box"], "length": 886}
5
+ {"episode_index": 4, "tasks": ["Grab blue cube and put in the box"], "length": 886}
6
+ {"episode_index": 5, "tasks": ["Grab blue cube and put in the box"], "length": 886}
7
+ {"episode_index": 6, "tasks": ["Grab blue cube and put in the box"], "length": 886}
8
+ {"episode_index": 7, "tasks": ["Grab blue cube and put in the box"], "length": 887}
9
+ {"episode_index": 8, "tasks": ["Grab blue cube and put in the box"], "length": 886}
10
+ {"episode_index": 9, "tasks": ["Grab blue cube and put in the box"], "length": 887}
meta/info.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so101_follower",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 10,
5
+ "total_frames": 8862,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:10"
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "episode_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "frame_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "task_index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "observation.environment_state": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 4
84
+ ],
85
+ "names": [
86
+ "x1",
87
+ "y1",
88
+ "x2",
89
+ "y2"
90
+ ]
91
+ }
92
+ }
93
+ }
meta/stats.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 15.945146560668945,
5
+ -61.968868255615234,
6
+ 66.02731323242188,
7
+ 59.952789306640625,
8
+ -51.29124069213867,
9
+ 11.35238265991211
10
+ ],
11
+ "std": [
12
+ 12.672425270080566,
13
+ 48.41439437866211,
14
+ 44.29477310180664,
15
+ 13.878036499023438,
16
+ 5.025509357452393,
17
+ 19.492563247680664
18
+ ],
19
+ "max": [
20
+ 51.47645568847656,
21
+ 46.58119583129883,
22
+ 99.47506713867188,
23
+ 79.64884185791016,
24
+ -32.69841384887695,
25
+ 85.41666412353516
26
+ ],
27
+ "min": [
28
+ -22.66560173034668,
29
+ -100.0,
30
+ -70.07874298095703,
31
+ 20.191539764404297,
32
+ -70.45176696777344,
33
+ 0.0
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 15.885528564453125,
39
+ -60.1629638671875,
40
+ 67.47724151611328,
41
+ 60.96773910522461,
42
+ -51.22916030883789,
43
+ 12.961846351623535
44
+ ],
45
+ "std": [
46
+ 12.462556838989258,
47
+ 50.535301208496094,
48
+ 42.84769821166992,
49
+ 13.608848571777344,
50
+ 5.056159496307373,
51
+ 19.234678268432617
52
+ ],
53
+ "max": [
54
+ 50.3715934753418,
55
+ 52.0717658996582,
56
+ 98.5630874633789,
57
+ 80.37267303466797,
58
+ -33.00260925292969,
59
+ 84.38485717773438
60
+ ],
61
+ "min": [
62
+ -21.717588424682617,
63
+ -99.3165283203125,
64
+ -65.51414489746094,
65
+ 23.809524536132812,
66
+ -70.2872085571289,
67
+ 1.3406939506530762
68
+ ]
69
+ },
70
+ "timestamp": {
71
+ "mean": [
72
+ 14.753340721130371
73
+ ],
74
+ "std": [
75
+ 8.527469635009766
76
+ ],
77
+ "max": [
78
+ 29.53333282470703
79
+ ],
80
+ "min": [
81
+ 0.0
82
+ ]
83
+ },
84
+ "frame_index": {
85
+ "mean": [
86
+ 442.6002197265625
87
+ ],
88
+ "std": [
89
+ 255.8240966796875
90
+ ],
91
+ "max": [
92
+ 886.0
93
+ ],
94
+ "min": [
95
+ 0.0
96
+ ]
97
+ },
98
+ "episode_index": {
99
+ "mean": [
100
+ 4.5009026527404785
101
+ ],
102
+ "std": [
103
+ 2.8723201751708984
104
+ ],
105
+ "max": [
106
+ 9.0
107
+ ],
108
+ "min": [
109
+ 0.0
110
+ ]
111
+ },
112
+ "index": {
113
+ "mean": [
114
+ 4430.5
115
+ ],
116
+ "std": [
117
+ 2558.239013671875
118
+ ],
119
+ "max": [
120
+ 8861.0
121
+ ],
122
+ "min": [
123
+ 0.0
124
+ ]
125
+ },
126
+ "task_index": {
127
+ "mean": [
128
+ 0.0
129
+ ],
130
+ "std": [
131
+ 0.0
132
+ ],
133
+ "max": [
134
+ 0.0
135
+ ],
136
+ "min": [
137
+ 0.0
138
+ ]
139
+ },
140
+ "observation.environment_state": {
141
+ "mean": [
142
+ 0.19432958960533142,
143
+ 0.13383355736732483,
144
+ 0.717345118522644,
145
+ 0.584077000617981
146
+ ],
147
+ "std": [
148
+ 0.2576000690460205,
149
+ 0.267628014087677,
150
+ 0.2807601988315582,
151
+ 0.41890180110931396
152
+ ],
153
+ "max": [
154
+ 0.8408203125,
155
+ 0.67578125,
156
+ 0.9990234375,
157
+ 0.998046875
158
+ ],
159
+ "min": [
160
+ 0.0,
161
+ 0.0,
162
+ 0.2880859375,
163
+ 0.0810546875
164
+ ]
165
+ }
166
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab blue cube and put in the box"}