ayumiymk / aster.pytorch

ASTER in Pytorch
MIT License
665 stars 169 forks source link

Special characters not working with pretrained model #79

Closed abdullahakmal closed 9 months ago

abdullahakmal commented 2 years ago

Is it actually the model which is not working with the special characters or have to do something for the model to predict it?

ayumiymk commented 2 years ago

For details can be found here. If your special characters are out of vocabulary, the pretrained model can't handle. Therefore, you need to re-train a new model with your self-defined vocabulary.

abdullahakmal commented 2 years ago

hi,

I tried earlier with all symbols but it didn't detect the basic ones like -, !, ' I will try to train then.