Tool/software:
Dear Team,
I have trained a Quantization aware training(QAT) v1 model using below link:
(https://github.com/TexasInstruments/edgeai-tensorlab/blob/main/edgeai-modeloptimization/torchmodelopt/edgeai_torchmodelopt/xmodelopt/quantization/v1/docs/qat.md).
The Pytorch model is working fine, but with the corresponding ONNX file(opset: 11), there is a performance drop in the bounding box detection,especially those bounding box with low confidence.
Do you have any suggestions when exporting the model in onnx format?
Thanks and Regards,
Adarsh Kumar