GitHub - hyperplane-lab/RGBManip: Official implementation of RGBManip (ICRA2024) (original) (raw)

Adapose

Install

Install dependencies using pip install -r requirements.txt. The instalation is tested with setuptools==65.6.3. Some later versions may not be compatible.

Potential Dependency Inssues: Users have reported Module not Found error with mplib. This project is developed when the newest version of mplib is mplib==0.0.8. Newer versions if mplib may not be compatible with this project. We recommend using mplib<=0.1.0

Download Dataset and Checkpoints

We provided scripts to fully automate dataset and checkpoint downloading from google drive. Just run sh install.sh to do the stuff and wait. The total file size to download is around 1GB.

You can also manually download them following the steps:

First, the dataset can be downloaded from google drive. Download it and decompress it into downloads/dataset

Second, download checkpoints for Pose Estimator from google drive, and move all four checkpoints into downloads/pose_estimator/<name>.pth.

Third, download checkpoints for Global Scheduling Policy from google drive, and save all checkpoints into downloads/global_sheduling_policy/<name>_0.pt. Notice the _0 is necessary since our code examines this number. Use controller.load=CheckpointPath option to load checkpoints.

Run Experiments

To run experiments, use command line options: python train.py dataset=?? task=?? pose_estimator=?? manipulation=?? controller=?? train=??

Possible options include:

Some other possible arguments are:

All other configurations can be modified using the hydra style command line options.

Miscs

The scripts for drawing the plots included in our paper is also provided in miscs/plot.

Citations

To cite us at

@article{an2023rgbmanip, title={RGBManip: Monocular Image-based Robotic Manipulation through Active Object Pose Estimation}, author={An, Boshi and Geng, Yiran and Chen, Kai and Li, Xiaoqi and Dou, Qi and Dong, Hao}, journal={arXiv preprint arXiv:2310.03478}, year={2023} }