@Nadav I’m using DFC with linux and below commands to convert onnx to hef and getting the same issue on yolov8n. can you please tell me where can I add those quantization_params?
-
hailo parser onnx yolov8n.onnx --net-name yolov8n --har-path yolov8n.har --start-node-names images --hw-arch hailo8l
-
hailo optimize yolov8n.har --hw-arch hailo8l --use-random-calib-set calib_set.npy --output-har-path yolov8n_quantized_model.har
-
hailo compiler yolov8n_quantized_model.har --hw-arch hailo8l --output-dir .