Characters Recognition
A Chinese characters recognition repository based on convolutional recurrent networks.
Performance
Recognize characters in pictures


Data
Synthetic Chinese String Dataset
- Download the dataset in here
- Put char_std_5990.txt in lib/dataset/txt/
- Download the preprocessed labels in here (password:w877)
- And put train.txt and test.txt in lib/dataset/txt/
Dev Environments
- WIN 10 or Ubuntu 16.04
- pytorch 1.4.0 (may fix ctcloss)
- yaml
- easydict
Train
[run] python train.py --cfg lib/config/360CC_config.yaml
loss curve
[run] cd output/360CC/crnn/xxxx-xx-xx-xx-xx/
[run] tensorboard --log_dir log
loss overview


Demo
[run] python demo.py --image_path images/test.png --checkpoints output/checkpoints/mixed_second_finetune_acc_97P7.pth
References