I’ve got a raspberry pi 5 and AI Hat+ and I’m working on an object detection project using Hailo 8L - yolov8s.hef and I can’t figure out where to find the compatible post-procressor for version 4.22. Did Hailo stop distributing tappas in the more recent .deb builds. I found a post-processor in 3.11 but it isn’t compatible with yolov8s.hef. Please help.
is there a files i can download called…?
hailo-post-processes_4.22.0_arm64.deb that includes libyolo_hailortpp_post.so
I’ve been stalled on this for a long time and can’t find any documentation that helps.
There were some changes in HailoRT and the post process include dependencies and we will release an updated package soon in collaboration with RPi.
Meanwhile I suggest you to use our official version which is tested and its installation flow is handled by RPi (apt install hailo-all).
Don’t worry you are not missing anything . Your best bet is to always use the latest official supported package by RPi.
thank you. I’m still struggling to get this working. The problem is that it seem the official raspberry pi page for the AI hat+ seems to support up to 4.19.
but the model zoo for Hailo8L only appears to supply V2 .hef files. The problem is that 4.19 need version 1 hef files but i can’t find a source for those in the model zoo.
I think I’ve found the main issue. From what I tell, the newest version of the complete AI software stack that will run on the Pi 5 and AI Hat+ is 4.19. What I have learned is that the .hef files in the model zoo on github are all in a version 2 format. I’ve come to understand that the software, 4.19 and older are require version 1 .hef files to work properly. (for a long time I didn’t realize there were two different versions of .hef files.
Digging deeper I was not able to find any precompiled version 1 .hef files, but it is possible to compile them on the correct PC hardware running a linux docker. I happen to have hardware that can run it, but my old PC is struggling.
Unfortunately I have not found a way to compile .hef files on Apple silicon. (Which is my primary machine)
I currently have my system slogging away in docker, trying to compile, but it has been going for several hours and I have no idea how long it could take.
I have compiled the Hailo 4.22 and Tappas 5.0 for the Rpi5 with Ubuntu 24.04 and things seem to work ok for what I tried;-) So, there is no big problem with running that on the Rpi5/ARM64. I don’t know, why the official Raspberry Pi OS is stuck with the old version.