Trtexec use for in orin nano

I get trt output with trtexec, but when I try to run this output in v8, I get the error “unicodedecodeerror: ‘utf-8’ codec can’t decode byte 0xe8 in position 4: invalid continuation byte”?
note:
When I convert as yolo…mode=engine, trt happens, but the performance increase I want is not achieved.
Can anyone help with these issues?

Hi,

The error is related to encoding/decoding.
Could you share the API/command that causes this error?

Thanks.

/usr/src/tensorrt/bin/trtexec --onnx=v8.onnx --saveEngine=v8.engine
ım converting onnx to engine file with this code. Then when ı try the engine file in my code , ım getting the this error.

Hi,

It seems that you meet the same issue as below.
Please try the workaround mentioned in that topic:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.