RASPIAUDIO commited on
Commit
03b134b
·
verified ·
1 Parent(s): 6fefd10

Delete folder ./meta with huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +0 -21
  2. meta/info.json +0 -121
  3. meta/stats.json +0 -347
  4. meta/tasks.jsonl +0 -1
meta/episodes.jsonl DELETED
@@ -1,21 +0,0 @@
1
- {"episode_index":0,"tasks":["put box in mug"],"length":417}
2
- {"episode_index":1,"tasks":["put box in mug"],"length":224}
3
- {"episode_index":2,"tasks":["put box in mug"],"length":189}
4
- {"episode_index":3,"tasks":["put box in mug"],"length":192}
5
- {"episode_index":4,"tasks":["put box in mug"],"length":199}
6
- {"episode_index":5,"tasks":["put box in mug"],"length":217}
7
- {"episode_index":6,"tasks":["put box in mug"],"length":212}
8
- {"episode_index":7,"tasks":["put box in mug"],"length":184}
9
- {"episode_index":8,"tasks":["put box in mug"],"length":172}
10
- {"episode_index":9,"tasks":["put box in mug"],"length":225}
11
- {"episode_index":10,"tasks":["put box in mug"],"length":175}
12
- {"episode_index":11,"tasks":["put box in mug"],"length":153}
13
- {"episode_index":12,"tasks":["put box in mug"],"length":176}
14
- {"episode_index":13,"tasks":["put box in mug"],"length":161}
15
- {"episode_index":14,"tasks":["put box in mug"],"length":174}
16
- {"episode_index":15,"tasks":["put box in mug"],"length":204}
17
- {"episode_index":16,"tasks":["put box in mug"],"length":161}
18
- {"episode_index":17,"tasks":["put box in mug"],"length":206}
19
- {"episode_index":18,"tasks":["put box in mug"],"length":112}
20
- {"episode_index":19,"tasks":["put box in mug"],"length":161}
21
- {"episode_index":20,"tasks":["put box in mug"],"length":136}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/info.json DELETED
@@ -1,121 +0,0 @@
1
- {
2
- "robot_type": "so-100",
3
- "codebase_version": "v2.0",
4
- "total_episodes": 21,
5
- "total_frames": 4050,
6
- "total_tasks": 1,
7
- "total_videos": 42,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:21"
13
- },
14
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
- "features": {
17
- "action": {
18
- "dtype": "float32",
19
- "shape": [
20
- 6
21
- ],
22
- "names": [
23
- "motor_1",
24
- "motor_2",
25
- "motor_3",
26
- "motor_4",
27
- "motor_5",
28
- "motor_6"
29
- ]
30
- },
31
- "observation.state": {
32
- "dtype": "float32",
33
- "shape": [
34
- 6
35
- ],
36
- "names": [
37
- "motor_1",
38
- "motor_2",
39
- "motor_3",
40
- "motor_4",
41
- "motor_5",
42
- "motor_6"
43
- ]
44
- },
45
- "timestamp": {
46
- "dtype": "float32",
47
- "shape": [
48
- 1
49
- ],
50
- "names": null
51
- },
52
- "episode_index": {
53
- "dtype": "int64",
54
- "shape": [
55
- 1
56
- ],
57
- "names": null
58
- },
59
- "frame_index": {
60
- "dtype": "int64",
61
- "shape": [
62
- 1
63
- ],
64
- "names": null
65
- },
66
- "task_index": {
67
- "dtype": "int64",
68
- "shape": [
69
- 1
70
- ],
71
- "names": null
72
- },
73
- "index": {
74
- "dtype": "int64",
75
- "shape": [
76
- 1
77
- ],
78
- "names": null
79
- },
80
- "observation.images.main": {
81
- "dtype": "video",
82
- "shape": [
83
- 480,
84
- 640,
85
- 3
86
- ],
87
- "names": [
88
- "height",
89
- "width",
90
- "channel"
91
- ],
92
- "info": {
93
- "video.fps": 30,
94
- "video.codec": "mp4v",
95
- "video.pix_fmt": "yuv420p",
96
- "video.is_depth_map": false,
97
- "has_audio": false
98
- }
99
- },
100
- "observation.images.secondary_0": {
101
- "dtype": "video",
102
- "shape": [
103
- 480,
104
- 640,
105
- 3
106
- ],
107
- "names": [
108
- "height",
109
- "width",
110
- "channel"
111
- ],
112
- "info": {
113
- "video.fps": 30,
114
- "video.codec": "mp4v",
115
- "video.pix_fmt": "yuv420p",
116
- "video.is_depth_map": false,
117
- "has_audio": false
118
- }
119
- }
120
- }
121
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/stats.json DELETED
@@ -1,347 +0,0 @@
1
- {
2
- "observation.state": {
3
- "max": [
4
- 0.5953298899110329,
5
- 1.069445704298943,
6
- 1.6954627019373487,
7
- 1.7737148266421494,
8
- 4.158103097059018,
9
- 2.083654614688615
10
- ],
11
- "min": [
12
- -0.8423611071163841,
13
- -1.8535013067333188,
14
- -0.9497659841621889,
15
- -0.007671776931843207,
16
- 1.2551027060495485,
17
- -0.06751163700022023
18
- ],
19
- "mean": [
20
- 0.0037942146159215488,
21
- -0.6284560544229568,
22
- 0.4064124776776878,
23
- 1.1286051440527616,
24
- 3.012049490864338,
25
- 0.36312812280164414
26
- ],
27
- "std": null,
28
- "sum": [
29
- 15.366569194482272,
30
- -2545.247020412975,
31
- 1645.9705345946356,
32
- 4570.850833413684,
33
- 12198.800438000568,
34
- 1470.6688973466587
35
- ],
36
- "square_sum": [
37
- 319.5350176748932,
38
- 5999.882635418658,
39
- 4666.116806238183,
40
- 5798.842960343238,
41
- 37325.84514650049,
42
- 1410.133122775878
43
- ],
44
- "count": 4050
45
- },
46
- "action": {
47
- "max": [
48
- 0.5953298899110329,
49
- 1.069445704298943,
50
- 1.6954627019373487,
51
- 1.7737148266421494,
52
- 4.158103097059018,
53
- 2.083654614688615
54
- ],
55
- "min": [
56
- -0.8423611071163841,
57
- -1.8535013067333188,
58
- -0.9497659841621889,
59
- -0.007671776931843207,
60
- 1.2551027060495485,
61
- -0.06751163700022023
62
- ],
63
- "mean": [
64
- 0.0037942146159215488,
65
- -0.6284560544229568,
66
- 0.4064124776776878,
67
- 1.1286051440527616,
68
- 3.012049490864338,
69
- 0.36312812280164414
70
- ],
71
- "std": null,
72
- "sum": [
73
- 15.366569194482272,
74
- -2545.247020412975,
75
- 1645.9705345946356,
76
- 4570.850833413684,
77
- 12198.800438000568,
78
- 1470.6688973466587
79
- ],
80
- "square_sum": [
81
- 319.5350176748932,
82
- 5999.882635418658,
83
- 4666.116806238183,
84
- 5798.842960343238,
85
- 37325.84514650049,
86
- 1410.133122775878
87
- ],
88
- "count": 4050
89
- },
90
- "timestamp": {
91
- "max": [
92
- 39.87174168199999
93
- ],
94
- "min": [
95
- 0.00204944601864554
96
- ],
97
- "mean": [
98
- 10.056243951474418
99
- ],
100
- "std": null,
101
- "sum": [
102
- 40727.78800347139
103
- ],
104
- "square_sum": [
105
- 615645.2196307984
106
- ],
107
- "count": 4050
108
- },
109
- "frame_index": {
110
- "max": [
111
- 416
112
- ],
113
- "min": [
114
- 0
115
- ],
116
- "mean": [
117
- 104.49876543209876
118
- ],
119
- "std": null,
120
- "sum": [
121
- 423220
122
- ],
123
- "square_sum": [
124
- 66658220
125
- ],
126
- "count": 4050
127
- },
128
- "episode_index": {
129
- "max": [
130
- 20
131
- ],
132
- "min": [
133
- 0
134
- ],
135
- "mean": [
136
- 8.895555555555555
137
- ],
138
- "std": null,
139
- "sum": [
140
- 36027
141
- ],
142
- "square_sum": [
143
- 475327
144
- ],
145
- "count": 4050
146
- },
147
- "index": {
148
- "max": [
149
- 4049
150
- ],
151
- "min": [
152
- 0
153
- ],
154
- "mean": [
155
- 2024.5
156
- ],
157
- "std": null,
158
- "sum": [
159
- 8199225
160
- ],
161
- "square_sum": [
162
- 22135174425
163
- ],
164
- "count": 4050
165
- },
166
- "task_index": {
167
- "max": [
168
- 0
169
- ],
170
- "min": [
171
- 0
172
- ],
173
- "mean": [
174
- 0.0
175
- ],
176
- "std": null,
177
- "sum": [
178
- 0
179
- ],
180
- "square_sum": [
181
- 0
182
- ],
183
- "count": 4050
184
- },
185
- "observation.images.main": {
186
- "max": [
187
- [
188
- [
189
- 1.0
190
- ]
191
- ],
192
- [
193
- [
194
- 1.0
195
- ]
196
- ],
197
- [
198
- [
199
- 1.0
200
- ]
201
- ]
202
- ],
203
- "min": [
204
- [
205
- [
206
- 0.0
207
- ]
208
- ],
209
- [
210
- [
211
- 0.0
212
- ]
213
- ],
214
- [
215
- [
216
- 0.0
217
- ]
218
- ]
219
- ],
220
- "mean": [
221
- [
222
- [
223
- 0.6934638227674697
224
- ]
225
- ],
226
- [
227
- [
228
- 0.5647996831320932
229
- ]
230
- ],
231
- [
232
- [
233
- 0.4379809683277774
234
- ]
235
- ]
236
- ],
237
- "std": [
238
- [
239
- [
240
- 0.17061367692260243
241
- ]
242
- ],
243
- [
244
- [
245
- 0.13190770576086233
246
- ]
247
- ],
248
- [
249
- [
250
- 0.12117267855592044
251
- ]
252
- ]
253
- ],
254
- "sum": [
255
- 862779949.734375,
256
- 702701173.765625,
257
- 544918401.5546875
258
- ],
259
- "square_sum": [
260
- 634522968.875,
261
- 418533339.9140625,
262
- 256931664.05078125
263
- ],
264
- "count": 1244160000
265
- },
266
- "observation.images.secondary_0": {
267
- "max": [
268
- [
269
- [
270
- 1.0
271
- ]
272
- ],
273
- [
274
- [
275
- 1.0
276
- ]
277
- ],
278
- [
279
- [
280
- 1.0
281
- ]
282
- ]
283
- ],
284
- "min": [
285
- [
286
- [
287
- 0.0
288
- ]
289
- ],
290
- [
291
- [
292
- 0.0
293
- ]
294
- ],
295
- [
296
- [
297
- 0.0
298
- ]
299
- ]
300
- ],
301
- "mean": [
302
- [
303
- [
304
- 0.6461077865726172
305
- ]
306
- ],
307
- [
308
- [
309
- 0.5438179618615673
310
- ]
311
- ],
312
- [
313
- [
314
- 0.4665115679705584
315
- ]
316
- ]
317
- ],
318
- "std": [
319
- [
320
- [
321
- 0.22718670222968174
322
- ]
323
- ],
324
- [
325
- [
326
- 0.18714933801697392
327
- ]
328
- ],
329
- [
330
- [
331
- 0.16095871520692273
332
- ]
333
- ]
334
- ],
335
- "sum": [
336
- 803861463.7421875,
337
- 676596555.4296875,
338
- 580415032.40625
339
- ],
340
- "square_sum": [
341
- 583596973.5585938,
342
- 411521907.9082031,
343
- 303003660.828125
344
- ],
345
- "count": 1244160000
346
- }
347
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.jsonl DELETED
@@ -1 +0,0 @@
1
- {"task_index":0,"task":"put box in mug"}