Datasets:
Add BimanualYAM overview and visualization links
Browse filesAdd a MolmoAct2-BimanualYAM dataset overview and a link to the LeRobot visualizer in the dataset card.
README.md
CHANGED
|
@@ -11,6 +11,10 @@ configs:
|
|
| 11 |
|
| 12 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
## Dataset Description
|
| 15 |
|
| 16 |
|
|
@@ -25,6 +29,10 @@ This dataset includes annotated language instructions in [`meta/tasks_annotated.
|
|
| 25 |
|
| 26 |
The standard LeRobot loader resolves a frame's language instruction through `task_index`: each data row stores a `task_index`, which is looked up in [`meta/tasks.parquet`](meta/tasks.parquet). When you use these annotations, load `meta/tasks_annotated.parquet` and look up the current `episode_index` instead. If no valid annotated row is available, fall back to the standard LeRobot task.
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## Citation
|
| 29 |
|
| 30 |
```bibtex
|
|
|
|
| 11 |
|
| 12 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
| 13 |
|
| 14 |
+
## MolmoAct2-BimanualYAM Dataset
|
| 15 |
+
|
| 16 |
+
This repository is one subset of the MolmoAct2-BimanualYAM Dataset, a large-scale collection of bimanual robot manipulation demonstrations collected for MolmoAct2. Across the full collection, MolmoAct2-BimanualYAM contains more than 720 hours of training demonstrations spanning diverse tabletop manipulation tasks.
|
| 17 |
+
|
| 18 |
## Dataset Description
|
| 19 |
|
| 20 |
|
|
|
|
| 29 |
|
| 30 |
The standard LeRobot loader resolves a frame's language instruction through `task_index`: each data row stores a `task_index`, which is looked up in [`meta/tasks.parquet`](meta/tasks.parquet). When you use these annotations, load `meta/tasks_annotated.parquet` and look up the current `episode_index` instead. If no valid annotated row is available, fall back to the standard LeRobot task.
|
| 31 |
|
| 32 |
+
## Visualization
|
| 33 |
+
|
| 34 |
+
Use the [MolmoAct2 LeRobot Visualizer](https://huggingface.co/spaces/allenai/lerobot-visualizer-v3) to inspect episodes from this dataset, including camera streams, robot state, actions, and language annotations.
|
| 35 |
+
|
| 36 |
## Citation
|
| 37 |
|
| 38 |
```bibtex
|