when comparing with the model trained in fp32, quantition model in AM62A has the follow problem,
The size of bounding boxs of quailtion model jitters, while the fp32 model keeps stable.
the result shows like this.

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.
when comparing with the model trained in fp32, quantition model in AM62A has the follow problem,
The size of bounding boxs of quailtion model jitters, while the fp32 model keeps stable.
the result shows like this.

Hell Shuai Wang,
Thank you for your query. Could you also try this with 16-bit quantization and share the result of that? This is a good first step in diagnosing quantization-related accuracy.
Assuming accuracy is good with 16-bit quantization, we can use hybrid quantization so selectively use 16-bit at critical layers - often the first and/or last convolutional layers. We did a similar analysis when enabling yolov5: https://www.ti.com/video/6286792047001
Please also see the following document as well - debug_level 4 will give floating point and fixed point traces.
Best,
Reese