Failed to parse onnx file, Engine creation failed. INT64. Attempting to cast down to INT32

I tried both the save model file and getting following error using trtexec execution:
Unsupported ONNX data type: UINT8 (2)
ERROR: image_tensor:0:189 In function importInput:
[8] Assertion failed: convertDtype(onnxDtype.elem_type(), &trtDtype)

Issue seems to be due to incorrect dtype (UINT8) of image_tensor node.
Please refer below link for more details:

Thanks