Hi. I’m trying to run my custom hef file on rasberrypi5.
I somehow converted my pt file to hef file(cytp.hef) on my local pc which is windows11. (I worked on W2SL Linux env)
and I run it on my rasberrypi by this command
python basic_piplines/detection.py --labels-json resources/barcode-label-json --hef-path resources/cytp.hef --input /dev/video0
It seems like my hef file is uncompatible version to run on my rasberrypi. So I check my hef file version by this command :
hailortcli parse-hef ./resources/cytp.hef
Hi,
I get the same error. RPI5, Hailo8, hailort 4.20 (most recent hailo_rpi5_examples)
After changing to the older docker image for Ai Software Suite 2025-01 (instead of 2025-04) that also uses hailort 4.20 and the recommended DFC 3.30 my compiled HEF file still results in the error:
[HailoRT] [error] Unsupported hef version 1079009656
The correct hardware architecture was selected during the compilation process “–hw-arch hailo8”.