onnx to hef model

want to deploy a custom yolov8 model to hailo. I have trained a model using ultrlytics and after that I converted this model to onnx format. After that to convert my model to hef format I followed the steps.
first I made parsing using:
hailomz parse yolov8n --ckpt /home/usr/hailo-models/hailo-n178.onnx --hw-arch hailo8 --start-node-names 'images' --end-node-names
how can i decide which are the --end-node-names, and how the nms configuration follow that --end-node-names

Hi,

We recently updated our retraining guide.

Thanks,