How to modify yolov8n.yaml file when compiling hailomz

----------------- yolov8n.yaml ---------------------------------------------------------------------------
base:


I don’t know where and how to fix it.
When I compile like this: hailomz compile --ckpt 20241017.onnx --calib-path /images/ --yaml hailo_model_zoo/cfg/networks/yolov8n.yaml --classes 1, an error occurs. I think I need to modify the yolov8n.yaml file, but I don’t know how to modify which part. I would appreciate your advice.

network_path: <path_your_onnx>
url: <leave empty>
output_shape: <totalnumberclasses>x5x100
operations: <check your yolo training value>
parameters: <check your yolo training value>

command line :
hailomz compile yolov8n --ckpt=/home/user/yolov8n.onnx --hw-arch hailo8l --calib-path train/images --classes 1 --performance

1 Like

Thank you. Have a nice day.