Open nicolasbock opened 4 weeks ago
Run the following tests on a Pi 3
git clone https://github.com/PEEC-Nature-Youth-Group/PumaGuard.git ``
sudo apt install pip sudo pip install poetry poetry install poetry run pip install tensorflow-cpu-aws
mkdir --parents ~/classification/{lion,no_lion} cp "data/stable/angle 4/lion/SYFW0277.JPG" ../classification/lion/
poetry run python scripts/classify.py ../classification
Run the following tests on a Pi 3