Spaces:
Build error
Build error
Changed the YOLO model to the best.onnx file.
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ learn_bias = load_learner('model_bias.pkl')
|
|
275 |
learn_fresh = load_learner('model_fresh.pkl')
|
276 |
|
277 |
# Loads the YOLO Model
|
278 |
-
model_bulge = YOLO("
|
279 |
# modelv8x = YOLO("yolov8x.pt")
|
280 |
# modelv8n = YOLO("yolov8n.pt")
|
281 |
|
|
|
275 |
learn_fresh = load_learner('model_fresh.pkl')
|
276 |
|
277 |
# Loads the YOLO Model
|
278 |
+
model_bulge = YOLO("best.onnx")
|
279 |
# modelv8x = YOLO("yolov8x.pt")
|
280 |
# modelv8n = YOLO("yolov8n.pt")
|
281 |
|