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.

RTOS/TDA2: ERROR in convert caffe model to bin format

Part Number: TDA2

Tool/software: TI-RTOS

Hi

I use import tool to convert caffe model to bin format. I use the sample model from "github.com/.../sparse ",

The config file as follow
randParams = 0
modelType = 0
quantizationStyle = 1
quantRoundAdd = 25
numParamBits = 8
inputNetFile = "A.prototxt"
inputParamsFile = "A.caffemodel"
outputNetFile = "NET_OD.BIN"
outputParamsFile = "PRM_OD.BIN"
conv2dKernelType = 1
rawSampleInData = 1
sampleInData = "000100_1024x512_bgr.y"
tidlStatsTool = "tidl_model_import.out.exe",

However, I got the error as shown in the following figure. Could you point me how to fix this error? Thanks.

BR

Allen