请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TDA4VEN-Q1工具/软件:
您好 TI:
当我在 J722S 上创建图形时、验证期间失败、并出现以下错误:
odPreProcObj graph done! create_tidl: input_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 tivxTIDLNode create success !!! odTIDLObj graph done! FSPreProcObj graph done! create_tidl: input_tensor_arr ch = 1 create_tidl: output_tensor_arr ch = 1 tivxTIDLNode create success !!! FSTIDLObj graph done! size = 4 tivxSetGraphPipelineDepth done ! calerObj tivxSetNodeParameterNumBufByIndex calerObj tivxSetNodeParameterNumBufByIndex calerObj tivxSetNodeParameterNumBufByIndex calerObj tivxSetNodeParameterNumBufByIndex calerObj tivxSetNodeParameterNumBufByIndex app_linux_opengl_integrated_srv: Verifying graph 2 ... . 137.802942 s: VX_ZONE_WARNING: [ownGraphAddSingleDataReference:247] May need to increase the value of TIVX_GRAPH_MAX_DATA_REF in tiovx/include/TI/tivx_config.h 137.802967 s: VX_ZONE_ERROR: [ownGraphFindAndAddDataReferences:402] Unable to add data reference to data reference list in graph 137.802990 s: VX_ZONE_WARNING: [ownGraphAddSingleDataReference:247] May need to increase the value of TIVX_GRAPH_MAX_DATA_REF in tiovx/include/TI/tivx_config.h 137.803004 s: VX_ZONE_ERROR: [ownGraphFindAndAddDataReferences:402] Unable to add data reference to data reference list in graph 137.803026 s: VX_ZONE_WARNING: [ownGraphAddSingleDataReference:247] May need to increase the value of TIVX_GRAPH_MAX_DATA_REF in tiovx/include/TI/tivx_config.h 137.803080 s: VX_ZONE_ERROR: [ownGraphFindAndAddDataReferences:402] Unable to add data reference to data reference list in graph 137.803099 s: VX_ZONE_ERROR: [ ALG_MODEL_TEST_Demo ] Find and add data references failed 137.803112 s: VX_ZONE_ERROR: [ ALG_MODEL_TEST_Demo ] Graph verify failed vxSetGraphScheduleConfig done app_create_graph exiting deinit app... app_deinit_scaler done mosPreProcObj deinit done! mosTIDLObj deinit done! pcdPreProcObj deinit done! pcdTIDLObj deinit done! odPreProcObj deinit done! odTIDLObj deinit done! od3dPreProcObj deinit done! od3dTIDLObj deinit done! od3dPreProcObj_1 deinit done! od3dTIDLObj_1 deinit done! FSPreProcObj deinit done! FSTIDLObj deinit done! app_deinit_display done appGrpxDeInit done tivxHwaUnLoadKernels done tivxFileIOUnLoadKernels done tivxTIDLUnLoadKernels done tivxImgProcUnLoadKernels done
为了解决上述问题、我将 中 TIVx_grap_MAX_DATA_REF 的值从 128 修改为 512
/tiovx/include/TI / soc / tivx_config_j722s.h 和 /tiovx/include/TI / soc / tivx_config_am62a.h
,但同样的问题仍然存在。我该如何解决这个问题? 这可能是什么原因造成的?