Masao-Taketani/FOTS_OCR

Recognition Error

Opened this issue · 7 comments

  1. We are applying an additional Korean language when studying on config.py in order to do Korean ocr. Does fosts support multi-language features?

  2. Even though we completed the recognition test through the github readme, there seems to be a problem in detection, but we don’t know that is the cause of the error.

Thank you for the comment.
As for 1., yes, you can just add Korean characters to config.py. Then you can also train for Korean languages if I remember correctly.
As for 2. what do you mean by "there seems to be a problem in detection"?

Thank you for replying

As for 2. what do you mean by "there seems to be a problem in detection"?
: Right now I'm learning through the GitHub readme. In the case of detection, the training proceeds well, and if the checkpoint created by recognition learning using the detection learning checkpoint is used in the test, the text box is not found.

does the "text box" mean like the image below?
image

yes it is!

Did you check outputs/ directory after executing the test.py?

this is detcetion output.

detect1

But we did recognition training, the detection learning result with 2000 steps is not bad as follows
de

but the recognition learning result cannot find any text box.

Should we consider encoding by any chance?