Update YOLO11 Actions and Docs (#16596)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
51e93d6111
commit
97f38409fb
124 changed files with 1948 additions and 1948 deletions
|
|
@ -197,10 +197,10 @@ Setup and configuration of an X11 or Wayland display server is outside the scope
|
|||
|
||||
### Using Docker with a GUI
|
||||
|
||||
Now you can display graphical applications inside your Docker container. For example, you can run the following [CLI command](../usage/cli.md) to visualize the [predictions](../modes/predict.md) from a [YOLOv8 model](../models/yolov8.md):
|
||||
Now you can display graphical applications inside your Docker container. For example, you can run the following [CLI command](../usage/cli.md) to visualize the [predictions](../modes/predict.md) from a [YOLO11 model](../models/yolo11.md):
|
||||
|
||||
```bash
|
||||
yolo predict model=yolov8n.pt show=True
|
||||
yolo predict model=yolo11n.pt show=True
|
||||
```
|
||||
|
||||
??? info "Testing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue