Hi Hailo Team and Community,
I’m currently developing a pose estimation system on the Raspberry Pi 5 using the Hailo-8L Entry-Level AI Accelerator.
However, I’ve hit a roadblock:
The official hailo-rpi5-examples
repo does not include the hailo_apps_infra
module required to run pose_estimation_pipeline.py
. I’ve tried installing it using:
pip install git+https://github.com/hailo-ai/hailo-apps-infra.git
…but this method either fails or becomes unstable on Raspberry Pi OS.
My goal:
Run pose_estimation_pipeline.py
(with yolov8s_pose_h8l.hef
) directly on Raspberry Pi 5, and save keypoint inference results for later processing.
My questions:
- How can I properly install or use
hailo_apps_infra
on Raspberry Pi 5? - Is there an official or recommended source/package?
- Does any Docker image or SDK bundle include this module?
Any help or guidance would be greatly appreciated.
Thanks in advance!