sirius-ai / LPRNet_Pytorch

Pytorch Implementation For LPRNet, A High Performance And Lightweight License Plate Recognition Framework.
Apache License 2.0
908 stars 227 forks source link

train的那个文件中没有labels的路径吗?所以不用labels训练? #63

Open frandoLin opened 2 years ago

SergeyLev commented 2 years ago

Labels are encoded in image file name eg. 京PL3N67.jpg. In case if you have a numberplate with same symbols, filename should be something like 京PL3N67_bla.jpg

Smiler-X commented 2 years ago

这个是要自己设置路径吗

LadiesMan924 commented 2 years ago

label就是图片的名称啊,你看看自定义dataloader那部分就明白了

feitianhouren commented 2 years ago

Label is the image file name.

littleloverlalala commented 1 year ago

可是图片名字有中文的话会报错说no module named shape 这该怎么解呢