mj-haghighi

Results 2 comments of mj-haghighi

> Successful to build network! > initial net weights successful! > Final test Accuracy: > Traceback (most recent call last): > File "C:\Users\saumy\PycharmProjects\LPRNet_Pytorch-master\train_LPRNet.py", line 268, in > train() > File...

Hi, I think your label should be your image name, just like samples in `data/test` directory. Label of the image is obtained by parsing the image name in `__getitem__()` function...