Skip to content
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

Open
Horace89 opened this issue Nov 28, 2019 · 11 comments
Open

Is it possible to use KISS on a test image? #5

Horace89 opened this issue Nov 28, 2019 · 11 comments

Comments

@Horace89
Copy link

Is there a way to test KISS on a single image? Ex:

python recognize.py ./image1.py

which would return the recognized text in image1?

@Bartzi
Copy link
Owner

Bartzi commented Nov 28, 2019

No, there is currently no code available that supports this, but you can create a script for that if you like 😉

@Horace89
Copy link
Author

Ok thanks!

@ank127
Copy link

ank127 commented May 6, 2020

Do we need char_map for evaluating KISS on a single image?

@Bartzi
Copy link
Owner

Bartzi commented May 7, 2020

Yes, you will need the char_map in order to map the predicted classes back to characters.

@ank127
Copy link

ank127 commented May 7, 2020

Thanks a lot for the reply.
For creating testing script we need char_map dictionary.
If possible, can you please provide the char_map of your trained model in model.zip

@Bartzi
Copy link
Owner

Bartzi commented May 8, 2020

You can find the char_map here 😃

@ank127
Copy link

ank127 commented May 8, 2020

Thanks :):)

@desean1625
Copy link

@Horace89 Did you come up with a script for this? Is so please share so.

@ank127
Copy link

ank127 commented Apr 23, 2021

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

@fredO13
Copy link

fredO13 commented May 18, 2022

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.
Thanks

@Clement13430
Copy link

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,
If you can help me a bit, that would be great,

Thank you by advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants