MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
954 stars 279 forks source link

Recognition doesn't run with Vietnamese lexicon #112

Open ryanaleksander opened 5 years ago

ryanaleksander commented 5 years ago

So I trained a model to detect and recognize Vietnamese text. However, if I load the model without using lexicon, it could only recognize English words. And if I load model with a Vietnamese lexicon file, the recognition task doesn't even run, the process is simply stuck after detection is finished.

This is my lexicon file: Viet74K.txt

ryanaleksander commented 5 years ago

Actually I found out that it just doesn't run when I switch default useLexicon in demo.lua to true no matter the lexicon file