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: After QAT, the Accuracy drop is still more than 10%

Part Number: TDA4VM

I have trained a pytorch detection model CenterNet and than followed the QAT document to QAT on our pytorch model, but Accuracy drop is still more than 10%.

The mAP of our pytorch model is 0.437. After doing QAT on that pretrained model, the mAP drop to 0.317. Then we test the model on TIDL INT8, the mAP drop to 0.246. Do you have some advise why the Accuracy drop is so big even after doing QAT.