#334 · Primary category: Computer Vision
CRNN_Chinese_Characters_Rec
(CRNN) Chinese Characters Recognition.
Project last updated:11/13/22
GitHub Stars
1.9K
Forks
533
Contributors
1
License
Other
Why we included this project
When you need to read Chinese characters out of images, this is a compact PyTorch reference for the classic CRNN setup: a convolutional network pulls visual features, a recurrent layer handles the character sequence, and CTC loss handles alignment, so the model reads a full line without the image being pre-segmented. The README walks the whole path from data to a working demo, covering the synthetic 360CC dataset (or your own image and label files), training through a YAML config, and a demo script with a checkpoint that reports about 97.7% accuracy on the included benchmark. It's a solid starting point for learning OCR or building Chinese text recognition, with code compact enough to read end to end. One caveat: training is fixed-length and the repo targets PyTorch 1.2 and CUDA 10, so expect to update dependencies before it runs cleanly rather than treating it as plug and play.
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)