A repo to explore training robots with Pi0 and Lerobot
Currently only linux is supported
Make sure you have the Pixi package manager installed
git clone https://github.com/rerun-io/pi0-lerobot.git
cd pi0-lerobot
pixi install
For assembly101 dataset go to this link to get/download dataset
pixi install
pixi shell
python tools/visualize_assembly.py --root-directory $ROOT-DIR-FOR-ASSEMBLY-DATA --example-name $STR-NAME-OF-EXAMPLE-FOLDER
pixi run notebook_tutorial
- Basic Triangulation from 2D Detection (body pose)
- Basic Triangulation from 2D detection (hand pose)
- Detection by Tracking (extrapolate 3d views-> Generate bounding box based on extrapolated -> check based on kpts confidence)
- Mano + SMPL fitting for skeleton kinematics
- Add EgoCentric (first person) headset views and poses
- Implement pose retargeting to isaac sim
- Notebook Tutorials
- Finetune and evaluation on Aloha simulator with Pi0
- Finetune base Pi0 on SO-ARM100 from lerobot