st-ten-1/runmenoautotest.sh

5 lines
174 B
Bash
Raw Permalink Normal View History

2024-11-06 07:57:08 +00:00
#!/bin/bash -e
cd "$(dirname "$0")"
source "./venv/bin/activate" || source "./venv/Scripts/activate" || :
python -O "./src/main.py" --no-edgetpu --no-tflite --no-autotest $*