Views
No views yet
larsvandorp/folding_dit.from_pretrained("larsvandorp/folding_pi05") loads it directly.lerobot/pi05_base (PaliGemma backbone + action expert, ~3B params), vision encoder unfrozen.1uv venv --python 3.12 .venv
2GIT_LFS_SKIP_SMUDGE=1 uv pip install --python .venv/bin/python \
3 "lerobot[pi] @ git+https://github.com/LarsvanDorp/lerobot.git@dinov3"
4
5.venv/bin/lerobot-rollout \
6 --strategy.type=base \
7 --robot.type=so101_follower --robot.port=/dev/ttyACM0 --robot.id=my_follower \
8 --robot.cameras="{wrist: {type: opencv, index_or_path: <cam-index>, width: 800, height: 600, fps: 30, fourcc: MJPG}}" \
9 --policy.path=larsvandorp/folding_pi05 \
10 --policy.device=cuda --inference.type=sync \
11 --task="fold the towel" --duration=60fourcc: MJPG in the camera config (needed on the lab Linux PC). We run without --interpolation_multiplier.larsvandorp/magic_soup — the filtered SO-101 towel-folding set (bad episodes removed: high mean |Δa|, or no fold in the last frame).