edmos7 commited on
Commit
496f781
·
verified ·
1 Parent(s): 7ad76f6

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cd7c55581f83a4b6a9fcb50f7aacb73accf5d6a5697f10a4ed4eb262714da20
3
+ size 960775
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4686ca81d7b3b5e94b0328a1c499d6134efd7efe6caed1378b957de5ff61e358
3
+ size 54944
meta/info.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 50,
5
+ "total_frames": 42826,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:50"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ],
30
+ "fps": 30
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 6
36
+ ],
37
+ "names": [
38
+ "main_shoulder_pan",
39
+ "main_shoulder_lift",
40
+ "main_elbow_flex",
41
+ "main_wrist_flex",
42
+ "main_wrist_roll",
43
+ "main_gripper"
44
+ ],
45
+ "fps": 30
46
+ },
47
+ "timestamp": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 1
51
+ ],
52
+ "names": null
53
+ },
54
+ "frame_index": {
55
+ "dtype": "int64",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null
60
+ },
61
+ "episode_index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "task_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "observation.images.MAIN_CAM": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 480,
86
+ 640,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channels"
93
+ ],
94
+ "info": {
95
+ "video.fps": 30.0,
96
+ "video.height": 480,
97
+ "video.width": 640,
98
+ "video.channels": 3,
99
+ "video.codec": "h264",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "observation.images.SEC_CAM": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "info": {
118
+ "video.fps": 30.0,
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.channels": 3,
122
+ "video.codec": "h264",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "has_audio": false
126
+ }
127
+ },
128
+ "observation.images.trajectory": {
129
+ "dtype": "image",
130
+ "shape": [
131
+ 480,
132
+ 640,
133
+ 3
134
+ ],
135
+ "names": [
136
+ "height",
137
+ "width",
138
+ "channels"
139
+ ]
140
+ }
141
+ }
142
+ }
meta/stats.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -50.625,
5
+ 51.6796875,
6
+ 42.36328125,
7
+ 13.53515625,
8
+ -25.576171875,
9
+ -1.022494912147522
10
+ ],
11
+ "max": [
12
+ 20.654296875,
13
+ 187.03125,
14
+ 183.955078125,
15
+ 97.3828125,
16
+ 17.2265625,
17
+ 43.456031799316406
18
+ ],
19
+ "mean": [
20
+ -7.425183739097885,
21
+ 141.1879863445959,
22
+ 137.6334488824666,
23
+ 55.98570989926671,
24
+ -1.7409304919544037,
25
+ 4.0464774846184435
26
+ ],
27
+ "std": [
28
+ 17.624949387548703,
29
+ 50.29593274173419,
30
+ 47.46192076537654,
31
+ 12.88124180548579,
32
+ 5.221233943500418,
33
+ 9.396871962553787
34
+ ],
35
+ "count": [
36
+ 42826
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "min": [
41
+ -50.712890625,
42
+ 51.416015625,
43
+ 45.17578125,
44
+ 14.4140625,
45
+ -24.873046875,
46
+ -0.5794702172279358
47
+ ],
48
+ "max": [
49
+ 20.56640625,
50
+ 187.470703125,
51
+ 183.33984375,
52
+ 96.85546875,
53
+ 16.69921875,
54
+ 42.715232849121094
55
+ ],
56
+ "mean": [
57
+ -7.429081004579033,
58
+ 140.43024235682958,
59
+ 138.3150498262777,
60
+ 56.077265700470896,
61
+ -1.6731932005144636,
62
+ 5.704555551747341
63
+ ],
64
+ "std": [
65
+ 17.650244175514665,
66
+ 50.68781731578772,
67
+ 46.62411779012482,
68
+ 12.897527803729352,
69
+ 5.19523351761706,
70
+ 9.092352417196665
71
+ ],
72
+ "count": [
73
+ 42826
74
+ ]
75
+ },
76
+ "timestamp": {
77
+ "min": [
78
+ 0.0
79
+ ],
80
+ "max": [
81
+ 29.0
82
+ ],
83
+ "mean": [
84
+ 14.259281744734507
85
+ ],
86
+ "std": [
87
+ 8.242927597175472
88
+ ],
89
+ "count": [
90
+ 42826
91
+ ]
92
+ },
93
+ "frame_index": {
94
+ "min": [
95
+ 0
96
+ ],
97
+ "max": [
98
+ 870
99
+ ],
100
+ "mean": [
101
+ 427.7784523420352
102
+ ],
103
+ "std": [
104
+ 247.28782791526416
105
+ ],
106
+ "count": [
107
+ 42826
108
+ ]
109
+ },
110
+ "episode_index": {
111
+ "min": [
112
+ 0
113
+ ],
114
+ "max": [
115
+ 49
116
+ ],
117
+ "mean": [
118
+ 24.50443655723159
119
+ ],
120
+ "std": [
121
+ 14.424335339450433
122
+ ],
123
+ "count": [
124
+ 42826
125
+ ]
126
+ },
127
+ "index": {
128
+ "min": [
129
+ 0
130
+ ],
131
+ "max": [
132
+ 42825
133
+ ],
134
+ "mean": [
135
+ 21412.5
136
+ ],
137
+ "std": [
138
+ 12362.80131078713
139
+ ],
140
+ "count": [
141
+ 42826
142
+ ]
143
+ },
144
+ "task_index": {
145
+ "min": [
146
+ 0
147
+ ],
148
+ "max": [
149
+ 0
150
+ ],
151
+ "mean": [
152
+ 0.0
153
+ ],
154
+ "std": [
155
+ 0.0
156
+ ],
157
+ "count": [
158
+ 42826
159
+ ]
160
+ },
161
+ "observation.images.MAIN_CAM": {
162
+ "min": [
163
+ [
164
+ [
165
+ 0.0
166
+ ]
167
+ ],
168
+ [
169
+ [
170
+ 0.0
171
+ ]
172
+ ],
173
+ [
174
+ [
175
+ 0.0
176
+ ]
177
+ ]
178
+ ],
179
+ "max": [
180
+ [
181
+ [
182
+ 1.0
183
+ ]
184
+ ],
185
+ [
186
+ [
187
+ 1.0
188
+ ]
189
+ ],
190
+ [
191
+ [
192
+ 1.0
193
+ ]
194
+ ]
195
+ ],
196
+ "mean": [
197
+ [
198
+ [
199
+ 0.46244317851338246
200
+ ]
201
+ ],
202
+ [
203
+ [
204
+ 0.4786472564481834
205
+ ]
206
+ ],
207
+ [
208
+ [
209
+ 0.42685239681602316
210
+ ]
211
+ ]
212
+ ],
213
+ "std": [
214
+ [
215
+ [
216
+ 0.17048095349744385
217
+ ]
218
+ ],
219
+ [
220
+ [
221
+ 0.16851798003004176
222
+ ]
223
+ ],
224
+ [
225
+ [
226
+ 0.17790322534920625
227
+ ]
228
+ ]
229
+ ],
230
+ "count": [
231
+ 7894
232
+ ]
233
+ },
234
+ "observation.images.SEC_CAM": {
235
+ "min": [
236
+ [
237
+ [
238
+ 0.0
239
+ ]
240
+ ],
241
+ [
242
+ [
243
+ 0.0
244
+ ]
245
+ ],
246
+ [
247
+ [
248
+ 0.0
249
+ ]
250
+ ]
251
+ ],
252
+ "max": [
253
+ [
254
+ [
255
+ 1.0
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 1.0
261
+ ]
262
+ ],
263
+ [
264
+ [
265
+ 1.0
266
+ ]
267
+ ]
268
+ ],
269
+ "mean": [
270
+ [
271
+ [
272
+ 0.49643857210986747
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.5053497844085275
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 0.468725973261317
283
+ ]
284
+ ]
285
+ ],
286
+ "std": [
287
+ [
288
+ [
289
+ 0.24076256636792487
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 0.18836601908780143
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.22260289047754572
300
+ ]
301
+ ]
302
+ ],
303
+ "count": [
304
+ 7894
305
+ ]
306
+ }
307
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a7f6fc661c18ec98bfc69a58c31029d21e0fcb484aa0ec2d8e26cf5412231ba
3
+ size 2213
videos/observation.images.MAIN_CAM/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:968c8ecc984543bfea7cf8e1389cf25b2496b84b357c99abf0011f872b60e8dc
3
+ size 209256718
videos/observation.images.MAIN_CAM/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bd718ab6de2ee15a8e6e89e628d654d8ccefbbf24c2e9b7d3cd1bf525280312
3
+ size 194360827
videos/observation.images.MAIN_CAM/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005773fabd29c544587fc482cd31e82057652d9f2a00e9b89b825314866823ab
3
+ size 208826201
videos/observation.images.MAIN_CAM/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03669ae5dfc466ae31bddf68a8104bcec3c41b9c8c4d15658660ae5107fb91f
3
+ size 194461669
videos/observation.images.SEC_CAM/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e14426b351f37c005d30dfe46706f47516608a1068b8bf0c64230a3cb51f521
3
+ size 196043472
videos/observation.images.SEC_CAM/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a9b23697e3d40262abdd529d25696250bcb0f10afd2ede38b0b49c898e8b386
3
+ size 197907988
videos/observation.images.SEC_CAM/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b516ab35d56f27a65743a9ebe78274f7ae738ff2cd12e833fde969c39de487
3
+ size 196729925
videos/observation.images.SEC_CAM/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b0ff68cd7f51450ffb73f2fb1451fd4e8c5a384c0371197b072dc1bea64292
3
+ size 167604055