From 5311de2b32c77b1ca0e14794654b13b9ee5a299f Mon Sep 17 00:00:00 2001 From: xly Date: Mon, 9 Sep 2024 18:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=205.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 5.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 5.py diff --git a/5.py b/5.py deleted file mode 100644 index 9f4386d..0000000 --- a/5.py +++ /dev/null @@ -1,8 +0,0 @@ -from ultralytics import YOLO - -# 加载模型 -model = YOLO('yolov8n.pt') # 假设你使用的是yolov8n.yaml配置文件 - -# 开始训练,使用自定义参数 - -model.train(data='C://Users//86195//Desktop//ultralytics-main (1)//ultralytics-main//data.yaml', epochs=5, batch=20, imgsz=640) \ No newline at end of file