mjq11302010044 / RRPN_plusplus

RRPN++: Guidance Towards More Accurate Scene Text Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alphabet FileNotFoundError

ShaheenPerveen opened this issue · comments

Hi
I am unable to find a source to obtain './data_cache/alphabet_IC13_IC15_Syn800K_pro.txt'.
I understand that training the network generates the file at ./data_cache folder as mentioned in #3 but what should I do in case if I only want to test the model on my images? Is it possible to provide link to this file?
Below is the error encountered when trying to test on my images

  File "rrpn_e2e_infer.py", line 99, in <module>
    alphabet = open(cfg.MODEL.ROI_REC_HEAD.ALPHABET).readlines()[0] + '-'
FileNotFoundError: [Errno 2] No such file or directory: './data_cache/alphabet_IC13_IC15_Syn800K_pro.txt'

@ShaheenPerveen Please refer to issue #3.

Thank you @mjq11302010044, I see you have suggested to run the data processing in #3. Could you please mention the steps to do that. I dont see it anywhere in the documentation i.e. how to run data processing?