LPRNet_Pytorch icon indicating copy to clipboard operation
LPRNet_Pytorch copied to clipboard

Pytorch Implementation For LPRNet, A High Performance And Lightweight License Plate Recognition Framework.

Results 70 LPRNet_Pytorch issues
Sort by recently updated
recently updated
newest added

我每次训练次数达到15次,以后的训练自动都是初始化参数训进行训练,如何修改代码?

Successful to build network! load pretrained model successful! Traceback (most recent call last): File "D:LPRNet_Pytorch-master/test_LPRNet.py", line 176, in test() File "D:LPRNet_Pytorch-master/test_LPRNet.py", line 74, in test Greedy_Decode_Eval(lprnet, test_dataset, args) File "D:LPRNet_Pytorch-master/test_LPRNet.py",...

![K`K `Q2ZV~~BDQAT`{PF~GS](https://user-images.githubusercontent.com/532763/140872195-aa305da0-999d-474e-8515-4e966629fe93.png)

有人遇到过车牌中文识别精度不高,但是英文和数字精度都还行的情况吗

如何识别单张手机拍的照片呢 单张照片作为输入, 输出识别结果

When I test my model with test batch size = 128, the result is better than batch size = 1. Why? I have set model.eval () Can anyone answer my...

How can we train on custom data and can we train the same model on Number Plates with multiple lines like two or three

可提供车牌黄绿蓝数据集q:1041357701

At the line, number 86 of the LPRNet.py module, code should check whether the "phase" is True or False or you should change the phase's default value to "false" at...