器件型号: TDA4AEN-Q1
尊敬的 TI 工程师:
我在 TDA4AEN 电路板上编译的 DeepLab 模型的推理结果与 PC 端的推理结果之间遇到了显著差异。 PC 上的推理输出是正确的、但使用相同的 net.bin 和 io.bin 文件在电路板上生成的结果存在很大差异。 下面列出了我的配置参数:
inFileFormat = 1
netBinFile =“./testvecs/config/subgraph_0_tidl_net.bin
ioConfigFile =“./testvecs/config/subgraph_0_tidl_io_1.bin
inData = testvecs/input/20260108_193128_000.bin
outData = testvecs/output/20260108_193128_000_out.bin
writeOutput = 1
postProcType = 0
debugTraceLevel = 2
我使用的工具版本和 SDK 版本都是 11.01。 我已将测试结果、模型文件和输入图像作为附件附上。 您能帮助分析此问题的根本原因吗? (第一幅图像显示 PC 端 OSRT 的编译和推理结果,第二幅图像显示板端推理结果。)

