MLBox: updated default best.pt file

This commit is contained in:
2025-10-01 17:03:38 +02:00
parent 4f2d18fbf8
commit b36b42b131
+1 -1
View File
@@ -5,7 +5,7 @@ from ultralytics import YOLO
class MlBox:
def __init__(self, model_path: str = "new_best.pt"):
def __init__(self, model_path: str = "best_v8_18092025.pt"):
model_path = str(Path(__file__).parent / model_path)
self.__model = YOLO(model_path)