#253 · Primary category: Computer Vision
deep-text-recognition-benchmark
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)