msight-tech / research-charnet

CharNet: Convolutional Character Networks
Other
610 stars 142 forks source link

Is lexicon used for text detection ? #47

Open TaekyungKi opened 3 years ago

TaekyungKi commented 3 years ago

Hi. Thank you for the interesting works. I'm confused about your implementation. In the paper, for training with your iterative character detection module, only the gt-word length is used. For the ICDAR2015 task 4.1 text localization, the single "word" gt is provided (accurate word or ###) in string form. But in your implementation, it uses lexicon, the candidate of the words! Is it fair for "localization (or detection) only " task ??? It is obvious that using lexicon actually enhances the detection result ! Or is there anything i missed ?

Thanks for reading.