deep-text-recognition-benchmark
deep-text-recognition-benchmark copied to clipboard
Text recognition (optical character recognition) with deep learning methods, ICCV 2019

Hi, I wanted to install your repository as a package, but it is not possible since there is no setup file to do so: "ERROR: File "setup.py" or "setup.cfg" not...
Does The training Dataset licence is free for commercial? Also is the training Dataset Contain Number Thank You
Hello to all. I would like to know if there is a maximum number of images to predict. I have a folder with 647 images but when I do the...
Filtering the images containing characters which are not in opt.character Filtering the images whose label is longer than opt.batch_max_length -------------------------------------------------------------------------------- dataset_root: data_lmdb/training opt.select_data: ['/'] opt.batch_ratio: ['1'] -------------------------------------------------------------------------------- dataset_root: data_lmdb/training dataset:...
Hi, first of all, thank you very much for your input. After running with my own data set, I train and test without error, but after running de  mo.py...
Hello, in my case i need to train a corpus with this characters '0123456789abcdefghijklmnopqrstuvwxyz-' Note that **-** is needed for my propose. If I use `opt.character = '0123456789abcdefghijklmnopqrstuvwxyz-' ` the...
Awesome work!!! I can see that current model is trained on Max word length of 25. I am planning to collect some MRZ data which is of 44 characters and...
RuntimeError: Expected object of backend CUDA but got backend CPU for sequence element 1 in sequence argument at position #1 'tensors' ubuntu 18.04 cuda 10.1 torch 1.3.1
Hello comunity. I am working in a project to recognize **just numbers** My recognizer is trained with "0123456789" characters Moreover, I created a pipeline with a **text detector** + **deep-text-recognition-benchmark-model**...