LPRNet_Pytorch
LPRNet_Pytorch copied to clipboard
how to feed the labels/annotation of the images during training?
trafficstars
Hi,
How do I feed the annotation text file during training? There is no argument to feed annotation 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 in LPRDataLoader
You should also set your character set in load_data.py.