Holmeyoung / crnn-pytorch

Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
MIT License
377 stars 105 forks source link

A question about pre-trained model #61

Open dy1998 opened 4 years ago

dy1998 commented 4 years ago

Hello, thanks for your great work. I wonder what dataset have you used to pre-trained. Did you use Synth90k and ICDAR2015? Thank you!

Holmeyoung commented 4 years ago

No, it's just used to show the net works.

shining-love commented 4 years ago

No, it's just used to show the net works.

what dataset have you used?I don't understand the reply "No, it's just used to show the net works."

firesans commented 3 years ago

Hello, thanks for your great work. I wonder what dataset have you used to pre-trained. Did you use Synth90k and ICDAR2015? Thank you!

Could you please clarify this query?. I would also like to know the datasets that you used for the pretrained model.