Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
| 7 |
-
- so100
|
| 8 |
-
- tutorial
|
| 9 |
configs:
|
| 10 |
- config_name: default
|
| 11 |
data_files: data/*/*.parquet
|
|
@@ -19,7 +16,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 19 |
|
| 20 |
- **Homepage:** [More Information Needed]
|
| 21 |
- **Paper:** [More Information Needed]
|
| 22 |
-
- **License:**
|
| 23 |
|
| 24 |
## Dataset Structure
|
| 25 |
|
|
@@ -28,15 +25,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 28 |
{
|
| 29 |
"codebase_version": "v2.1",
|
| 30 |
"robot_type": "so100",
|
| 31 |
-
"total_episodes":
|
| 32 |
-
"total_frames":
|
| 33 |
"total_tasks": 1,
|
| 34 |
-
"total_videos":
|
| 35 |
"total_chunks": 1,
|
| 36 |
"chunks_size": 1000,
|
| 37 |
"fps": 30,
|
| 38 |
"splits": {
|
| 39 |
-
"train": "0:
|
| 40 |
},
|
| 41 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 42 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
task_categories:
|
| 3 |
- robotics
|
| 4 |
tags:
|
| 5 |
- LeRobot
|
|
|
|
|
|
|
| 6 |
configs:
|
| 7 |
- config_name: default
|
| 8 |
data_files: data/*/*.parquet
|
|
|
|
| 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": "so100",
|
| 28 |
+
"total_episodes": 99,
|
| 29 |
+
"total_frames": 59115,
|
| 30 |
"total_tasks": 1,
|
| 31 |
+
"total_videos": 198,
|
| 32 |
"total_chunks": 1,
|
| 33 |
"chunks_size": 1000,
|
| 34 |
"fps": 30,
|
| 35 |
"splits": {
|
| 36 |
+
"train": "0:99"
|
| 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",
|