I want to write a custom pipeline for a raspberry pi with a Ai kit.
I already used the DFC to complile a network i want to use.
Currently i am a bit overwhelmed with the amount of information so I will briefly describe my position:
I followed the installation guide from.
I executed the test command to check if the installation is successful.
Every output looks like the one in the setup guide.
Now I don’t really find a good explanation where to start. I have read some parts of the TAPPAS User Guide and the HailoRT User Guide.
So now where do i have to start?
Do i have to develop the pipeline on the raspberry pi or is there a way to develop it on a PC?
I am trying to use the Image part of clip on the raspberry Pi hardware accelerator. I just want to process pictures. I have found the example for clip which processes a video.
I also found the detection pipeline in GitHub - hailo-ai/hailo-rpi5-examples.
@omria what do you suggest where should i start.
From my viewpoint the detection pipeline looks a bit simpler to use.
Greetings,
I am currently trying to run a net on Raspberry Pi 5. I modified the detection pipeline example from GitHub - hailo-ai/hailo-rpi5-examples.
When i run it i get the error:
[HailoRT] [error] CHECK failed - Failed to mmap buffer with errno:12
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OUT_OF_HOST_MEMORY(3)
I didn`t realy find a good description of this error other than Link to error description.
I suspected that my hef file maybe is to large(52 MB) but i found other examples where a network is used which is even bigger. I also tried with smaller networks but i get the same error.
So what does this error mean?