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.

[TDA4X]: Failed to get layer wise dumps on target

Hi,

We had successfully imported and  inferred a  custom onnx  segmentation model and facing issue in getting the layerwise dumps from target.

Please find the target logs for reference.

Processing config file #0 : testvecs/config/infer/msi/tidl_infer_model.txt
TIDL_RT_OVX: Init ...
TIDL_RT_OVX: Mapping config file ...
TIDL_RT_OVX: Mapping config file ... Done. 36360 bytes
TIDL_RT_OVX: Tensors, input = 1, output = 1
TIDL_RT_OVX: Mapping network file
TIDL_RT_OVX: Mapping network file... Done 16520576 bytes
TIDL_RT_OVX: Init done.
TIDL_RT_OVX: Creating graph ...
TIDL_RT_OVX: input_sizes[0] = 1027, dim = 1024 padL = 3 padR = 0
TIDL_RT_OVX: input_sizes[1] = 1031, dim = 1024 padT = 3 padB = 4
TIDL_RT_OVX: input_sizes[2] = 3, dim = 3
TIDL_RT_OVX: input_buffer = 0xffff35940000 3176511
TIDL_RT_OVX: Creating graph ... Done.

TIDL_RT_OVX: Verifying TIDL graph ... Done.

Instance created for testvecs/config/infer/msi/tidl_infer_model.txt
input 3, 1024, 1024
tidl_ReadNetInput
[C7x_1 ] 166.688135 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:345] Created AlgiVision handle.
[C7x_1 ] 166.688163 s: VX_ZONE_WARNING:[tivxKernelTIDLCreate:614] All Interrupts DISABLED during TIDL process
----------------------- TIDL Process with TARGET DATA FLOW ------------------------
-----INSIDE RTovx
TIDL_RT_OVX: Running Graph ...
TIDL_RT_OVX: input_sizes[0] = 1027, dim = 1024 padL = 3 padR = 0
TIDL_RT_OVX: input_sizes[1] = 1031, dim = 1024 padT = 3 padB = 4
TIDL_RT_OVX: input_sizes[2] = 3, dim = 3
[C7x_1 ] 166.818681 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:601] Node (node=12, pipe=0) acquiring parameters on target 00000080
[C7x_1 ] 166.818715 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:660] Node (node=12, pipe=0) executing on target 00000080
[C7x_1 ] 166.821610 s: VX_ZONE_INFO:[tivxKernelTIDLProcess:291] ALGOCHECK
[C7x_1 ] 166.821815 s: 0 1.00000 0.00000 255.00000 1
[MCU2_0] 188.038062 s: DHCP client timed out. Retrying.....
[MCU2_0] 356.038058 s: DHCP client timed out. Retrying.....
[MCU2_0] 524.038062 s: DHCP client timed out. Retrying.....
[MCU2_0] 692.038070 s: DHCP client timed out. Retrying.....

We have used the below infer file :

inFileFormat = 2
postProcDataId = 0
quantRangeUpdateFactor = -1.000000
inData = testvecs/config/list.txt
outData = "testvecs/config/tidl_models/onnx/msi/out.bin"
netBinFile = testvecs/config/tidl_models/onnx/msi//tidl_net_model.bin
ioConfigFile = testvecs/config/tidl_models/onnx/msi//tidl_io_model_1.bin
#flowCtrl = 3
writeTraceLevel = 3
debugTraceLevel = 1
writeOutput = 2

Is there anything else we have missed to get the layer dumps.Kindly suggest

SDK version used:ti-processor-sdk-rtos-j721e-evm-07_01_00_11

Regards

Sithara Tresa Chacko