From d3ab570b543762d87d20e24e00889301e6d3f7aa Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 21 Oct 2025 12:38:10 +0200 Subject: [PATCH] MLBOX: updated model to v8_20102025 --- daq/src/aaredaq/mlbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daq/src/aaredaq/mlbox.py b/daq/src/aaredaq/mlbox.py index 5420363e..eb2c61e2 100644 --- a/daq/src/aaredaq/mlbox.py +++ b/daq/src/aaredaq/mlbox.py @@ -10,7 +10,7 @@ class MlBox: # # def __init__(self, model_path: str = "best_v8_18092025.pt"): # model_path = str(Path(__file__).parent / model_path) # self.__model = YOLO(model_path) - def __init__(self, url="http://mx-aare-test.psi.ch:8002/predict/?model=best_v8_18092025.pt"): + def __init__(self, url="http://mx-aare-test.psi.ch:8002/predict/?model=best_v8_20102025.pt"): self.__url = url self.class_info = [ ["loop_all", (255, 0, 0)], # class 0: Blue for loop_all