فهرست منبع

Update README.md

Mengqi Lei 2 ماه پیش
والد
کامیت
d2b6638b62
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -150,7 +150,7 @@ Use the following code to validate the YOLOv13 models on the COCO dataset. Make
 ```python
 from ultralytics import YOLO
 
-model = YOLO('yolov12{n/s/l/x}.pt')  # Replace with the desired model scale
+model = YOLO('yolov13{n/s/l/x}.pt')  # Replace with the desired model scale
 ```
 
 ### 3. Training