handwritten-sequence-tensorflow icon indicating copy to clipboard operation
handwritten-sequence-tensorflow copied to clipboard

what is the performance?

Open LinJM opened this issue 8 years ago • 2 comments

hello, @johnsmithm ,Good job.

I used to write a project based on CNN+BILSTM+CTC for IAM words, but if failed to converge . So I hope to know this project's performance.

And can you share your data process code for this project, or the traning data file ?

LinJM avatar Jun 13 '17 07:06 LinJM

hi, i have used small images with 1-3 words with small letters. width-90 and height - 36 pixels. the best result was 12% for label rate error using overlaping windows of width 30 pixels and step 3. Multidimentional lstm also gives around 15% lre but my implementation is slow, but with nlstm from contrib is faster than overlaping windows model. Now i am working on another repository. Next day i will upload the process files, but i have a small example in the utils.py.

johnsmithm avatar Jun 13 '17 07:06 johnsmithm

Thanks for your quickly reply, @johnsmithm

Which IAM dataset {IAM-onDB, IAM-DB} is you actually use in this project? I use IAM-DB,it already cut the image which just contain one word in it.

You said you "used small images with 1-3 words with small letters ", does it means you filter all other Captial letters and other symbols.

LinJM avatar Jun 13 '17 08:06 LinJM