This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: ERROR: Running TIDL graph ... Failed !!!

Part Number: SK-TDA4VM


我在sk-tda4m上运行在pc端已经编译好的模型(ti官方提供的):

/opt/edgeai-tidl-tools/examples/osrt_python/ort# python3 onnxrt_ep.py

报错显示:

ERROR: Running TIDL graph ... Failed !!!                                       
 17797.921622 s:  VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message re1
 17797.921649 s:  VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
 17797.921670 s:  VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMe
 17797.921676 s:  VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the tare
 17797.921682 s:  VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbackl
 17797.921691 s:  VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for n!
 17797.921699 s:  VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed   
 17797.921704 s:  VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed       
 17797.921804 s:  VX_ZONE_ERROR:[ownGraphScheduleGraphWrapper:820] graph is nod
 17797.921810 s:  VX_ZONE_ERROR:[vxProcessGraph:755] schedule graph failed     
 17797.921816 s:  VX_ZONE_ERROR:[vxProcessGraph:760] wait graph failed         
ERROR: Running TIDL graph ... Failed !!!                                       
 17798.056295 s:  VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message re1
 17798.056321 s:  VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
 17798.056343 s:  VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMe
 17798.056349 s:  VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the tare
 17798.056355 s:  VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbackl
 17798.056363 s:  VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for n!
 17798.056372 s:  VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed   
 17798.056378 s:  VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed       
 17798.056481 s:  VX_ZONE_ERROR:[ownGraphScheduleGraphWrapper:820] graph is nod
 17798.056487 s:  VX_ZONE_ERROR:[vxProcessGraph:755] schedule graph failed     
 17798.056493 s:  VX_ZONE_ERROR:[vxProcessGraph:760] wait graph failed         
ERROR: Running TIDL graph ... Failed !!!                                       
                                                                               
Saving image to  ../../../output_images/                                       
                                                                               
                                                                               
Completed_Model :     4, Name : od-ort-ssd-lite_mobilenetv2_fpn                
                                                                               
                                                                               
 17798.065289 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:100] De-Initialization Don!
 17798.069637 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: 8 alloc's of 5224020 bytes                                       
MEM: Free's : 8 free's  of 5224020 bytes                                       
MEM: Open's : 0 allocs  of 0 bytes                                             
MEM: Deinit ... Done !!!                                                       
APP: Deinit ... Done !!!

请问该如何解决呢?