5 lines
120 B
Batchfile
5 lines
120 B
Batchfile
echo on
|
|
SET mypath=%~dp0
|
|
cd %mypath%
|
|
.\venv\Scripts\activate.bat && python -O "./src/main.py" --no-edgetpu --no-tflite/
|