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

how to train custom model for other country license plate #19

Open RajMaster1612 opened 4 years ago

RajMaster1612 commented 4 years ago

how i train this with my own dataset form scratch

pendex900x commented 4 years ago

I have the same doubt

danielchang1985 commented 3 years ago

exactly. I tried running with other datasets(e.g. license plate with english alphabets only) but it can't capture the shape in the bboxes. The above script only works for chinese license plates.