Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 37 |
"train": "0:1"
|
| 38 |
},
|
| 39 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 40 |
-
"video_path":
|
| 41 |
"features": {
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
|
@@ -68,7 +68,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 68 |
]
|
| 69 |
},
|
| 70 |
"observation.images.camera1": {
|
| 71 |
-
"dtype": "
|
| 72 |
"shape": [
|
| 73 |
480,
|
| 74 |
640,
|
|
@@ -78,20 +78,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 78 |
"height",
|
| 79 |
"width",
|
| 80 |
"channels"
|
| 81 |
-
]
|
| 82 |
-
"info": {
|
| 83 |
-
"video.height": 480,
|
| 84 |
-
"video.width": 640,
|
| 85 |
-
"video.codec": "av1",
|
| 86 |
-
"video.pix_fmt": "yuv420p",
|
| 87 |
-
"video.is_depth_map": false,
|
| 88 |
-
"video.fps": 30,
|
| 89 |
-
"video.channels": 3,
|
| 90 |
-
"has_audio": false
|
| 91 |
-
}
|
| 92 |
},
|
| 93 |
"observation.images.camera2": {
|
| 94 |
-
"dtype": "
|
| 95 |
"shape": [
|
| 96 |
360,
|
| 97 |
640,
|
|
@@ -101,20 +91,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 101 |
"height",
|
| 102 |
"width",
|
| 103 |
"channels"
|
| 104 |
-
]
|
| 105 |
-
"info": {
|
| 106 |
-
"video.height": 360,
|
| 107 |
-
"video.width": 640,
|
| 108 |
-
"video.codec": "av1",
|
| 109 |
-
"video.pix_fmt": "yuv420p",
|
| 110 |
-
"video.is_depth_map": false,
|
| 111 |
-
"video.fps": 30,
|
| 112 |
-
"video.channels": 3,
|
| 113 |
-
"has_audio": false
|
| 114 |
-
}
|
| 115 |
},
|
| 116 |
"observation.images.camera3": {
|
| 117 |
-
"dtype": "
|
| 118 |
"shape": [
|
| 119 |
360,
|
| 120 |
640,
|
|
@@ -124,17 +104,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 124 |
"height",
|
| 125 |
"width",
|
| 126 |
"channels"
|
| 127 |
-
]
|
| 128 |
-
"info": {
|
| 129 |
-
"video.height": 360,
|
| 130 |
-
"video.width": 640,
|
| 131 |
-
"video.codec": "av1",
|
| 132 |
-
"video.pix_fmt": "yuv420p",
|
| 133 |
-
"video.is_depth_map": false,
|
| 134 |
-
"video.fps": 30,
|
| 135 |
-
"video.channels": 3,
|
| 136 |
-
"has_audio": false
|
| 137 |
-
}
|
| 138 |
},
|
| 139 |
"timestamp": {
|
| 140 |
"dtype": "float32",
|
|
|
|
| 37 |
"train": "0:1"
|
| 38 |
},
|
| 39 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 40 |
+
"video_path": null,
|
| 41 |
"features": {
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
|
|
|
| 68 |
]
|
| 69 |
},
|
| 70 |
"observation.images.camera1": {
|
| 71 |
+
"dtype": "image",
|
| 72 |
"shape": [
|
| 73 |
480,
|
| 74 |
640,
|
|
|
|
| 78 |
"height",
|
| 79 |
"width",
|
| 80 |
"channels"
|
| 81 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
},
|
| 83 |
"observation.images.camera2": {
|
| 84 |
+
"dtype": "image",
|
| 85 |
"shape": [
|
| 86 |
360,
|
| 87 |
640,
|
|
|
|
| 91 |
"height",
|
| 92 |
"width",
|
| 93 |
"channels"
|
| 94 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
},
|
| 96 |
"observation.images.camera3": {
|
| 97 |
+
"dtype": "image",
|
| 98 |
"shape": [
|
| 99 |
360,
|
| 100 |
640,
|
|
|
|
| 104 |
"height",
|
| 105 |
"width",
|
| 106 |
"channels"
|
| 107 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
},
|
| 109 |
"timestamp": {
|
| 110 |
"dtype": "float32",
|