-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
predict image issue #17
Comments
Did you try out the step 5 in the README? |
Thanks dear for your replay. I added one normal image in positive image folder and run the test , its come with below error. I am trying to understand TP,FP,TN,FN .
|
You have 4 false negative, that means the images which were taken from screen were incorrectly classified as normal. To understand the formula for which you got an error, read this: https://towardsdatascience.com/accuracy-precision-recall-or-f1-331fb37c5cb9 |
@akasrawa hello, did you test single image success? and can you share your tensorflow and keras version? thanks |
guys (@akasrawa , @tkone2018 ) anyone of you had a success implementing this.. i am trying to test a sole image but even the test(referenced in readme) is not working.. i am getting.. ValueError: Cannot assign value to variable ' dense_1/kernel:0': Shape mismatch.The variable shape (32, 2), and the assigned value shape (32, 1) are incompatible. |
@amilkcar I get the same issue! did you manage to resolve it ? |
May be this issue can help you. |
I did training and got dataset .h5
How i can predict for single/multi image to get result as positive(0) or negative(1).
please support to share/add the file for prediction image.
thanks in advance
The text was updated successfully, but these errors were encountered: