LPRNet_Pytorch icon indicating copy to clipboard operation
LPRNet_Pytorch copied to clipboard

how to feed the labels/annotation of the images during training?

Open tsan1 opened this issue 3 years ago • 1 comments

Hi,

How do I feed the annotation text file during training? There is no argument to feed annotation file

tsan1 avatar May 13 '21 05:05 tsan1

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 in LPRDataLoader You should also set your character set in load_data.py.

mj-haghighi avatar Jul 13 '21 07:07 mj-haghighi