Hello,
I am trying to use Hailo8 26Tops on raspberry pi 5.
But when I convert the onnx model to hef. It shows “ImportError: libhailort.so.4.20.0: cannot open shared object file: No such file or directory”
This is the command that I use:
hailomz compile yolov8n --ckpt=best.onnx --hw-arch hailo8 --calib-path train/images --classes 2 --performance
Hi @mypipi0603,
The HailoMZ tool is meant for model preparation and compilation, which should be done on your PC (the more powerful your GPU, the better the compilation performance). Once you’ve compiled your model, you can then deploy it to your Raspberry Pi with the AI Kit.
For the smoothest experience, I recommend downloading our AI Suite from the Developer Zone: https://hailo.ai/developer-zone/software-downloads/
This will give you all the tools you need to compile and prepare your models before deploying them to your RPi.
Best regards,
Omria