Tool/software: TI C/C++ Compiler
Hi,
We are trying to import a Tensorflow customized Object Detection model on TIDL Import tool (REL.TIDL.01.01.03.00). We are able to achieve .net and .params files. We aren't able to achieve the expected results on the output layer, so as suggested by TI we are trying to do layer-by-layer matching with the Tensorflow model.
In our Tensorflow model, we normalize the model input between "0.0" to "1.0" by dividing the image by "255.0". The layer we are trying to match is a TIDL_ConvolutionLayer which is Depth wise separable convolution with Batch Normalization and ReLU. We have used the following parameters in our config file -
inElementType = 0
inQuantFactor = 255 and inQuantFactor = -1
Also we scale the values with the obtained QValues (11 in case of inQuantFactor = 255 and 839 in case of inQuantFactor = -1) an then compare the output with the Tensorflow's float32 output. We are not able to match the layer outputs.
Please review our process and let us know if we are doing something incorrect.
Thanks and Regards,
Akshat Agrawal.