satvikahuja commited on
Commit
29a55bc
·
verified ·
1 Parent(s): 5e0e2c6

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:6a8204cfb7c9fadbb808eb6b9fbd26781fd1c89c56a99a1222930cb5f04fbdc7
3
+ size 1540752
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25af93d55ecf9b6c0d12e5218a2043773de925891a192f0b2230aa233549b081
3
+ size 65660
meta/info.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 10,
5
+ "total_frames": 11368,
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:10"
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 7
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos",
43
+ "ee_object_distance"
44
+ ]
45
+ },
46
+ "observation.images.gripper": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 480,
50
+ 640,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channels"
57
+ ],
58
+ "info": {
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 30,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.poses_xyz": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 9
73
+ ],
74
+ "names": [
75
+ "poses.ee.x",
76
+ "poses.ee.y",
77
+ "poses.ee.z",
78
+ "poses.obj.x",
79
+ "poses.obj.y",
80
+ "poses.obj.z",
81
+ "poses.rel.x",
82
+ "poses.rel.y",
83
+ "poses.rel.z"
84
+ ]
85
+ },
86
+ "observation.images.top": {
87
+ "dtype": "video",
88
+ "shape": [
89
+ 480,
90
+ 640,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channels"
97
+ ],
98
+ "info": {
99
+ "video.height": 480,
100
+ "video.width": 640,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "video.fps": 30,
105
+ "video.channels": 3,
106
+ "has_audio": false
107
+ }
108
+ },
109
+ "timestamp": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "frame_index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "episode_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "task_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ }
144
+ }
145
+ }
meta/stats.json ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 11368
17
+ ]
18
+ },
19
+ "observation.state": {
20
+ "min": [
21
+ -71.41268157958984,
22
+ -92.21223449707031,
23
+ -24.852874755859375,
24
+ -12.33684253692627,
25
+ -15.799756050109863,
26
+ 1.3458950519561768,
27
+ 0.004874976817518473
28
+ ],
29
+ "max": [
30
+ 50.2780876159668,
31
+ 43.859649658203125,
32
+ 99.4567642211914,
33
+ 61.51578903198242,
34
+ 14.04151439666748,
35
+ 78.73485565185547,
36
+ 0.28604641556739807
37
+ ],
38
+ "mean": [
39
+ -5.7633201976127815,
40
+ -6.896461363852989,
41
+ 24.605179365380895,
42
+ 28.693138347722375,
43
+ 2.730327026204145,
44
+ 32.65780361549356,
45
+ 0.0965762419493726
46
+ ],
47
+ "std": [
48
+ 28.590142380106126,
49
+ 41.95328329298501,
50
+ 34.71106732484948,
51
+ 17.72551461524578,
52
+ 4.998980409087249,
53
+ 21.06268320775886,
54
+ 0.0618018328377895
55
+ ],
56
+ "count": [
57
+ 11368
58
+ ]
59
+ },
60
+ "episode_index": {
61
+ "min": [
62
+ 0
63
+ ],
64
+ "max": [
65
+ 9
66
+ ],
67
+ "mean": [
68
+ 4.15411681914145
69
+ ],
70
+ "std": [
71
+ 3.150265386160792
72
+ ],
73
+ "count": [
74
+ 11368
75
+ ]
76
+ },
77
+ "observation.images.gripper": {
78
+ "min": [
79
+ [
80
+ [
81
+ 0.0
82
+ ]
83
+ ],
84
+ [
85
+ [
86
+ 0.0
87
+ ]
88
+ ],
89
+ [
90
+ [
91
+ 0.0
92
+ ]
93
+ ]
94
+ ],
95
+ "max": [
96
+ [
97
+ [
98
+ 1.0
99
+ ]
100
+ ],
101
+ [
102
+ [
103
+ 1.0
104
+ ]
105
+ ],
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ]
111
+ ],
112
+ "mean": [
113
+ [
114
+ [
115
+ 0.5390440287001899
116
+ ]
117
+ ],
118
+ [
119
+ [
120
+ 0.5366073007420104
121
+ ]
122
+ ],
123
+ [
124
+ [
125
+ 0.512642009999456
126
+ ]
127
+ ]
128
+ ],
129
+ "std": [
130
+ [
131
+ [
132
+ 0.21082670400695777
133
+ ]
134
+ ],
135
+ [
136
+ [
137
+ 0.22050814287375362
138
+ ]
139
+ ],
140
+ [
141
+ [
142
+ 0.23676735460209924
143
+ ]
144
+ ]
145
+ ],
146
+ "count": [
147
+ 1922
148
+ ]
149
+ },
150
+ "frame_index": {
151
+ "min": [
152
+ 0
153
+ ],
154
+ "max": [
155
+ 2379
156
+ ],
157
+ "mean": [
158
+ 680.3621569317382
159
+ ],
160
+ "std": [
161
+ 525.2033906145422
162
+ ],
163
+ "count": [
164
+ 11368
165
+ ]
166
+ },
167
+ "index": {
168
+ "min": [
169
+ 0
170
+ ],
171
+ "max": [
172
+ 11367
173
+ ],
174
+ "mean": [
175
+ 5683.5
176
+ ],
177
+ "std": [
178
+ 3281.658917377002
179
+ ],
180
+ "count": [
181
+ 11368
182
+ ]
183
+ },
184
+ "action": {
185
+ "min": [
186
+ -72.02396392822266,
187
+ -93.27598571777344,
188
+ -31.608078002929688,
189
+ -13.658124923706055,
190
+ -16.346975326538086,
191
+ 0.5995063781738281
192
+ ],
193
+ "max": [
194
+ 52.72164535522461,
195
+ 41.32632064819336,
196
+ 103.42921447753906,
197
+ 61.89441680908203,
198
+ 14.239959716796875,
199
+ 79.5230941772461
200
+ ],
201
+ "mean": [
202
+ -5.42946159086183,
203
+ -9.320371147635786,
204
+ 21.832479827425836,
205
+ 28.089222865906674,
206
+ 2.7298479872525663,
207
+ 29.84364353998038
208
+ ],
209
+ "std": [
210
+ 28.58879951732785,
211
+ 40.870123451107965,
212
+ 35.12647614278385,
213
+ 17.935121995486725,
214
+ 5.003586164423152,
215
+ 22.857661932164245
216
+ ],
217
+ "count": [
218
+ 11368
219
+ ]
220
+ },
221
+ "observation.images.top": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.4785777252172982
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.4812523488562091
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.46581989279192426
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.20114835671849615
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.20347055108883683
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.21536531968183426
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 1922
292
+ ]
293
+ },
294
+ "timestamp": {
295
+ "min": [
296
+ 0.0
297
+ ],
298
+ "max": [
299
+ 79.3
300
+ ],
301
+ "mean": [
302
+ 22.678738564391274
303
+ ],
304
+ "std": [
305
+ 17.506779687151404
306
+ ],
307
+ "count": [
308
+ 11368
309
+ ]
310
+ },
311
+ "observation.poses_xyz": {
312
+ "min": [
313
+ 0.13374105095863342,
314
+ -0.2178633064031601,
315
+ -0.016193684190511703,
316
+ 0.05258549377322197,
317
+ -0.19663022458553314,
318
+ -0.014045565389096737,
319
+ -0.245458722114563,
320
+ -0.15606553852558136,
321
+ -0.16956427693367004
322
+ ],
323
+ "max": [
324
+ 0.4116714298725128,
325
+ 0.3091686964035034,
326
+ 0.16361361742019653,
327
+ 0.4011586308479309,
328
+ 0.3630582392215729,
329
+ 0.17016474902629852,
330
+ 0.15873992443084717,
331
+ 0.3188454806804657,
332
+ 0.1317836195230484
333
+ ],
334
+ "mean": [
335
+ 0.2780817167782326,
336
+ 0.024325988219936975,
337
+ 0.04904894549517586,
338
+ 0.27375560269194915,
339
+ 0.07584301683819741,
340
+ 0.05351155998878689,
341
+ -0.0025652308041347162,
342
+ 0.05074176039493641,
343
+ -0.006827276648001097
344
+ ],
345
+ "std": [
346
+ 0.07547716234423131,
347
+ 0.13675596882146362,
348
+ 0.040193569807918446,
349
+ 0.06401708928188225,
350
+ 0.14965004178713276,
351
+ 0.025725529526057674,
352
+ 0.06954950584556868,
353
+ 0.06243625880289448,
354
+ 0.06049472825261496
355
+ ],
356
+ "count": [
357
+ 11368
358
+ ]
359
+ }
360
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842c62b95531804fc3ae33bb65ee2b5571340a3251663697c21ed31bef8098f0
3
+ size 2111
videos/observation.images.gripper/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:686a390795faae882adbe10d196454a406ea2909a3b3dfc612b39ae782af1abe
3
+ size 36396323
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:dc69b38590ac4c02e0af1f6967eda8dbaa6d213fed858fe0cf3604cbf42e8b7b
3
+ size 72791951