这是在colab中训练模型的命令
!yolo task=detect mode=train model=yolov8s.pt data=coco.yaml epochs=10 imgsz=640
Run Code Online (Sandbox Code Playgroud)
我想将模型的保存位置从 /runs/exp 更改为 /content/drive/MyDrive/yolov8,我该怎么做
我尝试了 --weights 参数和其他一些参数,但没有成功
python machine-learning object-detection computer-vision yolo