LPRNet_Pytorch
LPRNet_Pytorch copied to clipboard
Fix opencv imread when the fpath contains Chinese
opencv 无法读取中文路径下的图片(如Windows系统上)。使用 numpy 读取到内存,然后使用 opencv 解码,实现图片读取。
遇到了同样的bug,希望作者pull一下。 另外 batch_size 系列参数没有设置为int类型,如果外部输入会认成str