Uses the inference3d module to infer the path of the bee in the photos
You will need to install pathinference, which requires tensorflow. Example:
- Install tensorflow (from [https://www.tensorflow.org/install/pip](tensorflow's page)):
python3 -m pip install 'tensorflow[and-cuda]'
pip install --upgrade tensorflow-probability
pip install tf-keras
- then install pathinference,
pip install git+https://github.com/SheffieldMLtracking/pathinference.git
- finally install this package:
pip install git+https://github.com/SheffieldMLtracking/btinference.git
If you want to render the path install:
sudo apt-get install ffmpeg