wushilian / STN_CNN_LSTM_CTC_TensorFlow

use STN+CNN+BLSTM+CTC to do OCR
92 stars 27 forks source link

Case using STN #1

Closed peternara closed 6 years ago

peternara commented 6 years ago

If STN is used, it does not converge. Is there a good tip to converge? and Have you tried evaluating IIIT5k dataset using the original CRNN without using STN? I implemented it with tf, but it did not perform like the paper.

wushilian commented 6 years ago

@peternara Maybe you can add more layeres in STN,I evaluated ICDAR2013,and it also didn't perform like the paper