MLBOX: updated model to v8_20102025
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user