repair getPrediction
This commit is contained in:
parent
134e45de18
commit
49db999cc9
@ -7,7 +7,7 @@ from NeuralNetwork import NeuralNetwork
|
||||
def getPrediction(img_path):
|
||||
|
||||
# Inicjacja sieci neuronowej
|
||||
neural_net = NeuralNetwork()
|
||||
neural_net = NeuralNetwork.NeuralNetwork()
|
||||
PATH = './trained_nn.pth'
|
||||
img = Image.open(img_path)
|
||||
transform_tensor = transforms.ToTensor()(img).unsqueeze_(0)
|
||||
|
Loading…
Reference in New Issue
Block a user