-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't segment image #2
Comments
I also see a possible ambiguity problem for German plates at least. In your data set you have
Plain |
Confused now: Tried this:
and it brought me the same "Can't segment...". But it was OK with |
Oh, that's crazy... You don't really support the provisioning of arbitrary images somewhere in the paths... I copied my "auto5.png" as "BRD1891.png" into "./imgs/plates" and ran...
And look what I've got:
What kind of higher nonsense is this? (besides the fact, that there is not even one correct prediction?) |
First of all: Thanks for sharing.
I was running it under Python 3.10 and found these issues:
from sklearn.externals import joblib
failed all the time and was successfully replaced byimport joblib
.as_grey
is used. Needs to be.as_gray
Other than that: I was successfully predicting with "-a", but not with my own image, like this one or others:
I always got
Can't segment image
for all own images.EDIT: Came over the mlp training by increasing the limit to 300
The text was updated successfully, but these errors were encountered: