Hello Everyone.
I’m trying to develop LPR pipeline using Hailo 15h. For firmware specification i am using 4.21.0 of hailort and 1.7.0 hailo media library across the OS.
RIght now I’m trying to build License Plate Detection pipeline with the prebuilt hailo-gstreamer plugins, I have taken reference for lpr detection pipeline from hailo-camera-apps repo:
Main roadblock is i can’t find all the mentioned resources in this reference script,
Can someone help if these module are available prebuilt or not.
If available then where can i exactly find all the mentioned cross compiled nv12 format AI models.
(yolov5m_vehicles_nv12.hef, tiny_yolov4_license_plates_nv12.hef, lprnet_nv12.hef)
and postprocesses also:
liblpr_overlay.so, liblpr_ocrsink.so
if the resource are not available then can you please guide me to build this hailo-camera-app repo or show me the way to do it.