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

I have trained the 100K images with 80:20 training to validation ratio. My model has completed 9 checkpoints. My test set consists of 40 images taken from the same validation...

Hi @watsonyanghx i found your code and i think i'm going to use it for license plate ocr but i want to ask first : In the inference mode do...

I strated trainning the model and i stoped it manually via keyboard exception to test the inference but when i run the command i get no errors and nothing happens?

请问一下,第一次训练了一半后保存的记录,第二次如何继续训练?谢谢

Hello, everyone: I run this script with author's dataset well, but i get into into trouble like title when i train the model with my own dataset. ![333](https://user-images.githubusercontent.com/30395926/42667562-e7ef7c76-867e-11e8-9056-1d4092df2eec.png) some pics...

on your training dataset, how long do i need train on GPU 1080?

Can this identify text in a natural scene, such as a letter on a billboard

Hey guys i am trying to use the model to train on the images with variable length size.As you know this data set is a fixed length size and there...

![the image I made](https://user-images.githubusercontent.com/8807880/35980016-a7defad6-0d24-11e8-989d-b28bf37b12f0.png) I run this code successfully, including both train set and validation set. Then I changed one of the validation image to add 2 characters, previously it...

hi, the image height and width is fixed in this model, how to change it to deal with dynamic length images? THX!