完善相关问题,并增加推理的部分代码

This commit is contained in:
2025-02-28 16:30:11 +08:00
parent 0301e41e96
commit 4262d3e908
20 changed files with 564 additions and 32 deletions

View File

@ -1,5 +1,5 @@
[mysql]
database_url = mysql+pymysql://root:Aicheck2025@1.92.105.242:3306/aicheckv2
database_url = mysql+pymysql://root:root@localhost:3306/aicheckv2
[redis]
host = localhost
@ -13,6 +13,7 @@ dir = D:\syg\workspace\logs
[yolo]
datasets_url = D:\syg\yolov5\datasets
runs_url = D:\syg\yolov5\runs
detect_url = D:\syg\yolov5\detect
yolo_url = D:\syg\workspace\aicheckv2\yolov5
[images]