LPRNet_Pytorch
LPRNet_Pytorch copied to clipboard
Custom Training
How can we train on custom data and can we train the same model on Number Plates with multiple lines like two or three
- if it is not chinese license plate and license plate lenth equal to 8, you should delete check(label) funtcion in LPRDataLoader.getitem;
- you should modify the list of CHARS base on your license plate characters, and the filename of train/test images should be its label character;
- T_length should be bigger or equal than twice max license plate lenth;
- our model not support multiple lines at currenct, maybe you can merge multiple lines into one line.
2 'targets' to have scalar type Int; but got torch.cuda.FloatTensor instead (while checking arguments for ctc_loss_gpu)
@2017TJM please let me know how to reproduce this issue, thanks!
Hi , im getting below error while train when i change T_length = 24, since my dataset include Indian License Plate , with single and double line license plate.
File "LPRNet_Train.py", line 94, in
Anybody to help with 2 lines and 1 line license plates?
Have u solved the problem?
Have u solved the problem?
the author has not done nothing relating to this issue
@sirius-ai
Thanks for such a great work!
what does T_length mean? i am confused with args.lpr_max_len
if I change lpr_max_len then output shape could change?
for now my output shape is [1,50,18] Korean Character 50 is class score nums. I want to make longer sequence than 18? is it available?