Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roym899/pose_and_shape_evaluation

Toolbox to evaluate categorical pose and shape estimation methods
https://github.com/roym899/pose_and_shape_evaluation

3d deep-learning object-pose-estimation pose pose-estimation reconstruction shape

Last synced: 3 months ago
JSON representation

Toolbox to evaluate categorical pose and shape estimation methods

Awesome Lists containing this project

README

        

# Categorical Pose and Shape Evaluation Toolbox
[![PyPI Release](https://github.com/roym899/pose_and_shape_evaluation/actions/workflows/publish_release.yaml/badge.svg)](https://github.com/roym899/pose_and_shape_evaluation/actions/workflows/publish_release.yaml) [![PyTest](https://github.com/roym899/pose_and_shape_evaluation/actions/workflows/pytest.yaml/badge.svg)](https://github.com/roym899/pose_and_shape_evaluation/actions/workflows/pytest.yaml) [![Docs](https://github.com/roym899/pose_and_shape_evaluation/actions/workflows/build_docs.yaml/badge.svg)](https://github.com/roym899/pose_and_shape_evaluation/actions/workflows/build_docs.yaml)

CPAS Toolbox is a package for evaluation of categorical pose and shape estimation methods. It contains metrics, datasets and methods.
Visit the [documentation](https://roym899.github.io/pose_and_shape_evaluation/) for detailed usage instructions and API reference.

## Installation
```bash
pip install cpas_toolbox
```

## Citation
If you find this library useful in your research, consider citing [our conference paper](https://link.springer.com/chapter/10.1007/978-3-031-22216-0_25) or the [extended journal version](https://www.sciencedirect.com/science/article/pii/S092188902300146X):
```
@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
- Use `pip install -e .` to install the package in editable mode
- Use `pip install -r requirements-dev.txt` to install dev tools
- Use `pytest -rf --cov=cpas_toolbox --cov-report term-missing tests/` to run tests and check code coverage