Skip to content

Aaron-MJohn/CtRNet-X

 
 

Repository files navigation

CtRNet-X: Camera-to-Robot Pose Estimation in Real-world Conditions Using a Single Camera

Paper https://arxiv.org/pdf/2409.10441

Website https://sites.google.com/ucsd.edu/ctrnet-x/home

Dependencies

Recommend set up the environment using Anaconda. Code is developed and tested on Ubuntu 22.04.

More details see environment.yml.

Usage

  • Run inference_DROID_raw_file.py to inference the DROID raw data.
  • Run inference_panda_dataset.py to inference our panda dataset with ground truth camera info.
  • Optional args: confidence_threshold

Dataset

  1. DREAM dataset
  2. Panda arm dataset with ground truth calibration info
  3. DROID sequences for evaluation

Weights

Weights for fine-tuned CLIP model

Weights for Camera-to-Robot estimation

About

Pytorch implementation for CtRNet-X

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 92.9%
  • CMake 3.8%
  • Jupyter Notebook 2.3%
  • Dockerfile 1.0%