Hi Hailo Team
I successfully trained a YOLO11s model using Ultralytics YOLO. I was able to export it to ONNX and run the parse and optimize steps without errors.
However, when I run the compilation step:
hailomz compile yolov11s --hw-arch hailo8 --calib-path ../images --resize 640 640 --classes 1 --har yolov11s.har --performance
I get the following error:
[error] Failed to produce compiled graph
[error] BackendAllocatorException: Compilation failed: map::at
ONNX model was exported with:
-
opset=13 -
imgsz=640 -
simplify=True -
dynamic=False
I have ~220 calibration images. Parsing and optimization steps complete successfully.
Could you advise how to successfully compile this model for Hailo8?
Thanks in advance!