Yaser Sakkaf

Results 18 comments of Yaser Sakkaf

Nice question. I am wondering the same. Please tell me how to train the model?

I wanted to train the word-classifier CTC. How to do it?

@haripranavk , This was long back. I think if you download the recent(current) code it wont give you any problem.

Actually the OCR.ipynb was designed to use only charclass model, since here we segment the image into each character (using the gap classifier model) depending on the gaps between them...

@ashutoshkumara1 You should probably use the words data. Since there are notebooks in the repo that work on word identification and classification you can implement them and train on the...

Yes. A wiki documentation would be very good. I think in the second option you mean wordloc = ' ' instead of charloc = ' '. Thanks anyways.