Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.44 KB

EasyHeC: Accurate and Automatic Hand-eye Calibration via Differentiable Rendering and Space Exploration

This project contains the implementation of our RA-L paper.

Authors: Linghao Chen, Yuzhe Qin, Xiaowei Zhou, Hao Su.

Update

  • (2023.7.11) New prompt drawer for SAM has been supported! Checkout the newest code for more accurate results without training the PointRend!
  • (2023.7.13) Franka Emika robot has been supported! See here for details. Thanks to Minghao Liu for contribution!

Requirements

  • Ubuntu 18.04+
  • Python 3.7+
  • Nvidia GPU with mem >= 10G
  • PyTorch 1.11.0+
  • GCC<10 (may vary depending on your cuda version)

Install

See install.md

Usage

See usage.md

Citation

If you find this code useful for your research, please use the following BibTeX entry.

@article{chen2023easyhec,
  title={EasyHec: Accurate and Automatic Hand-eye Calibration via Differentiable Rendering and Space Exploration},
  author={Chen, Linghao and Qin, Yuzhe and Zhou, Xiaowei and Su, Hao},
  journal={IEEE Robotics and Automation Letters (RA-L)}, 
  year={2023}
}