From f712c858c961938b8ca5b5ea42acc4f8c8074e8f Mon Sep 17 00:00:00 2001 From: mshe <666666666@666666666.666666666> Date: Sat, 27 Sep 2025 20:46:50 +0800 Subject: [PATCH] bak --- 14.训练模型-姿态估计-windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14.训练模型-姿态估计-windows.py b/14.训练模型-姿态估计-windows.py index 7c10581..a98d903 100644 --- a/14.训练模型-姿态估计-windows.py +++ b/14.训练模型-姿态估计-windows.py @@ -11,7 +11,7 @@ model = YOLO('yolov8n-pose.pt') # 3080优化配置 model.train( - data='./dataset_tiger/train.yaml', + data='./dataset/train.yaml', epochs=300, imgsz=640, # 3080可以处理原尺寸 batch=8, # 根据12GB内存调整