roym899 / pose_and_shape_evaluation

Toolbox to evaluate categorical pose and shape estimation methods
https://roym899.github.io/pose_and_shape_evaluation/
MIT License
28 stars 2 forks source link
3d deep-learning object-pose-estimation pose pose-estimation reconstruction shape

Categorical Pose and Shape Evaluation Toolbox

PyPI Release PyTest Docs

CPAS Toolbox is a package for evaluation of categorical pose and shape estimation methods. It contains metrics, datasets and methods. Visit the documentation for detailed usage instructions and API reference.

Installation

pip install cpas_toolbox

Citation

If you find this library useful in your research, consider citing our conference paper or the extended journal version:

@inproceedings{bruns2023evaluation,
  title={On the evaluation of RGB-D-based categorical pose and shape estimation},
  author={Bruns, Leonard and Jensfelt, Patric},
  booktitle={Intelligent Autonomous Systems 17: Proceedings of the 17th International Conference IAS-17},
  pages={360--377},
  year={2023},
  organization={Springer}
}
@article{bruns2023rgb,
  title={RGB-D-Based Categorical Object Pose and Shape Estimation: Methods, Datasets, and Evaluation},
  author={Bruns, Leonard and Jensfelt, Patric},
  journal={Robotics and Autonomous Systems 168},
  year={2023}
}

Development