Tool/software:
Hi,
I trained a YOLOv5s model. In order to improve accuracy, I removed the post-processing part when compiling the model. When using edgeai-tidl-tools, I first run python3 onnxrt_ep.py - d and output the model results in arm mode. Run python3 onnxrt_ep. py - c again and output the model results using tidlnode. There is a significant difference in the model results output by the two methods, with - d being the correct result and - c only partially correct.
Later, I set the debug level to 4 and tensororbits to 32 in common_util.py, but the model output was completely incorrect.
May I ask where the problem may be? How to be a bug?
Regards,
Yolanda