chinese characters recognition
Descriptions in chinese:https://blog.csdn.net/Sierkinhane/article/details/82857572
There are images in test_images file, and you just run as follow.
- python3 test.py
before traning, you should prepare the dataset of characters.(described in csdn blog)
- python3 crnn_main.py --train_root (path of train lmdb dataset) --val_root (path of val lmdb dataset) --cuda(if have)
##(This repository is based on https://github.com/meijieru/crnn.pytorch)
MTCNN https://github.com/Sierkinhane/mtcnn-pytorch
results:
https://github.com/Sierkinhane/CS229-ML-Implements
Implements of cs229(Machine Leaning taught by Andrew Ng) in python.