DAQ: mlbox.py updated to mx-ml stream
This commit is contained in:
@@ -11,7 +11,7 @@ logger=setup_logger(__name__, '/tmp/mxlogs')
|
||||
|
||||
class MlBox:
|
||||
|
||||
def __init__(self, url="http://mx-aare-test.psi.ch:8002/predict/?model=best_v8_20102025.pt"):
|
||||
def __init__(self, url="http://mx-ml.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