This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: ONNX Export issue for QATv1

Part Number: TDA4VM

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