SDK版本 :ti-processor-sdk-rtos-j721e-evm-08_02_00_06/tidl_j721e_08_02_00_11/
运行指令: ti_dl/utils/tidlModelImport/out/tidl_model_import.out ../../test/testvecs/config/import/public/onnx/ssd_resnet34.txt
终端信息:
TIDL Meta PipeLine (Proto) File : ../../test/testvecs/config/import/public/onnx/ssd_resnet34-ssd1200.prototxt
ssd
Warning :: img_w & img_h or img_size is not provided as part of prior_box_param, hence using img_w = 1200 and img_h = 1200 in prior box decoding
Warning :: img_w & img_h or img_size is not provided as part of prior_box_param, hence using img_w = 1200 and img_h = 1200 in prior box decoding
Warning :: img_w & img_h or img_size is not provided as part of prior_box_param, hence using img_w = 1200 and img_h = 1200 in prior box decoding
Warning :: img_w & img_h or img_size is not provided as part of prior_box_param, hence using img_w = 1200 and img_h = 1200 in prior box decoding
Warning :: img_w & img_h or img_size is not provided as part of prior_box_param, hence using img_w = 1200 and img_h = 1200 in prior box decoding
Warning :: img_w & img_h or img_size is not provided as part of prior_box_param, hence using img_w = 1200 and img_h = 1200 in prior box decoding
ONNX Model (Proto) File : ../../test/testvecs/models/public/onnx/ssd_resnet34-ssd1200.onnx
TIDL Network File : ../../test/testvecs/config/tidl_models/onnx/tidl_net_ssd1200_rnt34_1920x1080.bin
TIDL IO Info File : ../../test/testvecs/config/tidl_models/onnx/tidl_io_ssd1200_rnt34_1920x1080_
Current ONNX OpSet Version : 11
ONNX operator Cast is not suported now.. By passing
Could not find Indata for data ID 2
~~~~~Running TIDL in PC emulation mode to collect Activations range for each layer~~~~~
Processing config file #0 : PATH/ti-processor-sdk-rtos-j721e-evm-08_02_00_06/tidl_j721e_08_02_00_11/ti_dl/test/testvecs/config/tidl_models/onnx/ssd_resnet34.txt.qunat_stats_config.txt
Segmentation fault (core dumped)
Could not find Indata for data ID 2
~~~~~Running TIDL in PC emulation mode to collect Activations range for each layer~~~~~
Processing config file #0 : PATH/ti-processor-sdk-rtos-j721e-evm-08_02_00_06/tidl_j721e_08_02_00_11/ti_dl/test/testvecs/config/tidl_models/onnx/ssd_resnet34.txt.qunat_stats_config.txt
Segmentation fault (core dumped)
***************** Calibration iteration number 0 completed ************************
Could not find Indata for data ID 2
------------------ Network Compiler Traces -----------------------------
Wrong Network structure: Higher ( 128 > 127) number of co-ex Layers
Wrong Network structure: Higher ( 129 > 127) number of co-ex Layers
Error : Error Code = <ERR_WRONG_NETWORK_STRUCTURE>
Could not open PATH/ti-processor-sdk-rtos-j721e-evm-08_02_00_06/tidl_j721e_08_02_00_11/ti_dl/test/testvecs/config/tidl_models/onnx/ssd1200_rnt34_1920x1080/perfSimInfo.bin
Segmentation fault (core dumped)
TIDL ALLOWLISTING LAYER CHECK: TIDL_E_QUANT_STATS_NOT_AVAILABLE] tidl_quant_stats_tool.out fails to collect dynamic range. Please look into quant stats log. This model will get fault on target.
WARNING: [TIDL_E_DATAFLOW_INFO_NULL] ti_cnnperfsim.out fails to allocate memory in MSMC. Please look into perfsim log. This model can only be used on PC emulation, it will get fault on target.
****************************************************
** 1 WARNINGS 1 ERRORS **
****************************************************
根据调试情况看,只要是 import ONNX v11版本的模型都会出现 “ONNX operator Cast is not suported ” 的错误,请问这个如何解决?