CRNN_Chinese_Characters_Rec
1.0.0
Um repositório de reconhecimento de caracteres chinês com base em redes recorrentes convolucionais. ( Abaixo, digitalize o código QR para ingressar no Grupo WeChat. )



DATASET:
ROOT: 'to/your/images/path'
Baixe os rótulos (senha: EAQB)
CUST CHAR_STD_5990.TXT em lib/dataset/txt/
E coloque o Train.txt e o test.txt em lib/dataset/txt/
por exemplo. test.txt
20456343_4045240981.jpg 89 201 241 178 19 94 19 22 26 656
20457281_3395886438.jpg 120 1061 2 376 78 249 272 272 120 1061
...
DATASET:
ROOT: 'to/your/images/path'
E coloque seu train_own.txt e test_own.txt em lib/dataset/txt/
por exemplo. test_own.txt
20456343_4045240981.jpg 你好啊!祖国!
20457281_3395886438.jpg 晚安啊!世界!
...
Nota : O treinamento de comprimento fixo é suportado. No entanto, você pode modificar o Dataloader para oferecer suporte ao treinamento de comprimento aleatório.
[run] python train.py --cfg lib/config/360CC_config.yaml
or [run] python train.py --cfg lib/config/OWN_config.yaml
#### loss curve
```angular2html
[run] cd output/360CC/crnn/xxxx-xx-xx-xx-xx/
[run] tensorboard --logdir log


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