Part Number: PROCESSOR-SDK-TDAX
Hello,
I used the image(jpeg) file to instead of *.y file when I import the model with tidl tool,but I got the error : Image reading is Not Supported. OpenCV not Enabled
so, how could I convert the image file to *.y?
this is my import file:
# Default - 0
randParams = 0
# 0: Caffe, 1: TensorFlow, Default - 0
modelType = 0
# 0: Fixed quantization By tarininng Framework, 1: Dyanamic quantization by TIDL, Default - 1
quantizationStyle = 1
# quantRoundAdd/100 will be added while rounding to integer, Default - 50
quantRoundAdd = 25
numParamBits = 8
# 0 : 8bit Unsigned, 1 : 8bit Signed Default - 1
inElementType = 0
inputNetFile = "./nomeanfile_deploy .prototxt"
inputParamsFile = "./nomeanfile_sparse_iter_300000.caffemodel"
outputNetFile = "./tidl_net_resnet_jacintonet11v2.bin"
outputParamsFile = "./tidl_param_resnet_jacintonet11v2.bin"
#preProcType = 0
sampleInData = "./Aaron_Eckhart_0001.jpeg"
tidlStatsTool = "/usr/bin/eve_test_dl_algo_ref.out"
thanks
best regards