clovaai/deep-text-recognition-benchmark
Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Implements a modular four-stage STR (Scene Text Recognition) framework—Transformation, Feature Extraction, Sequence Modeling, and Prediction—enabling controlled benchmarking of component contributions across accuracy, speed, and memory. Built on PyTorch with support for diverse architectures (TPS/ResNet/BiLSTM/Attention), CTC loss, and standardized LMDB datasets across seven evaluation benchmarks (IIIT5K, SVT, IC03-15, SVTP, CUTE80). Provides pretrained models and comprehensive ablation analysis to isolate performance gains from individual architectural modules rather than conflating improvements across multiple simultaneous changes.
3,926 stars. No commits in the last 6 months.
Stars
3,926
Forks
1,131
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Mar 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/clovaai/deep-text-recognition-benchmark"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
breezedeus/CnSTD
CnSTD: 基于 PyTorch/MXNet 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula...
felixdittrich92/OnnxTR
OnnxTR a docTR (Document Text Recognition) library Onnx pipeline wrapper - for seamless,...
JaidedAI/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin,...
mindee/doctr
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for...
githubharald/SimpleHTR
Handwritten Text Recognition (HTR) system implemented with TensorFlow.