Update docs predict, buttons, reference (#6585)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
a1ccdb00ed
commit
e361194d7f
141 changed files with 1044 additions and 828 deletions
|
|
@ -205,7 +205,7 @@ The Ultralytics command line interface (CLI) allows for simple single-line comma
|
|||
- `yolo predict model=yolov8n.pt, imgsz=640, conf=0.25` ❌ (do not use `,`)
|
||||
- `yolo predict --model yolov8n.pt --imgsz 640 --conf 0.25` ❌ (do not use `--`)
|
||||
|
||||
[CLI Guide](usage/cli.md){ .md-button .md-button--primary}
|
||||
[CLI Guide](usage/cli.md){ .md-button }
|
||||
|
||||
## Use Ultralytics with Python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue