PEEC-Nature-Youth-Group / PumaGuard

http://pumaguard.rtfd.io/
Apache License 2.0
2 stars 0 forks source link

PumaGuard

Build and Test Webpage

Test and package code

Open in GitHub Codespaces

Open in Colab

Introduction

Please visit http://pumaguard.rtfd.io/ for more information.

GitHub Codespaces

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.

Open in GitHub Codespaces

Local Development Environment

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.

Running the scripts on colab.research.google.com

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