Hi,friends.
I am now using the QAT model on the PC to get the intermediate results.
I found that the preprocessing result is wrong.
The settings on import.txt are as follows:
inDataNorm = 1
inMean = 0 0 0
inScale = 0.00392157 0.00392157 0.00392157
layer0 value is:
layer1 value is:
For example, the first value should be 175 * 0.00392157 = 0.68627475, right?
onnx model is
tidl model is
Thank you
Henry