Parcourir la source

Update README.md

田运杰 il y a 11 mois
Parent
commit
2e3166538c
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  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