Add files using upload-large-folder tool
Browse files- meta/info.json +92 -0
meta/info.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": null,
|
| 4 |
+
"total_episodes": 0,
|
| 5 |
+
"total_frames": 0,
|
| 6 |
+
"total_tasks": 0,
|
| 7 |
+
"total_videos": 0,
|
| 8 |
+
"total_chunks": 0,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 30,
|
| 11 |
+
"splits": {},
|
| 12 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 13 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 14 |
+
"features": {
|
| 15 |
+
"timestamp": {
|
| 16 |
+
"dtype": "float32",
|
| 17 |
+
"shape": [
|
| 18 |
+
1
|
| 19 |
+
],
|
| 20 |
+
"names": null
|
| 21 |
+
},
|
| 22 |
+
"frame_index": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"shape": [
|
| 25 |
+
1
|
| 26 |
+
],
|
| 27 |
+
"names": null
|
| 28 |
+
},
|
| 29 |
+
"episode_index": {
|
| 30 |
+
"dtype": "int64",
|
| 31 |
+
"shape": [
|
| 32 |
+
1
|
| 33 |
+
],
|
| 34 |
+
"names": null
|
| 35 |
+
},
|
| 36 |
+
"index": {
|
| 37 |
+
"dtype": "int64",
|
| 38 |
+
"shape": [
|
| 39 |
+
1
|
| 40 |
+
],
|
| 41 |
+
"names": null
|
| 42 |
+
},
|
| 43 |
+
"task_index": {
|
| 44 |
+
"dtype": "int64",
|
| 45 |
+
"shape": [
|
| 46 |
+
1
|
| 47 |
+
],
|
| 48 |
+
"names": null
|
| 49 |
+
},
|
| 50 |
+
"observation.images.camera1": {
|
| 51 |
+
"dtype": "video",
|
| 52 |
+
"names": [
|
| 53 |
+
"height",
|
| 54 |
+
"width",
|
| 55 |
+
"channels"
|
| 56 |
+
],
|
| 57 |
+
"shape": [
|
| 58 |
+
480,
|
| 59 |
+
848,
|
| 60 |
+
3
|
| 61 |
+
]
|
| 62 |
+
},
|
| 63 |
+
"observation.state": {
|
| 64 |
+
"dtype": "float32",
|
| 65 |
+
"names": [
|
| 66 |
+
"joint1",
|
| 67 |
+
"joint2",
|
| 68 |
+
"joint3",
|
| 69 |
+
"joint4",
|
| 70 |
+
"joint5",
|
| 71 |
+
"gripper_joint_1"
|
| 72 |
+
],
|
| 73 |
+
"shape": [
|
| 74 |
+
6
|
| 75 |
+
]
|
| 76 |
+
},
|
| 77 |
+
"action": {
|
| 78 |
+
"dtype": "float32",
|
| 79 |
+
"names": [
|
| 80 |
+
"joint1",
|
| 81 |
+
"joint2",
|
| 82 |
+
"joint3",
|
| 83 |
+
"joint4",
|
| 84 |
+
"joint5",
|
| 85 |
+
"gripper_joint_1"
|
| 86 |
+
],
|
| 87 |
+
"shape": [
|
| 88 |
+
6
|
| 89 |
+
]
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
}
|