Hello,
I trained lprnet with a custom dataset, compiled it to hef and it does not work out of the box with tappas licence_plate_recognition pipeline. The output differs, see below.
I followed the trainig guide available here
and compiled it with docker hailo_ai_sw_sui
te_2025-01
Have I done something wrong or it is a compile problem ?
I will not use that pipeline but it would be nice to just work.
LPRNet compiled by Hailo
hailortcli parse-hef lprnet.hef
Architecture HEF was compiled for: HAILO8
Network group name: lprnet, Single Context
Network name: lprnet/lprnet
VStream infos:
Input lprnet/input_layer1 UINT8, NHWC(75x300x3)
Output lprnet/conv31 UINT8, FCR(5x19x11)
LPRNet compiled by me
hailortcli parse-hef lprnet.hef
Architecture HEF was compiled for: HAILO8
Network group name: lprnet, Single Context
Network name: lprnet/lprnet
VStream infos:
Input lprnet/input_layer1 UINT8, NHWC(75x300x3)
Output lprnet/avgpool1 UINT8, FCR(1x19x37)