A tag tracking library written in Python3!
cd path/to/python_tag_tracker
python3 -m pip install .
For developer mode (if you plan on changing files a lot)
cd path/to/python_tag_tracker
python3 -m pip install -e .
These are the required packages/modules to run the tag tracker.
No Linux packages explicitly required for now. Check the Dockerfile for more info, though.
These are the required python packages. You don't need to install OpenCV via Pip if you compiled if from source.
- numpy
- paho-mqtt
- vizier
- opencv-contrib-python