Datasets:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,57 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- LeRobot
|
| 4 |
-
task_categories:
|
| 5 |
- robotics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# real_so101_record_v1
|
| 9 |
|
| 10 |
-
LeRobot dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
|
|
|
| 7 |
- robotics
|
| 8 |
+
- video
|
| 9 |
+
- time-series
|
| 10 |
+
- tabular
|
| 11 |
+
pretty_name: real_so101_record_v1
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: data/*/*.parquet
|
| 19 |
---
|
| 20 |
|
| 21 |
# real_so101_record_v1
|
| 22 |
|
| 23 |
+
A real-world LeRobot-format dataset collected on a SO101/SO100-style follower arm with three camera views.
|
| 24 |
+
|
| 25 |
+
## Summary
|
| 26 |
+
|
| 27 |
+
This dataset contains robot demonstrations recorded with `lerobot-record` for tabletop manipulation tasks. It includes robot states, actions, multi-view images, metadata, parquet trajectories, and video files.
|
| 28 |
+
|
| 29 |
+
## Task
|
| 30 |
+
|
| 31 |
+
Example task:
|
| 32 |
+
- Pick up any purple cube from the white area and place it in cell 8
|
| 33 |
+
|
| 34 |
+
## Setup
|
| 35 |
+
|
| 36 |
+
- Robot: SO101 / SO100-style follower arm
|
| 37 |
+
- Cameras:
|
| 38 |
+
- cam_hand
|
| 39 |
+
- cam_front
|
| 40 |
+
- cam_side
|
| 41 |
+
|
| 42 |
+
## Structure
|
| 43 |
+
|
| 44 |
+
```text
|
| 45 |
+
data/
|
| 46 |
+
meta/
|
| 47 |
+
videos/
|
| 48 |
+
README.md
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## Notes
|
| 52 |
+
|
| 53 |
+
This dataset follows the standard LeRobot dataset format and is intended for imitation learning, policy evaluation, and robotics research.
|
| 54 |
+
|
| 55 |
+
## License
|
| 56 |
|
| 57 |
+
Apache-2.0
|