Update YOLOv8n to YOLO11n in args (#16873)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
60dbee2839
commit
a9d0cf66cb
15 changed files with 53 additions and 53 deletions
|
|
@ -458,7 +458,7 @@ def check_torchvision():
|
|||
)
|
||||
|
||||
|
||||
def check_suffix(file="yolov8n.pt", suffix=".pt", msg=""):
|
||||
def check_suffix(file="yolo11n.pt", suffix=".pt", msg=""):
|
||||
"""Check file(s) for acceptable suffix."""
|
||||
if file and suffix:
|
||||
if isinstance(suffix, str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue