Hi Hailo Community,
I am working on my first project (named AAP-VEX) and I’ve hit a wall during the compilation phase.
My hardware setup:
-
Raspberry Pi 5
-
Hailo-8L (M.2 HAT)
-
Raspberry Pi Camera Module 3
Software Environment:
-
I am using the latest tools available on the Hailo website.
-
I have tried the compilation process both using Hailo Model Zoo on WSL and within the official Hailo Docker container.
What I’ve done so far:
-
Trained a custom model using a custom dataset at 640x640 resolution.
-
Tried several architectures: YOLOv8s, YOLOv8n, and YOLOv5n.
-
Successfully converted the models from
.ptto.onnxand then to.har.
The Problem: Every time I attempt to compile the .har file into a .hef file, the process fails with the following error: No successful assignments: concat14 errors: Agent infeasible
This happens consistently across all models I’ve tried (v5n, v8n, v8s). Since I am using the Hailo-8L, I suspect it might be a resource allocation issue, but I am unable to bypass this “Agent infeasible” bottleneck.
Questions:
-
What am I doing wrong in the conversion or compilation flow?
-
Are there specific constraints for the Hailo-8L that I should account for in my
.allsconfiguration or during the ONNX export?
I would prefer to solve this on my end to learn the process, but if anyone is willing to take a look at my files, I am happy to share the model for debugging.
Thanks in advance for your help!