hotfix/netural_network #29
7
test_nn.py
Normal file
7
test_nn.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
from NeuralNetwork import prediction
|
||||||
|
|
||||||
|
def main():
|
||||||
|
print(prediction.getPrediction("./resources/trash_dataset/test/paper/google-image(0639).jpeg"))
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
Loading…
Reference in New Issue
Block a user