File size: 171 Bytes
ac4f80f | 1 2 3 4 5 6 7 8 | @echo off
.\.venv\Scripts\python.exe run_detect_testing.py --source "testing" --name testing_graph_bbox --device 0
echo.
echo Detection complete. Check run\detect
pause
|
ac4f80f | 1 2 3 4 5 6 7 8 | @echo off
.\.venv\Scripts\python.exe run_detect_testing.py --source "testing" --name testing_graph_bbox --device 0
echo.
echo Detection complete. Check run\detect
pause
|