bes-dev / crnn-pytorch

Pytorch implementation of OCR system using CRNN + CTCLoss
BSD 2-Clause "Simplified" License
217 stars 55 forks source link

In this project,Does it support the chinese OCR detection? #1

Closed gittigxuy closed 6 years ago

bes-dev commented 6 years ago

Hi,

Currently there are not any pre-trained models available in public for this OCR. In my own experiments I worked with english alphabet only, and I don't know anything about of Chinese alphabet. But I think that you can try to train model for Chinese alphabet on your custom dataset (guide how to do it you can find in README.md).

Best regards

gittigxuy commented 6 years ago

have you finished your project?

bes-dev commented 6 years ago

Nope, currently this project have status "Work in process".