The method of my project is basic but out-of-date, I highly recommend this project, hope you'll enjoy it ::joy::.
Data Distribution:
components | number |
---|---|
integers | 4679 |
alphabets | 9796 |
Chinese_letters | 3974 |
percentage | training_set : testing_set == 4 : 1 |
Usage:
-
To see the data_set accuracy:
python restore_lenet.py
, and change the parameters of the test_lst in main function. -
To predict the plate of a image containing part of a car including its vehicle-plate:
python predict_plate.py SRC_IMAGE
. -
Any problems on displaying Chinese characters on matplotlib windows, please refer to this.
In saved model:
matches | Validation Accuracy |
---|---|
字母+数字+汉字 | 98.98% |
字母+数字 | 99.35% |
汉字 | 97.48% |
字母 | 99.40% |
数字 | 99.27% |
- Extract Characters:
- Character Recognition:
-
Data Transformation:
- img <--> tfrecords -> array
-
Construct Lenet-5
-
Restore Lenet-5
In saved model:
-
- Combination: