How to run Hailo-Application-Code-Examples\runtime\cpp\instance_segmentation\yolov8seg?

I’m having some problems getting ready to run this examples: yolov8seg, who knows the specific steps to run, thank you very much!

Hi!

Welcome to Hailo community!

The steps are:
1 cd Hailo-Application-Code-Examples/runtime/cpp/instance_segmentation/yolov8seg/
2 ./get_sources.sh
3 ./build.sh
4 ./build/x86_64/vstream_yolov8seg_example_cpp -hef=yolov8s_seg.hef -input=full_mov_slow.mp4

Please let me know if you have any questions or encounter any errors.

Best regards,
Ronit

Thanks for your help. It’s working normally.