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

densenet单独测试效果不佳 #86

Open 18813055625 opened 6 years ago

18813055625 commented 6 years ago

整个代码跑出来来结果挺好,为什么单独测试densenet效果不好?

YCG09 commented 6 years ago

你是人工截的矩形框?

jiuhuazhao commented 5 years ago

@YCG09 不可以人工截么?

YCG09 commented 5 years ago

框的位置对识别结果会有影响

boyang24 commented 5 years ago

为什么我用训练集里面的28032的图片去测试,按照scale 900 1500,ctpn找不到框?如果实际场景中图片是300100的大小,我首先应该构建自己的训练集,然后要修改text_connector里面的scale到多少是合适的?

666888985 commented 4 years ago

@jiuhuazhao ,densenet的测试代码在哪里?能否发一份?我看demo.py只给了检测的代码