shutingmi commited on
Commit
537b4ea
·
verified ·
1 Parent(s): a5f08c0

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <a href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=ETHrobotlearning/tv-config3-red-blue-green-clean-aug5p">
15
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
16
+ </a>
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d82c47714ecaf95e7e89e287eb5b96983fb01b149d0e1bfd840e34d08126c5
3
+ size 26321
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93dec520e832834bac5f2fd597c2caf495d20d846cbeb9d566ed61a2aa3a8c6b
3
+ size 10683
meta/info.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 10,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "names": [
8
+ "shoulder_pan.pos",
9
+ "shoulder_lift.pos",
10
+ "elbow_flex.pos",
11
+ "wrist_flex.pos",
12
+ "wrist_roll.pos",
13
+ "gripper.pos"
14
+ ],
15
+ "shape": [
16
+ 6
17
+ ]
18
+ },
19
+ "observation.state": {
20
+ "dtype": "float32",
21
+ "names": [
22
+ "shoulder_pan.pos",
23
+ "shoulder_lift.pos",
24
+ "elbow_flex.pos",
25
+ "wrist_flex.pos",
26
+ "wrist_roll.pos",
27
+ "gripper.pos"
28
+ ],
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.images.front": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channels"
44
+ ],
45
+ "info": {
46
+ "video.height": 480,
47
+ "video.width": 640,
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "video.fps": 10,
52
+ "video.channels": 3,
53
+ "has_audio": false,
54
+ "video.g": 2,
55
+ "video.crf": 30,
56
+ "video.preset": 12,
57
+ "video.fast_decode": 0,
58
+ "video.video_backend": "pyav",
59
+ "video.extra_options": {}
60
+ }
61
+ },
62
+ "timestamp": {
63
+ "dtype": "float32",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null
68
+ },
69
+ "frame_index": {
70
+ "dtype": "int64",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": null
75
+ },
76
+ "episode_index": {
77
+ "dtype": "int64",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "task_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ }
97
+ },
98
+ "total_episodes": 4,
99
+ "total_frames": 452,
100
+ "total_tasks": 4,
101
+ "chunks_size": 1000,
102
+ "data_files_size_in_mb": 100,
103
+ "video_files_size_in_mb": 200,
104
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
105
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
106
+ "robot_type": "so_follower",
107
+ "splits": {
108
+ "train": "0:33"
109
+ },
110
+ "augmentation": "Brightness-augmented in place from ETHrobotlearning/tv-config3-red-blue-green-clean-aug5p: each episode assigned a random brightness level from [0.8, 0.9, 1.1, 1.2] (seed=42). Each episode's video is re-encoded at its brightness; episode count unchanged (165)."
111
+ }
meta/stats.json ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -59.340660095214844,
5
+ -104.96703338623047,
6
+ -91.47252655029297,
7
+ 30.329669952392578,
8
+ -5.670329570770264,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 30.41758155822754,
13
+ 57.4945068359375,
14
+ 97.36264038085938,
15
+ 102.32967376708984,
16
+ 108.79120635986328,
17
+ 46.37904357910156
18
+ ],
19
+ "mean": [
20
+ -6.065029164815752,
21
+ -43.18321681961676,
22
+ 25.03515920805226,
23
+ 73.35108979904368,
24
+ 25.083479222518203,
25
+ 8.26132804209036
26
+ ],
27
+ "std": [
28
+ 12.042408511552852,
29
+ 46.61576024358617,
30
+ 53.12349592383709,
31
+ 21.93452907959669,
32
+ 27.954560787246887,
33
+ 12.479960377988629
34
+ ],
35
+ "count": [
36
+ 23315
37
+ ],
38
+ "q01": [
39
+ -25.895041389256725,
40
+ -102.20530814949444,
41
+ -44.27199185815821,
42
+ 41.519690079923194,
43
+ -0.5793890858398291,
44
+ 1.6126732300982156
45
+ ],
46
+ "q10": [
47
+ -22.171213811460852,
48
+ -101.53079213619539,
49
+ -35.89462988021265,
50
+ 46.03586699951878,
51
+ 1.8333205729876367,
52
+ 1.7283390556413576
53
+ ],
54
+ "q50": [
55
+ -4.827039241650164,
56
+ -32.40392803639627,
57
+ 17.984168126849998,
58
+ 75.64924709116367,
59
+ 10.76800531975936,
60
+ 1.902496316032606
61
+ ],
62
+ "q90": [
63
+ 8.171925295592507,
64
+ 22.11799502388592,
65
+ 96.86765431324964,
66
+ 100.93219349513666,
67
+ 68.65339620542353,
68
+ 33.720641371816775
69
+ ],
70
+ "q99": [
71
+ 11.456773827435658,
72
+ 34.24832214874947,
73
+ 96.9131997959465,
74
+ 101.72050873696075,
75
+ 76.64669495231011,
76
+ 35.402977744013924
77
+ ]
78
+ },
79
+ "episode_index": {
80
+ "min": [
81
+ 0.0
82
+ ],
83
+ "max": [
84
+ 3.0
85
+ ],
86
+ "mean": [
87
+ 1.573008849557522
88
+ ],
89
+ "std": [
90
+ 1.079362631457645
91
+ ],
92
+ "count": [
93
+ 452
94
+ ],
95
+ "q01": [
96
+ 0.0
97
+ ],
98
+ "q10": [
99
+ 0.0
100
+ ],
101
+ "q50": [
102
+ 2.0
103
+ ],
104
+ "q90": [
105
+ 3.0
106
+ ],
107
+ "q99": [
108
+ 3.0
109
+ ]
110
+ },
111
+ "frame_index": {
112
+ "min": [
113
+ 0.0
114
+ ],
115
+ "max": [
116
+ 169.0
117
+ ],
118
+ "mean": [
119
+ 71.41325327042676
120
+ ],
121
+ "std": [
122
+ 42.822188107653176
123
+ ],
124
+ "count": [
125
+ 23315
126
+ ],
127
+ "q01": [
128
+ 1.4282650654085354
129
+ ],
130
+ "q10": [
131
+ 14.282650654085355
132
+ ],
133
+ "q50": [
134
+ 71.41325327042676
135
+ ],
136
+ "q90": [
137
+ 128.54385588676817
138
+ ],
139
+ "q99": [
140
+ 141.39824147544496
141
+ ]
142
+ },
143
+ "index": {
144
+ "min": [
145
+ 0.0
146
+ ],
147
+ "max": [
148
+ 451.0
149
+ ],
150
+ "mean": [
151
+ 225.5
152
+ ],
153
+ "std": [
154
+ 130.48084150556357
155
+ ],
156
+ "count": [
157
+ 452
158
+ ],
159
+ "q01": [
160
+ 4.51
161
+ ],
162
+ "q10": [
163
+ 45.1
164
+ ],
165
+ "q50": [
166
+ 225.5
167
+ ],
168
+ "q90": [
169
+ 405.90000000000003
170
+ ],
171
+ "q99": [
172
+ 446.49
173
+ ]
174
+ },
175
+ "observation.images.front": {
176
+ "min": [
177
+ 0.0,
178
+ 0.0,
179
+ 0.0
180
+ ],
181
+ "max": [
182
+ 1.0,
183
+ 1.0,
184
+ 1.0
185
+ ],
186
+ "mean": [
187
+ 0.5608532449866072,
188
+ 0.539849959316774,
189
+ 0.5216918016992343
190
+ ],
191
+ "std": [
192
+ 0.01895117665853155,
193
+ 0.01575767731703971,
194
+ 0.015114548877326283
195
+ ],
196
+ "count": [
197
+ 447648000
198
+ ],
199
+ "q01": [
200
+ 0.010842254316788466,
201
+ -8.361822103921991e-11,
202
+ -8.80638148461186e-11
203
+ ],
204
+ "q10": [
205
+ 0.050638578649969505,
206
+ 0.03021666523425918,
207
+ -8.80638148461186e-11
208
+ ],
209
+ "q50": [
210
+ 0.7096859879407508,
211
+ 0.6894464867644492,
212
+ 0.6800124993110552
213
+ ],
214
+ "q90": [
215
+ 0.8210104957350279,
216
+ 0.8104656192485553,
217
+ 0.8180284114528407
218
+ ],
219
+ "q99": [
220
+ 0.8905685206918015,
221
+ 0.8761395144346741,
222
+ 0.8896054945745225
223
+ ]
224
+ },
225
+ "observation.state": {
226
+ "min": [
227
+ -58.32966995239258,
228
+ -102.76923370361328,
229
+ -87.16483306884766,
230
+ 33.67033004760742,
231
+ -5.05494499206543,
232
+ 1.620526671409607
233
+ ],
234
+ "max": [
235
+ 29.758241653442383,
236
+ 58.46154022216797,
237
+ 96.83516693115234,
238
+ 100.83516693115234,
239
+ 108.35164642333984,
240
+ 46.049964904785156
241
+ ],
242
+ "mean": [
243
+ -6.118260879340395,
244
+ -42.624523751857886,
245
+ 25.94235204540332,
246
+ 73.30384355610899,
247
+ 24.981615824335293,
248
+ 9.400841537755165
249
+ ],
250
+ "std": [
251
+ 11.967528276152356,
252
+ 46.979337271855194,
253
+ 52.482613204277264,
254
+ 21.598265328813525,
255
+ 27.703775039023693,
256
+ 11.650895322787477
257
+ ],
258
+ "count": [
259
+ 23315
260
+ ],
261
+ "q01": [
262
+ -25.530292239094045,
263
+ -101.73151108324745,
264
+ -42.05527281994935,
265
+ 42.59424066133314,
266
+ -0.2915287576793167,
267
+ 1.878974235395288
268
+ ],
269
+ "q10": [
270
+ -22.183930318109624,
271
+ -101.13560095420345,
272
+ -34.36718423548057,
273
+ 46.44974576642067,
274
+ 2.181552718400655,
275
+ 1.9251964333587621
276
+ ],
277
+ "q50": [
278
+ -4.941863983949443,
279
+ -31.771123253734178,
280
+ 19.17485547019718,
281
+ 75.88016037978815,
282
+ 10.76261331563136,
283
+ 3.432324455194966
284
+ ],
285
+ "q90": [
286
+ 7.9278207977876995,
287
+ 23.58416786073693,
288
+ 96.72751423383562,
289
+ 100.06118222833217,
290
+ 68.06286748108526,
291
+ 33.382765435323726
292
+ ],
293
+ "q99": [
294
+ 11.010502294896495,
295
+ 34.96591936279565,
296
+ 96.75809413640765,
297
+ 100.59085240615428,
298
+ 75.8283924870631,
299
+ 34.28123914759941
300
+ ]
301
+ },
302
+ "task_index": {
303
+ "min": [
304
+ 0.0
305
+ ],
306
+ "max": [
307
+ 3.0
308
+ ],
309
+ "mean": [
310
+ 1.573008849557522
311
+ ],
312
+ "std": [
313
+ 1.079362631457645
314
+ ],
315
+ "count": [
316
+ 452
317
+ ],
318
+ "q01": [
319
+ 0.0
320
+ ],
321
+ "q10": [
322
+ 0.0
323
+ ],
324
+ "q50": [
325
+ 2.0
326
+ ],
327
+ "q90": [
328
+ 3.0
329
+ ],
330
+ "q99": [
331
+ 3.0
332
+ ]
333
+ },
334
+ "timestamp": {
335
+ "min": [
336
+ 0.0
337
+ ],
338
+ "max": [
339
+ 16.899999618530273
340
+ ],
341
+ "mean": [
342
+ 7.1413253284279765
343
+ ],
344
+ "std": [
345
+ 4.282218811243376
346
+ ],
347
+ "count": [
348
+ 23315
349
+ ],
350
+ "q01": [
351
+ 0.14282650866913435
352
+ ],
353
+ "q10": [
354
+ 1.4282650735944271
355
+ ],
356
+ "q50": [
357
+ 7.141325305568132
358
+ ],
359
+ "q90": [
360
+ 12.854385554685681
361
+ ],
362
+ "q99": [
363
+ 14.139824132487776
364
+ ]
365
+ }
366
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6782dd7d9be1aed962bff23c5cd58df7855140b6694bf20adbff0f891ae3e33
3
+ size 2256
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:442d6f6f3f3bf020ff20e2e612500577a230d4fdb9171053dc4c2fd077c73ea7
3
+ size 671959
videos/observation.images.front/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a8198810ae32948d9ef0781acc78fbf664bb7a85463e08890fc048c56b7e2c
3
+ size 603886
videos/observation.images.front/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1128f9c69d4a4e8bf48934cb33ed75ef086f1dc58dde2a051702cdd64f68274d
3
+ size 615928
videos/observation.images.front/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d57f936733fcf173013c8b62176f5d476c7841366f00c61ad3f0d56b9382ce
3
+ size 394315
videos/observation.images.front/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:692fe601dfad8275cd28c0248dc764d8a16440560b73873644b096ee9150b06f
3
+ size 386019
videos/observation.images.front/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ec0e95a7608fef44c14b3ddbb2a359785f165b21c4a20f730692c11dcce47e
3
+ size 353428
videos/observation.images.front/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e88b8289a5c2c49a347b3c57a100b6e2a024665745499bd4a3c93c3de3f36599
3
+ size 487044
videos/observation.images.front/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1b2ea2734e7e3dd2df5e86aba9d9ab4ea36303579d2cab05f58eeab0ac197d
3
+ size 627975
videos/observation.images.front/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e764137c2126a08ad41f669d07894f3ae13bd6a6ba913f29bd7991402063be7
3
+ size 504177