Bootstrap

YOLOv8继续训练

进入对应环境和YOLOv8主文件夹下,输入如下命令即可(path/to/last.pt替换成自己训练的last.pt位置,一般是以run开头,例如runs/detect/train7/weights/last.pt)

yolo train resume model=path/to/last.pt

;