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:如何使用自己的测试数据集验证 TIDL 模型的精度?

Guru**** 2931100 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/669604/tda2exevm-how-could-validate-the-tidl-model-accuracy-with-own-test-data-set

器件型号:TDA2EXEVM

您好:

  我有一个简单的分类模型、带有标签、我的测试数据集的准确度为90%(约1000张图片);

  然后我将 ticaffe 模型转换为 TIDL 模型;使用"quantStatsTool",我测试10张图片数据作为手册,分类结果正确;下面是我的推测文件:  

 rawImage   = 0
 NumFrames  = 1
 PreProType = 3.
 inData  =..\test\testvecs\input\1040.jpg
 traceDumpBaseName  =".\trace_dump_"
 outData  =".\stats_tool_out.bin"
 updateNetWithStats  = 0

 …

  但我有1000个测试数据(更高版本),如何使用"quantStatsTool"自动测试1000个数据并获得精度?不仅一次测试1个数据、因此需要重复1000 (或更多)次?

 请帮我!谢谢。