highheat4 commited on
Commit
7b96f66
·
verified ·
1 Parent(s): 5a83d43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -14,4 +14,8 @@ from ultralytics import YOLO
14
  model = YOLO("/path/to/best.pt") # best.pt contains the model weights
15
  results = model.predict(source="input.jpg", conf=0.3, imgsz=640, device=0, save=True)
16
  # Annotated output is saved under runs/detect/predict
17
- ```
 
 
 
 
 
14
  model = YOLO("/path/to/best.pt") # best.pt contains the model weights
15
  results = model.predict(source="input.jpg", conf=0.3, imgsz=640, device=0, save=True)
16
  # Annotated output is saved under runs/detect/predict
17
+ ```
18
+
19
+
20
+ Example on a few images:
21
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/6708a924d2dd526a475c9a24/9BTCJK4k8obvq8Ffml_yf.png)