YCG09 / chinese_ocr

CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Apache License 2.0
2.74k stars 1.08k forks source link

Question about pretrained model #257

Closed maozezhong closed 5 years ago

maozezhong commented 5 years ago

HI , Thanks for sharing the repo. I want to know with which dataset the pretrained model file chinese_ocr/ctpn/checkpoints/VGGnet_fast_rcnn_iter_50000.ckpt.data-00000-of-00001 and chinese_ocr/densenet/models/weights_densenet.h5 are trained?

maozezhong commented 5 years ago

@YCG09