kiss icon indicating copy to clipboard operation
kiss copied to clipboard

Is it possible to use KISS on a test image?

Open Horace89 opened this issue 4 years ago • 11 comments

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?

Horace89 avatar Nov 28 '19 14:11 Horace89

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

Bartzi avatar Nov 28 '19 14:11 Bartzi

Ok thanks!

Horace89 avatar Nov 28 '19 14:11 Horace89

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

ank127 avatar May 06 '20 20:05 ank127

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

Bartzi avatar May 07 '20 07:05 Bartzi

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

ank127 avatar May 07 '20 17:05 ank127

You can find the char_map here :smiley:

Bartzi avatar May 08 '20 08:05 Bartzi

Thanks :):)

ank127 avatar May 08 '20 14:05 ank127

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

desean1625 avatar Apr 13 '21 15:04 desean1625

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

ank127 avatar Apr 23 '21 09:04 ank127

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

fredO13 avatar May 18 '22 15:05 fredO13

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

Clement13430 avatar May 25 '22 08:05 Clement13430