CarolinePascal HF Staff commited on
Commit
bd3be4c
·
verified ·
1 Parent(s): 1ab56ef

Standalone copy of Cornito/so101_test3 from lerobot/community_dataset_v3

Browse files
README.md ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+
16
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Cornito/so101_test3">
17
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
18
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
19
+ </a>
20
+
21
+
22
+ ## Dataset Description
23
+
24
+
25
+
26
+ - **Homepage:** [More Information Needed]
27
+ - **Paper:** [More Information Needed]
28
+ - **License:** apache-2.0
29
+
30
+ ## Dataset Structure
31
+
32
+ [meta/info.json](meta/info.json):
33
+ ```json
34
+ {
35
+ "codebase_version": "v3.0",
36
+ "fps": 30,
37
+ "features": {
38
+ "action": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 6
42
+ ],
43
+ "names": [
44
+ "main_shoulder_pan",
45
+ "main_shoulder_lift",
46
+ "main_elbow_flex",
47
+ "main_wrist_flex",
48
+ "main_wrist_roll",
49
+ "main_gripper"
50
+ ],
51
+ "fps": 30
52
+ },
53
+ "observation.state": {
54
+ "dtype": "float32",
55
+ "shape": [
56
+ 6
57
+ ],
58
+ "names": [
59
+ "main_shoulder_pan",
60
+ "main_shoulder_lift",
61
+ "main_elbow_flex",
62
+ "main_wrist_flex",
63
+ "main_wrist_roll",
64
+ "main_gripper"
65
+ ],
66
+ "fps": 30
67
+ },
68
+ "observation.images.image": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.image2": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null,
120
+ "fps": 30
121
+ },
122
+ "frame_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null,
128
+ "fps": 30
129
+ },
130
+ "episode_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null,
136
+ "fps": 30
137
+ },
138
+ "index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null,
144
+ "fps": 30
145
+ },
146
+ "task_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null,
152
+ "fps": 30
153
+ }
154
+ },
155
+ "total_episodes": 50,
156
+ "total_frames": 17893,
157
+ "total_tasks": 1,
158
+ "chunks_size": 1000,
159
+ "data_files_size_in_mb": 100,
160
+ "video_files_size_in_mb": 200,
161
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
162
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
163
+ "robot_type": "so101",
164
+ "splits": {
165
+ "train": "0:50"
166
+ }
167
+ }
168
+ ```
169
+
170
+
171
+ ## Citation
172
+
173
+ **BibTeX:**
174
+
175
+ ```bibtex
176
+ [More Information Needed]
177
+ ```
178
+
179
+ ## Migration to LeRobotDataset v3.0
180
+
181
+ Migrated to LeRobotDataset **v3.0** with SO-100/101 joint state/action mapped to the post-#777 physical frame (in degrees).
182
+
183
+ - Source: [`HuggingFaceVLA/community_dataset_v3`](https://huggingface.co/datasets/HuggingFaceVLA/community_dataset_v3/tree/main/Cornito/so101_test3) (`Cornito/so101_test3`)
184
+ - Codebase version: v2.1 -> v3.0
185
+ - Original joint encoding: legacy degrees (old community frame, pre-#777 convention)
186
+ - Joint values: per-joint offsets and axis directions corrected to the post-#777 frame (values stay in degrees)
187
+ - Robot type: `so101`
188
+ - Action dimension: 6
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b4aa228788edac900042e975d56eb64072606245339de160527a59f602e161
3
+ size 437657
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e60d6a702c2b6f57cdcae98c30ae1ac53eceb55085ffcae75f838d75c08a9d6
3
+ size 88849
meta/info.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "shape": [
8
+ 6
9
+ ],
10
+ "names": [
11
+ "main_shoulder_pan",
12
+ "main_shoulder_lift",
13
+ "main_elbow_flex",
14
+ "main_wrist_flex",
15
+ "main_wrist_roll",
16
+ "main_gripper"
17
+ ],
18
+ "fps": 30
19
+ },
20
+ "observation.state": {
21
+ "dtype": "float32",
22
+ "shape": [
23
+ 6
24
+ ],
25
+ "names": [
26
+ "main_shoulder_pan",
27
+ "main_shoulder_lift",
28
+ "main_elbow_flex",
29
+ "main_wrist_flex",
30
+ "main_wrist_roll",
31
+ "main_gripper"
32
+ ],
33
+ "fps": 30
34
+ },
35
+ "observation.images.image": {
36
+ "dtype": "video",
37
+ "shape": [
38
+ 480,
39
+ 640,
40
+ 3
41
+ ],
42
+ "names": [
43
+ "height",
44
+ "width",
45
+ "channels"
46
+ ],
47
+ "info": {
48
+ "video.height": 480,
49
+ "video.width": 640,
50
+ "video.codec": "av1",
51
+ "video.pix_fmt": "yuv420p",
52
+ "video.is_depth_map": false,
53
+ "video.fps": 30,
54
+ "video.channels": 3,
55
+ "has_audio": false
56
+ }
57
+ },
58
+ "observation.images.image2": {
59
+ "dtype": "video",
60
+ "shape": [
61
+ 480,
62
+ 640,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channels"
69
+ ],
70
+ "info": {
71
+ "video.height": 480,
72
+ "video.width": 640,
73
+ "video.codec": "av1",
74
+ "video.pix_fmt": "yuv420p",
75
+ "video.is_depth_map": false,
76
+ "video.fps": 30,
77
+ "video.channels": 3,
78
+ "has_audio": false
79
+ }
80
+ },
81
+ "timestamp": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null,
87
+ "fps": 30
88
+ },
89
+ "frame_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null,
95
+ "fps": 30
96
+ },
97
+ "episode_index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null,
103
+ "fps": 30
104
+ },
105
+ "index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null,
111
+ "fps": 30
112
+ },
113
+ "task_index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null,
119
+ "fps": 30
120
+ }
121
+ },
122
+ "total_episodes": 50,
123
+ "total_frames": 17893,
124
+ "total_tasks": 1,
125
+ "chunks_size": 1000,
126
+ "data_files_size_in_mb": 100,
127
+ "video_files_size_in_mb": 200,
128
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
129
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
130
+ "robot_type": "so101",
131
+ "splits": {
132
+ "train": "0:50"
133
+ }
134
+ }
meta/stats.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.wrist": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.5243182127945711
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.5399985759316043
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.5367135044434522
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.2730315160394566
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.2782369433222771
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.29394395380340066
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 5007
73
+ ]
74
+ },
75
+ "index": {
76
+ "min": [
77
+ 0
78
+ ],
79
+ "max": [
80
+ 17892
81
+ ],
82
+ "mean": [
83
+ 8946.0
84
+ ],
85
+ "std": [
86
+ 5165.2641752382815
87
+ ],
88
+ "count": [
89
+ 17893
90
+ ]
91
+ },
92
+ "action": {
93
+ "min": [
94
+ -59.58984375,
95
+ -105.29296875,
96
+ -47.8125,
97
+ 5.361328125,
98
+ -24.43359375,
99
+ -0.6050129532814026
100
+ ],
101
+ "max": [
102
+ 28.4765625,
103
+ 50.361328125,
104
+ 90.439453125,
105
+ 86.1328125,
106
+ 164.619140625,
107
+ 28.43560791015625
108
+ ],
109
+ "mean": [
110
+ -5.496413358226681,
111
+ -46.6533094514964,
112
+ 46.59645782830576,
113
+ 48.7193310364039,
114
+ 36.50439090181915,
115
+ 3.677831158544961
116
+ ],
117
+ "std": [
118
+ 16.87293161948336,
119
+ 47.190566838510215,
120
+ 35.20395138240356,
121
+ 10.916386594826138,
122
+ 45.6338965972728,
123
+ 6.090105454009884
124
+ ],
125
+ "count": [
126
+ 17893
127
+ ]
128
+ },
129
+ "timestamp": {
130
+ "min": [
131
+ 0.0
132
+ ],
133
+ "max": [
134
+ 16.9
135
+ ],
136
+ "mean": [
137
+ 6.067516160882282
138
+ ],
139
+ "std": [
140
+ 3.652013030716023
141
+ ],
142
+ "count": [
143
+ 17893
144
+ ]
145
+ },
146
+ "observation.images.phone": {
147
+ "min": [
148
+ [
149
+ [
150
+ 0.0
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.0
156
+ ]
157
+ ],
158
+ [
159
+ [
160
+ 0.0
161
+ ]
162
+ ]
163
+ ],
164
+ "max": [
165
+ [
166
+ [
167
+ 1.0
168
+ ]
169
+ ],
170
+ [
171
+ [
172
+ 1.0
173
+ ]
174
+ ],
175
+ [
176
+ [
177
+ 1.0
178
+ ]
179
+ ]
180
+ ],
181
+ "mean": [
182
+ [
183
+ [
184
+ 0.41256518619031407
185
+ ]
186
+ ],
187
+ [
188
+ [
189
+ 0.45277540495593754
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 0.4694002263253017
195
+ ]
196
+ ]
197
+ ],
198
+ "std": [
199
+ [
200
+ [
201
+ 0.20560173181812033
202
+ ]
203
+ ],
204
+ [
205
+ [
206
+ 0.19216238292924834
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 0.18597351769011133
212
+ ]
213
+ ]
214
+ ],
215
+ "count": [
216
+ 5007
217
+ ]
218
+ },
219
+ "frame_index": {
220
+ "min": [
221
+ 0
222
+ ],
223
+ "max": [
224
+ 507
225
+ ],
226
+ "mean": [
227
+ 182.02548482646844
228
+ ],
229
+ "std": [
230
+ 109.56039092148067
231
+ ],
232
+ "count": [
233
+ 17893
234
+ ]
235
+ },
236
+ "episode_index": {
237
+ "min": [
238
+ 0
239
+ ],
240
+ "max": [
241
+ 49
242
+ ],
243
+ "mean": [
244
+ 23.71307215112055
245
+ ],
246
+ "std": [
247
+ 14.874085261410514
248
+ ],
249
+ "count": [
250
+ 17893
251
+ ]
252
+ },
253
+ "task_index": {
254
+ "min": [
255
+ 0
256
+ ],
257
+ "max": [
258
+ 0
259
+ ],
260
+ "mean": [
261
+ 0.0
262
+ ],
263
+ "std": [
264
+ 0.0
265
+ ],
266
+ "count": [
267
+ 17893
268
+ ]
269
+ },
270
+ "observation.state": {
271
+ "min": [
272
+ -59.677734375,
273
+ -105.029296875,
274
+ -45.615234375,
275
+ 5.537109375,
276
+ -24.169921875,
277
+ -0.21567219495773315
278
+ ],
279
+ "max": [
280
+ 28.125,
281
+ 51.15234375,
282
+ 90.52734375,
283
+ 85.341796875,
284
+ 164.00390625,
285
+ 28.037384033203125
286
+ ],
287
+ "mean": [
288
+ -5.522186683514503,
289
+ -45.77756162500699,
290
+ 47.844860332951434,
291
+ 48.976302927471636,
292
+ 36.46803219135975,
293
+ 4.529601909721976
294
+ ],
295
+ "std": [
296
+ 16.886085662435335,
297
+ 47.560571606727386,
298
+ 34.733163952070186,
299
+ 10.830636955352613,
300
+ 45.515551198513194,
301
+ 5.856971537292943
302
+ ],
303
+ "count": [
304
+ 17893
305
+ ]
306
+ }
307
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6baa3b98650cb57fa285cc1b70900db3990118b90d1366809a0ceb552dd72cc6
3
+ size 2200
videos/observation.images.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8988822bb77f696d9ccc47ea151ff102cf834c989f9c711c019c969f32d83e2e
3
+ size 69855561
videos/observation.images.image2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0dd4147e2bcc5280faea1f8fb320b143153c513d8ba009115ccd1acb50d02e
3
+ size 207948182
videos/observation.images.image2/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030972ea8b2223e9a28e8f4c32440ab9f0b4ec89a1d3b32174672ab9349cfb81
3
+ size 154749157