Datasets:
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 |
"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": {
|
| 40 |
-
"image": {
|
| 41 |
"dtype": "image",
|
| 42 |
"shape": [
|
| 43 |
224,
|
|
@@ -51,7 +51,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 51 |
],
|
| 52 |
"fps": 10
|
| 53 |
},
|
| 54 |
-
"wrist_image": {
|
| 55 |
"dtype": "image",
|
| 56 |
"shape": [
|
| 57 |
224,
|
|
@@ -65,23 +65,23 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 65 |
],
|
| 66 |
"fps": 10
|
| 67 |
},
|
| 68 |
-
"state": {
|
| 69 |
"dtype": "float32",
|
| 70 |
"shape": [
|
| 71 |
7
|
| 72 |
],
|
| 73 |
"names": [
|
| 74 |
-
"state"
|
| 75 |
],
|
| 76 |
"fps": 10
|
| 77 |
},
|
| 78 |
-
"
|
| 79 |
"dtype": "float32",
|
| 80 |
"shape": [
|
| 81 |
7
|
| 82 |
],
|
| 83 |
"names": [
|
| 84 |
-
"
|
| 85 |
],
|
| 86 |
"fps": 10
|
| 87 |
},
|
|
|
|
| 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": {
|
| 40 |
+
"observation.images.image": {
|
| 41 |
"dtype": "image",
|
| 42 |
"shape": [
|
| 43 |
224,
|
|
|
|
| 51 |
],
|
| 52 |
"fps": 10
|
| 53 |
},
|
| 54 |
+
"observation.images.wrist_image": {
|
| 55 |
"dtype": "image",
|
| 56 |
"shape": [
|
| 57 |
224,
|
|
|
|
| 65 |
],
|
| 66 |
"fps": 10
|
| 67 |
},
|
| 68 |
+
"observation.state": {
|
| 69 |
"dtype": "float32",
|
| 70 |
"shape": [
|
| 71 |
7
|
| 72 |
],
|
| 73 |
"names": [
|
| 74 |
+
"observation.state"
|
| 75 |
],
|
| 76 |
"fps": 10
|
| 77 |
},
|
| 78 |
+
"action": {
|
| 79 |
"dtype": "float32",
|
| 80 |
"shape": [
|
| 81 |
7
|
| 82 |
],
|
| 83 |
"names": [
|
| 84 |
+
"action"
|
| 85 |
],
|
| 86 |
"fps": 10
|
| 87 |
},
|