MatthewJagen commited on
Commit
afd604d
·
verified ·
1 Parent(s): 54722df

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": 20,
30
+ "total_frames": 4500,
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:20"
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:95ca938f003f02170af5abcd625b4009e54b5c0832b8889e22f34e586c821d44
3
+ size 97774
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf90b84a6aceb61e2a1ff8ffb03e6405b0e7f2d090cbd9da707c94f16b033a9
3
+ size 51526
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 20,
5
+ "total_frames": 4500,
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:20"
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
+ "index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 4499
8
+ ],
9
+ "mean": [
10
+ 2249.5
11
+ ],
12
+ "std": [
13
+ 1299.0380736016427
14
+ ],
15
+ "count": [
16
+ 4500
17
+ ]
18
+ },
19
+ "observation.images.front": {
20
+ "min": [
21
+ [
22
+ [
23
+ 0.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.0
34
+ ]
35
+ ]
36
+ ],
37
+ "max": [
38
+ [
39
+ [
40
+ 1.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 1.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 1.0
51
+ ]
52
+ ]
53
+ ],
54
+ "mean": [
55
+ [
56
+ [
57
+ 0.5417545879289217
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.5067696853553921
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.457633763378268
68
+ ]
69
+ ]
70
+ ],
71
+ "std": [
72
+ [
73
+ [
74
+ 0.2422571447048171
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.24846313299163217
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.23487135934613754
85
+ ]
86
+ ]
87
+ ],
88
+ "count": [
89
+ 2000
90
+ ]
91
+ },
92
+ "frame_index": {
93
+ "min": [
94
+ 0
95
+ ],
96
+ "max": [
97
+ 224
98
+ ],
99
+ "mean": [
100
+ 112.0
101
+ ],
102
+ "std": [
103
+ 64.95126378036586
104
+ ],
105
+ "count": [
106
+ 4500
107
+ ]
108
+ },
109
+ "episode_index": {
110
+ "min": [
111
+ 0
112
+ ],
113
+ "max": [
114
+ 19
115
+ ],
116
+ "mean": [
117
+ 9.5
118
+ ],
119
+ "std": [
120
+ 5.7662812973353965
121
+ ],
122
+ "count": [
123
+ 4500
124
+ ]
125
+ },
126
+ "action": {
127
+ "min": [
128
+ -6.844876289367676,
129
+ -100.0,
130
+ -83.5060806274414,
131
+ -11.668107032775879,
132
+ -58.58369064331055,
133
+ 17.471818923950195
134
+ ],
135
+ "max": [
136
+ 11.624139785766602,
137
+ -2.815699577331543,
138
+ 99.36908721923828,
139
+ 100.0,
140
+ -46.08369064331055,
141
+ 45.81320571899414
142
+ ],
143
+ "mean": [
144
+ 1.1869322372309399,
145
+ -67.56866664886473,
146
+ 16.876864756643773,
147
+ 8.381081444025039,
148
+ -51.01481113433838,
149
+ 30.277338790893555
150
+ ],
151
+ "std": [
152
+ 3.4084633395213713,
153
+ 31.040630291400813,
154
+ 50.942385793196244,
155
+ 11.063253001637285,
156
+ 2.4203284718945723,
157
+ 8.021455675903796
158
+ ],
159
+ "count": [
160
+ 4500
161
+ ]
162
+ },
163
+ "observation.state": {
164
+ "min": [
165
+ -6.673067569732666,
166
+ -100.0,
167
+ -83.88278198242188,
168
+ -9.729961395263672,
169
+ -58.0463981628418,
170
+ 22.073577880859375
171
+ ],
172
+ "max": [
173
+ 10.321651458740234,
174
+ -2.1978023052215576,
175
+ 100.0,
176
+ 97.34247589111328,
177
+ -46.520145416259766,
178
+ 43.21070098876953
179
+ ],
180
+ "mean": [
181
+ 0.9827079093083742,
182
+ -67.62511138916015,
183
+ 17.744383841753006,
184
+ 8.612029486894608,
185
+ -51.01703052520752,
186
+ 30.893664646148682
187
+ ],
188
+ "std": [
189
+ 3.3694235912439052,
190
+ 31.562201845729895,
191
+ 52.06789374344391,
192
+ 11.086621168894768,
193
+ 2.4301825744893173,
194
+ 6.880523377118103
195
+ ],
196
+ "count": [
197
+ 4500
198
+ ]
199
+ },
200
+ "task_index": {
201
+ "min": [
202
+ 0
203
+ ],
204
+ "max": [
205
+ 0
206
+ ],
207
+ "mean": [
208
+ 0.0
209
+ ],
210
+ "std": [
211
+ 0.0
212
+ ],
213
+ "count": [
214
+ 4500
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
+ 4500
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:53d83c891d6686099fbb6c58550e75f6a63d567f09650d7b665e19688ffe0c29
3
+ size 27312213