Hi Ti,
I have a onnx model which is LaneAtt and I used tidlModelImport tool convert model.
But there are some error I found. The log is follow:
[libprotobuf FATAL ./google/protobuf/repeated_field.h:1537] CHECK failed: (index) < (current_size_):
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: (index) < (current_size_):
I am using SDK with 08_06_00_10,and my txt file is follow:
modelType = 2
numParamBits = 8
numFeatureBits = 8
quantizationStyle = 2
inputNetFile = "../../test/testvecs/tidl_onnx_quantization/onnx_model/laneATT/LaneAtt.onnx"
outputNetFile = "../../test/testvecs/tidl_onnx_quantization/output/LaneATT/tidl_net_laneATT.bin"
outputParamsFile = "../../test/testvecs/tidl_onnx_quantization/output/LaneATT/tidl_io_laneATT_"
inDataNorm = 1
inMean = 0.485 0.456 0.406
inScale = 0.229 0.224 0.225
inDataFormat = 1
inWidth = 640
inHeight = 360
inNumChannels = 3
numFrames = 1
inData = "../../test/testvecs/tidl_onnx_quantization/detction_list_txt/detection_list.txt"
perfSimConfig = ../../test/testvecs/config/import/device_config.cfg
postProcType = 2
debugTraceLevel = 1
best,
chuan