gbolin
gbolin
Do not use pytorch 0.1.12, its _CTC function does not have attribute apply. here is the proof. vim warp-ctc/pytorch_binding/warpctc_pytorch/__init__.py +60 we know that 'apply' from _CTC function, and the _CTC...
@IEEE-FELLOW but, the self.alphabet only used in function decode, ` if raw: return ''.join([self.alphabet[i - 1] for i in t]) else: char_list = [] for i in range(length): if t[i]...
> 可以参考这个https://github.com/Sierkinhane/crnn_chinese_characters_rec @Sierkinhane 提供的数据集有用的
hi man, did you solve it ?
@alevillard can you give me a little more detailed information? how to 'with box segmentation'? specify some arguments?
@amitdo sir, after our team tracking the source code, we found a logical bug when getting the *.tr file by running command "tesseract chi.font.exp0.tif chi.font.exp0 nobatch box.train". the program flow:main()->ProcessPages()->ProcessPageInternal()->ProcessPage()->Recognize()->ApplyBoxes()->ResegmentCharBox(),...
> I'm not a core developer, and I have no answer to your question, sorry. @amitdo anyway, many thanks to you and your team for your brilliant work!
@huitang,在caffe_ocr/examples/ocr/densenet/label.txt