Wrapper for some object detection models trained on parts produced on a 3D printer.
Install bboxes before, you can install directly from github
:
pip install git+https://github.com/czrcbl/bboxes
Or you can clone the repository and install on editable mode:
git clone https://github.com/czrcbl/bboxes
cd bboxes
git install -e .
Install on editable mode:
git clone https://github.com/czrcbl/detection
cd detection
pip install -e .