Datasets:
Upload folder using huggingface_hub
Browse files- meta/info.json +6 -2
meta/info.json
CHANGED
|
@@ -19,11 +19,13 @@
|
|
| 19 |
"shapes": {
|
| 20 |
"observation.images.laptop": {
|
| 21 |
"width": 640,
|
| 22 |
-
"height": 480
|
|
|
|
| 23 |
},
|
| 24 |
"observation.images.phone": {
|
| 25 |
"width": 640,
|
| 26 |
-
"height": 480
|
|
|
|
| 27 |
},
|
| 28 |
"observation.state": 6,
|
| 29 |
"action": 6
|
|
@@ -54,6 +56,7 @@
|
|
| 54 |
"video.fps": 30.0,
|
| 55 |
"video.width": 640,
|
| 56 |
"video.height": 480,
|
|
|
|
| 57 |
"video.codec": "av1",
|
| 58 |
"video.pix_fmt": "yuv420p",
|
| 59 |
"has_audio": false
|
|
@@ -62,6 +65,7 @@
|
|
| 62 |
"video.fps": 30.0,
|
| 63 |
"video.width": 640,
|
| 64 |
"video.height": 480,
|
|
|
|
| 65 |
"video.codec": "av1",
|
| 66 |
"video.pix_fmt": "yuv420p",
|
| 67 |
"has_audio": false
|
|
|
|
| 19 |
"shapes": {
|
| 20 |
"observation.images.laptop": {
|
| 21 |
"width": 640,
|
| 22 |
+
"height": 480,
|
| 23 |
+
"channels": 3
|
| 24 |
},
|
| 25 |
"observation.images.phone": {
|
| 26 |
"width": 640,
|
| 27 |
+
"height": 480,
|
| 28 |
+
"channels": 3
|
| 29 |
},
|
| 30 |
"observation.state": 6,
|
| 31 |
"action": 6
|
|
|
|
| 56 |
"video.fps": 30.0,
|
| 57 |
"video.width": 640,
|
| 58 |
"video.height": 480,
|
| 59 |
+
"video.channels": 3,
|
| 60 |
"video.codec": "av1",
|
| 61 |
"video.pix_fmt": "yuv420p",
|
| 62 |
"has_audio": false
|
|
|
|
| 65 |
"video.fps": 30.0,
|
| 66 |
"video.width": 640,
|
| 67 |
"video.height": 480,
|
| 68 |
+
"video.channels": 3,
|
| 69 |
"video.codec": "av1",
|
| 70 |
"video.pix_fmt": "yuv420p",
|
| 71 |
"has_audio": false
|