You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring the CRNN architecture based on the reference paper, improving ChineseLicensePlate testset by nearly 7 points compared to v0.3.0;
We have achieved a super lightweight CRNN_Tiny, which reduces the model size by at least 14 times and increases inference speed by about 3 times compared to the CRNN model;
Fixed the mixed-precision-training bug in train_plate.py.