Add dataset card and train split mapping
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/chunk-*/file-*.parquet
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# CTR250fixed
|
| 10 |
+
|
| 11 |
+
Merged LeRobot v3 dataset for the fixed-start CTR ring-placement task.
|
| 12 |
+
|
| 13 |
+
- Task: Pick up a yellow ring and place it onto a red post.
|
| 14 |
+
- Episodes: 355
|
| 15 |
+
- Frames: 163,768
|
| 16 |
+
- FPS: 30
|
| 17 |
+
- Cameras: Cam2 and Cam4 at 960 x 960; Cam5 wrist camera at 400 x 400
|
| 18 |
+
- Pilot dataset `CTR250fixed-test` is excluded.
|
| 19 |
+
|
| 20 |
+
The 12 timestamped source datasets are retained separately for provenance. Merge provenance and validation are stored in `meta/ctr_merge_manifest.json` and `meta/ctr_merge_validation.json`.
|