Fix model in Pose, Segment datasets train FAQ sections (#14877)

This commit is contained in:
Jan Knobloch 2024-08-01 12:57:13 +02:00 committed by GitHub
parent db4c43bafb
commit bdc7176fe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -126,7 +126,7 @@ To train a YOLOv8n-pose model on the Tiger-Pose dataset for 100 epochs with an i
```bash
# Start training from a pretrained *.pt model
yolo task=pose mode=train data=tiger-pose.yaml model=yolov8n.pt epochs=100 imgsz=640
yolo task=pose mode=train data=tiger-pose.yaml model=yolov8n-pose.pt epochs=100 imgsz=640
```
### What configurations does the `tiger-pose.yaml` file include?