@CA-USTC Thank you very much for your open-source implementation. Through experiments and training, I have found that adding STNet can effectively improve the performance of license plate recognition.
Model
ARCH
Input Shape
GFLOPs
Model Size (MB)
ChineseLicensePlate Accuracy (%)
Training Data
Testing Data
CRNN
CONV+GRU
(3, 48, 168)
4.0
58
82.147
269,621
149,002
CRNN_Tiny
CONV+GRU
(3, 48, 168)
0.3
4.0
76.590
269,621
149,002
LPRNetPlus
CONV
(3, 24, 94)
0.5
2.3
63.546
269,621
149,002
LPRNet
CONV
(3, 24, 94)
0.3
1.9
60.105
269,621
149,002
LPRNetPlus+STNet
CONV
(3, 24, 94)
0.5
2.5
72.130
269,621
149,002
LPRNet+STNet
CONV
(3, 24, 94)
0.3
2.2
72.261
269,621
149,002
The relevant code has been open sourced and can be viewed at zjykzj/crnn-ctc
@CA-USTC Thank you very much for your open-source implementation. Through experiments and training, I have found that adding STNet can effectively improve the performance of license plate recognition.
The relevant code has been open sourced and can be viewed at zjykzj/crnn-ctc