sengi commited on
Commit
8182f48
·
verified ·
1 Parent(s): a2bf46e

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:7b9717d089dcab801dbcb51ad4e999e9aefb50461afee085d64f34358538752f
3
+ size 215041
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3efd6caac214f4c8adda99f33550aa439b85e42bf8ccc4fad0266bf9bde05a8e
3
+ size 47316
meta/info.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 5,
5
+ "total_frames": 3553,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
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
+ "observation.images.top": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 480,
61
+ "video.width": 640,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.wrist": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "advantage": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ }
135
+ }
136
+ }
meta/stats.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -43.436798095703125,
5
+ 11.935012817382812,
6
+ -24.10407257080078,
7
+ 40.335693359375,
8
+ -99.97919464111328,
9
+ 0.2616281509399414
10
+ ],
11
+ "max": [
12
+ 36.67073440551758,
13
+ 174.3124237060547,
14
+ 160.447509765625,
15
+ 104.71527862548828,
16
+ 13.258551597595215,
17
+ 68.30957794189453
18
+ ],
19
+ "mean": [
20
+ -14.363432253846444,
21
+ 50.861365913371785,
22
+ 23.68903209590724,
23
+ 82.35301321981458,
24
+ -15.816170682915157,
25
+ 22.031155574432468
26
+ ],
27
+ "std": [
28
+ 16.11083234961036,
29
+ 29.912597727371182,
30
+ 38.716578355218985,
31
+ 16.067757751407914,
32
+ 14.617001306509502,
33
+ 16.353160825097778
34
+ ],
35
+ "count": [
36
+ 3553
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "min": [
41
+ -42.802734375,
42
+ 10.72265625,
43
+ -20.91796875,
44
+ 41.1328125,
45
+ -96.767578125,
46
+ 1.0292953252792358
47
+ ],
48
+ "max": [
49
+ 34.453125,
50
+ 173.49609375,
51
+ 160.048828125,
52
+ 97.470703125,
53
+ 13.095703125,
54
+ 67.53761291503906
55
+ ],
56
+ "mean": [
57
+ -14.15029172765816,
58
+ 49.42518354609688,
59
+ 26.66363533604088,
60
+ 82.0462655009198,
61
+ -15.686658011065246,
62
+ 22.45044266791737
63
+ ],
64
+ "std": [
65
+ 16.01054499286337,
66
+ 31.377092269265585,
67
+ 39.93238675620168,
68
+ 15.77200517276635,
69
+ 14.316737555296172,
70
+ 15.762612525284847
71
+ ],
72
+ "count": [
73
+ 3553
74
+ ]
75
+ },
76
+ "observation.images.top": {
77
+ "min": [
78
+ [
79
+ [
80
+ 0.0
81
+ ]
82
+ ],
83
+ [
84
+ [
85
+ 0.0
86
+ ]
87
+ ],
88
+ [
89
+ [
90
+ 0.0
91
+ ]
92
+ ]
93
+ ],
94
+ "max": [
95
+ [
96
+ [
97
+ 1.0
98
+ ]
99
+ ],
100
+ [
101
+ [
102
+ 1.0
103
+ ]
104
+ ],
105
+ [
106
+ [
107
+ 1.0
108
+ ]
109
+ ]
110
+ ],
111
+ "mean": [
112
+ [
113
+ [
114
+ 0.6012346167036537
115
+ ]
116
+ ],
117
+ [
118
+ [
119
+ 0.4723337336367212
120
+ ]
121
+ ],
122
+ [
123
+ [
124
+ 0.39495509286570407
125
+ ]
126
+ ]
127
+ ],
128
+ "std": [
129
+ [
130
+ [
131
+ 0.2519533163075027
132
+ ]
133
+ ],
134
+ [
135
+ [
136
+ 0.24173820340989116
137
+ ]
138
+ ],
139
+ [
140
+ [
141
+ 0.24541390622863227
142
+ ]
143
+ ]
144
+ ],
145
+ "count": [
146
+ 698
147
+ ]
148
+ },
149
+ "observation.images.wrist": {
150
+ "min": [
151
+ [
152
+ [
153
+ 0.0
154
+ ]
155
+ ],
156
+ [
157
+ [
158
+ 0.0
159
+ ]
160
+ ],
161
+ [
162
+ [
163
+ 0.0
164
+ ]
165
+ ]
166
+ ],
167
+ "max": [
168
+ [
169
+ [
170
+ 1.0
171
+ ]
172
+ ],
173
+ [
174
+ [
175
+ 1.0
176
+ ]
177
+ ],
178
+ [
179
+ [
180
+ 1.0
181
+ ]
182
+ ]
183
+ ],
184
+ "mean": [
185
+ [
186
+ [
187
+ 0.42087852664943726
188
+ ]
189
+ ],
190
+ [
191
+ [
192
+ 0.3038917041804783
193
+ ]
194
+ ],
195
+ [
196
+ [
197
+ 0.2928681389520946
198
+ ]
199
+ ]
200
+ ],
201
+ "std": [
202
+ [
203
+ [
204
+ 0.2343139011857977
205
+ ]
206
+ ],
207
+ [
208
+ [
209
+ 0.208122247090652
210
+ ]
211
+ ],
212
+ [
213
+ [
214
+ 0.23014188146657844
215
+ ]
216
+ ]
217
+ ],
218
+ "count": [
219
+ 698
220
+ ]
221
+ },
222
+ "timestamp": {
223
+ "min": [
224
+ 0.0
225
+ ],
226
+ "max": [
227
+ 60.06666666666667
228
+ ],
229
+ "mean": [
230
+ 19.085336335491135
231
+ ],
232
+ "std": [
233
+ 16.989550156770896
234
+ ],
235
+ "count": [
236
+ 3553
237
+ ]
238
+ },
239
+ "frame_index": {
240
+ "min": [
241
+ 0
242
+ ],
243
+ "max": [
244
+ 1802
245
+ ],
246
+ "mean": [
247
+ 572.560090064734
248
+ ],
249
+ "std": [
250
+ 509.68650470312696
251
+ ],
252
+ "count": [
253
+ 3553
254
+ ]
255
+ },
256
+ "episode_index": {
257
+ "min": [
258
+ 0
259
+ ],
260
+ "max": [
261
+ 4
262
+ ],
263
+ "mean": [
264
+ 1.621165212496482
265
+ ],
266
+ "std": [
267
+ 1.2316869478121109
268
+ ],
269
+ "count": [
270
+ 3553
271
+ ]
272
+ },
273
+ "index": {
274
+ "min": [
275
+ 0
276
+ ],
277
+ "max": [
278
+ 3552
279
+ ],
280
+ "mean": [
281
+ 1776.0
282
+ ],
283
+ "std": [
284
+ 1025.66271259123
285
+ ],
286
+ "count": [
287
+ 3553
288
+ ]
289
+ },
290
+ "task_index": {
291
+ "min": [
292
+ 0
293
+ ],
294
+ "max": [
295
+ 0
296
+ ],
297
+ "mean": [
298
+ 0.0
299
+ ],
300
+ "std": [
301
+ 0.0
302
+ ],
303
+ "count": [
304
+ 3553
305
+ ]
306
+ }
307
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2af1a55e5c5a9daf8324767287a0b6a6558b7fefbdae0c43fa0b81f45443ed19
3
+ size 2181
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a145bad3f7b9e1e66bc9c618a093a14858b733a7a22e89bb5eb4e348fb8b6b3a
3
+ size 55179868
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31eeef0befab5428c36c97c7ee58ad532fe7600d972b6602bb99fa8dbd389309
3
+ size 22915139