deep-text-recognition-benchmark icon indicating copy to clipboard operation
deep-text-recognition-benchmark copied to clipboard

Text recognition (optical character recognition) with deep learning methods, ICCV 2019

Results 176 deep-text-recognition-benchmark issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/82756842/123910926-b38f1380-d9ad-11eb-9cf4-fe4e16b1ae79.png)

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 ![Capture](https://user-images.githubusercontent.com/49086407/121126980-43c8b580-c853-11eb-8c25-a4b6bd307588.PNG) 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**...