Hello,
I was able to compile the instance_segmentation example for aarch64, yet this is what I'm getting on the edge device that has Hailo-8 on it.
$ pwd
/root/build_instance_segmentation/aarch64
$ ./instance_segmentation --net yolov8s_seg.hef --input bus.jpg
terminate called after throwing a[3397689.572919] audit: type=1701 audit(1712741848.856:20): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=44506 comm="instance_segmen" exe="/root/build_instance_segmentation/aarch64/instance_segmentation" sig=6 res=1
n instance of 'std::runtime_error'
what(): Could not find 'scripts' folder.
Aborted (core dumped)
Note that creating an empty "scripts" directory on the current working directory didn't help... same error...