graph_detection_model / run_detect_testing.bat
net-specter
Initial commit
ac4f80f
raw
history blame contribute delete
171 Bytes
@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