st-ten-1/runme.sh

5 lines
160 B
Bash
Raw Permalink Normal View History

2022-06-01 16:37:19 +00:00
#!/bin/bash -e
cd "$(dirname "$0")"
source "./venv/bin/activate" || source "./venv/Scripts/activate" || :
2022-09-14 14:53:55 +00:00
python -O "./src/main.py" --no-edgetpu --no-tflite $*