Other Parts Discussed in Thread: TDA4VM
Hello experts,
I encountered an error while attempting to run this compiled depth estimation model on the TDA4VM board. I have attached the error log file, which provides more detailed information about the issue.
Additionally, I have also included the config yaml file that I used for running the model. It would be great if someone could review them and provide any insights or suggestions on what might be causing the error.
I would appreciate any help or guidance in troubleshooting this issue. If you have any experience with FastDepth model compilation, your input would be highly valuable.
Thank you in advance for your support!
Best regards,
Hareendran
Error when running the script.
root@tda4vm-sk:/opt/edge_ai_apps/apps_python# ./app_edgeai.py ../configs/fast_depth.yaml libtidl_onnxrt_EP loaded 0x206ee990 Final number of subgraphs created are : 1, - Offloaded Nodes - 87, Total Nodes - 87 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 !!! 193.811299 s: GTC Frequency = 200 MHz APP: Init ... Done !!! 193.811472 s: VX_ZONE_INIT:Enabled 193.811519 s: VX_ZONE_ERROR:Enabled 193.811563 s: VX_ZONE_WARNING:Enabled 193.814806 s: VX_ZONE_INIT:[tivxInitLocal:145] Initialization Done !!! 193.816037 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!! 193.824784 s: VX_ZONE_ERROR:[ownContextSendCmd:802] Command ack message returned failure cmd_status: -1 193.824812 s: VX_ZONE_ERROR:[ownContextSendCmd:838] tivxEventWait() failed. 193.824945 s: VX_ZONE_ERROR:[ownNodeKernelInit:525] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode 193.824956 s: VX_ZONE_ERROR:[ownNodeKernelInit:526] Please be sure the target callbacks have been registered for this core 193.824992 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 193.825086 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl:1:1 ... failed !!! 193.825140 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed 193.825150 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 ^C^Z [2]+ Stopped(SIGTSTP) ./app_edgeai.py ../configs/fast_depth.yaml root@tda4vm-sk:/opt/edge_ai_apps/apps_python#
fast_depth.yaml
title: "Depth Map"
log_level: 2
inputs:
input0:
source: /opt/edge_ai_apps/data/images/%04d.jpg
width: 1280
height: 720
index: 0
framerate: 1
loop: True
models:
model0:
model_path: /opt/model_zoo/de-7300_onnxrt_nyudepthv2_fast-depth_fast-depth_onnx
# topN: 5
outputs:
output0:
sink: kmssink
width: 1920
height: 1080
flows:
flow0: [input0,model0,output0,[320,180,1280,720]]

