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: 板端部署时,模型运行出现错误

Part Number: SK-TDA4VM


app_od.cfg文件内容:
# location of conifg
tidl_config_file_path /opt/vision_apps/test_data/tivx/tidl_models/tidl_io_mono3d_896x1600_1.bin
# location of network
tidl_network_file_path /opt/vision_apps/test_data/tivx/tidl_models/tidl_net_mono3d_896x1600.bin
# location of input files
input_file_path /opt/vision_apps/test_data/psdkra/tidl_demo_images
# location of output files
output_file_path ./apps_out
start_frame 500
num_frames 3
in_size 896 1600
dl_size 896 1600
out_size 896 1600
viz_th 0.95
num_classes 1
delay_in_msecs 0
en_out_img_write 0
display_option 0
num_iterations 100
is_interactive 0

终端指令及反馈信息:

root@tda4vm-sk:/opt/vision_apps# ./bin/vx_app_tidl_od_seq.out --cfg config/app_od.cfg
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 !!!
571.369954 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
571.370208 s: VX_ZONE_INIT:Enabled
571.370283 s: VX_ZONE_ERROR:Enabled
571.370352 s: VX_ZONE_WARNING:Enabled
571.371041 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
571.371325 s: VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
Config file size (-1 bytes) does not match size of sTIDL_IOBufDesc_t (37256 bytes)
571.372833 s: VX_ZONE_ERROR:[vxGetStatus:713] Reference is NULL
571.372965 s: VX_ZONE_ERROR:[vxMapUserDataObject:473] Invalid user data object reference
Segmentation fault (core dumped)