Ejemplo n.º 1
0
 def __init__(self, Device_Index, Device_Name):
     self.Device_Index = Device_Index
     self.Device_Name = Device_Name
     self.LM = LineageM.LM(Device_Name, Sample_Path="./Data/Sample_img")
Ejemplo n.º 2
0
 def __init__(self):
     self.LM = LineageM.LM(Device_Name="127.0.0.1:5555",
                           Sample_Path="./Data/Sample_img")
Ejemplo n.º 3
0
 def __init__(self):
     self.LM = LineageM.LM(Device_Name="emulator-5554",
                           Sample_Path="./Data/Sample_img")
Ejemplo n.º 4
0
 def __init__(self):
     self.LM = LineageM.LM(Device_Name="127.0.0.1:5555")