satvikahuja commited on
Commit
ab900f5
·
verified ·
1 Parent(s): 465648f

Upload 7 files

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:3c3566af764a5f18bc83647fb5349d721a307cceaf1c2f4ce0da0a3acd99564f
3
+ size 4039878
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca128c0073d28904715665d82389869753ba065d0f5f1a4d0e0412f31e9762c9
3
+ size 109087
meta/info.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 59,
5
+ "total_frames": 49387,
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:59"
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.images.top": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 480,
73
+ 640,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channels"
80
+ ],
81
+ "info": {
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "video.fps": 30,
88
+ "video.channels": 3,
89
+ "has_audio": false
90
+ }
91
+ },
92
+ "timestamp": {
93
+ "dtype": "float32",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ },
99
+ "frame_index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null
105
+ },
106
+ "episode_index": {
107
+ "dtype": "int64",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ },
113
+ "index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "task_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "observation.poses_xyz": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 9
131
+ ],
132
+ "names": [
133
+ "poses.ee.x",
134
+ "poses.ee.y",
135
+ "poses.ee.z",
136
+ "poses.obj.x",
137
+ "poses.obj.y",
138
+ "poses.obj.z",
139
+ "poses.rel.x",
140
+ "poses.rel.y",
141
+ "poses.rel.z"
142
+ ]
143
+ }
144
+ }
145
+ }
meta/stats.json ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.top": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.4801250426271052
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.48257018096222115
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.46712548115707775
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.19743948887370635
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.1994892731648233
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.21138035783727982
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 9147
73
+ ]
74
+ },
75
+ "task_index": {
76
+ "min": [
77
+ 0
78
+ ],
79
+ "max": [
80
+ 0
81
+ ],
82
+ "mean": [
83
+ 0.0
84
+ ],
85
+ "std": [
86
+ 0.0
87
+ ],
88
+ "count": [
89
+ 49387
90
+ ]
91
+ },
92
+ "index": {
93
+ "min": [
94
+ 0
95
+ ],
96
+ "max": [
97
+ 18420
98
+ ],
99
+ "mean": [
100
+ 5997.072427966874
101
+ ],
102
+ "std": [
103
+ 4568.597180219608
104
+ ],
105
+ "count": [
106
+ 49387
107
+ ]
108
+ },
109
+ "observation.images.gripper": {
110
+ "min": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "max": [
128
+ [
129
+ [
130
+ 1.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 1.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 1.0
141
+ ]
142
+ ]
143
+ ],
144
+ "mean": [
145
+ [
146
+ [
147
+ 0.5423768794109787
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.5410881280006445
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.5256177268869539
158
+ ]
159
+ ]
160
+ ],
161
+ "std": [
162
+ [
163
+ [
164
+ 0.19253338472001585
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.2015799988916071
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.222082577293685
175
+ ]
176
+ ]
177
+ ],
178
+ "count": [
179
+ 9147
180
+ ]
181
+ },
182
+ "timestamp": {
183
+ "min": [
184
+ 0.0
185
+ ],
186
+ "max": [
187
+ 46.6
188
+ ],
189
+ "mean": [
190
+ 14.60700994188754
191
+ ],
192
+ "std": [
193
+ 9.091584603877177
194
+ ],
195
+ "count": [
196
+ 49387
197
+ ]
198
+ },
199
+ "action": {
200
+ "min": [
201
+ -75.56053924560547,
202
+ -92.73172760009766,
203
+ -100.0,
204
+ -22.71796989440918,
205
+ -17.118436813354492,
206
+ 0.898692786693573
207
+ ],
208
+ "max": [
209
+ 89.34977722167969,
210
+ 70.2735824584961,
211
+ 100.0,
212
+ 77.15923309326172,
213
+ 29.816850662231445,
214
+ 85.53921508789062
215
+ ],
216
+ "mean": [
217
+ 1.7707550848978875,
218
+ -24.871311342317703,
219
+ 35.89106609834016,
220
+ 29.108948741006575,
221
+ 3.454876628681155,
222
+ 23.97817489880579
223
+ ],
224
+ "std": [
225
+ 24.929031002654376,
226
+ 45.02386445892405,
227
+ 41.72012477772944,
228
+ 22.007476042018357,
229
+ 6.035028051211055,
230
+ 25.99286278651387
231
+ ],
232
+ "count": [
233
+ 49387
234
+ ]
235
+ },
236
+ "frame_index": {
237
+ "min": [
238
+ 0
239
+ ],
240
+ "max": [
241
+ 1398
242
+ ],
243
+ "mean": [
244
+ 438.21029825662623
245
+ ],
246
+ "std": [
247
+ 272.7475381163153
248
+ ],
249
+ "count": [
250
+ 49387
251
+ ]
252
+ },
253
+ "observation.state": {
254
+ "min": [
255
+ -74.86095428466797,
256
+ -92.81129455566406,
257
+ -95.20144653320312,
258
+ -21.515789031982422,
259
+ -16.678876876831055,
260
+ 1.8169583082199097,
261
+ 0.0009340317919850349
262
+ ],
263
+ "max": [
264
+ 88.5428237915039,
265
+ 70.90287017822266,
266
+ 100.0,
267
+ 76.75789642333984,
268
+ 29.328449249267578,
269
+ 84.65679931640625,
270
+ 0.2777763903141022
271
+ ],
272
+ "mean": [
273
+ 1.5902062171872242,
274
+ -22.857303331809582,
275
+ 38.37996787743166,
276
+ 29.915435194619178,
277
+ 3.477909050751971,
278
+ 30.58476040070617,
279
+ 0.09430729979183967
280
+ ],
281
+ "std": [
282
+ 24.901688773454563,
283
+ 46.04985968025798,
284
+ 41.13718162921658,
285
+ 21.58993239898311,
286
+ 6.029154002504577,
287
+ 23.30252855141894,
288
+ 0.07016418924050775
289
+ ],
290
+ "count": [
291
+ 49387
292
+ ]
293
+ },
294
+ "episode_index": {
295
+ "min": [
296
+ 0
297
+ ],
298
+ "max": [
299
+ 20
300
+ ],
301
+ "mean": [
302
+ 6.475590742503088
303
+ ],
304
+ "std": [
305
+ 5.158718271092138
306
+ ],
307
+ "count": [
308
+ 49387
309
+ ]
310
+ },
311
+ "observation.poses_xyz": {
312
+ "mean": [
313
+ 0.2645710073480861,
314
+ -0.012585321487623657,
315
+ 0.05184001547908858,
316
+ 0.291915703827607,
317
+ 0.030769688185616463,
318
+ 0.05709622928135257,
319
+ -0.022144931243296168,
320
+ 0.04567305598851995,
321
+ 0.006727544958894342
322
+ ],
323
+ "std": [
324
+ 0.08626997961257508,
325
+ 0.1039701873495298,
326
+ 0.048420233116849315,
327
+ 0.08157049489417716,
328
+ 0.11464254039176408,
329
+ 0.03560969405041519,
330
+ 0.07088478603819762,
331
+ 0.059491824239516676,
332
+ 0.05708005527513966
333
+ ]
334
+ }
335
+ }
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:d6d0857dadb10a5b33e1f8d0be7d3d4d0fe65aab4ed43fc31f78058d5de538a3
3
+ size 139909196
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:1cd69b2d68340ea58c6677a0715378a192b269caa5bf2c1e15368be0423fa300
3
+ size 284551630