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

求解ctpn训练数据集划分 #317

Open Ysnower opened 4 years ago

Ysnower commented 4 years ago

请问ctpn训练数据集如何划分,直接运行split_label和ToVoc生成的数据就行了吗?ImageSets文件夹下生成9个txt文件到底哪些是有用的?并且每一个txt里面都包含了所有的数据集。最后训练下来的模型检测不到box,请问大神们哪里出了问题谢谢