hotfix/netural_network #29

Merged
s464843 merged 3 commits from hotfix/netural_network into master 2022-05-26 21:48:29 +02:00
Showing only changes of commit 1002440947 - Show all commits

7
test_nn.py Normal file
View 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()