Hello.
I am new to the TI ecosystem. I trained a YoloV5 model (https://github.com/TexasInstruments/edgeai-yolov5) with my custom dataset. Additionally, I converted my weights into ONNX and created model artifacts using edgeai-tidl-tools (https://github.com/TexasInstruments/edgeai-tidl-tools/blob/08_05_00_05/README.md). I copied the model artifacts to the the board and changed the config file (on the vision apps). After executing run_app_tidl_od.sh file on the board, I encounter the following error:
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 !!!
649.104689 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
649.104758 s: VX_ZONE_INIT:Enabled
649.104765 s: VX_ZONE_ERROR:Enabled
649.104770 s: VX_ZONE_WARNING:Enabled
649.105235 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
649.105441 s: VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
Computing checksum at 0x0000FFFF97C0DD00, size = 1468040
649.313773 s: VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message returned failure cmd_status: -1
649.313824 s: VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
649.313832 s: VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node tidl_node
649.313838 s: VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
649.313844 s: VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurl
649.313978 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 2, kernel com.ti.tidl ... failed !!!
649.313993 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
649.313998 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
MSC: Node send command failed!
[C7x_1 ] 649.312835 s: VX_ZONE_ERROR:[tivxKernelTIDLCreate:641] Network version - 0x20220823, Expected version - 0x20211201
649.685215 s: VX_ZONE_INIT:[tivxHostDeInitLocal:100] De-Initialization Done for HOST !!!
649.689600 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: 34 alloc's of 112415980 bytes
MEM: Free's : 34 free's of 112415980 bytes
MEM: Open's : 0 allocs of 0 bytes
MEM: Deinit ... Done !!!
APP: Deinit ... Done !!!
Please let me know whether I missed any important step. Also, please do consider sharing the potential solution to the aforementioned problem.
Thanks in advance.
Regards