diff --git a/start_detection.bat b/start_detection.bat deleted file mode 100644 index 561ee3d..0000000 --- a/start_detection.bat +++ /dev/null @@ -1,29 +0,0 @@ -@echo off -chcp 65001 >nul -cd /d "%~dp0" - -echo ======================================== -echo 道路损伤检测系统 - 快速启动 -echo ======================================== -echo. - -echo 正在检查Python环境... -python --version >nul 2>&1 -if errorlevel 1 ( - echo 错误: 未找到Python环境 - echo 请先安装Python 3.8或更高版本 - pause - exit /b 1 -) - -echo Python环境检查通过 -echo. - -echo 正在启动检测系统... -echo. - -python run_detection.py - -echo. -echo 程序已结束 -pause \ No newline at end of file