st-ten-1/runme.sh
matteo porta daa7edbb0a wip
2022-09-14 16:53:55 +02:00

5 lines
160 B
Bash
Executable File

#!/bin/bash -e
cd "$(dirname "$0")"
source "./venv/bin/activate" || source "./venv/Scripts/activate" || :
python -O "./src/main.py" --no-edgetpu --no-tflite $*