Open ShaheenPerveen opened 3 years ago
Hey @ShaheenPerveen can you please tell me how you run this project on own image. i have done setup but i am facing this issue.
We don't expect you to use default class number...Retry it
Empty alphabet...
Traceback (most recent call last):
File "demo/rrpn_e2e_infer.py", line 38, in
I have changed the path of model in config yml file.
@kbrajwani The problem may be the lack of alphabet file. We have updated the necessary alphabet for your testing. If you have any further problems please feel free to leave message.
@mjq11302010044 Thanks
I am using the pre-trained model for testing on my own images. I had downloaded model_IC15_89.pth using the link https://drive.google.com/file/d/1nv-ZjbYBj8ePZRa_fAhbHvzm7HqSxPWK/view?usp=sharing and changed the path to the location of this checkpoint in configs/arpn_E2E/e2e_rrpn_R_50_C4_1x_test_AFPN_RT_LERB_Spotter.yaml The output generated by the pretrained model looks like this
I am assuming the detection head of the model is working and hence it is able to detect some of the words in the image and provide the coordinates as output but the recognition head is not able to recognize the character content of the boxes detected by detection head.
@mjq11302010044 Could you please help me with understanding why the implementation is not able to recognise any character?