senlinuc / caffe_ocr

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

中文字典在哪里 #119

Open huitang opened 4 years ago

huitang commented 4 years ago

text.txt train.txt 里面标注的数据怎么和字符对应呢 多谢🙏

gbolin commented 4 years ago

@huitang,在caffe_ocr/examples/ocr/densenet/label.txt

24-solar-terms commented 4 years ago

@gbolin 你好,我看了下test.txt和train.txt里面ground truth的编号对应到label.txt里面的字符和原图里面的对应不上呀,是我对应的有什么问题嘛,我就是用test.txt和train.txt里面的标号和label.txt里面的行号对应的

huitang commented 4 years ago

我也对不上的 我自己后来自己准备数据了 木有用他的

On Thu, Jul 9, 2020 at 6:04 PM 24-solar-terms notifications@github.com wrote:

@gbolin https://github.com/gbolin 你好,我看了下test.txt和train.txt里面ground truth的编号对应到label.txt里面的字符和原图里面的对应不上呀,是我对应的有什么问题嘛,我就是用test.txt和train.txt里面的标号和label.txt里面的行号对应的

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/senlinuc/caffe_ocr/issues/119#issuecomment-656424409, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOPKZB6OOS4UYUBLFQ5QS3R2ZSJJANCNFSM4JPK7WNA .

susfly commented 3 years ago

@24-solar-terms 你有找到字典吗?

susfly commented 3 years ago

找到了,在这里 https://github.com/xiaomaxiao/keras_ocr/blob/master/densent_ocr/char_std_5990.txt