ThomasDelteil / HandwrittenTextRecognition_MXNet

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 and password from their website.
128 stars 46 forks source link

The training results are good, but the test results are very poor. #26

Open abner2015 opened 5 years ago

abner2015 commented 5 years ago

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 . the train data is number .how can i improve the test result. 3

ThomasDelteil commented 5 years ago

It looks like you are experiencing overfitting. https://en.wikipedia.org/wiki/Overfitting A few ideas to overcome this and regularization to your model:

samar-smida commented 2 years ago

@ThomasDelteil I am testing your project but I have an assertion error even though I put my email and password in the credentials.json . In the registration form, they ask for the email and not the username. I found this link in the project to have but it is not functional https://fki.tic.heia-fr.ch/DBs/iamDB/iLogin/index.php please can you help me