MaybeShewill-CV / CRNN_Tensorflow

Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
MIT License
1.03k stars 388 forks source link

how to train your own data set? #414

Closed kszqq closed 4 years ago

kszqq commented 4 years ago

When I was running train.py, why did I keep shuffle the image? It was still the same after running for a day. And how to train your own data set? Please enlighten me!

MaybeShewill-CV commented 4 years ago

@kszqq Orignize your dataset following th Synth90k dataset's format. Follow the instruction on README file:)