Other Parts Discussed in Thread: TDA4VM,
Hi, I trained model( YOLOX for TI TDA4VM) in Edge Impulse ai online tool. After trained i download in host pc and send/copy the compiled model and artifacts in target device-SK-TDA4VM. I changed flow to my custom model in object_detection.yaml file. But these are the error shows up when i run ./app_edgeai.py ../configs/object_detection.yaml
4705.778769 s: VX_ZONE_INIT:Enabled
4705.778817 s: VX_ZONE_ERROR:Enabled
4705.778862 s: VX_ZONE_WARNING:Enabled
4705.779556 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
4705.780780 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!!
4705.803964 s: VX_ZONE_ERROR:[ownContextSendCmd:799] Command ack message returned failure cmd_status: -1
4705.803991 s: VX_ZONE_ERROR:[ownContextSendCmd:835] tivxEventWait() failed.
4705.804017 s: VX_ZONE_ERROR:[ownNodeKernelInit:527] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode
4705.804035 s: VX_ZONE_ERROR:[ownNodeKernelInit:528] Please be sure the target callbacks have been registered for this core
4705.804053 s: VX_ZONE_ERROR:[ownNodeKernelInit:529] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
4705.804072 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl:1:1 ... failed !!!
4705.804092 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
4705.804110 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
The folder structure of my_model in /opt/model_zoo
artifacts content in my_model/arifacts/
model folder contents in my_model/model
These are manually arranged by me when comparing with models in model_zoo
Please help me to solve these errors or anything i missed
Regards
Nandu