CNN_LSTM_CTC_Tensorflow
CNN_LSTM_CTC_Tensorflow copied to clipboard
CNN+LSTM+CTC based OCR implemented using tensorflow.
hi, thank you for your codes. I am confused by the num_classes,. +-* + () + 10 digit + blank + space num_classes = 3 + 2 + 10 +...
Hi, I try to train but using this cmd command: > main.py --train_dir=../imgs/train/ --val_dir=../imgs/val/ --image_height=60 --image_width=180 --image_channel=1 --out_channels=64 --num_hidden=128 --batch_size=128 --log_dir=./log/train --num_gpus=1 -mode=train But got this error: ``` Traceback (most...
Hey guys Recently i have been trying to work with this network but when i want to prepare the data using helper.py i encounter some errors. I have not done...
Hi, Dear All, thanks a lot for this great project! I have trained the model with `32x128` OCR images successfully. I have a question, how do we test the new...
测试集精度问题。
你好,我使用自己的数据在测试集上精度还不错,但是检查了一下错误的都是重叠的字符的漏检,下面是部分测试集结果: 38387_1077.jpg 107 38388_100,005.jpg 100,05 38389_1077.jpg 107 38393_100,005.jpg 10,05 38394_1077.jpg 107 38640_131,005.jpg 131,05 38797_61,051.jpg 61,0651 39128_44,438.jpg 4,438 39545_157,333.jpg 157,33 4876_314,554.jpg 314,54 4878_268,866.jpg 268,86 5223_111,055.jpg 111,05 5276_211,904.jpg 21,904 546_32,772.jpg 32,72 571_128,883.jpg...
Hello, Can you share the model that you got 99 accuracy? uploading on google drive or Box? Thanks!
Can it support Tensorflow 2.0 with Windows10?
sorry... the batch size was used in LSTM structure, so when I inference, I have to send a batch of data: one real data and other zeros. So how can...