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.

[参考译文] 2输入模型导入

Guru**** 2595805 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/964561/2-input-model-import

器件型号:PROCESSOR-SDK-DRA8X-TDA4X

工具/软件:TI C/C++编译器

您好:

      我   正在导入    CNN  ,      我必须填充  tidl_import_test.txt,  该  CNN  有 2 个输入   (     来自 img1.bmp img2.bmp 的 in0和 in1)

   如何      在  tidl_import_test.txt 中进行配置。  ?

谢谢!

        

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    多个输入的输入层属性可按如下方式指定  

    导入配置文件

    modelType = 2.
    inputNetFile ="../../test/testvecs/models/internal/onnx/tiad_motion_semantic_image_rawdof_rgb/models/pixel2pixel_model.onnx
    outputNetFile ="../../test/testvecs/config/tidl_models/onnx/tidl_net_onnx_tiad_jmodSegNet.bin
    outputParamsFile ="../../test/testvecs/config/tidl_models/onnx/tidl_io_onnx_tiad_jmodSegNet_
    InElementType = 0 0
    inQuantFactor = 1.0
    InWidth = 768 768
    InHeight = 384 384
    inNumChannels = 3 3.
    inData ="../../test/testvecs/config/segmentation_mod.txt

    有关输入 BMP 文件的列表、请参阅以下内容

    TI_dl\test\testvecs\config\segmentation_mod.txt