Bartzi / kiss

Code for the paper "KISS: Keeping it Simple for Scene Text Recognition"
GNU General Public License v3.0
110 stars 29 forks source link

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

Open Horace89 opened 4 years ago

Horace89 commented 4 years ago

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 commented 4 years ago

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

Horace89 commented 4 years ago

Ok thanks!

ank127 commented 4 years ago

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

Bartzi commented 4 years ago

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

ank127 commented 4 years ago

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 commented 4 years ago

You can find the char_map here :smiley:

ank127 commented 4 years ago

Thanks :):)

desean1625 commented 3 years ago

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

ank127 commented 3 years ago

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 commented 2 years ago

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 commented 2 years ago

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