Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -29,14 +29,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 29 |
{
|
| 30 |
"codebase_version": "v3.0",
|
| 31 |
"robot_type": "pusht_sim",
|
| 32 |
-
"total_episodes":
|
| 33 |
-
"total_frames":
|
| 34 |
-
"total_tasks":
|
| 35 |
"chunks_size": 1000,
|
| 36 |
"data_files_size_in_mb": 100,
|
| 37 |
"video_files_size_in_mb": 500,
|
| 38 |
"fps": 10,
|
| 39 |
-
"splits": {
|
|
|
|
|
|
|
| 40 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 41 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 42 |
"features": {
|
|
@@ -51,7 +53,14 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 51 |
"height",
|
| 52 |
"width",
|
| 53 |
"channels"
|
| 54 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
},
|
| 56 |
"observation.state": {
|
| 57 |
"dtype": "float32",
|
|
|
|
| 29 |
{
|
| 30 |
"codebase_version": "v3.0",
|
| 31 |
"robot_type": "pusht_sim",
|
| 32 |
+
"total_episodes": 2,
|
| 33 |
+
"total_frames": 600,
|
| 34 |
+
"total_tasks": 1,
|
| 35 |
"chunks_size": 1000,
|
| 36 |
"data_files_size_in_mb": 100,
|
| 37 |
"video_files_size_in_mb": 500,
|
| 38 |
"fps": 10,
|
| 39 |
+
"splits": {
|
| 40 |
+
"train": "0:2"
|
| 41 |
+
},
|
| 42 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 43 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 44 |
"features": {
|
|
|
|
| 53 |
"height",
|
| 54 |
"width",
|
| 55 |
"channels"
|
| 56 |
+
],
|
| 57 |
+
"info": {
|
| 58 |
+
"width": 96,
|
| 59 |
+
"height": 96,
|
| 60 |
+
"fps": 10.0,
|
| 61 |
+
"frame_count": 300,
|
| 62 |
+
"fourcc": 875967080.0
|
| 63 |
+
}
|
| 64 |
},
|
| 65 |
"observation.state": {
|
| 66 |
"dtype": "float32",
|