Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,11 +30,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 30 |
"shapes": {
|
| 31 |
"observation.images.laptop": {
|
| 32 |
"width": 640,
|
| 33 |
-
"height": 480
|
|
|
|
| 34 |
},
|
| 35 |
"observation.images.phone": {
|
| 36 |
"width": 640,
|
| 37 |
-
"height": 480
|
|
|
|
| 38 |
},
|
| 39 |
"observation.state": 6,
|
| 40 |
"action": 6
|
|
@@ -65,6 +67,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 65 |
"video.fps": 30.0,
|
| 66 |
"video.width": 640,
|
| 67 |
"video.height": 480,
|
|
|
|
| 68 |
"video.codec": "av1",
|
| 69 |
"video.pix_fmt": "yuv420p",
|
| 70 |
"has_audio": false
|
|
@@ -73,6 +76,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 73 |
"video.fps": 30.0,
|
| 74 |
"video.width": 640,
|
| 75 |
"video.height": 480,
|
|
|
|
| 76 |
"video.codec": "av1",
|
| 77 |
"video.pix_fmt": "yuv420p",
|
| 78 |
"has_audio": false
|
|
|
|
| 30 |
"shapes": {
|
| 31 |
"observation.images.laptop": {
|
| 32 |
"width": 640,
|
| 33 |
+
"height": 480,
|
| 34 |
+
"channels": 3
|
| 35 |
},
|
| 36 |
"observation.images.phone": {
|
| 37 |
"width": 640,
|
| 38 |
+
"height": 480,
|
| 39 |
+
"channels": 3
|
| 40 |
},
|
| 41 |
"observation.state": 6,
|
| 42 |
"action": 6
|
|
|
|
| 67 |
"video.fps": 30.0,
|
| 68 |
"video.width": 640,
|
| 69 |
"video.height": 480,
|
| 70 |
+
"video.channels": 3,
|
| 71 |
"video.codec": "av1",
|
| 72 |
"video.pix_fmt": "yuv420p",
|
| 73 |
"has_audio": false
|
|
|
|
| 76 |
"video.fps": 30.0,
|
| 77 |
"video.width": 640,
|
| 78 |
"video.height": 480,
|
| 79 |
+
"video.channels": 3,
|
| 80 |
"video.codec": "av1",
|
| 81 |
"video.pix_fmt": "yuv420p",
|
| 82 |
"has_audio": false
|