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

I followed the instruction of how to create your own lmdb dataset in README, but the following error occured: > `Traceback (most recent call last): > File "create_lmdb_dataset.py", line 88,...

Hi, I am trying to convert the PyTorch model to ONNX, but I am facing an issue as **RuntimeError: Exporting the operator grid_sampler to ONNX opset version 12 is not...

I using torch 1.3.1, torchvision 0.4.0 'Failed to export an ONNX attribute, since it's not constant, please try to make things (e.g., kernel size) static if possible' at torch.onnx.export()

Have anyone tried to convert .pth to .onnx? I tried, but outputs were unchanged for difference inputs.

Can you please tell me how to convert the model to ONNX. Thank you

How to optimize the model via TensorRT?

Thank you for sharing, great work. The demo.py uses DataLoader to load the pictures,but i want to use opencv to load a single picture and put it into the model...

it's too big ,can you split it or give a marginlink

Hi. Does anyone know how to extract the confidence score of the prediction in a model trained with the 'CTC' module? I only found the example with 'Attn' in this...

Hi, I have a question: is there any minimum number for the length of the character set? when I execute the training file with the character set 'آابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیءأئةؤ ' ,...