Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,13 +26,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "unknown",
|
| 29 |
-
"total_episodes":
|
| 30 |
-
"total_frames":
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
|
|
|
|
|
|
| 33 |
"fps": 10,
|
| 34 |
"splits": {
|
| 35 |
-
"train": "0:
|
| 36 |
},
|
| 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",
|
|
@@ -88,24 +90,21 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 88 |
"shape": [
|
| 89 |
1
|
| 90 |
],
|
| 91 |
-
"names": null
|
| 92 |
-
"fps": 10.0
|
| 93 |
},
|
| 94 |
"frame_index": {
|
| 95 |
"dtype": "int64",
|
| 96 |
"shape": [
|
| 97 |
1
|
| 98 |
],
|
| 99 |
-
"names": null
|
| 100 |
-
"fps": 10.0
|
| 101 |
},
|
| 102 |
"timestamp": {
|
| 103 |
"dtype": "float32",
|
| 104 |
"shape": [
|
| 105 |
1
|
| 106 |
],
|
| 107 |
-
"names": null
|
| 108 |
-
"fps": 10.0
|
| 109 |
},
|
| 110 |
"next.reward": {
|
| 111 |
"dtype": "float32",
|
|
@@ -136,20 +135,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 136 |
"shape": [
|
| 137 |
1
|
| 138 |
],
|
| 139 |
-
"names": null
|
| 140 |
-
"fps": 10.0
|
| 141 |
},
|
| 142 |
"task_index": {
|
| 143 |
"dtype": "int64",
|
| 144 |
"shape": [
|
| 145 |
1
|
| 146 |
],
|
| 147 |
-
"names": null
|
| 148 |
-
"fps": 10.0
|
| 149 |
}
|
| 150 |
-
}
|
| 151 |
-
"data_files_size_in_mb": 100,
|
| 152 |
-
"video_files_size_in_mb": 500
|
| 153 |
}
|
| 154 |
```
|
| 155 |
|
|
|
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "unknown",
|
| 29 |
+
"total_episodes": 197,
|
| 30 |
+
"total_frames": 24357,
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
+
"data_files_size_in_mb": 100,
|
| 34 |
+
"video_files_size_in_mb": 500,
|
| 35 |
"fps": 10,
|
| 36 |
"splits": {
|
| 37 |
+
"train": "0:197"
|
| 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",
|
|
|
|
| 90 |
"shape": [
|
| 91 |
1
|
| 92 |
],
|
| 93 |
+
"names": null
|
|
|
|
| 94 |
},
|
| 95 |
"frame_index": {
|
| 96 |
"dtype": "int64",
|
| 97 |
"shape": [
|
| 98 |
1
|
| 99 |
],
|
| 100 |
+
"names": null
|
|
|
|
| 101 |
},
|
| 102 |
"timestamp": {
|
| 103 |
"dtype": "float32",
|
| 104 |
"shape": [
|
| 105 |
1
|
| 106 |
],
|
| 107 |
+
"names": null
|
|
|
|
| 108 |
},
|
| 109 |
"next.reward": {
|
| 110 |
"dtype": "float32",
|
|
|
|
| 135 |
"shape": [
|
| 136 |
1
|
| 137 |
],
|
| 138 |
+
"names": null
|
|
|
|
| 139 |
},
|
| 140 |
"task_index": {
|
| 141 |
"dtype": "int64",
|
| 142 |
"shape": [
|
| 143 |
1
|
| 144 |
],
|
| 145 |
+
"names": null
|
|
|
|
| 146 |
}
|
| 147 |
+
}
|
|
|
|
|
|
|
| 148 |
}
|
| 149 |
```
|
| 150 |
|