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
this following error msg came out :
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
and this came out :
is it right that my hef file is not correct version to run on rasberrypi? how can I solve this?
my hailort version is 4.20