How to modify yolov8n.yaml file when compiling hailomz

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