Please visit http://pumaguard.rtfd.io/ for more information.
If you do not want to install any new software on your computer you can use GitHub Codespaces, which provide a development environment in your browser.
A local development environment can be created by using the poetry
tool,
which can be installed with
sudo apt install python3-poetry
Run
poetry install
To install all of the necessary Python modules.
Google Colab offers runtimes with GPUs and TPUs, which make training a model much faster. In order to run the training script in Google Colab, do the following from the terminal:
git clone https://github.com/PEEC-Nature-Youth-Group/PumaGuard.git
cd PumaGuard
scripts/train.py --help
For example, if you want to train the model from row 1 in the notebook,
scripts/train.py --notebook 1