摘要: 模型训练参数 from ultralytics import YOLO # Load a model model = YOLO('yolov8n.pt') # load a pretrained model (recommended for training) # Train the model w 阅读全文
posted @ 2024-11-18 22:22 流水灯 阅读(120) 评论(0) 推荐(0) 编辑