Bert_OCR.pytorch
Bert_OCR.pytorch copied to clipboard
Unofficial PyTorch implementation of 2D Attentional Irregular Scene Text Recognizer
我看代码,cnn出来后map H好像变为了1,最后的attention是1D attention?不是2D
hello, thank you for sharing the codes. I cannot understand the following line in dataset.py: out_of_char = f'[^{self.opt.character}]' self.opt.character is 0123456789abcdefghijklmnopqrstuvwxyz out_of_char is **[^**0123456789abcdefghijklmnopqrstuvwxyz**]** can you tell me what the...
对应位置没有这个.txt文件,我应该如何下载?
when I train it on Chinese dataset, it gives an error: RuntimeError: tabulate: failed to synchronize: cudaErrorAssert: device-side assert triggered,How can I fix it?
I wonder what data set you're training for. Using the ST data set and MJ data set, I only got 0.68 accuracy on the CUTE80.
Hi, thanks for your awesome repo. I wonder there is any progress? I try to implement this paper too and achieve similar performance with yours, but far away from the...
Dear author, have you visualized the attention masks like the pics in the original paper? Can that really find the location of each character? 