-
Notifications
You must be signed in to change notification settings - Fork 29
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
Is it possible to use KISS on a test image? #5
Comments
No, there is currently no code available that supports this, but you can create a script for that if you like 😉 |
Ok thanks! |
Do we need char_map for evaluating KISS on a single image? |
Yes, you will need the char_map in order to map the predicted classes back to characters. |
Thanks a lot for the reply. |
You can find the |
Thanks :):) |
@Horace89 Did you come up with a script for this? Is so please share so. |
Everything is available on git hub code. You need to dig a bit. Currently i dont have the code else would have provided. It took sometime to create that script |
at least it would be nice to document the arguments for the evaluate.py script a bit more... for example it is not obvious what is expected as snapshot-prefix. |
Yes, I agree, I did not understand as well what is the meaning of snapshot-prefix and what are we supposed to put in this argument, Thank you by advance |
Is there a way to test KISS on a single image? Ex:
which would return the recognized text in image1?
The text was updated successfully, but these errors were encountered: