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

> 0, 'datasets should not be an empty iterable' # type: ignore[arg-type] AssertionError: datasets should not be an empty iterable My config.py : """ Default CONFIGURATIONS """ exp_name = 'logs'...

Can you please tell me , how did you overcome overfitting _Originally posted by @Amithvassit in https://github.com/clovaai/deep-text-recognition-benchmark/issues/154#issuecomment-644687741_ e..., I've tried using weight_decay, and I' ve found that it's good for...

Hello, I've started training the model on **custom dataset** and found that after 10K iterations, **Training loss** has **decreased to 0.00002** but **validation loss** is still on **higher side** and...

Hello, I am trying to add additional characters (--sensitive option) by fine-tuning existing non-sensitive model I am using None-VGG-BiLSTM-CTC (a.k.a CRNN) model, which had accuracy of `62.795%` on IC15_2077 test...

Shape mismatch is happening if I try to add extra 2 characters. Any solution for the same? If i want to do fine tuning on TPS-ResNet-BiLSTM-Attn.pth `RuntimeError: Error(s) in loading...

Paper said "This result showed that the diversity of training data can be more important than the number of training examples, and that the effects of using different training datasets...

The EasyOCR ReadME states that the following three files are required to use a custom model: custom_model.pth, custom_model.yaml, and custom_model.py. How are we supposed to create the custom_model.yaml and custom_model.py...

Below is the configuration file and training log. Looking forward to your reply. ![IMG_20210420_103511](https://user-images.githubusercontent.com/7894408/115329477-f3bf6200-a1c4-11eb-997b-f5b8a92c9e9e.jpg) ![Ocr2](https://user-images.githubusercontent.com/7894408/115327115-f8821700-a1c0-11eb-81f9-0eaa5e3a6da6.jpg) @ku21fan

I've train with long words. But cannot predict long numeric words or email address like below: ![41](https://user-images.githubusercontent.com/53517887/115107059-5a0c7080-9f8a-11eb-8ee6-d586f8628bd4.png) ![19](https://user-images.githubusercontent.com/53517887/115107067-727c8b00-9f8a-11eb-8d29-42315aeb6d75.png) ![42](https://user-images.githubusercontent.com/53517887/115107074-7d372000-9f8a-11eb-9d33-3ba0ed084225.png) Any help will appreciate me.

Hello, We got very low accuracy on long string recognition. The strings are 20-character long, and consist of mixed capital and numeric numbers. The recognition error include incorrect # of...