ml_box: changed to new model yolo26l-seg-overlap-false_2026-03-16.engine

This commit is contained in:
2026-03-25 13:51:39 +01:00
parent 100895f56b
commit b24e3aa12a
+1 -1
View File
@@ -30,7 +30,7 @@ class MlBox:
elif bl == MXBeamline.X06DA:
self.__url = "http://mx-aare-test.psi.ch:8002/predict/?model=best_v8_20102025.pt"
elif bl == MXBeamline.X10SA:
self.__url = "http://x10sa-spark-01.psi.ch:8002/predict/?model=best_v12_22092025.engine"
self.__url = "http://x10sa-spark-01.psi.ch:8002/predict/?model=best_yolo26l-seg-overlap-false_2026-03-16.engine"#v12_22092025.engine"
elif bl == MXBeamline.X06SA:
self.__url = ""
raise NotImplemented(f"MLBox not implemente for {bl}")