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.

TDA4VM: How to set inDataNorm in multiple input Network

Part Number: TDA4VM

Hi ~ 

The ONNX network has two image tensor with three channel and a tensor with one channel as input. 

Now I can get the example.bin by SDK 7.1.  But  the result output by the example.bin is error.

I find that the image of "input.4" has not  been normalized while the image of "input.1" has been normalized. 

In import_config.txt,  I have set the inDataNorm = 1, But it doesn't seem to work for input.4.  I have tied set InDataNorm = 1 1 1. it doesn't work too.

So I want to know how to set inDataNorm in multiple input Network.

Thanks~