License_Plate_Detection_Pytorch
License_Plate_Detection_Pytorch copied to clipboard
STN train
Excuse me,how to get STN weights and what data set does it use
LPRNet文件中的preprocess.py 中 使用 cv2.imwrite(save,img_crop)会导致命名的文件乱码,建议改成 cv2.imencode('.jpg', img_crop)[1].tofile(save + '.jpg') 就不会出现文件名乱码问题