更换ai模型

feature-flyModify
陈伟 2025-08-29 16:49:37 +08:00
parent 8983632b71
commit f921e62558
1 changed files with 1 additions and 1 deletions

View File

@ -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()