Fix model in Pose, Segment datasets train FAQ sections (#14877)
This commit is contained in:
parent
db4c43bafb
commit
bdc7176fe4
5 changed files with 5 additions and 5 deletions
|
|
@ -105,7 +105,7 @@ To train a YOLOv8n-pose model on the COCO8-Pose dataset for 100 epochs with an i
|
|||
=== "CLI"
|
||||
|
||||
```bash
|
||||
yolo detect train data=coco8-pose.yaml model=yolov8n.pt epochs=100 imgsz=640
|
||||
yolo detect train data=coco8-pose.yaml model=yolov8n-pose.pt epochs=100 imgsz=640
|
||||
```
|
||||
|
||||
For a comprehensive list of training arguments, refer to the model [Training](../../modes/train.md) page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue