Hi,
I have trained object detection model on custom data using edgeai benchmark repos, and downloaded the model artifacts on my target device SK-TDA4VM for inference purpose.
While running command ./app_edgeai.py ../configs/object_detection.yaml where object_detection.yaml has path to my custom compiled model below error encountered.
SDK Version : 08.05
224.383068 s: VX_ZONE_INIT:Enabled
224.383094 s: VX_ZONE_ERROR:Enabled
224.383100 s: VX_ZONE_WARNING:Enabled
224.383923 s: VX_ZONE_INIT:[tivxInitLocal:145] Initialization Done !!!
224.385144 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!!
224.427357 s: VX_ZONE_ERROR:[ownContextSendCmd:802] Command ack message returned failure cmd_status: -1
224.427384 s: VX_ZONE_ERROR:[ownContextSendCmd:838] tivxEventWait() failed.
224.427407 s: VX_ZONE_ERROR:[ownNodeKernelInit:525] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode
224.427414 s: VX_ZONE_ERROR:[ownNodeKernelInit:526] Please be sure the target callbacks have been registered for this core
224.427420 s: VX_ZONE_ERROR:[ownNodeKernelInit:527] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
224.427428 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl:1:2 ... failed !!!
224.427439 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
224.427446 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
What is root cause for this issue ? and how can I fix the same ?
Best Regards,
Pratik