TI中文支持网
TI专业的中文技术问题搜集分享网站

TDA4VM: app_tidl_avp demo Set C7X_1 Node Target

Part Number:TDA4VM

in vision_apps/apps/dl_demos/app_tidl_avp/avp_tidl_module.c
I modify the function app_create_graph_tidl_od
tidlObj->node = tivxTIDLNode(graph, tidlObj->kernel, params, input_tensor, output_tensor);
status = vxGetStatus((vx_reference)tidlObj->node);
vxSetNodeTarget(tidlObj->node, VX_TARGET_STRING, TIVX_TARGET_DSP_C7_1_PRI_1);
vxSetReferenceName((vx_reference)tidlObj->node, "ODTIDLNode");

app_create_graph_tidl_seg
tidlObj->node = tivxTIDLNode(graph, tidlObj->kernel, params, input_tensor, output_tensor);
status = vxGetStatus((vx_reference)tidlObj->node);
vxSetNodeTarget(tidlObj->node, VX_TARGET_STRING, TIVX_TARGET_DSP_C7_1_PRI_2);
vxSetReferenceName((vx_reference)tidlObj->node, "segTIDLNode");
When I run on the evm board for a few minutes, debug print
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:

Cherry Zhou:

Hi,

We've got the issue and escalated to E2E for more help, please see the link below and will get back to you soon:

e2e.ti.com/…/tda4vm-app_tidl_avp-demo-set-c7x_1-node-target

,

Cherry Zhou:

Hi,

Can you please provide the change files? and it is important to mention the SDK version that was used as the starting point.

Thanks.

赞(0)
未经允许不得转载:TI中文支持网 » TDA4VM: app_tidl_avp demo Set C7X_1 Node Target
分享到: 更多 (0)