This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好:
我想在 TDA2EXEVM 电路板结果上验证 quantStatsTool 结果和 TIDL 之间的 TIDL 结果;因此我使用型号"cifar10_jacintonet11v2_iter_64000.caffemodel"。
在 tidlModelImport 之后、我获得了 net.bin 和 PRM.bin。
使用 quantStatsTool、我可以获取保存了 cifar 模型 SoftMax 值的"stats_tool_out.bin"文件。
在 TDAEXEVM 板上、使用相同的输入文件、我使用"TIDL 文件 I/O 用例"、然后" 1:将输出帧转储到文件"、并获取"out.bin"。
"out.bin"是否保存了 cifar 模型 SoftMax 值?
或者如何在板载文件中保存 cifarSoftMax 值?
请帮我!
谢谢、此致
您好:
但是、TDA2EXEVM 板上 quantStatsTool 结果和 TIDL 之间的结果是非常不同的!
首先、quantStatsTool 的结果为10字节;板载 TIDL 为1024字节;
TIDL 板载的前10个字节是 softmax out 值?
但是、即使是前10个字节也完全不同。
因为我使用 img 而不是 video,所以我设置了:
pAlgCreateParams->quantHistoryParam1=0;
pAlgCreateParams->quantHistoryParam2=0 ;
pAlgCreateParams->quantMargin = 0;