attilczuk commited on
Commit
c1907bf
·
verified ·
1 Parent(s): f5a45eb

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. meta/info copy.json +275 -0
  2. meta/info.json +0 -138
  3. meta/stats.json +219 -0
meta/info copy.json ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "R1Pro",
4
+ "total_episodes": 200,
5
+ "total_frames": 2919245,
6
+ "total_tasks": 1,
7
+ "total_videos": 200,
8
+ "chunks_size": 200,
9
+ "fps": 30,
10
+ "splits": {
11
+ "train": "0:200"
12
+ },
13
+ "data_path": "data/task-{episode_chunk:04d}/episode_{episode_index:08d}.parquet",
14
+ "video_path": "videos/task-{episode_chunk:04d}/{video_key}/episode_{episode_index:08d}.mp4",
15
+ "metainfo_path": "meta/episodes/task-{episode_chunk:04d}/episode_{episode_index:08d}.json",
16
+ "annotation_path": "annotations/task-{episode_chunk:04d}/episode_{episode_index:08d}.json",
17
+ "features": {
18
+ "observation.images.rgb.left_wrist": {
19
+ "dtype": "video",
20
+ "shape": [
21
+ 480,
22
+ 480,
23
+ 3
24
+ ],
25
+ "names": [
26
+ "height",
27
+ "width",
28
+ "rgb"
29
+ ],
30
+ "info": {
31
+ "video.fps": 30.0,
32
+ "video.height": 480,
33
+ "video.width": 480,
34
+ "video.channels": 3,
35
+ "video.codec": "libx265",
36
+ "video.pix_fmt": "yuv420p",
37
+ "video.is_depth_map": false,
38
+ "has_audio": false
39
+ }
40
+ },
41
+ "observation.images.rgb.right_wrist": {
42
+ "dtype": "video",
43
+ "shape": [
44
+ 480,
45
+ 480,
46
+ 3
47
+ ],
48
+ "names": [
49
+ "height",
50
+ "width",
51
+ "rgb"
52
+ ],
53
+ "info": {
54
+ "video.fps": 30.0,
55
+ "video.height": 480,
56
+ "video.width": 480,
57
+ "video.channels": 3,
58
+ "video.codec": "libx265",
59
+ "video.pix_fmt": "yuv420p",
60
+ "video.is_depth_map": false,
61
+ "has_audio": false
62
+ }
63
+ },
64
+ "observation.images.rgb.head": {
65
+ "dtype": "video",
66
+ "shape": [
67
+ 720,
68
+ 720,
69
+ 3
70
+ ],
71
+ "names": [
72
+ "height",
73
+ "width",
74
+ "rgb"
75
+ ],
76
+ "info": {
77
+ "video.fps": 30.0,
78
+ "video.height": 720,
79
+ "video.width": 720,
80
+ "video.channels": 3,
81
+ "video.codec": "libx265",
82
+ "video.pix_fmt": "yuv420p",
83
+ "video.is_depth_map": false,
84
+ "has_audio": false
85
+ }
86
+ },
87
+ "observation.images.depth.left_wrist": {
88
+ "dtype": "video",
89
+ "shape": [
90
+ 480,
91
+ 480,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "depth"
98
+ ],
99
+ "info": {
100
+ "video.fps": 30.0,
101
+ "video.height": 480,
102
+ "video.width": 480,
103
+ "video.channels": 3,
104
+ "video.codec": "libx265",
105
+ "video.pix_fmt": "yuv420p16le",
106
+ "video.is_depth_map": true,
107
+ "has_audio": false
108
+ }
109
+ },
110
+ "observation.images.depth.right_wrist": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 480,
114
+ 480,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "depth"
121
+ ],
122
+ "info": {
123
+ "video.fps": 30.0,
124
+ "video.height": 480,
125
+ "video.width": 480,
126
+ "video.channels": 3,
127
+ "video.codec": "libx265",
128
+ "video.pix_fmt": "yuv420p16le",
129
+ "video.is_depth_map": true,
130
+ "has_audio": false
131
+ }
132
+ },
133
+ "observation.images.depth.head": {
134
+ "dtype": "video",
135
+ "shape": [
136
+ 720,
137
+ 720,
138
+ 3
139
+ ],
140
+ "names": [
141
+ "height",
142
+ "width",
143
+ "depth"
144
+ ],
145
+ "info": {
146
+ "video.fps": 30.0,
147
+ "video.height": 720,
148
+ "video.width": 720,
149
+ "video.channels": 3,
150
+ "video.codec": "libx265",
151
+ "video.pix_fmt": "yuv420p16le",
152
+ "video.is_depth_map": true,
153
+ "has_audio": false
154
+ }
155
+ },
156
+ "observation.images.seg_instance_id.left_wrist": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 480,
160
+ 480,
161
+ 3
162
+ ],
163
+ "names": [
164
+ "height",
165
+ "width",
166
+ "rgb"
167
+ ],
168
+ "info": {
169
+ "video.fps": 30.0,
170
+ "video.height": 480,
171
+ "video.width": 480,
172
+ "video.channels": 3,
173
+ "video.codec": "libx265",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "has_audio": false
177
+ }
178
+ },
179
+ "observation.images.seg_instance_id.right_wrist": {
180
+ "dtype": "video",
181
+ "shape": [
182
+ 480,
183
+ 480,
184
+ 3
185
+ ],
186
+ "names": [
187
+ "height",
188
+ "width",
189
+ "rgb"
190
+ ],
191
+ "info": {
192
+ "video.fps": 30.0,
193
+ "video.height": 480,
194
+ "video.width": 480,
195
+ "video.channels": 3,
196
+ "video.codec": "libx265",
197
+ "video.pix_fmt": "yuv420p",
198
+ "video.is_depth_map": false,
199
+ "has_audio": false
200
+ }
201
+ },
202
+ "observation.images.seg_instance_id.head": {
203
+ "dtype": "video",
204
+ "shape": [
205
+ 720,
206
+ 720,
207
+ 3
208
+ ],
209
+ "names": [
210
+ "height",
211
+ "width",
212
+ "rgb"
213
+ ],
214
+ "info": {
215
+ "video.fps": 30.0,
216
+ "video.height": 720,
217
+ "video.width": 720,
218
+ "video.channels": 3,
219
+ "video.codec": "libx265",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "has_audio": false
223
+ }
224
+ },
225
+ "action": {
226
+ "dtype": "float32",
227
+ "shape": [
228
+ 23
229
+ ],
230
+ "names": null
231
+ },
232
+ "timestamp": {
233
+ "dtype": "float64",
234
+ "shape": [
235
+ 1
236
+ ],
237
+ "names": null
238
+ },
239
+ "episode_index": {
240
+ "dtype": "int64",
241
+ "shape": [
242
+ 1
243
+ ],
244
+ "names": null
245
+ },
246
+ "index": {
247
+ "dtype": "int64",
248
+ "shape": [
249
+ 1
250
+ ],
251
+ "names": null
252
+ },
253
+ "observation.cam_rel_poses": {
254
+ "dtype": "float32",
255
+ "shape": [
256
+ 21
257
+ ],
258
+ "names": null
259
+ },
260
+ "observation.state": {
261
+ "dtype": "float32",
262
+ "shape": [
263
+ 256
264
+ ],
265
+ "names": null
266
+ },
267
+ "observation.task_info": {
268
+ "dtype": "float32",
269
+ "shape": [
270
+ null
271
+ ],
272
+ "names": null
273
+ }
274
+ }
275
+ }
meta/info.json CHANGED
@@ -84,144 +84,6 @@
84
  "has_audio": false
85
  }
86
  },
87
- "observation.images.depth.left_wrist": {
88
- "dtype": "video",
89
- "shape": [
90
- 480,
91
- 480,
92
- 3
93
- ],
94
- "names": [
95
- "height",
96
- "width",
97
- "depth"
98
- ],
99
- "info": {
100
- "video.fps": 30.0,
101
- "video.height": 480,
102
- "video.width": 480,
103
- "video.channels": 3,
104
- "video.codec": "libx265",
105
- "video.pix_fmt": "yuv420p16le",
106
- "video.is_depth_map": true,
107
- "has_audio": false
108
- }
109
- },
110
- "observation.images.depth.right_wrist": {
111
- "dtype": "video",
112
- "shape": [
113
- 480,
114
- 480,
115
- 3
116
- ],
117
- "names": [
118
- "height",
119
- "width",
120
- "depth"
121
- ],
122
- "info": {
123
- "video.fps": 30.0,
124
- "video.height": 480,
125
- "video.width": 480,
126
- "video.channels": 3,
127
- "video.codec": "libx265",
128
- "video.pix_fmt": "yuv420p16le",
129
- "video.is_depth_map": true,
130
- "has_audio": false
131
- }
132
- },
133
- "observation.images.depth.head": {
134
- "dtype": "video",
135
- "shape": [
136
- 720,
137
- 720,
138
- 3
139
- ],
140
- "names": [
141
- "height",
142
- "width",
143
- "depth"
144
- ],
145
- "info": {
146
- "video.fps": 30.0,
147
- "video.height": 720,
148
- "video.width": 720,
149
- "video.channels": 3,
150
- "video.codec": "libx265",
151
- "video.pix_fmt": "yuv420p16le",
152
- "video.is_depth_map": true,
153
- "has_audio": false
154
- }
155
- },
156
- "observation.images.seg_instance_id.left_wrist": {
157
- "dtype": "video",
158
- "shape": [
159
- 480,
160
- 480,
161
- 3
162
- ],
163
- "names": [
164
- "height",
165
- "width",
166
- "rgb"
167
- ],
168
- "info": {
169
- "video.fps": 30.0,
170
- "video.height": 480,
171
- "video.width": 480,
172
- "video.channels": 3,
173
- "video.codec": "libx265",
174
- "video.pix_fmt": "yuv420p",
175
- "video.is_depth_map": false,
176
- "has_audio": false
177
- }
178
- },
179
- "observation.images.seg_instance_id.right_wrist": {
180
- "dtype": "video",
181
- "shape": [
182
- 480,
183
- 480,
184
- 3
185
- ],
186
- "names": [
187
- "height",
188
- "width",
189
- "rgb"
190
- ],
191
- "info": {
192
- "video.fps": 30.0,
193
- "video.height": 480,
194
- "video.width": 480,
195
- "video.channels": 3,
196
- "video.codec": "libx265",
197
- "video.pix_fmt": "yuv420p",
198
- "video.is_depth_map": false,
199
- "has_audio": false
200
- }
201
- },
202
- "observation.images.seg_instance_id.head": {
203
- "dtype": "video",
204
- "shape": [
205
- 720,
206
- 720,
207
- 3
208
- ],
209
- "names": [
210
- "height",
211
- "width",
212
- "rgb"
213
- ],
214
- "info": {
215
- "video.fps": 30.0,
216
- "video.height": 720,
217
- "video.width": 720,
218
- "video.channels": 3,
219
- "video.codec": "libx265",
220
- "video.pix_fmt": "yuv420p",
221
- "video.is_depth_map": false,
222
- "has_audio": false
223
- }
224
- },
225
  "action": {
226
  "dtype": "float32",
227
  "shape": [
 
84
  "has_audio": false
85
  }
86
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  "action": {
88
  "dtype": "float32",
89
  "shape": [
meta/stats.json CHANGED
@@ -1237,5 +1237,224 @@
1237
  "count": [
1238
  2919245
1239
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1240
  }
1241
  }
 
1237
  "count": [
1238
  2919245
1239
  ]
1240
+ },
1241
+ "observation.images.rgb.head": {
1242
+ "min": [
1243
+ [
1244
+ [
1245
+ 0.0
1246
+ ]
1247
+ ],
1248
+ [
1249
+ [
1250
+ 0.00392156862745098
1251
+ ]
1252
+ ],
1253
+ [
1254
+ [
1255
+ 0.00784313725490196
1256
+ ]
1257
+ ]
1258
+ ],
1259
+ "max": [
1260
+ [
1261
+ [
1262
+ 1.0
1263
+ ]
1264
+ ],
1265
+ [
1266
+ [
1267
+ 1.0
1268
+ ]
1269
+ ],
1270
+ [
1271
+ [
1272
+ 1.0
1273
+ ]
1274
+ ]
1275
+ ],
1276
+ "mean": [
1277
+ [
1278
+ [
1279
+ 0.590358953737745
1280
+ ]
1281
+ ],
1282
+ [
1283
+ [
1284
+ 0.5686691666666667
1285
+ ]
1286
+ ],
1287
+ [
1288
+ [
1289
+ 0.5831890487132353
1290
+ ]
1291
+ ]
1292
+ ],
1293
+ "std": [
1294
+ [
1295
+ [
1296
+ 0.2633224139936556
1297
+ ]
1298
+ ],
1299
+ [
1300
+ [
1301
+ 0.2500051107503316
1302
+ ]
1303
+ ],
1304
+ [
1305
+ [
1306
+ 0.25786839729679495
1307
+ ]
1308
+ ]
1309
+ ],
1310
+ "count": [
1311
+ 100
1312
+ ]
1313
+ },
1314
+ "observation.images.rgb.left_wrist": {
1315
+ "min": [
1316
+ [
1317
+ [
1318
+ 0.0
1319
+ ]
1320
+ ],
1321
+ [
1322
+ [
1323
+ 0.00392156862745098
1324
+ ]
1325
+ ],
1326
+ [
1327
+ [
1328
+ 0.00784313725490196
1329
+ ]
1330
+ ]
1331
+ ],
1332
+ "max": [
1333
+ [
1334
+ [
1335
+ 1.0
1336
+ ]
1337
+ ],
1338
+ [
1339
+ [
1340
+ 1.0
1341
+ ]
1342
+ ],
1343
+ [
1344
+ [
1345
+ 1.0
1346
+ ]
1347
+ ]
1348
+ ],
1349
+ "mean": [
1350
+ [
1351
+ [
1352
+ 0.590358953737745
1353
+ ]
1354
+ ],
1355
+ [
1356
+ [
1357
+ 0.5686691666666667
1358
+ ]
1359
+ ],
1360
+ [
1361
+ [
1362
+ 0.5831890487132353
1363
+ ]
1364
+ ]
1365
+ ],
1366
+ "std": [
1367
+ [
1368
+ [
1369
+ 0.2633224139936556
1370
+ ]
1371
+ ],
1372
+ [
1373
+ [
1374
+ 0.2500051107503316
1375
+ ]
1376
+ ],
1377
+ [
1378
+ [
1379
+ 0.25786839729679495
1380
+ ]
1381
+ ]
1382
+ ],
1383
+ "count": [
1384
+ 100
1385
+ ]
1386
+ },
1387
+ "observation.images.rgb.right_wrist": {
1388
+ "min": [
1389
+ [
1390
+ [
1391
+ 0.0
1392
+ ]
1393
+ ],
1394
+ [
1395
+ [
1396
+ 0.00392156862745098
1397
+ ]
1398
+ ],
1399
+ [
1400
+ [
1401
+ 0.00784313725490196
1402
+ ]
1403
+ ]
1404
+ ],
1405
+ "max": [
1406
+ [
1407
+ [
1408
+ 1.0
1409
+ ]
1410
+ ],
1411
+ [
1412
+ [
1413
+ 1.0
1414
+ ]
1415
+ ],
1416
+ [
1417
+ [
1418
+ 1.0
1419
+ ]
1420
+ ]
1421
+ ],
1422
+ "mean": [
1423
+ [
1424
+ [
1425
+ 0.590358953737745
1426
+ ]
1427
+ ],
1428
+ [
1429
+ [
1430
+ 0.5686691666666667
1431
+ ]
1432
+ ],
1433
+ [
1434
+ [
1435
+ 0.5831890487132353
1436
+ ]
1437
+ ]
1438
+ ],
1439
+ "std": [
1440
+ [
1441
+ [
1442
+ 0.2633224139936556
1443
+ ]
1444
+ ],
1445
+ [
1446
+ [
1447
+ 0.2500051107503316
1448
+ ]
1449
+ ],
1450
+ [
1451
+ [
1452
+ 0.25786839729679495
1453
+ ]
1454
+ ]
1455
+ ],
1456
+ "count": [
1457
+ 100
1458
+ ]
1459
  }
1460
  }