Hi Team,
I modified the official python script onnxrt_ep.py on the PC side to infer my own target detection model and got the correct results. Then I uploaded the modified script onnxrt_ep.py to the board to replace the onnxrt_ep.py script that comes with the board. The result obtained by using the modified script onnxrt_ep.py on the board is wrong. Could you please tell me the reason? Is there any difference between the initial script onnxrt_ep.py officially provided for the PC side and the initial script onnxrt_ep.py provided on the board? Is there any difference between the initial script onnxrt_ep.py officially provided for the PC side and the initial script onnxrt_ep.py provided on the board?
The path of the initial script onnxrt_ep.py officially provided for the PC side: edgeai-tidl-tools-08_02_00_05/examples/osrt_python/ort/onnxrt_ep.py
The path of the initial script onnxrt_ep.py on the board: /opt/edgeai-tidl-tools/examples/osrt_python/ort/onnxrt_ep.py
Kind regards,
Katherine