Fix incorrect CLI commands in Datasets Docs (#14889)
This commit is contained in:
parent
eb184a6c07
commit
9ff33d67b6
17 changed files with 34 additions and 34 deletions
|
|
@ -84,7 +84,7 @@ The `train` and `val` fields specify the paths to the directories containing the
|
|||
|
||||
```bash
|
||||
# Start training from a pretrained *.pt model
|
||||
yolo detect train data=coco8-seg.yaml model=yolov8n-seg.pt epochs=100 imgsz=640
|
||||
yolo segment train data=coco8-seg.yaml model=yolov8n-seg.pt epochs=100 imgsz=640
|
||||
```
|
||||
|
||||
## Supported Datasets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue