HandwrittenTextRecognition_MXNet icon indicating copy to clipboard operation
HandwrittenTextRecognition_MXNet copied to clipboard

OCR using MXNet Gluon. The pipeline is composed of a CNN + biLSTM + CTC. The dataset is from: http://www.fki.inf.unibe.ch/databases/iam-handwriting-database. You need to register and get a username an...

Results 6 HandwrittenTextRecognition_MXNet issues
Sort by recently updated
recently updated
newest added

Hi,your project is cool ,but your OCR_LSTM_CTC's data iteration is very slow? Could you update it? Thank you very much

When I execute this line of code the kernel initialize automatically any help please!! net.collect_params().initialize(mx.init.Xavier(), ctx=ctx)

when i use my dataset train the ocr model , the training results are good, but the test results are very poor. i do not need segment the roi ....

**when i run 1_b_paragraph_segmentation_dcnn** **I got this error.** Traceback (most recent call last): File "", line 1, in File "C:\Users\Mateen\AppData\Local\conda\conda\envs\pentoscan\lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode = _main(fd) File "C:\Users\Mateen\AppData\Local\conda\conda\envs\pentoscan\lib\multiprocessing\spawn.py", line...

I wonder on what license repository can be used. Would it be possible to add one?

Hi, I trained the CNN LSTM CTC model with the IAM line images of size (128, 1600) and i am getting good results with that. But when i tried to...