CarolinePascal HF Staff commited on
Commit
61678b2
·
verified ·
1 Parent(s): af536bf

Move dataset to repo root for the viewer

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
+ - so100_follower
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=wannrrr/etnai">
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
+ "shoulder_pan.pos",
45
+ "shoulder_lift.pos",
46
+ "elbow_flex.pos",
47
+ "wrist_flex.pos",
48
+ "wrist_roll.pos",
49
+ "gripper.pos"
50
+ ],
51
+ "fps": 30
52
+ },
53
+ "observation.state": {
54
+ "dtype": "float32",
55
+ "shape": [
56
+ 6
57
+ ],
58
+ "names": [
59
+ "shoulder_pan.pos",
60
+ "shoulder_lift.pos",
61
+ "elbow_flex.pos",
62
+ "wrist_flex.pos",
63
+ "wrist_roll.pos",
64
+ "gripper.pos"
65
+ ],
66
+ "fps": 30
67
+ },
68
+ "observation.images.image2": {
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.image": {
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": 10061,
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": "so100_follower",
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/wannrrr/etnai) (`wannrrr/etnai`)
184
+ - Codebase version: v2.1 -> v3.0
185
+ - Original joint encoding: normalized units (joints -100..100, gripper 0..100)
186
+ - Joint values: un-normalized to physical degrees using canonical joint ranges
187
+ - Robot type: `so100_follower`
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:91f3a16c3cc396ba65966134327896beb01706c7f8c4c010f7c18698629c2083
3
+ size 293478
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580b37cb9bd8d3b03f2ec4761c229642840c0a0c7b89896037cf47037c301685
3
+ size 89592
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
+ "shoulder_pan.pos",
12
+ "shoulder_lift.pos",
13
+ "elbow_flex.pos",
14
+ "wrist_flex.pos",
15
+ "wrist_roll.pos",
16
+ "gripper.pos"
17
+ ],
18
+ "fps": 30
19
+ },
20
+ "observation.state": {
21
+ "dtype": "float32",
22
+ "shape": [
23
+ 6
24
+ ],
25
+ "names": [
26
+ "shoulder_pan.pos",
27
+ "shoulder_lift.pos",
28
+ "elbow_flex.pos",
29
+ "wrist_flex.pos",
30
+ "wrist_roll.pos",
31
+ "gripper.pos"
32
+ ],
33
+ "fps": 30
34
+ },
35
+ "observation.images.image2": {
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.image": {
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": 10061,
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": "so100_follower",
131
+ "splits": {
132
+ "train": "0:50"
133
+ }
134
+ }
meta/stats.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.top": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.00784313725490196
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.06274509803921569
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.5235325397058824
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.5423651934232027
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.5793678267156862
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.20021034454977246
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.18848327609533963
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.15252558922911955
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 5000
73
+ ]
74
+ },
75
+ "observation.images.front": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.03137254901960784
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.08235294117647059
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.5657075297385622
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.5722772283496732
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.5772102220179737
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.1741293445861385
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.16364284943662932
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.14929425473714383
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 5000
146
+ ]
147
+ },
148
+ "timestamp": {
149
+ "min": [
150
+ 0.0
151
+ ],
152
+ "max": [
153
+ 6.7
154
+ ],
155
+ "mean": [
156
+ 3.3370142132988767
157
+ ],
158
+ "std": [
159
+ 1.9362411061433011
160
+ ],
161
+ "count": [
162
+ 10061
163
+ ]
164
+ },
165
+ "action": {
166
+ "min": [
167
+ -70.6513442993164,
168
+ -99.57662963867188,
169
+ -99.6373519897461,
170
+ -6.028076171875,
171
+ -38.75457763671875,
172
+ -45.0
173
+ ],
174
+ "max": [
175
+ 73.40995788574219,
176
+ 63.5055046081543,
177
+ 100.0,
178
+ 100.0,
179
+ 26.788766860961914,
180
+ 34.60894012451172
181
+ ],
182
+ "mean": [
183
+ 5.053975352715864,
184
+ -48.3688871597353,
185
+ 50.148716896913086,
186
+ 52.99446266942299,
187
+ 3.4156796139449357,
188
+ -30.88752232238557
189
+ ],
190
+ "std": [
191
+ 26.82176071509061,
192
+ 54.22528117340998,
193
+ 53.46623012364529,
194
+ 14.099370470766162,
195
+ 6.143225304893063,
196
+ 17.981281779828578
197
+ ],
198
+ "count": [
199
+ 10061
200
+ ]
201
+ },
202
+ "index": {
203
+ "min": [
204
+ 0
205
+ ],
206
+ "max": [
207
+ 10060
208
+ ],
209
+ "mean": [
210
+ 5030.0
211
+ ],
212
+ "std": [
213
+ 2904.360514812168
214
+ ],
215
+ "count": [
216
+ 10061
217
+ ]
218
+ },
219
+ "episode_index": {
220
+ "min": [
221
+ 0
222
+ ],
223
+ "max": [
224
+ 49
225
+ ],
226
+ "mean": [
227
+ 24.50203757081801
228
+ ],
229
+ "std": [
230
+ 14.427466682486115
231
+ ],
232
+ "count": [
233
+ 10061
234
+ ]
235
+ },
236
+ "task_index": {
237
+ "min": [
238
+ 0
239
+ ],
240
+ "max": [
241
+ 0
242
+ ],
243
+ "mean": [
244
+ 0.0
245
+ ],
246
+ "std": [
247
+ 0.0
248
+ ],
249
+ "count": [
250
+ 10061
251
+ ]
252
+ },
253
+ "frame_index": {
254
+ "min": [
255
+ 0
256
+ ],
257
+ "max": [
258
+ 201
259
+ ],
260
+ "mean": [
261
+ 100.11042639896631
262
+ ],
263
+ "std": [
264
+ 58.08723318429903
265
+ ],
266
+ "count": [
267
+ 10061
268
+ ]
269
+ },
270
+ "observation.state": {
271
+ "min": [
272
+ -70.28443145751953,
273
+ -98.24561309814453,
274
+ -98.04183197021484,
275
+ -2.6983487606048584,
276
+ -38.36385726928711,
277
+ -44.39024353027344
278
+ ],
279
+ "max": [
280
+ 73.2784423828125,
281
+ 64.07685852050781,
282
+ 98.66488647460938,
283
+ 98.14739990234375,
284
+ 26.544567108154297,
285
+ 32.19511795043945
286
+ ],
287
+ "mean": [
288
+ 4.978791048553482,
289
+ -47.37531357773901,
290
+ 50.16635333475634,
291
+ 53.11090471470597,
292
+ 3.411572806365716,
293
+ -29.806400206608345
294
+ ],
295
+ "std": [
296
+ 26.77388728852961,
297
+ 54.62556306546277,
298
+ 52.25647371680552,
299
+ 13.835366735214278,
300
+ 6.0932231657146065,
301
+ 17.399702642880225
302
+ ],
303
+ "count": [
304
+ 10061
305
+ ]
306
+ }
307
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0157784e7bd0fc9f0670fbaf248af5eaff9f3906e570cad1bf501c50f8b471b
3
+ size 2273
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:01353e247e019dd2fdcd731bd7f8ad34848a703bd3ee3d730f8418e19ea8d2ce
3
+ size 125384500
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:1527d6cfb74d9612e08e96d6b5bf2cec3a22f8dc86e89e44d8380ddffaa430af
3
+ size 110253641