Browse Source

Update README.md

田运杰 11 tháng trước cách đây
mục cha
commit
2e3166538c
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      README.md

+ 0 - 8
README.md

@@ -89,14 +89,6 @@ results[0].show()
 
 ```
 
-## Finetuning
-```python
-from ultralytics import YOLO
-
-model = YOLO('yolov12{n/s/m/l/x}.pt')
-
-```
-
 ## Prediction
 ```python
 from ultralytics import YOLO