Hello, I’m currently trying to run the “Hailo Application Code Examples/runtime/python/objection_detection” example on my Raspberry Pi.
I followed the instructions in the .md file, but I always encounter issues related to the Hailort version and can’t find Hailort files. I suspect that some of my libraries are not properly installed.
Assuming I have a Raspberry Pi 5 and a Hailo module, and I have only installed the Raspberry Pi 5 image, what should I do? What Hailort libraries should I install step by step and what environment and driver configurations should I set up in order to successfully run this example?
The Hailo Application Code Examples you linked in your post are provided by Hailo solely on an “AS IS” basis and “with all faults”. They are not specific to Raspberry Pi 5 and may need some tinkering to get them working.
Actually, I was able to run the official examples on the Raspberry Pi quite some time ago. I have been trying to deploy my own CNN model (U-Net) on the Raspberry Pi 5 AI KIT, and I have already converted it into a .hef model using DFC.
A while ago, I carefully studied the GitHub - Hailo Raspberry Pi 5 - Examples. I noticed that this example is based on GStreamer, but I have no experience in this area. I spent a lot of time trying to modify this example to fit my needs, but without much success. I have also asked many questions in this community.
Recently, I saw the routine I just mentioned. This routine is much easier to modify, and I have already made the modifications. Now I am trying to run it on the Raspberry Pi 5 AI KIT.
I wonder if you have any better suggestions for my problem. Thank you very much.