Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
tags:
|
|
@@ -17,7 +16,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 17 |
|
| 18 |
- **Homepage:** [More Information Needed]
|
| 19 |
- **Paper:** [More Information Needed]
|
| 20 |
-
- **License:**
|
| 21 |
|
| 22 |
## Dataset Structure
|
| 23 |
|
|
@@ -26,15 +25,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 26 |
{
|
| 27 |
"codebase_version": "v2.1",
|
| 28 |
"robot_type": "so101_follower",
|
| 29 |
-
"total_episodes":
|
| 30 |
-
"total_frames":
|
| 31 |
"total_tasks": 1,
|
| 32 |
-
"total_videos":
|
| 33 |
"total_chunks": 1,
|
| 34 |
"chunks_size": 1000,
|
| 35 |
"fps": 20,
|
| 36 |
"splits": {
|
| 37 |
-
"train": "0:
|
| 38 |
},
|
| 39 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 40 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
task_categories:
|
| 3 |
- robotics
|
| 4 |
tags:
|
|
|
|
| 16 |
|
| 17 |
- **Homepage:** [More Information Needed]
|
| 18 |
- **Paper:** [More Information Needed]
|
| 19 |
+
- **License:** [More Information Needed]
|
| 20 |
|
| 21 |
## Dataset Structure
|
| 22 |
|
|
|
|
| 25 |
{
|
| 26 |
"codebase_version": "v2.1",
|
| 27 |
"robot_type": "so101_follower",
|
| 28 |
+
"total_episodes": 25,
|
| 29 |
+
"total_frames": 7500,
|
| 30 |
"total_tasks": 1,
|
| 31 |
+
"total_videos": 50,
|
| 32 |
"total_chunks": 1,
|
| 33 |
"chunks_size": 1000,
|
| 34 |
"fps": 20,
|
| 35 |
"splits": {
|
| 36 |
+
"train": "0:25"
|
| 37 |
},
|
| 38 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 39 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|