MatthewJagen commited on
Commit
ba3dace
·
verified ·
1 Parent(s): 6bce826

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "so101_follower",
29
+ "total_episodes": 30,
30
+ "total_frames": 6750,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:30"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 6
46
+ ],
47
+ "names": [
48
+ "shoulder_pan.pos",
49
+ "shoulder_lift.pos",
50
+ "elbow_flex.pos",
51
+ "wrist_flex.pos",
52
+ "wrist_roll.pos",
53
+ "gripper.pos"
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 6
60
+ ],
61
+ "names": [
62
+ "shoulder_pan.pos",
63
+ "shoulder_lift.pos",
64
+ "elbow_flex.pos",
65
+ "wrist_flex.pos",
66
+ "wrist_roll.pos",
67
+ "gripper.pos"
68
+ ]
69
+ },
70
+ "observation.images.front": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 15,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
130
+ ```
131
+
132
+
133
+ ## Citation
134
+
135
+ **BibTeX:**
136
+
137
+ ```bibtex
138
+ [More Information Needed]
139
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d728f13f8456f456e4c068440142a33dfe289f3f1faf4092356d4f32dd302637
3
+ size 143994
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15319292ae0b3468d350ace6dbebdcc5cd32f124378abcb2cc2144f70e049ed7
3
+ size 55832
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 30,
5
+ "total_frames": 6750,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:30"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.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
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 15,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -4.752760410308838,
5
+ -100.0,
6
+ -99.72527313232422,
7
+ -35.6193733215332,
8
+ -59.511600494384766,
9
+ 20.93645477294922
10
+ ],
11
+ "max": [
12
+ 18.48295783996582,
13
+ 86.5595932006836,
14
+ 100.0,
15
+ 42.99185562133789,
16
+ -46.764347076416016,
17
+ 47.22407913208008
18
+ ],
19
+ "mean": [
20
+ 2.063278011977673,
21
+ -23.72457886263728,
22
+ -47.005653349558514,
23
+ 0.2610031008720398,
24
+ -52.62812639872233,
25
+ 31.51896464029948
26
+ ],
27
+ "std": [
28
+ 3.1239339335618843,
29
+ 62.579530454513524,
30
+ 58.82708797446604,
31
+ 9.144731410378421,
32
+ 1.7531656919826542,
33
+ 8.41766367518159
34
+ ],
35
+ "count": [
36
+ 6750
37
+ ]
38
+ },
39
+ "task_index": {
40
+ "min": [
41
+ 0
42
+ ],
43
+ "max": [
44
+ 0
45
+ ],
46
+ "mean": [
47
+ 0.0
48
+ ],
49
+ "std": [
50
+ 0.0
51
+ ],
52
+ "count": [
53
+ 6750
54
+ ]
55
+ },
56
+ "frame_index": {
57
+ "min": [
58
+ 0
59
+ ],
60
+ "max": [
61
+ 224
62
+ ],
63
+ "mean": [
64
+ 112.0
65
+ ],
66
+ "std": [
67
+ 64.95126378036586
68
+ ],
69
+ "count": [
70
+ 6750
71
+ ]
72
+ },
73
+ "episode_index": {
74
+ "min": [
75
+ 0
76
+ ],
77
+ "max": [
78
+ 29
79
+ ],
80
+ "mean": [
81
+ 14.5
82
+ ],
83
+ "std": [
84
+ 8.655441448399188
85
+ ],
86
+ "count": [
87
+ 6750
88
+ ]
89
+ },
90
+ "observation.images.front": {
91
+ "min": [
92
+ [
93
+ [
94
+ 0.0
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.0
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.0
105
+ ]
106
+ ]
107
+ ],
108
+ "max": [
109
+ [
110
+ [
111
+ 1.0
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 1.0
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 1.0
122
+ ]
123
+ ]
124
+ ],
125
+ "mean": [
126
+ [
127
+ [
128
+ 0.5341692429874729
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.505229352124183
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.45816149938725487
139
+ ]
140
+ ]
141
+ ],
142
+ "std": [
143
+ [
144
+ [
145
+ 0.2694724750179717
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.27597735449395644
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.2638256051375162
156
+ ]
157
+ ]
158
+ ],
159
+ "count": [
160
+ 3000
161
+ ]
162
+ },
163
+ "action": {
164
+ "min": [
165
+ -4.981773853302002,
166
+ -100.0,
167
+ -99.81974029541016,
168
+ -36.64649963378906,
169
+ -60.67596435546875,
170
+ 7.809983730316162
171
+ ],
172
+ "max": [
173
+ 19.643579483032227,
174
+ 85.58020782470703,
175
+ 99.90986633300781,
176
+ 43.733795166015625,
177
+ -45.761802673339844,
178
+ 47.58454132080078
179
+ ],
180
+ "mean": [
181
+ 2.2322071202099325,
182
+ -23.263700027267138,
183
+ -49.042083231608075,
184
+ 0.20040333469708774,
185
+ -52.54823163350423,
186
+ 30.659591674804688
187
+ ],
188
+ "std": [
189
+ 3.152572309390772,
190
+ 61.60009148131546,
191
+ 57.4669490567771,
192
+ 9.180010266734453,
193
+ 1.7899403700552168,
194
+ 9.788274647880206
195
+ ],
196
+ "count": [
197
+ 6750
198
+ ]
199
+ },
200
+ "index": {
201
+ "min": [
202
+ 0
203
+ ],
204
+ "max": [
205
+ 6749
206
+ ],
207
+ "mean": [
208
+ 3374.5
209
+ ],
210
+ "std": [
211
+ 1948.5571371316435
212
+ ],
213
+ "count": [
214
+ 6750
215
+ ]
216
+ },
217
+ "timestamp": {
218
+ "min": [
219
+ 0.0
220
+ ],
221
+ "max": [
222
+ 14.933333333333334
223
+ ],
224
+ "mean": [
225
+ 7.466666666666667
226
+ ],
227
+ "std": [
228
+ 4.330084252024392
229
+ ],
230
+ "count": [
231
+ 6750
232
+ ]
233
+ }
234
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bef2b3a1892138a45457de58f2a683b0135b04319277c45d2b1507c36ad081c2
3
+ size 2096
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82f38152b9e7a9421afe74fd57f13b7f45ef050a374fe03705468e8e4c5c95c
3
+ size 41431360