器件型号: TDA4VE-Q1
我们在入门级设备中部署了 5 个模型, 我们发现 3 个 bin 模型的推理结果 在设备上还可以 ,但 与 模拟 推理相比,2 个具有 4% AP 的 bin 模型减少了。 因此、我们认为 这是 TI 的 API 错误。 如何 解决这个问题?
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.
器件型号: TDA4VE-Q1
我们在入门级设备中部署了 5 个模型, 我们发现 3 个 bin 模型的推理结果 在设备上还可以 ,但 与 模拟 推理相比,2 个具有 4% AP 的 bin 模型减少了。 因此、我们认为 这是 TI 的 API 错误。 如何 解决这个问题?
你好,谢谢你的答复. 模型和评估结果 e2e.ti.com/.../3365.entry.tar.gz
e2e.ti.com/.../8738.img_5F00_in.zipe2e.ti.com/.../4520.bev_5F00_seg2_5F00_inference_5F00_config_5F00_entry.txte2e.ti.com/.../7343.bev_5F00_seg2_5F00_Import_5F00_config_5F00_entry.txt
您好、
我注意到您的 entry/mos/model.onnx 型号有问题、这可能是导致该问题的原因。
[TIDL Import]不支持:Allowlisting:图层名称-/ArgMax:仅支持 keepdims = 1(默认值)--[tidlAllowlistingConstraints/tidl_constraint.cpp, 85]
[TIDL Import]不支持:Allowlisting:层名称-/ArgMax_1:仅支持 keepdims = 1(默认值)--[tidlAllowlistingConstraints/tidl_constraint.cpp、85]
您能否查看 ArgMax 图层并确保它们正确无误? entru/3D/model.onnx 中的模型正确导入和输注。
./PC_DSP_TEST_dl_algo.out s:bev_seg2_inference_config_entry.txt
正在处理配置文件#0:bev_seg2_inference_config_entry.txt
---------------------------- TIDL 过程的 REF_ONLY 流程-------------------------------
# 0。 . T 2257.09… … … …
# 1。 . T 2259.54… … … …
# 2 . . T 2253.60 … … …
就 4%的变化而言、可能是导致变化的不同输入集。
此致、
Chris