- I have install latest debin Os in rpi5.
- I have install hailo-all
- It’s install hailort 19.0 version.
- I have download tappas from the official website.
- I have run install.sh file and try to run detection.sh file
- It’s giving tappas-master/apps/h8/libs/gstreamer/libs/post_processes/libyolo_hailortpp_post.so not found.
- Even no directory available tappas-master/apps/h8/libs/
- We have try but it’s not resolving.
hi there,
had encountered a similar problem with the basic pipelines rpi5-examples when trying to run them on the 8L.
the way i solved it was by renaming the
“libyolo_hailortpp_post.so” file into
“libyolo_hailortpp_postprocess.so”.
but in my case it was also easier to find the file since it is located in
home/carlo/hailo-rpi5-examples/resources/
good luck
Hi @pk.upadhyay,
Please try using the detection example from hailo-rpi5-examples repo:
Let me know if you encounter any issues or have any questions.
@ronits
We have checked there is no option for the face detection and recog.
Hi @pk.upadhyay,
I didn’t realize you were looking for face recognition. In that case, I recommend checking out this community post:
Help with Inference Post-Processing for the SCRFD Model for Face Detection.
Let me know if you need further assistance!