Part Number: TDA4VM
I'm running inference on target using a modified version of onnx_main in edge-ai-tools examples. Running inference on CPU (i.e. accelerated mode set to "0") works fine but when running with acceleration turned on I get the following output:
-------------------------------------------------------------------------------------------------------------------------------
***** Display run Config: start *****
verbose level set to: 32
accelerated mode set to: 1
device mem set to: 1
loop count set to: 1
model path set to:
model artifacts path set to: /opt/quantized_net/depthnet_no_gather_half_size_fixed_slice/calib_frames_3/calib_iter_5/quant_8_bit/accuracy_9/power_of_two_1/artifacts/depthnet_no_gather_half_size_fixed_slice/
image path set to: /opt/quantized_net/test_depthnet/cropped/cropped_0000000000.png
device_type set to: cpu
labels path set to: test_data/labels.txt
num of threads set to: 4
num of results set to: 5
num of warmup runs set to: 2
***** Display run Config: end *****
[09:08:09.000.000000]:INFO:[runInference:0343] accelerated mode
[09:08:09.000.000088]:INFO:[runInference:0346] artifacts: /opt/quantized_net/depthnet_no_gather_half_size_fixed_slice/calib_frames_3/calib_iter_5/quant_8_bit/accuracy_9/power_of_two_1/artifacts/depthnet_no_gather_half_size_fixed_slice/
libtidl_onnxrt_EP loaded 0x97419b0
Final number of subgraphs created are : 2, - Offloaded Nodes - 116, Total Nodes - 118
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
12608.317192 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
12608.317266 s: VX_ZONE_INIT:Enabled
12608.317276 s: VX_ZONE_ERROR:Enabled
12608.319348 s: VX_ZONE_WARNING:Enabled
12608.319950 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
12608.320209 s: VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
12608.375311 s: VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message returned failure cmd_status: -1
12608.375337 s: VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
12608.375362 s: VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode
12608.375381 s: VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
12608.375399 s: VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
12608.375439 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl ... failed !!!
12608.375469 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
12608.375478 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
TIDL_RT_OVX: ERROR: Verifying TIDL graph ... Failed !!!
TIDL_RT_OVX: ERROR: Verify OpenVX graph failed
[09:08:10.157.157618]:INFO:[runInference:0368] Loaded model /opt/quantized_net/depthnet_no_gather_half_size_fixed_slice/calib_frames_3/calib_iter_5/quant_8_bit/accuracy_9/power_of_two_1/artifacts/depthnet_no_gather_half_size_fixed_slice//RCF360_for_conti_no_gather_half_size_fixed_slice.onnx
[09:08:10.157.157707]:INFO:[printTensorInfo:0251] number of inputs:1
[09:08:10.157.157726]:INFO:[printTensorInfo:0252] number of outputs: 3
[09:08:10.157.157743]:INFO:[printTensorInfo:0253] input(0) name: im_data
[09:08:10.157.157759]:INFO:[printTensorInfo:0258] Input 0 : name=im_data
[09:08:10.157.157776]:INFO:[printTensorInfo:0265] Input 0 : type=1
[09:08:10.157.157819]:INFO:[printTensorInfo:0268] Input 0 : num_dims=4
[09:08:10.157.157839]:INFO:[printTensorInfo:0271] Input 0 : dim 0=1
[09:08:10.157.157855]:INFO:[printTensorInfo:0271] Input 0 : dim 1=256
[09:08:10.157.157870]:INFO:[printTensorInfo:0271] Input 0 : dim 2=1520
[09:08:10.157.157885]:INFO:[printTensorInfo:0271] Input 0 : dim 3=3
12608.469137 s: VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message returned failure cmd_status: -1
12608.469160 s: VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
12608.469174 s: VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode
12608.469182 s: VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
12608.469191 s: VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
12608.469201 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl ... failed !!!
12608.469214 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
12608.469222 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
12608.469387 s: VX_ZONE_ERROR:[ownGraphScheduleGraphWrapper:820] graph is not in a state required to be scheduled
12608.469397 s: VX_ZONE_ERROR:[vxProcessGraph:755] schedule graph failed
12608.469451 s: VX_ZONE_ERROR:[vxProcessGraph:760] wait graph failed
ERROR: Running TIDL graph ... Failed !!!
12608.587632 s: VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message returned failure cmd_status: -1
12608.587654 s: VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
12608.587677 s: VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode
12608.587696 s: VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
12608.587713 s: VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
12608.587751 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl ... failed !!!
12608.587773 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
12608.587782 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
12608.587989 s: VX_ZONE_ERROR:[ownGraphScheduleGraphWrapper:820] graph is not in a state required to be scheduled
12608.588000 s: VX_ZONE_ERROR:[vxProcessGraph:755] schedule graph failed
12608.588007 s: VX_ZONE_ERROR:[vxProcessGraph:760] wait graph failed
ERROR: Running TIDL graph ... Failed !!!
[09:08:10.412.412102]:INFO:[runInference:0499] invoked
[09:08:10.412.412158]:INFO:[runInference:0500] average time: 105.813004 ms
[09:08:11.1838.838846]:INFO:[runInference:0646]
Completed_Model : 0, Name : depthnet_no_gather_half_size_fixed_slice, Total time : 105.813004, Offload Time : 0 , DDR RW MBs : 0, Output File : /opt/quantized_net/test_depthnet/cropped/cropped_0000000000.png
12610.066498 s: VX_ZONE_INIT:[tivxHostDeInitLocal:100] De-Initialization Done for HOST !!!
12610.070879 s: VX_ZONE_INIT:[tivxDeInitLocal:193] De-Initialization Done !!!
APP: Deinit ... !!!
REMOTE_SERVICE: Deinit ... !!!
REMOTE_SERVICE: Deinit ... Done !!!
IPC: Deinit ... !!!
IPC: DeInit ... Done !!!
MEM: Deinit ... !!!
MEM: Alloc's: 20 alloc's of 203486952 bytes
MEM: Free's : 20 free's of 203486952 bytes
MEM: Open's : 0 allocs of 0 bytes
MEM: Deinit ... Done !!!
APP: Deinit ... Done !!!
[09:08:11.1850.850647]:DEBUG:[~ModelInfo:0407] DESTRUCTOR
-------------------------------------------------------------------------------------------------------------------------------
while the output of "source /opt/vision_apps/vision_apps_init.sh" is:
-------------------------------------------------------------------------------------------------------------------------------
[C7x_1 ] 18082.044307 s: VX_ZONE_INFO:Enabled
[C7x_1 ] 18082.044307 s: VX_ZONE_INFO:Enabled
[C7x_1 ] 18082.050768 s: VX_ZONE_INFO:[tivxKernelTIDLCreate:625] L1 = 16 KB, L2 = 448 KB, L3 = 7968 KB
[C7x_1 ] 18082.050768 s: VX_ZONE_INFO:[tivxKernelTIDLCreate:625] L1 = 16 KB, L2 = 448 KB, L3 = 7968 KB
[C7x_1 ] 18082.050792 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:281] Calling ialg.algNumAlloc ...
[C7x_1 ] 18082.050792 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:281] Calling ialg.algNumAlloc ...
[C7x_1 ] 18082.050819 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:285] Allocating 14 memory records ...
[C7x_1 ] 18082.050819 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:285] Allocating 14 memory records ...
[C7x_1 ] 18082.050845 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.050845 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.052464 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.052464 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.052502 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 0 @ space = 17 and size = 15208, addr = 10034ce00 ...
[C7x_1 ] 18082.052502 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 0 @ space = 17 and size = 15208, addr = 10034ce00 ...
[C7x_1 ] 18082.052532 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 1 @ space = 17, size = 136, align = 128 ...
[C7x_1 ] 18082.052532 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 1 @ space = 17, size = 136, align = 128 ...
[C7x_1 ] 18082.052563 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 1 @ space = 17 and size = 136, addr = 100350b00 ...
[C7x_1 ] 18082.052563 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 1 @ space = 17 and size = 136, addr = 100350b00 ...
[C7x_1 ] 18082.052593 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 2 @ space = 0, size = 16384, align = 128 ...
[C7x_1 ] 18082.052593 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 2 @ space = 0, size = 16384, align = 128 ...
[C7x_1 ] 18082.052623 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 2 @ space = 0 and size = 16384, addr = 64e00000 ...
[C7x_1 ] 18082.052623 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 2 @ space = 0 and size = 16384, addr = 64e00000 ...
[C7x_1 ] 18082.052652 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 3 @ space = 1, size = 458752, align = 128 ...
[C7x_1 ] 18082.052652 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 3 @ space = 1, size = 458752, align = 128 ...
[C7x_1 ] 18082.052682 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 3 @ space = 1 and size = 458752, addr = 64800000 ...
[C7x_1 ] 18082.052682 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 3 @ space = 1 and size = 458752, addr = 64800000 ...
[C7x_1 ] 18082.052711 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 4 @ space = 2, size = 8159232, align = 128 ...
[C7x_1 ] 18082.052711 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 4 @ space = 2, size = 8159232, align = 128 ...
[C7x_1 ] 18082.052741 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 4 @ space = 2 and size = 8159232, addr = 70020000 ...
[C7x_1 ] 18082.052741 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 4 @ space = 2 and size = 8159232, addr = 70020000 ...
[C7x_1 ] 18082.052771 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 5 @ space = 17, size = 3871284, align = 128 ...
[C7x_1 ] 18082.052771 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 5 @ space = 17, size = 3871284, align = 128 ...
[C7x_1 ] 18082.052844 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 5 @ space = 17 and size = 3871284, addr = 100350d00 ...
[C7x_1 ] 18082.052844 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 5 @ space = 17 and size = 3871284, addr = 100350d00 ...
[C7x_1 ] 18082.052874 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 6 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.052874 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 6 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.052905 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 6 @ space = 17 and size = 256, addr = e4000000 ...
[C7x_1 ] 18082.052905 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 6 @ space = 17 and size = 256, addr = e4000000 ...
[C7x_1 ] 18082.052934 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 7 @ space = 17, size = 152441856, align = 128 ...
[C7x_1 ] 18082.052934 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 7 @ space = 17, size = 152441856, align = 128 ...
[C7x_1 ] 18082.053007 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 7 @ space = 17 and size = 152441856, addr = 100702100 ...
[C7x_1 ] 18082.053007 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 7 @ space = 17 and size = 152441856, addr = 100702100 ...
[C7x_1 ] 18082.053178 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 8 @ space = 17, size = 128, align = 128 ...
[C7x_1 ] 18082.053178 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 8 @ space = 17, size = 128, align = 128 ...
[C7x_1 ] 18082.053386 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 8 @ space = 17 and size = 128, addr = e4000400 ...
[C7x_1 ] 18082.053386 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 8 @ space = 17 and size = 128, addr = e4000400 ...
[C7x_1 ] 18082.053490 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 9 @ space = 17, size = 3200, align = 128 ...
[C7x_1 ] 18082.053490 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 9 @ space = 17, size = 3200, align = 128 ...
[C7x_1 ] 18082.053573 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 9 @ space = 17 and size = 3200, addr = e4000800 ...
[C7x_1 ] 18082.053573 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 9 @ space = 17 and size = 3200, addr = e4000800 ...
[C7x_1 ] 18082.053675 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 10 @ space = 17, size = 5431680, align = 128 ...
[C7x_1 ] 18082.054515 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 10 @ space = 17 and size = 5431680, addr = 109863600 ...
[C7x_1 ] 18082.054515 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 10 @ space = 17 and size = 5431680, addr = 109863600 ...
[C7x_1 ] 18082.054545 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 11 @ space = 17, size = 886976, align = 128 ...
[C7x_1 ] 18082.054545 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 11 @ space = 17, size = 886976, align = 128 ...
[C7x_1 ] 18082.054584 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 11 @ space = 17 and size = 886976, addr = 109d91900 ...
[C7x_1 ] 18082.054584 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 11 @ space = 17 and size = 886976, addr = 109d91900 ...
[C7x_1 ] 18082.054613 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 12 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.054613 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 12 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.054643 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 12 @ space = 17 and size = 256, addr = e4001800 ...
[C7x_1 ] 18082.054643 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 12 @ space = 17 and size = 256, addr = e4001800 ...
[C7x_1 ] 18082.054672 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 13 @ space = 17, size = 8388608, align = 128 ...
[C7x_1 ] 18082.054672 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 13 @ space = 17, size = 8388608, align = 128 ...
[C7x_1 ] 18082.054702 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 13 @ space = 17 and size = 8388608, addr = 109e6a300 ...
[C7x_1 ] 18082.054702 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 13 @ space = 17 and size = 8388608, addr = 109e6a300 ...
[C7x_1 ] 18082.054791 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:306] Calling ialg.algInit ...
[C7x_1 ] 18082.054791 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:306] Calling ialg.algInit ...
[C7x_1 ] 18082.093716 s: VX_ZONE_ERROR:[tivxAlgiVisionCreate:316] Calling ialg.algInit failed with status = -1
[C7x_1 ] 18082.093716 s: VX_ZONE_ERROR:[tivxAlgiVisionCreate:316] Calling ialg.algInit failed with status = -1
[C7x_1 ] 18082.095437 s: VX_ZONE_ERROR:[tivxKernelTIDLCreate:659] tivxAlgiVisionCreate returned NULL
[C7x_1 ] 18082.095437 s: VX_ZONE_ERROR:[tivxKernelTIDLCreate:659] tivxAlgiVisionCreate returned NULL
[C7x_1 ] 18082.095500 s: VX_ZONE_INFO:[tivxTargetKernelCreate:313] Done executing create callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.100457 s: VX_ZONE_INFO:Enabled
[C7x_1 ] 18082.101577 s: VX_ZONE_INFO:[tivxKernelTIDLCreate:625] L1 = 16 KB, L2 = 448 KB, L3 = 7968 KB
[C7x_1 ] 18082.101601 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:281] Calling ialg.algNumAlloc ...
[C7x_1 ] 18082.101622 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:285] Allocating 14 memory records ...
[C7x_1 ] 18082.101645 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.101704 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.101737 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 0 @ space = 17 and size = 15208, addr = 1000abd00 ...
[C7x_1 ] 18082.101767 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 1 @ space = 17, size = 136, align = 128 ...
[C7x_1 ] 18082.101797 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 1 @ space = 17 and size = 136, addr = 1000afa00 ...
[C7x_1 ] 18082.101832 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 2 @ space = 0, size = 16384, align = 128 ...
[C7x_1 ] 18082.101864 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 2 @ space = 0 and size = 16384, addr = 64e00000 ...
[C7x_1 ] 18082.101893 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 3 @ space = 1, size = 458752, align = 128 ...
[C7x_1 ] 18082.101922 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 3 @ space = 1 and size = 458752, addr = 64800000 ...
[C7x_1 ] 18082.101951 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 4 @ space = 2, size = 8159232, align = 128 ...
[C7x_1 ] 18082.101981 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 4 @ space = 2 and size = 8159232, addr = 70020000 ...
[C7x_1 ] 18082.102010 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 5 @ space = 17, size = 33664, align = 128 ...
[C7x_1 ] 18082.102041 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 5 @ space = 17 and size = 33664, addr = 1000afc00 ...
[C7x_1 ] 18082.102071 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 6 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.102100 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 6 @ space = 17 and size = 256, addr = e4000000 ...
[C7x_1 ] 18082.102129 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 7 @ space = 17, size = 37357568, align = 128 ...
[C7x_1 ] 18082.102191 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 7 @ space = 17 and size = 37357568, addr = 1000b8100 ...
[C7x_1 ] 18082.102296 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 8 @ space = 17, size = 128, align = 128 ...
[C7x_1 ] 18082.102420 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 8 @ space = 17 and size = 128, addr = e4000400 ...
[C7x_1 ] 18082.102501 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 9 @ space = 17, size = 3200, align = 128 ...
[C7x_1 ] 18082.102540 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 9 @ space = 17 and size = 3200, addr = e4000800 ...
[C7x_1 ] 18082.102570 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 10 @ space = 17, size = 5431680, align = 128 ...
[C7x_1 ] 18082.102617 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 10 @ space = 17 and size = 5431680, addr = 102458a00 ...
[C7x_1 ] 18082.102672 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 11 @ space = 17, size = 200256, align = 128 ...
[C7x_1 ] 18082.102702 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 11 @ space = 17 and size = 200256, addr = 102986d00 ...
[C7x_1 ] 18082.102732 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 12 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.102761 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 12 @ space = 17 and size = 256, addr = e4001800 ...
[C7x_1 ] 18082.102790 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 13 @ space = 17, size = 8388608, align = 128 ...
[C7x_1 ] 18082.102907 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 13 @ space = 17 and size = 8388608, addr = 1029b7d00 ...
[C7x_1 ] 18082.102935 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:306] Calling ialg.algInit ...
[C7x_1 ] 18082.103059 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:356] Created AlgiVision handle.
[C7x_1 ] 18082.103087 s: VX_ZONE_INFO:[tivxTargetKernelCreate:313] Done executing create callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.100390 s: VX_ZONE_INFO:[tivxTargetKernelInstanceAlloc:106] attempting to call kernel com.ti.tidl on this CPU
[C7x_1 ] 18082.100438 s: VX_ZONE_INFO:[tivxTargetKernelCreate:307] Executing create callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.139555 s: VX_ZONE_INFO:[tivxTargetKernelInstanceAlloc:106] attempting to call kernel com.ti.tidl on this CPU
[C7x_1 ] 18082.139621 s: VX_ZONE_INFO:Enabled
[C7x_1 ] 18082.139555 s: VX_ZONE_INFO:[tivxTargetKernelInstanceAlloc:106] attempting to call kernel com.ti.tidl on this CPU
[C7x_1 ] 18082.144916 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:281] Calling ialg.algNumAlloc ...
[C7x_1 ] 18082.139602 s: VX_ZONE_INFO:[tivxTargetKernelCreate:307] Executing create callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.144959 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.144893 s: VX_ZONE_INFO:[tivxKernelTIDLCreate:625] L1 = 16 KB, L2 = 448 KB, L3 = 7968 KB
[C7x_1 ] 18082.144936 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:285] Allocating 14 memory records ...
[C7x_1 ] 18082.146559 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 0 @ space = 17 and size = 15208, addr = 103504800 ...
[C7x_1 ] 18082.146523 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.146589 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 1 @ space = 17, size = 136, align = 128 ...
[C7x_1 ] 18082.146650 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 2 @ space = 0, size = 16384, align = 128 ...
[C7x_1 ] 18082.146680 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 2 @ space = 0 and size = 16384, addr = 64e00000 ...
[C7x_1 ] 18082.146709 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 3 @ space = 1, size = 458752, align = 128 ...
[C7x_1 ] 18082.146739 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 3 @ space = 1 and size = 458752, addr = 64800000 ...
[C7x_1 ] 18082.146620 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 1 @ space = 17 and size = 136, addr = 103508500 ...
[C7x_1 ] 18082.146798 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 4 @ space = 2 and size = 8159232, addr = 70020000 ...
[C7x_1 ] 18082.146835 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 5 @ space = 17, size = 3871284, align = 128 ...
[C7x_1 ] 18082.146905 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 5 @ space = 17 and size = 3871284, addr = 103508700 ...
[C7x_1 ] 18082.146935 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 6 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.146964 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 6 @ space = 17 and size = 256, addr = e4000000 ...
[C7x_1 ] 18082.146993 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 7 @ space = 17, size = 152441856, align = 128 ...
[C7x_1 ] 18082.147025 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 7 @ space = 17 and size = 152441856, addr = 1038b9b00 ...
[C7x_1 ] 18082.147120 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 8 @ space = 17, size = 128, align = 128 ...
[C7x_1 ] 18082.147243 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 8 @ space = 17 and size = 128, addr = e4000400 ...
[C7x_1 ] 18082.146769 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 4 @ space = 2, size = 8159232, align = 128 ...
[C7x_1 ] 18082.147366 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 9 @ space = 17, size = 3200, align = 128 ...
[C7x_1 ] 18082.147485 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 9 @ space = 17 and size = 3200, addr = e4000800 ...
[C7x_1 ] 18082.147592 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 10 @ space = 17, size = 5431680, align = 128 ...
[C7x_1 ] 18082.148571 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 10 @ space = 17 and size = 5431680, addr = 10ca1b000 ...
[C7x_1 ] 18082.148601 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 11 @ space = 17, size = 886976, align = 128 ...
[C7x_1 ] 18082.148640 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 11 @ space = 17 and size = 886976, addr = 10cf49300 ...
[C7x_1 ] 18082.148670 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 12 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.148699 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 12 @ space = 17 and size = 256, addr = e4001800 ...
[C7x_1 ] 18082.148729 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 13 @ space = 17, size = 8388608, align = 128 ...
[C7x_1 ] 18082.148768 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 13 @ space = 17 and size = 8388608, addr = 10d021d00 ...
[C7x_1 ] 18082.148850 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:306] Calling ialg.algInit ...
[C7x_1 ] 18082.187459 s: VX_ZONE_ERROR:[tivxAlgiVisionCreate:316] Calling ialg.algInit failed with status = -1
[C7x_1 ] 18082.189178 s: VX_ZONE_ERROR:[tivxKernelTIDLCreate:659] tivxAlgiVisionCreate returned NULL
[C7x_1 ] 18082.189242 s: VX_ZONE_INFO:[tivxTargetKernelCreate:313] Done executing create callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.209705 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:601] Node (node=23, pipe=0) acquiring parameters on target 00000080
[C7x_1 ] 18082.209738 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:660] Node (node=23, pipe=0) executing on target 00000080
[C7x_1 ] 18082.209778 s: VX_ZONE_INFO:[tivxTargetKernelExecute:371] Executing process callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.242733 s: VX_ZONE_INFO:[tivxTargetKernelExecute:379] Done executing process callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.242766 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:683] Node (node=23, pipe=0) executing on target 00000080 ... DONE !!!
[C7x_1 ] 18082.258177 s: VX_ZONE_INFO:[tivxTargetKernelInstanceAlloc:106] attempting to call kernel com.ti.tidl on this CPU
[C7x_1 ] 18082.258177 s: VX_ZONE_INFO:[tivxTargetKernelInstanceAlloc:106] attempting to call kernel com.ti.tidl on this CPU
[C7x_1 ] 18082.258244 s: VX_ZONE_INFO:Enabled
[C7x_1 ] 18082.258225 s: VX_ZONE_INFO:[tivxTargetKernelCreate:307] Executing create callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.258244 s: VX_ZONE_INFO:Enabled
[C7x_1 ] 18082.263541 s: VX_ZONE_INFO:[tivxKernelTIDLCreate:625] L1 = 16 KB, L2 = 448 KB, L3 = 7968 KB
[C7x_1 ] 18082.263566 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:281] Calling ialg.algNumAlloc ...
[C7x_1 ] 18082.263541 s: VX_ZONE_INFO:[tivxKernelTIDLCreate:625] L1 = 16 KB, L2 = 448 KB, L3 = 7968 KB
[C7x_1 ] 18082.263586 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:285] Allocating 14 memory records ...
[C7x_1 ] 18082.263609 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.263609 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.265169 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.265169 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.263586 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:285] Allocating 14 memory records ...
[C7x_1 ] 18082.263609 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.263609 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:295] Calling ialg.algAlloc ...
[C7x_1 ] 18082.265169 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.265206 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 0 @ space = 17 and size = 15208, addr = 103504800 ...
[C7x_1 ] 18082.265169 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 0 @ space = 17, size = 15208, align = 128 ...
[C7x_1 ] 18082.265206 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 0 @ space = 17 and size = 15208, addr = 103504800 ...
[C7x_1 ] 18082.265237 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 1 @ space = 17, size = 136, align = 128 ...
[C7x_1 ] 18082.263566 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:281] Calling ialg.algNumAlloc ...
[C7x_1 ] 18082.265206 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 0 @ space = 17 and size = 15208, addr = 103504800 ...
[C7x_1 ] 18082.265237 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 1 @ space = 17, size = 136, align = 128 ...
[C7x_1 ] 18082.265268 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 1 @ space = 17 and size = 136, addr = 103508500 ...
[C7x_1 ] 18082.265268 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 1 @ space = 17 and size = 136, addr = 103508500 ...
[C7x_1 ] 18082.265298 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 2 @ space = 0, size = 16384, align = 128 ...
[C7x_1 ] 18082.265268 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 1 @ space = 17 and size = 136, addr = 103508500 ...
[C7x_1 ] 18082.265328 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 2 @ space = 0 and size = 16384, addr = 64e00000 ...
[C7x_1 ] 18082.265328 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 2 @ space = 0 and size = 16384, addr = 64e00000 ...
[C7x_1 ] 18082.265387 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 3 @ space = 1 and size = 458752, addr = 64800000 ...
[C7x_1 ] 18082.265357 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 3 @ space = 1, size = 458752, align = 128 ...
[C7x_1 ] 18082.265446 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 4 @ space = 2 and size = 8159232, addr = 70020000 ...
[C7x_1 ] 18082.265387 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 3 @ space = 1 and size = 458752, addr = 64800000 ...
[C7x_1 ] 18082.265416 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 4 @ space = 2, size = 8159232, align = 128 ...
[C7x_1 ] 18082.265476 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 5 @ space = 17, size = 3871284, align = 128 ...
[C7x_1 ] 18082.265476 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 5 @ space = 17, size = 3871284, align = 128 ...
[C7x_1 ] 18082.265476 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 5 @ space = 17, size = 3871284, align = 128 ...
[C7x_1 ] 18082.265564 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 6 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.265593 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 6 @ space = 17 and size = 256, addr = e4000000 ...
[C7x_1 ] 18082.265564 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 6 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.265593 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 6 @ space = 17 and size = 256, addr = e4000000 ...
[C7x_1 ] 18082.265622 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 7 @ space = 17, size = 152441856, align = 128 ...
[C7x_1 ] 18082.265687 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 7 @ space = 17 and size = 152441856, addr = 1038b9b00 ...
[C7x_1 ] 18082.265789 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 8 @ space = 17, size = 128, align = 128 ...
[C7x_1 ] 18082.266318 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 8 @ space = 17 and size = 128, addr = e4000400 ...
[C7x_1 ] 18082.266472 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 9 @ space = 17, size = 3200, align = 128 ...
[C7x_1 ] 18082.266636 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 9 @ space = 17 and size = 3200, addr = e4000800 ...
[C7x_1 ] 18082.266739 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 10 @ space = 17, size = 5431680, align = 128 ...
[C7x_1 ] 18082.267202 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 10 @ space = 17 and size = 5431680, addr = 10ca1b000 ...
[C7x_1 ] 18082.267233 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 11 @ space = 17, size = 886976, align = 128 ...
[C7x_1 ] 18082.267272 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 11 @ space = 17 and size = 886976, addr = 10cf49300 ...
[C7x_1 ] 18082.267301 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 12 @ space = 17, size = 256, align = 128 ...
[C7x_1 ] 18082.267331 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 12 @ space = 17 and size = 256, addr = e4001800 ...
[C7x_1 ] 18082.267360 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:170] Allocating memory record 13 @ space = 17, size = 8388608, align = 128 ...
[C7x_1 ] 18082.267426 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 13 @ space = 17 and size = 8388608, addr = 10d021d00 ...
[C7x_1 ] 18082.267481 s: VX_ZONE_INFO:[tivxAlgiVisionCreate:306] Calling ialg.algInit ...
[C7x_1 ] 18082.265534 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 5 @ space = 17 and size = 3871284, addr = 103508700 ...
[C7x_1 ] 18082.265534 s: VX_ZONE_INFO:[tivxAlgiVisionAllocMem:179] Allocated memory record 5 @ space = 17 and size = 3871284, addr = 103508700 ...
[C7x_1 ] 18082.306124 s: VX_ZONE_ERROR:[tivxAlgiVisionCreate:316] Calling ialg.algInit failed with status = -1
[C7x_1 ] 18082.307845 s: VX_ZONE_ERROR:[tivxKernelTIDLCreate:659] tivxAlgiVisionCreate returned NULL
[C7x_1 ] 18082.306124 s: VX_ZONE_ERROR:[tivxAlgiVisionCreate:316] Calling ialg.algInit failed with status = -1
[C7x_1 ] 18082.307908 s: VX_ZONE_INFO:[tivxTargetKernelCreate:313] Done executing create callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.325245 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:601] Node (node=23, pipe=0) acquiring parameters on target 00000080
[C7x_1 ] 18082.325317 s: VX_ZONE_INFO:[tivxTargetKernelExecute:371] Executing process callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.325245 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:601] Node (node=23, pipe=0) acquiring parameters on target 00000080
[C7x_1 ] 18082.325278 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:660] Node (node=23, pipe=0) executing on target 00000080
[C7x_1 ] 18082.358220 s: VX_ZONE_INFO:[tivxTargetKernelExecute:379] Done executing process callback for kernel [com.ti.tidl]
[C7x_1 ] 18082.358253 s: VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:683] Node (node=23, pipe=0) executing on target 00000080 ... DONE !!!
[C7x_1 ] 18083.803433 s: VX_ZONE_INFO:[tivxTargetKernelDelete:339] Executing delete callback for kernel [com.ti.tidl]
[C7x_1 ] 18083.804010 s: VX_ZONE_INFO:Disabled
-------------------------------------------------------------------------------------------------------------------------------
I'm using RTOS SDK version 08.02.00.05 and edge-ai-tools on commit 663da92 (with minor modifications of onnx_main.cpp and pre_process.cpp). I'll appreciate your help on this matter.
Tzahi Altberg