MLBox: updated default best.pt file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user