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

pre_train model #3

Closed nightfuryyy closed 5 years ago

nightfuryyy commented 5 years ago

Can i use your model STN and LPRNet as init model. Thank you so much for awsome repo.

nightfuryyy commented 5 years ago

btw how can i change learning rate ? In sirius-ai repo, he use lr_schedule.

xuexingyu24 commented 5 years ago

hi @nightfuryyy definitely you could change learning rate as whatever you want. But I use Adam algorithm with which setting up learning rate is not quite common. While SGD with learning rate schedule is pretty much what people commonly do

nightfuryyy commented 5 years ago

thank you so much for helps.

wait1988 commented 5 years ago

can you share your pretrained model for a quick test? @xuexingyu24

xuexingyu24 commented 5 years ago

@wait1988

MTCNN : https://github.com/xuexingyu24/License_Plate_Detection_Pytorch/tree/master/MTCNN/weights

LPRNet: https://github.com/xuexingyu24/License_Plate_Detection_Pytorch/tree/master/LPRNet/weights