Is there have any the way to recognize 2line license plate

Hi hailo

lprnet is for single line recognition as i know …
but we need to recognize 2 line
Could you recommend any model that hailo provided ?

BR

We provide the LPRNet as is as part of our Tappas License Plate recognition example app.

My gut feeling tells me you could look into the following options

  • Split the plate into two and run each individual line trough the lprnet
  • Modify the network to learn how to decode two lines

Did you have a look at the README? It contain a couple of links that may be useful.

GitHub - License plate recognition - README