Example #1
0
 def __init__(self, id, host, port, gui=False):
     self.sensorId = id
     self.socket = Socket.MySocket(host=host, port=port)
     self.frameSize = 0.300
     self.dataPre = dataPre.DataPreprocessing()
     self.model = model.Model(gui)