Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
| 7 |
-
- LeRobot
|
| 8 |
- robochallenge
|
| 9 |
-
-
|
| 10 |
configs:
|
| 11 |
- config_name: default
|
| 12 |
data_files: data/*/*.parquet
|
|
@@ -27,7 +26,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 27 |
|
| 28 |
- **Homepage:** [More Information Needed]
|
| 29 |
- **Paper:** [More Information Needed]
|
| 30 |
-
- **License:**
|
| 31 |
|
| 32 |
## Dataset Structure
|
| 33 |
|
|
@@ -36,15 +35,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 36 |
{
|
| 37 |
"codebase_version": "v3.0",
|
| 38 |
"robot_type": "aloha_agilex_piper",
|
| 39 |
-
"total_episodes":
|
| 40 |
-
"total_frames":
|
| 41 |
"total_tasks": 1,
|
| 42 |
"chunks_size": 1000,
|
| 43 |
"data_files_size_in_mb": 100,
|
| 44 |
"video_files_size_in_mb": 200,
|
| 45 |
"fps": 30,
|
| 46 |
"splits": {
|
| 47 |
-
"train": "0:
|
| 48 |
},
|
| 49 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 50 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
|
|
|
| 7 |
- robochallenge
|
| 8 |
+
- smoothed
|
| 9 |
configs:
|
| 10 |
- config_name: default
|
| 11 |
data_files: data/*/*.parquet
|
|
|
|
| 26 |
|
| 27 |
- **Homepage:** [More Information Needed]
|
| 28 |
- **Paper:** [More Information Needed]
|
| 29 |
+
- **License:** apache-2.0
|
| 30 |
|
| 31 |
## Dataset Structure
|
| 32 |
|
|
|
|
| 35 |
{
|
| 36 |
"codebase_version": "v3.0",
|
| 37 |
"robot_type": "aloha_agilex_piper",
|
| 38 |
+
"total_episodes": 1,
|
| 39 |
+
"total_frames": 974,
|
| 40 |
"total_tasks": 1,
|
| 41 |
"chunks_size": 1000,
|
| 42 |
"data_files_size_in_mb": 100,
|
| 43 |
"video_files_size_in_mb": 200,
|
| 44 |
"fps": 30,
|
| 45 |
"splits": {
|
| 46 |
+
"train": "0:1"
|
| 47 |
},
|
| 48 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 49 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|