Recognition Error
Opened this issue · 7 comments
-
We are applying an additional Korean language when studying on config.py in order to do Korean ocr. Does fosts support multi-language features?
-
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.
yes it is!
Did you check outputs/
directory after executing the test.py?
Should we consider encoding by any chance?