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.