What happens to the Yolov8n Output head

When converting a Yolov8 model to a HAR file and setting the recommended end nodes to be the convolutional layers at the end of the detection head, I notice that it includes the corresponding output head as part of the contents of the HAR file. However it doesn’t seem to do anything with it.

This is the structure from the yolov8n.postprocess.onnx that I am referring to inside of my HAR file.

Is this going to be compiled and used automatically when compiling to a HEF or am I going to have to manually write a post process method to account for the missing output head? If so I see that Hailo seems to have used Yolov8 specifically in their examples but I have yet to find any source code directly including and handling this issue in Tappas or the application examples. Which I find off since yolov8m should be included in the Tappas examples based on a note in the model zoo.

I may have my answer I just realized that on another post of mine someone may have given me the proper way to do this and I didn’t realize what they were talking about at the time.

https://community.hailo.ai/t/not-sure-if-i-properly-converted-yolo-8-model/1953

That being said I’m trying to find the
“…/…/postprocess_config/yolov8n_nms_config.json”

found it. I thought it was a location in the har file. It is part of the model zoo.

https://github.com/hailo-ai/hailo_model_zoo/blob/master/hailo_model_zoo/cfg/postprocess_config/yolov8n_nms_config.json