YCG09/chinese_ocr
A deep learning system for Chinese text detection and recognition in images using CTPN and DenseNet with CTC loss.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
Implements end-to-end Chinese OCR with two stages: CTPN (Connectionist Text Proposal Network) for detecting text regions and a DenseNet encoder with CTC (Connectionist Temporal Classification) decoder for sequence recognition. Built on Tensorflow and Keras with complete training scripts, synthetic data generation support, and demo evaluation pipeline. The model achieves 98.3% validation accuracy at 8ms inference time.