Error when converting from onnx

Hello! First post here, so after my conversion from .onnx to .hef I encounter this strange innaccuracy - I cannot post 2 pictures but the jist of it is that the box is innaccurate. It is way off, my onnx was really precise and this just isnt cutting it, I’ll post photos if people really need them

This was the output when I did the conversion

Not really sure what else I should provide to give you guys a better look on what’s going on


Here it is when testing with a model from the Hailo zoo, it says bg because id=0 for me is background but in the coco set it is a person, so it is detecting a person there, but we all know its ground. there is no person there, could it be an issue with my code?

The issue was the wrong size of the images for calibration. When compiling make sure your calib_path has the correct pixels x pixels.