Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ task_categories:
|
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
|
|
|
| 7 |
configs:
|
| 8 |
- config_name: default
|
| 9 |
data_files: data/*/*.parquet
|
|
@@ -183,8 +184,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 183 |
"names": null
|
| 184 |
}
|
| 185 |
},
|
| 186 |
-
"total_episodes":
|
| 187 |
-
"total_frames":
|
| 188 |
"total_tasks": 2,
|
| 189 |
"chunks_size": 1000,
|
| 190 |
"data_files_size_in_mb": 100,
|
|
@@ -193,7 +194,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 193 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 194 |
"robot_type": "bi_dk1_follower",
|
| 195 |
"splits": {
|
| 196 |
-
"train": "0:
|
| 197 |
}
|
| 198 |
}
|
| 199 |
```
|
|
|
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
| 7 |
+
- lelab
|
| 8 |
configs:
|
| 9 |
- config_name: default
|
| 10 |
data_files: data/*/*.parquet
|
|
|
|
| 184 |
"names": null
|
| 185 |
}
|
| 186 |
},
|
| 187 |
+
"total_episodes": 200,
|
| 188 |
+
"total_frames": 105504,
|
| 189 |
"total_tasks": 2,
|
| 190 |
"chunks_size": 1000,
|
| 191 |
"data_files_size_in_mb": 100,
|
|
|
|
| 194 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 195 |
"robot_type": "bi_dk1_follower",
|
| 196 |
"splits": {
|
| 197 |
+
"train": "0:200"
|
| 198 |
}
|
| 199 |
}
|
| 200 |
```
|