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
|
|
@ -134,7 +134,7 @@ The `ultra.examples` snippets are to useful for anyone looking to learn how to g
|
|||
```python
|
||||
from ultralytics import ASSETS, YOLO
|
||||
|
||||
model = YOLO("yolov8n.pt", task="detect")
|
||||
model = YOLO("yolo11n.pt", task="detect")
|
||||
results = model(source=ASSETS / "bus.jpg")
|
||||
|
||||
for result in results:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue