Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,14 +26,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "ur5e",
|
| 29 |
-
"total_episodes":
|
| 30 |
-
"total_frames":
|
| 31 |
-
"total_tasks":
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
| 34 |
"video_files_size_in_mb": 500,
|
| 35 |
"fps": 60,
|
| 36 |
-
"splits": {
|
|
|
|
|
|
|
| 37 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 38 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 39 |
"features": {
|
|
@@ -78,7 +80,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 78 |
"height",
|
| 79 |
"width",
|
| 80 |
"channels"
|
| 81 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
},
|
| 83 |
"observation.images.zed2i_right": {
|
| 84 |
"dtype": "video",
|
|
@@ -91,7 +103,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 91 |
"height",
|
| 92 |
"width",
|
| 93 |
"channels"
|
| 94 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
},
|
| 96 |
"observation.images.zedm_left": {
|
| 97 |
"dtype": "video",
|
|
@@ -104,7 +126,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 104 |
"height",
|
| 105 |
"width",
|
| 106 |
"channels"
|
| 107 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
},
|
| 109 |
"observation.images.zedm_right": {
|
| 110 |
"dtype": "video",
|
|
@@ -117,7 +149,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 117 |
"height",
|
| 118 |
"width",
|
| 119 |
"channels"
|
| 120 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
},
|
| 122 |
"timestamp": {
|
| 123 |
"dtype": "float32",
|
|
|
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "ur5e",
|
| 29 |
+
"total_episodes": 1,
|
| 30 |
+
"total_frames": 1408,
|
| 31 |
+
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
| 34 |
"video_files_size_in_mb": 500,
|
| 35 |
"fps": 60,
|
| 36 |
+
"splits": {
|
| 37 |
+
"train": "0:1"
|
| 38 |
+
},
|
| 39 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 40 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 41 |
"features": {
|
|
|
|
| 80 |
"height",
|
| 81 |
"width",
|
| 82 |
"channels"
|
| 83 |
+
],
|
| 84 |
+
"info": {
|
| 85 |
+
"video.height": 376,
|
| 86 |
+
"video.width": 672,
|
| 87 |
+
"video.codec": "av1",
|
| 88 |
+
"video.pix_fmt": "yuv420p",
|
| 89 |
+
"video.is_depth_map": false,
|
| 90 |
+
"video.fps": 60,
|
| 91 |
+
"video.channels": 3,
|
| 92 |
+
"has_audio": false
|
| 93 |
+
}
|
| 94 |
},
|
| 95 |
"observation.images.zed2i_right": {
|
| 96 |
"dtype": "video",
|
|
|
|
| 103 |
"height",
|
| 104 |
"width",
|
| 105 |
"channels"
|
| 106 |
+
],
|
| 107 |
+
"info": {
|
| 108 |
+
"video.height": 376,
|
| 109 |
+
"video.width": 672,
|
| 110 |
+
"video.codec": "av1",
|
| 111 |
+
"video.pix_fmt": "yuv420p",
|
| 112 |
+
"video.is_depth_map": false,
|
| 113 |
+
"video.fps": 60,
|
| 114 |
+
"video.channels": 3,
|
| 115 |
+
"has_audio": false
|
| 116 |
+
}
|
| 117 |
},
|
| 118 |
"observation.images.zedm_left": {
|
| 119 |
"dtype": "video",
|
|
|
|
| 126 |
"height",
|
| 127 |
"width",
|
| 128 |
"channels"
|
| 129 |
+
],
|
| 130 |
+
"info": {
|
| 131 |
+
"video.height": 376,
|
| 132 |
+
"video.width": 672,
|
| 133 |
+
"video.codec": "av1",
|
| 134 |
+
"video.pix_fmt": "yuv420p",
|
| 135 |
+
"video.is_depth_map": false,
|
| 136 |
+
"video.fps": 60,
|
| 137 |
+
"video.channels": 3,
|
| 138 |
+
"has_audio": false
|
| 139 |
+
}
|
| 140 |
},
|
| 141 |
"observation.images.zedm_right": {
|
| 142 |
"dtype": "video",
|
|
|
|
| 149 |
"height",
|
| 150 |
"width",
|
| 151 |
"channels"
|
| 152 |
+
],
|
| 153 |
+
"info": {
|
| 154 |
+
"video.height": 376,
|
| 155 |
+
"video.width": 672,
|
| 156 |
+
"video.codec": "av1",
|
| 157 |
+
"video.pix_fmt": "yuv420p",
|
| 158 |
+
"video.is_depth_map": false,
|
| 159 |
+
"video.fps": 60,
|
| 160 |
+
"video.channels": 3,
|
| 161 |
+
"has_audio": false
|
| 162 |
+
}
|
| 163 |
},
|
| 164 |
"timestamp": {
|
| 165 |
"dtype": "float32",
|