xuexingyu24 / License_Plate_Detection_Pytorch

A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet
Other
641 stars 171 forks source link

STN train #40

Open XiongXin1207 opened 2 years ago

XiongXin1207 commented 2 years ago

Excuse me,how to get STN weights and what data set does it use

GeekGallifrey commented 2 years ago

LPRNet文件中的preprocess.py 中 使用 cv2.imwrite(save,img_crop)会导致命名的文件乱码,建议改成 cv2.imencode('.jpg', img_crop)[1].tofile(save + '.jpg') 就不会出现文件名乱码问题