Hello everyone,
I converted the yolov5n_seg.onnx
file into yolov5n_seg.hef
format using hailomz. However, when I tested it on the instance_segmentation.py
file found in the rpi5 examples, I encountered the following error:
Segmentation Fault
Can you help me?
Thanks!
Hi @Faruk_Cinemre please send more information.
Did you made changes to the model? Did you tried using the precompiled model from our model zoo? Which versions are you using?
Please try running your hef from cli with:
hailortcli run yolov5n_seg.hef
Also please provide the output of the parse-hef command:
hailortcli parse-hef yolov5n_seg.hef
Thanks