#253 · Primary category: Computer Vision

deep-text-recognition-benchmark

crnn deep-learning grcnn iccv2019 ocr ocr-recognition r2am rare recognition rosetta scene-text scene-text-recognition star-net text-recognition

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

Project last updated:03/04/24

GitHub Stars

3.9K

Forks

1.1K

Contributors

14

License

Apache-2.0

Why we included this project

Training a scene text recognition model can feel like a maze of competing claims, and this benchmark from Clova AI is a good way to cut through that. It implements a four-stage pipeline with transformation, feature extraction, sequence modeling, and prediction as independent modules, so you can swap components like TPS, ResNet, BiLSTM, or attention heads and measure the effect on accuracy, speed, and memory. Alongside the framework you get pretrained weights, the LMDB training and evaluation sets, and an analysis of failure cases with cleansed labels, which helps when a model misreads certain words and you need to figure out why. It is a research benchmark rather than a drop-in OCR service, so expect to train or fine-tune for your own data, but the module-wise comparisons and supplied model make that work far less opaque.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category