Nms_postprocess

Hi, does Hailo support post-processing (bbox decoding and score-threshold filtering) on the neural core for YOLOv8 and higher?

nms_postprocess(meta_arch=yolov8, engine=nn_core)

Hi @dgarrido,

The nms_postprocess is not supported on the neural core for yolov8. By using engine=cpu, it will still be added to the hef, but performed on the host cpu.