as the there is package for rpi os , but how to use the ai hat on ubuntu 24.04. I tried all existing discussions but neither worked . finally it stuck on error message : not found import hailo.
i tried the blog hacker guide to using ai kit on ubuntu , . so whether i am wrong in installation or this accelarator can not be accessed and use for ml model.
I am also stuck at same point. where i have followed al instruction and when i run “python basic_pipelines/detection.py --input resources/detection0.mp4” then i got error
“(venv_hailo_rpi_examples) raspberry@raspberry:~/hailo-rpi5-examples$ python basic_pipelines/detection.py --input resources/detection0.mp4
Traceback (most recent call last):
File “/home/raspberry/hailo-rpi5-examples/basic_pipelines/detection.py”, line 8, in
import hailo
ModuleNotFoundError: No module named ‘hailo’ “
It looks like the tappas Python binding isn’t installed or might not be installed correctly.
Could you try running pip list | grep hailo inside your virtual environment? This will help us check if the bindings are there - these are what let you grab the postprocess results for each frame.