Bretislav Hajek

Results 112 comments of Bretislav Hajek

Actually I am not sure if the new way of normalization brings any benefits, so you can change the param to `hystNorm=False` or you can try increasing recursion limit. Even...

Well, I guess it happens during executing: `Graph('models/char-clas/en/CharClassifier')` Can you list all files from `models/char-clas/en/` directory. Plus provide version of TensorFlow and OS.

I see. There should be `self.width / 2` instead of `slider[1]/2`. _I am still in process of reorganization. Most of the notebooks which aren't in notebooks folder weren't fully tested....

It can't right now, because I don't have the dataset for it. But there is a lot of projects using MNIST dataset for identifying handwritten numbers.

It depends on recognition method. In one approach, I test segmentation of text by bidirectional RNN and then classifying individual characters using CNN. I also test classification using CTC which...

Yes, for the CNN you need single-letter dataset. For Bi-RNN you need dataset containing images of whole words along with text files containing positions of lines separating individual letters. If...

Ok, yes you need two models and in OCR.ipynb is used the Classifier-BiRNN.ipynb. I train both models from data/words2/ because it contains images of words along with files which contains...

The `printProgressBar()` is just for visualisation of loading, you can remove it. It looks like the `-1` shoudn't be there.

Some updates: * I updated the ocr package * I am finishing the dataset section with all the scripts. It should be big step up for the project, so please...

- I will try to follow this guide for updating the project: [https://guide.esciencecenter.nl/](https://guide.esciencecenter.nl/) - I will also try to automate as many task as possible. - Update for TensorFlow 2.0...