Open Omnipresent opened 6 years ago
I am running
demo.py
on a sample image like below:and getting result that has an extra
s
in the end:➜ crnn.pytorch git:(master) ✗ python demo.py data/demo8.png loading pretrained model from ./data/crnn.pth s-----a--h---a---r--a--s-- => saharas
Is there a way for me to troubleshoot why it is putting an extra
s
in the end?
i think you and do some padding with constant(eg,zero)
I am running
demo.py
on a sample image like below:and getting result that has an extra
s
in the end:Is there a way for me to troubleshoot why it is putting an extra
s
in the end?