Installation#
To install deeplabcut2yolo using pip
:
pip install deeplabcut2yolo
Or build the module yourself. Make sure you have python-build installed, if not:
sudo pacman -Syu python-build
For python-build installation on your specific system, please refer to your favorite package manager’s manual. Once, python-build is installed:
git clone https://github.com/p-sira/deeplabcut2yolo/
cd deeplabcut2yolo
python -m build
pip install .