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

Remove nested wannrrr/ path

Browse files
wannrrr/etnai-record/README.md DELETED
@@ -1,211 +0,0 @@
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-record">
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.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.image3": {
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
- "observation.images.image2": {
115
- "dtype": "video",
116
- "shape": [
117
- 480,
118
- 640,
119
- 3
120
- ],
121
- "names": [
122
- "height",
123
- "width",
124
- "channels"
125
- ],
126
- "info": {
127
- "video.height": 480,
128
- "video.width": 640,
129
- "video.codec": "av1",
130
- "video.pix_fmt": "yuv420p",
131
- "video.is_depth_map": false,
132
- "video.fps": 30,
133
- "video.channels": 3,
134
- "has_audio": false
135
- }
136
- },
137
- "timestamp": {
138
- "dtype": "float32",
139
- "shape": [
140
- 1
141
- ],
142
- "names": null,
143
- "fps": 30
144
- },
145
- "frame_index": {
146
- "dtype": "int64",
147
- "shape": [
148
- 1
149
- ],
150
- "names": null,
151
- "fps": 30
152
- },
153
- "episode_index": {
154
- "dtype": "int64",
155
- "shape": [
156
- 1
157
- ],
158
- "names": null,
159
- "fps": 30
160
- },
161
- "index": {
162
- "dtype": "int64",
163
- "shape": [
164
- 1
165
- ],
166
- "names": null,
167
- "fps": 30
168
- },
169
- "task_index": {
170
- "dtype": "int64",
171
- "shape": [
172
- 1
173
- ],
174
- "names": null,
175
- "fps": 30
176
- }
177
- },
178
- "total_episodes": 50,
179
- "total_frames": 10055,
180
- "total_tasks": 1,
181
- "chunks_size": 1000,
182
- "data_files_size_in_mb": 100,
183
- "video_files_size_in_mb": 200,
184
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
185
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
186
- "robot_type": "so100_follower",
187
- "splits": {
188
- "train": "0:50"
189
- }
190
- }
191
- ```
192
-
193
-
194
- ## Citation
195
-
196
- **BibTeX:**
197
-
198
- ```bibtex
199
- [More Information Needed]
200
- ```
201
-
202
- ## Migration to LeRobotDataset v3.0
203
-
204
- Migrated to LeRobotDataset **v3.0** with SO-100/101 joint state/action mapped to the post-#777 physical frame (in degrees).
205
-
206
- - Source: [`HuggingFaceVLA/community_dataset_v3`](https://huggingface.co/datasets/HuggingFaceVLA/community_dataset_v3/tree/main/wannrrr/etnai-record) (`wannrrr/etnai-record`)
207
- - Codebase version: v2.1 -> v3.0
208
- - Original joint encoding: normalized units (joints -100..100, gripper 0..100)
209
- - Joint values: un-normalized to physical degrees using canonical joint ranges
210
- - Robot type: `so100_follower`
211
- - Action dimension: 6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wannrrr/etnai-record/data/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7229a7d0050a4651ce5c432d72ce197d41f2cd4b4aa642dda567d9485bb199b
3
- size 287059
 
 
 
 
wannrrr/etnai-record/meta/episodes/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eac1dfb31a3a61af23a06f99733439936d26bc703028804d311c637f5cad18a3
3
- size 103432
 
 
 
 
wannrrr/etnai-record/meta/info.json DELETED
@@ -1,157 +0,0 @@
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.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.image3": {
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
- "observation.images.image2": {
82
- "dtype": "video",
83
- "shape": [
84
- 480,
85
- 640,
86
- 3
87
- ],
88
- "names": [
89
- "height",
90
- "width",
91
- "channels"
92
- ],
93
- "info": {
94
- "video.height": 480,
95
- "video.width": 640,
96
- "video.codec": "av1",
97
- "video.pix_fmt": "yuv420p",
98
- "video.is_depth_map": false,
99
- "video.fps": 30,
100
- "video.channels": 3,
101
- "has_audio": false
102
- }
103
- },
104
- "timestamp": {
105
- "dtype": "float32",
106
- "shape": [
107
- 1
108
- ],
109
- "names": null,
110
- "fps": 30
111
- },
112
- "frame_index": {
113
- "dtype": "int64",
114
- "shape": [
115
- 1
116
- ],
117
- "names": null,
118
- "fps": 30
119
- },
120
- "episode_index": {
121
- "dtype": "int64",
122
- "shape": [
123
- 1
124
- ],
125
- "names": null,
126
- "fps": 30
127
- },
128
- "index": {
129
- "dtype": "int64",
130
- "shape": [
131
- 1
132
- ],
133
- "names": null,
134
- "fps": 30
135
- },
136
- "task_index": {
137
- "dtype": "int64",
138
- "shape": [
139
- 1
140
- ],
141
- "names": null,
142
- "fps": 30
143
- }
144
- },
145
- "total_episodes": 50,
146
- "total_frames": 10055,
147
- "total_tasks": 1,
148
- "chunks_size": 1000,
149
- "data_files_size_in_mb": 100,
150
- "video_files_size_in_mb": 200,
151
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
152
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
153
- "robot_type": "so100_follower",
154
- "splits": {
155
- "train": "0:50"
156
- }
157
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wannrrr/etnai-record/meta/stats.json DELETED
@@ -1,380 +0,0 @@
1
- {
2
- "observation.images.front": {
3
- "min": [
4
- [
5
- [
6
- 0.00784313725490196
7
- ]
8
- ],
9
- [
10
- [
11
- 0.08627450980392157
12
- ]
13
- ],
14
- [
15
- [
16
- 0.10980392156862745
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.5463881305964053
41
- ]
42
- ],
43
- [
44
- [
45
- 0.6190017499183006
46
- ]
47
- ],
48
- [
49
- [
50
- 0.7250246970179737
51
- ]
52
- ]
53
- ],
54
- "std": [
55
- [
56
- [
57
- 0.13494997537035078
58
- ]
59
- ],
60
- [
61
- [
62
- 0.11845920624660845
63
- ]
64
- ],
65
- [
66
- [
67
- 0.11857393679337289
68
- ]
69
- ]
70
- ],
71
- "count": [
72
- 5000
73
- ]
74
- },
75
- "task_index": {
76
- "min": [
77
- 0
78
- ],
79
- "max": [
80
- 0
81
- ],
82
- "mean": [
83
- 0.0
84
- ],
85
- "std": [
86
- 0.0
87
- ],
88
- "count": [
89
- 10055
90
- ]
91
- },
92
- "observation.images.top": {
93
- "min": [
94
- [
95
- [
96
- 0.0392156862745098
97
- ]
98
- ],
99
- [
100
- [
101
- 0.027450980392156862
102
- ]
103
- ],
104
- [
105
- [
106
- 0.0
107
- ]
108
- ]
109
- ],
110
- "max": [
111
- [
112
- [
113
- 1.0
114
- ]
115
- ],
116
- [
117
- [
118
- 1.0
119
- ]
120
- ],
121
- [
122
- [
123
- 1.0
124
- ]
125
- ]
126
- ],
127
- "mean": [
128
- [
129
- [
130
- 0.5699452344771242
131
- ]
132
- ],
133
- [
134
- [
135
- 0.5686317249183009
136
- ]
137
- ],
138
- [
139
- [
140
- 0.5699813834558825
141
- ]
142
- ]
143
- ],
144
- "std": [
145
- [
146
- [
147
- 0.1256360073097088
148
- ]
149
- ],
150
- [
151
- [
152
- 0.10889727000811625
153
- ]
154
- ],
155
- [
156
- [
157
- 0.11251275367968856
158
- ]
159
- ]
160
- ],
161
- "count": [
162
- 5000
163
- ]
164
- },
165
- "observation.images.top_front": {
166
- "min": [
167
- [
168
- [
169
- 0.07450980392156863
170
- ]
171
- ],
172
- [
173
- [
174
- 0.0196078431372549
175
- ]
176
- ],
177
- [
178
- [
179
- 0.09019607843137255
180
- ]
181
- ]
182
- ],
183
- "max": [
184
- [
185
- [
186
- 1.0
187
- ]
188
- ],
189
- [
190
- [
191
- 1.0
192
- ]
193
- ],
194
- [
195
- [
196
- 1.0
197
- ]
198
- ]
199
- ],
200
- "mean": [
201
- [
202
- [
203
- 0.5613840757352943
204
- ]
205
- ],
206
- [
207
- [
208
- 0.6130388442401962
209
- ]
210
- ],
211
- [
212
- [
213
- 0.6892259088235293
214
- ]
215
- ]
216
- ],
217
- "std": [
218
- [
219
- [
220
- 0.13618720590175423
221
- ]
222
- ],
223
- [
224
- [
225
- 0.09554304311004362
226
- ]
227
- ],
228
- [
229
- [
230
- 0.08226795045340243
231
- ]
232
- ]
233
- ],
234
- "count": [
235
- 5000
236
- ]
237
- },
238
- "timestamp": {
239
- "min": [
240
- 0.0
241
- ],
242
- "max": [
243
- 6.7
244
- ],
245
- "mean": [
246
- 3.335007458975634
247
- ],
248
- "std": [
249
- 1.9350746811007744
250
- ],
251
- "count": [
252
- 10055
253
- ]
254
- },
255
- "frame_index": {
256
- "min": [
257
- 0
258
- ],
259
- "max": [
260
- 201
261
- ],
262
- "mean": [
263
- 100.05022376926902
264
- ],
265
- "std": [
266
- 58.052240433023236
267
- ],
268
- "count": [
269
- 10055
270
- ]
271
- },
272
- "episode_index": {
273
- "min": [
274
- 0
275
- ],
276
- "max": [
277
- 49
278
- ],
279
- "mean": [
280
- 24.49557434112382
281
- ],
282
- "std": [
283
- 14.432440229753189
284
- ],
285
- "count": [
286
- 10055
287
- ]
288
- },
289
- "observation.state": {
290
- "min": [
291
- -16.40081787109375,
292
- -97.95396423339844,
293
- -73.70057678222656,
294
- 18.338558197021484,
295
- -39.58485794067383,
296
- -43.492671966552734
297
- ],
298
- "max": [
299
- 48.30265808105469,
300
- 63.000850677490234,
301
- 98.93380737304688,
302
- 86.36363983154297,
303
- 27.765567779541016,
304
- 9.640612602233887
305
- ],
306
- "mean": [
307
- 8.129549241967755,
308
- -42.05341095536992,
309
- 42.280283810139025,
310
- 54.62351245225691,
311
- 4.561842706444576,
312
- -29.466795935193545
313
- ],
314
- "std": [
315
- 16.159942343297498,
316
- 57.749962484194796,
317
- 58.94368279505475,
318
- 10.611043135605861,
319
- 6.290084435299208,
320
- 15.121770401445207
321
- ],
322
- "count": [
323
- 10055
324
- ]
325
- },
326
- "action": {
327
- "min": [
328
- -16.319307327270508,
329
- -97.80497741699219,
330
- -76.01809692382812,
331
- 16.577098846435547,
332
- -41.978023529052734,
333
- -44.916046142578125
334
- ],
335
- "max": [
336
- 48.48603820800781,
337
- 62.26255798339844,
338
- 99.90950012207031,
339
- 87.8462142944336,
340
- 28.156288146972656,
341
- 10.326492309570312
342
- ],
343
- "mean": [
344
- 8.223684378298419,
345
- -43.07925196095286,
346
- 41.84423785937671,
347
- 54.53620212902067,
348
- 4.565160231689785,
349
- -31.38599410529222
350
- ],
351
- "std": [
352
- 16.190695100593,
353
- 57.13712534458264,
354
- 60.050970955765216,
355
- 10.723815916109631,
356
- 6.345583471204529,
357
- 15.595333921344189
358
- ],
359
- "count": [
360
- 10055
361
- ]
362
- },
363
- "index": {
364
- "min": [
365
- 0
366
- ],
367
- "max": [
368
- 10054
369
- ],
370
- "mean": [
371
- 5027.0
372
- ],
373
- "std": [
374
- 2902.628463996038
375
- ],
376
- "count": [
377
- 10055
378
- ]
379
- }
380
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wannrrr/etnai-record/meta/tasks.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0157784e7bd0fc9f0670fbaf248af5eaff9f3906e570cad1bf501c50f8b471b
3
- size 2273
 
 
 
 
wannrrr/etnai-record/videos/observation.images.image/chunk-000/file-000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e173767107c2555d16528407ab775a7e6d0e7d35de07227f10750364658fa2df
3
- size 111301435
 
 
 
 
wannrrr/etnai-record/videos/observation.images.image2/chunk-000/file-000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7633d27b99759b877c526a45970616a91058cd8cfb2fc1e0e494cbb05a48803a
3
- size 87119012
 
 
 
 
wannrrr/etnai-record/videos/observation.images.image3/chunk-000/file-000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a502d7e6bd16bbfe52c5693c3297a6c1bb0bde5dc58eae137ba38d37e127651
3
- size 111381659
 
 
 
 
wannrrr/etnai/README.md DELETED
@@ -1,188 +0,0 @@
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wannrrr/etnai/data/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:91f3a16c3cc396ba65966134327896beb01706c7f8c4c010f7c18698629c2083
3
- size 293478
 
 
 
 
wannrrr/etnai/meta/episodes/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:580b37cb9bd8d3b03f2ec4761c229642840c0a0c7b89896037cf47037c301685
3
- size 89592
 
 
 
 
wannrrr/etnai/meta/info.json DELETED
@@ -1,134 +0,0 @@
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
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wannrrr/etnai/meta/stats.json DELETED
@@ -1,307 +0,0 @@
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
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wannrrr/etnai/meta/tasks.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0157784e7bd0fc9f0670fbaf248af5eaff9f3906e570cad1bf501c50f8b471b
3
- size 2273
 
 
 
 
wannrrr/etnai/videos/observation.images.image/chunk-000/file-000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:01353e247e019dd2fdcd731bd7f8ad34848a703bd3ee3d730f8418e19ea8d2ce
3
- size 125384500
 
 
 
 
wannrrr/etnai/videos/observation.images.image2/chunk-000/file-000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1527d6cfb74d9612e08e96d6b5bf2cec3a22f8dc86e89e44d8380ddffaa430af
3
- size 110253641