solivr / tf-crnn

TensorFlow convolutional recurrent neural network (CRNN) for text recognition
GNU General Public License v3.0
292 stars 98 forks source link

pretrained model #5

Closed pribadihcr closed 7 years ago

pribadihcr commented 7 years ago

Hi @solivr,

Is there pretrained model to test it? Thanks

solivr commented 7 years ago

Hi @pribadihcr, No, there is no pretrained model for now. If you refer to the original paper, you can download the dataset used and train the model on your own. Or you can generate artificial numbers with MNIST digit dataset using hlp/numbers_mnist_generator.py.