Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 635 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 635 Bytes

LPR ONNX=>TensorRT

1.Reference

LP detect and recognize

2.Export ONNX Model

python export_det.py
python export_rec.py

LPRNet permute[batch,68,18] to [batch,18,68]

3.TRT

RetinaLP

INPUT

[batch,3,1280,1280]

LPRNet

INPUT

[batch,3,24,94]

4.Results