From 7424c142658975ed9d64a599be3b22a971e9b926 Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Tue, 3 Mar 2026 15:50:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BC=95=E5=85=A5=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biz/prison/supervision_room_biz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biz/prison/supervision_room_biz.py b/biz/prison/supervision_room_biz.py index 45629e2..ca93869 100644 --- a/biz/prison/supervision_room_biz.py +++ b/biz/prison/supervision_room_biz.py @@ -25,8 +25,8 @@ from utils.logger import get_logger logger = get_logger(__name__) # ========================= 配置区 ========================= -Person_Phone_Model = r'Yolo_Weight/person_phone_model.onnx' # 人和手机的检测模型 -Smoke_Model = r'Yolo_Weight/smoke_model.onnx' # 抽烟检测模型 +Person_Phone_Model = r'YOLO_Weight/person_phone_model.onnx' # 人和手机的检测模型 +Smoke_Model = r'YOLO_Weight/smoke_model.onnx' # 抽烟检测模型 person_phone_input_size = 1280 # 模型输入尺寸,与训练时的模型一致 smoke_input_size = 1280 # 模型输入尺寸,与训练时的模型一致