Open yyj-1029 opened 1 year ago
Hi @yyj-1029 . When you say it fails to detect any objects, do you refer to the ONNX file, the TRT engine or the original torch model? Can you share some code? Please note that when performing QAT/PTQ the model goes through some changes that prepare it for 8bit TRT. at that stage, it is saved to an ONNX file.
I trained my model on my own dataset following the guidance from qat_ptq_yolo_nas.md. The model works fine in non-QA situations, but after applying QAT, it fails to detect any objects.