JaidedAI / EasyOCR

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
https://www.jaided.ai
Apache License 2.0
24.32k stars 3.15k forks source link

Kind of CRNN #129

Closed gautamMalu closed 4 years ago

gautamMalu commented 4 years ago

Hi, In https://github.com/clovaai/deep-text-recognition-benchmark/, multiple versions of CRNN are provided based on Transformation(TPS/None), FeatureExtracter(VGG, RCNN, Resnet), LSTM, and CTC/Attention. Which CRNN are you using to train your Latin model?

rkcosmos commented 4 years ago

None+Resnet+LSTM+CTC

sasi143 commented 4 years ago

@rkcosmos Is it "STAR-Net:TPS-ResNet-BiLSTM-CTC" are you describing

rkcosmos commented 4 years ago

No, it's not

amitbcp commented 4 years ago

@rkcosmos in the model.py, it seems to be Bi-LSTM line 15 of model.py