CNN_LSTM_CTC_Tensorflow icon indicating copy to clipboard operation
CNN_LSTM_CTC_Tensorflow copied to clipboard

CNN+LSTM+CTC based OCR implemented using tensorflow.

Results 26 CNN_LSTM_CTC_Tensorflow issues
Sort by recently updated
recently updated
newest added

如果想要保存跟新moving_mean和moving_variance的话,好像要写以下代码: extra_update_ops = tf.get_collection(tf.GraphKeys.UPDATE_OPS) with tf.control_dependencies(extra_update_ops): train_op = optimizer.minimize(loss) 但是好像没找到相关内容,想问作者是不是漏了写了?

Infact the "max_stepsize" in this code should't be 64.The "max_stepsize" is equal to 12,which is shrunk from original "image_width"(180) to 180/2/2/2/2 = 12.Remenber the core idea in CRNN+CTC is that...

Hi I wanted to know whether this OCR works with joint Arabic text yet?

use 60*180size to train ,num_classes = 12 then i got it loading train data, please wait--------------------- ('get image: ', 15000) loading validation data, please wait--------------------- ('get image: ', 4999) 2017-11-06...

1. In validation step, 'lastbatch_err' is missing in sess.run(), which leads to crash. 2. feature shape after cnn should depend on input shape of image