1 Star 3 Fork 2

lzczhichao / College

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mytrain.py 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
lzczhichao 提交于 2023-03-29 18:16 . 训练
from ultralytics import YOLO
# Load a model
model = YOLO("yolov8n.yaml") # build a new model from scratch
model = YOLO("yolov8n.pt") # load a pretrained model (recommended for training)
# Train the model
model.train(data="/home/zc/下载/ultralytics-main/myfive.yaml", epochs=50, imgsz=1920,batch=6)
Python
1
https://gitee.com/lzczhichao/l-again.git
git@gitee.com:lzczhichao/l-again.git
lzczhichao
l-again
College
项目

搜索帮助