From f921e625581c7e1e60ecf68a13343315750c71b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Fri, 29 Aug 2025 16:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2ai=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/ManageApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.App/ServiceApp/ManageApp.cs b/OpenAuth.App/ServiceApp/ManageApp.cs index 6cb632b..1e02357 100644 --- a/OpenAuth.App/ServiceApp/ManageApp.cs +++ b/OpenAuth.App/ServiceApp/ManageApp.cs @@ -2422,7 +2422,7 @@ namespace OpenAuth.App.ServiceApp json.imgsz = 640; json.frame_skip = 1; //json.model_name = algo.Path; - json.model_name = "yolov8x.pt"; + json.model_name = "yolo12x.pt"; json.taskname = task.TaskName; json.taskid = req.TaskId; var taskRecord = new LasaTask()