aailabkaist/so101_coffee_recovery_2
so101_coffee_recovery_2 424 teleoperated SO-101 demonstrations of two steps from a coffee-making routine, 212 episodes each: "pick up the cup near the blue circle""place the cup on the blue circle" Both steps were recorded with two cup variants — a red-banded paper cup and a white one — 106 episodes per step-and-colour. This dataset was created using LeRobot. Overview Episodes / frames 424 / 86,049 (47.8 min) Composition 2 steps × 2 colours… See the full description on the dataset page: https://huggingface.co/datasets/aailabkaist/so101_coffee_recovery_2.
so101coffeerecovery_2
424 teleoperated SO-101 demonstrations of two steps from a coffee-making routine, 212 episodes each:
"pick up the cup near the blue circle" "place the cup on the blue circle"
Both steps were recorded with two cup variants — a red-banded paper cup and a white one — 106 episodes per step-and-colour.
This dataset was created using LeRobot.
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=aailabkaist/so101coffeerecovery2"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> </a>
Overview
Episode ranges
Neither the step nor the cup colour is part of the instruction string alone, so this table is what maps an episode to its step and cup. Every combination is one contiguous block of episode_index:
from lerobot.datasets.lerobot_dataset import LeRobotDataset
ds = LeRobotDataset("aailabkaist/so101_coffee_recovery_2")
step11 = LeRobotDataset("aailabkaist/so101_coffee_recovery_2", episodes=list(range(0, 212)))
step12 = LeRobotDataset("aailabkaist/so101_coffee_recovery_2", episodes=list(range(212, 424)))
step11_red = LeRobotDataset("aailabkaist/so101_coffee_recovery_2", episodes=list(range(0, 106)))