Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 362 Bytes

Chinese-font-recognition

Chinese font recognition

Training

  • Run python train.py to train VGG16

Training on your own dataset

  • Add font files to dataset/fonts folder. Take Mac for example, those files are in /System/Library/Fonts.

  • cd dataset

  • Run python generator.py to generate datasets

  • cd ..

  • Run python train.py to train VGG16