senlinuc / caffe_ocr

主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构
1.26k stars 535 forks source link

关于训练样本中的label的制作 #13

Open pengyulong opened 6 years ago

pengyulong commented 6 years ago

您好,我看了example/ocr下的例子,对label.txt看不太懂,你的label限定是列文本吗?是不是“label1 ;text1;label2;text2”这种形式?

senlinuc commented 6 years ago

label.txt是预测用的字典,训练用的标签你可以参考http://pan.baidu.com/s/1c2fHpvE 中的train.txt

wellhao commented 6 years ago

大神您好,train.txt链接失效了,能否再共享一个呢,谢谢 !

senlinuc commented 6 years ago

改成这个链接了:https://pan.baidu.com/s/1dFda6R3

wellhao commented 6 years ago

谢谢,我还有一个问题,就是看您的训练标签里面没有 0,是程序里面默认了第1类为blank吗,但是如果是这样训练好像不太好收敛。

zzcqinag commented 3 years ago

两个链接都打开哦,训练label是什么样的? @senlinuc