Conversion of model weights for human pose estimation model to ONNX results in nonsensical pose estimation

Hi,
I converted torch model to onnx by myself by using torch.onnx.export then get the engine via trtexec. But I find that the result worse than when I run by torch. How can I increase the accuracy?