z18820636149 commited on
Commit
478dd22
·
verified ·
1 Parent(s): 94dbe87

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:67ff5403b592e8c2f50e6f0897c32870919f1bd018b13e2e52acdc1adbca07b5
3
+ size 9856
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6035c4f4c8f7f2965c242389fb07ae29a24adf574b65045bae484a94efe9aae
3
+ size 11931
meta/info.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "y1_bimanual",
4
+ "total_episodes": 3,
5
+ "total_frames": 303,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "data_files_size_in_mb": 0.01,
10
+ "video_files_size_in_mb": 0.87,
11
+ "splits": {
12
+ "train": "0:3"
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
+ 7
21
+ ],
22
+ "names": [
23
+ "action_0",
24
+ "action_1",
25
+ "action_2",
26
+ "action_3",
27
+ "action_4",
28
+ "action_5",
29
+ "action_6"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 14
36
+ ],
37
+ "names": [
38
+ "joint_pos_0",
39
+ "joint_pos_1",
40
+ "joint_pos_2",
41
+ "joint_pos_3",
42
+ "joint_pos_4",
43
+ "joint_pos_5",
44
+ "joint_pos_6",
45
+ "joint_vel_0",
46
+ "joint_vel_1",
47
+ "joint_vel_2",
48
+ "joint_vel_3",
49
+ "joint_vel_4",
50
+ "joint_vel_5",
51
+ "joint_vel_6"
52
+ ]
53
+ },
54
+ "observation.images.wrist_1": {
55
+ "dtype": "video",
56
+ "shape": [
57
+ 480,
58
+ 640,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "channels"
65
+ ],
66
+ "info": {
67
+ "video.height": 480,
68
+ "video.width": 640,
69
+ "video.codec": "h264",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "video.fps": 10,
73
+ "video.channels": 3,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.wrist_2": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "info": {
90
+ "video.height": 480,
91
+ "video.width": 640,
92
+ "video.codec": "h264",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 10,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "timestamp": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": [
106
+ "timestamp"
107
+ ]
108
+ },
109
+ "frame_index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": [
115
+ "frame_index"
116
+ ]
117
+ },
118
+ "episode_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": [
124
+ "episode_index"
125
+ ]
126
+ },
127
+ "index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": [
133
+ "index"
134
+ ]
135
+ },
136
+ "task_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": [
142
+ "task_index"
143
+ ]
144
+ }
145
+ }
146
+ }
meta/stats.json ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ 0.1309952735900879,
5
+ -0.5484156608581543,
6
+ 0.3356809616088867,
7
+ 0.2298884391784668,
8
+ 0.18619155883789062,
9
+ -0.03650999069213867,
10
+ 0.0,
11
+ -0.0024423599243164062,
12
+ -0.0073261260986328125,
13
+ -0.0024423599243164062,
14
+ -0.0024423599243164062,
15
+ -0.0073261260986328125,
16
+ -0.0073261260986328125,
17
+ -0.0073261260986328125
18
+ ],
19
+ "max": [
20
+ 0.1309952735900879,
21
+ -0.5484156608581543,
22
+ 0.3356809616088867,
23
+ 0.2298884391784668,
24
+ 0.18619155883789062,
25
+ -0.03650999069213867,
26
+ 0.0,
27
+ -0.0024423599243164062,
28
+ 0.0024423599243164062,
29
+ -0.0024423599243164062,
30
+ -0.0024423599243164062,
31
+ -0.0073261260986328125,
32
+ -0.0073261260986328125,
33
+ -0.0073261260986328125
34
+ ],
35
+ "mean": [
36
+ 0.1309952735900879,
37
+ -0.5484160780906677,
38
+ 0.3356803357601166,
39
+ 0.22988884150981903,
40
+ 0.18619155883789062,
41
+ -0.03651012107729912,
42
+ 0.0,
43
+ -0.0024423599243164062,
44
+ -0.002393942791968584,
45
+ -0.0024423599243164062,
46
+ -0.0024423599243164062,
47
+ -0.0073261260986328125,
48
+ -0.0073261260986328125,
49
+ -0.0073261260986328125
50
+ ],
51
+ "std": [
52
+ 0.0,
53
+ 4.172325134277344e-07,
54
+ 6.258487701416016e-07,
55
+ 4.023313522338867e-07,
56
+ 0.0,
57
+ 1.30385160446167e-07,
58
+ 0.0,
59
+ 0.0,
60
+ 0.0017061034450307488,
61
+ 0.0,
62
+ 0.0,
63
+ 0.0,
64
+ 0.0,
65
+ 0.0
66
+ ],
67
+ "count": [
68
+ 303
69
+ ],
70
+ "q01": [
71
+ 0.1309952735900879,
72
+ -0.5484156608581543,
73
+ 0.3356809616088867,
74
+ 0.2298884391784668,
75
+ 0.18619155883789062,
76
+ -0.03650999069213867,
77
+ 0.0,
78
+ -0.0024423599243164062,
79
+ -0.0073261260986328125,
80
+ -0.0024423599243164062,
81
+ -0.0024423599243164062,
82
+ -0.0073261260986328125,
83
+ -0.0073261260986328125,
84
+ -0.0073261260986328125
85
+ ],
86
+ "q10": [
87
+ 0.1309952735900879,
88
+ -0.5484156608581543,
89
+ 0.3356809616088867,
90
+ 0.2298884391784668,
91
+ 0.18619155883789062,
92
+ -0.03650999069213867,
93
+ 0.0,
94
+ -0.0024423599243164062,
95
+ -0.0024423599243164062,
96
+ -0.0024423599243164062,
97
+ -0.0024423599243164062,
98
+ -0.0073261260986328125,
99
+ -0.0073261260986328125,
100
+ -0.0073261260986328125
101
+ ],
102
+ "q50": [
103
+ 0.1309952735900879,
104
+ -0.5484156608581543,
105
+ 0.3356809616088867,
106
+ 0.2298884391784668,
107
+ 0.18619155883789062,
108
+ -0.03650999069213867,
109
+ 0.0,
110
+ -0.0024423599243164062,
111
+ -0.0024423599243164062,
112
+ -0.0024423599243164062,
113
+ -0.0024423599243164062,
114
+ -0.0073261260986328125,
115
+ -0.0073261260986328125,
116
+ -0.0073261260986328125
117
+ ],
118
+ "q90": [
119
+ 0.1309952735900879,
120
+ -0.5484156608581543,
121
+ 0.3356809616088867,
122
+ 0.2298884391784668,
123
+ 0.18619155883789062,
124
+ -0.03650999069213867,
125
+ 0.0,
126
+ -0.0024423599243164062,
127
+ -0.0024423599243164062,
128
+ -0.0024423599243164062,
129
+ -0.0024423599243164062,
130
+ -0.0073261260986328125,
131
+ -0.0073261260986328125,
132
+ -0.0073261260986328125
133
+ ],
134
+ "q99": [
135
+ 0.1309952735900879,
136
+ -0.5484156608581543,
137
+ 0.3356809616088867,
138
+ 0.2298884391784668,
139
+ 0.18619155883789062,
140
+ -0.03650999069213867,
141
+ 0.0,
142
+ -0.0024423599243164062,
143
+ 0.0024423599243164062,
144
+ -0.0024423599243164062,
145
+ -0.0024423599243164062,
146
+ -0.0073261260986328125,
147
+ -0.0073261260986328125,
148
+ -0.0073261260986328125
149
+ ]
150
+ },
151
+ "action": {
152
+ "min": [
153
+ 0.13157033920288086,
154
+ -0.5470743179321289,
155
+ 0.33855581283569336,
156
+ 0.23065519332885742,
157
+ 0.18695783615112305,
158
+ -0.03076028823852539,
159
+ 0.0
160
+ ],
161
+ "max": [
162
+ 0.13157033920288086,
163
+ -0.5470743179321289,
164
+ 0.33855581283569336,
165
+ 0.23065519332885742,
166
+ 0.18695783615112305,
167
+ -0.03076028823852539,
168
+ 0.0
169
+ ],
170
+ "mean": [
171
+ 0.13157033920288086,
172
+ -0.547073483467102,
173
+ 0.3385549485683441,
174
+ 0.23065528273582458,
175
+ 0.18695823848247528,
176
+ -0.03076022118330002,
177
+ 0.0
178
+ ],
179
+ "std": [
180
+ 0.0,
181
+ 8.344650268554688e-07,
182
+ 8.642673492431641e-07,
183
+ 8.940696716308594e-08,
184
+ 4.023313522338867e-07,
185
+ 6.705522537231445e-08,
186
+ 0.0
187
+ ],
188
+ "count": [
189
+ 303
190
+ ],
191
+ "q01": [
192
+ 0.13157033920288086,
193
+ -0.5470743179321289,
194
+ 0.33855581283569336,
195
+ 0.23065519332885742,
196
+ 0.18695783615112305,
197
+ -0.03076028823852539,
198
+ 0.0
199
+ ],
200
+ "q10": [
201
+ 0.13157033920288086,
202
+ -0.5470743179321289,
203
+ 0.33855581283569336,
204
+ 0.23065519332885742,
205
+ 0.18695783615112305,
206
+ -0.03076028823852539,
207
+ 0.0
208
+ ],
209
+ "q50": [
210
+ 0.13157033920288086,
211
+ -0.5470743179321289,
212
+ 0.33855581283569336,
213
+ 0.23065519332885742,
214
+ 0.18695783615112305,
215
+ -0.03076028823852539,
216
+ 0.0
217
+ ],
218
+ "q90": [
219
+ 0.13157033920288086,
220
+ -0.5470743179321289,
221
+ 0.33855581283569336,
222
+ 0.23065519332885742,
223
+ 0.18695783615112305,
224
+ -0.03076028823852539,
225
+ 0.0
226
+ ],
227
+ "q99": [
228
+ 0.13157033920288086,
229
+ -0.5470743179321289,
230
+ 0.33855581283569336,
231
+ 0.23065519332885742,
232
+ 0.18695783615112305,
233
+ -0.03076028823852539,
234
+ 0.0
235
+ ]
236
+ },
237
+ "timestamp": {
238
+ "min": [
239
+ 0.0007565021514892578
240
+ ],
241
+ "max": [
242
+ 9.999704837799072
243
+ ],
244
+ "mean": [
245
+ 4.953018025596543
246
+ ],
247
+ "std": [
248
+ 2.914599414405958
249
+ ],
250
+ "count": [
251
+ 303
252
+ ]
253
+ },
254
+ "frame_index": {
255
+ "min": [
256
+ 0
257
+ ],
258
+ "max": [
259
+ 100
260
+ ],
261
+ "mean": [
262
+ 50.0
263
+ ],
264
+ "std": [
265
+ 29.154759474226502
266
+ ],
267
+ "count": [
268
+ 303
269
+ ]
270
+ },
271
+ "episode_index": {
272
+ "min": [
273
+ 0
274
+ ],
275
+ "max": [
276
+ 2
277
+ ],
278
+ "mean": [
279
+ 1.0
280
+ ],
281
+ "std": [
282
+ 0.816496580927726
283
+ ],
284
+ "count": [
285
+ 303
286
+ ]
287
+ },
288
+ "index": {
289
+ "min": [
290
+ 0
291
+ ],
292
+ "max": [
293
+ 302
294
+ ],
295
+ "mean": [
296
+ 151.0
297
+ ],
298
+ "std": [
299
+ 87.46808941932291
300
+ ],
301
+ "count": [
302
+ 303
303
+ ]
304
+ },
305
+ "task_index": {
306
+ "min": [
307
+ 0
308
+ ],
309
+ "max": [
310
+ 0
311
+ ],
312
+ "mean": [
313
+ 0.0
314
+ ],
315
+ "std": [
316
+ 0.0
317
+ ],
318
+ "count": [
319
+ 303
320
+ ]
321
+ }
322
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04bbe2506b02e5494e5277d77155f82e377e7091e6e8d2012c4db92c178d30a
3
+ size 1810
videos/observation.images.wrist_1/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c7fb057e539e98821e53877a8b688de27d88aff23cac1e84f11b467f8db76f
3
+ size 382489
videos/observation.images.wrist_2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e911bbb3762e0a890906b3cfeb25f03efbdb4fd25977e6cb64af1015fe80c2
3
+ size 532911