TDA4VH-Q1: How to get config.bin for tidl_vl test

Part Number: TDA4VH-Q1

Tool/software:

I use windriver system vxworks to run tidl test case, 

souce code is :

ls   ti_tda4/3pp/TIOVX/ti-processor-sdk-rtos-j784s4-evm-09_02_00_05/vision_apps/apps/dl_demos/app_tidl_vl/

app_common.h            app_pose_calc_module.h  app_pose_viz_module.h  app_pre_proc_module.h  app_tidl_module.h  config  main_linux_arm.c
app_pose_calc_module.c  app_pose_viz_module.c   app_pre_proc_module.c  app_tidl_module.c      concerto.mak       main.c  main_x86.c

my test command and print information:

[vxWorks *]# vx_app_tidl.vxe --cfg app_avp.cfg
Launching process 'vx_app_tidl.vxe' ...
Process 'vx_app_tidl.vxe' (process Id = 0xffff800000754fd0) launched.
APP: Init ... !!!
MEM: Init SHM ... !!!
MEM: Initialized SHM (fd=7) !!!
MEM: get SHM heap id (0) !!!
MEM: Init SHM ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
     0.000000 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
     0.000000 s:  VX_ZONE_INIT:Enabled
     0.000000 s:  VX_ZONE_ERROR:Enabled
     0.003636 s:  VX_ZONE_WARNING:Enabled
     0.003636 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-0
     0.009091 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-1
     0.013636 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-2
     0.024545 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-3
     0.030000 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
     0.040000 s:  VX_ZONE_INIT:[tivxHostInitLocal:101] Initialization Done for HOST !!!
app_tidl: ERROR: Unable to open IO config file test_data/tivx/tidl_models/mobilenetv1/config.bin
     0.050909 s:  VX_ZONE_ERROR:[vxGetStatus:1020] Reference is NULL
In function app_init -- /buildarea/qinchuan/VxWorks7_2403.bk_2/ws/vsb_TIOVX_ti_tda4/3pp/TIOVX/ti-processor-sdk-rtos-j784s4-evm-09_02_00_05/vision_apps/apps/dl_demos/app_tidl/main.c:277 (vxGetStatus((vx_reference)(obj->config))==VX_SUCCESS) -- assertion failed
0xffff80000072b940 (iVx_app_tidl): RTP 0xffff800000754fd0 has been deleted due to signal 6.
[vxWorks *]#

After run the test case, I get the error: app_tidl: ERROR: Unable to open IO config file test_data/tivx/tidl_models/mobilenetv1/config.bin

I use the ti source code package is: ti-processor-sdk-rtos-j784s4-evm-09_02_00_05.tar.gz

cpu is:

Architecture    : ARMv8
CPU             : Cortex-A72

====================================

My question:

How the get the config.bin file and fix this error.