Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from PIL import Image
|
|
| 4 |
|
| 5 |
# Load BOTH models
|
| 6 |
base_model = YOLO("yolo11s.pt")
|
| 7 |
-
finetuned_model = YOLO("
|
| 8 |
|
| 9 |
def compare_models(image, conf_threshold):
|
| 10 |
"""Compare base model vs fine-tuned model"""
|
|
|
|
| 4 |
|
| 5 |
# Load BOTH models
|
| 6 |
base_model = YOLO("yolo11s.pt")
|
| 7 |
+
finetuned_model = YOLO("WildLife3-best.onnx")
|
| 8 |
|
| 9 |
def compare_models(image, conf_threshold):
|
| 10 |
"""Compare base model vs fine-tuned model"""
|