@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?
Hi @Vivek_Malvi,
You’re using --use-random-calib-set, this will always give you wrong detections. Please use real images, and the correct pre-processing code.
Hi @Simao_Branco,
I think that it’s not needed in this case. For example, you can check the official alls for YOLOv11n, that doesn’t make use of this: hailo_model_zoo/cfg/alls/generic/yolov11n.alls
Have you tried that? The command that you’re adding was there to tackle a specific issue that might not be relevant for your case.
The problem was that the error occured before adding anything in.
Running with the compiler directly with the model zoo and that .alls file worked just fine, but I was trying to validate the possibility of compiling a model that is not present in the model zoo, by doing the parsing first, then optimizing and then compiling. And that error kept occuring.