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.

Compiler/PROCESSOR-SDK-DRA8X-TDA4X: TIDL Quantization/Dequantization

Part Number: PROCESSOR-SDK-DRA8X-TDA4X


Tool/software: TI C/C++ Compiler

Hello,

I have some queires

1. I want to de-quantize the output tensor from TIDL to get floating output tensor. I noticed in the "TI Deep Learning Library User Guide" that "At the end user can convert the final output tensors to floating point by dividing each element in the tensor by corresponding floating point scale.". I want to know how to get the floating poit scale.

- please Guide us.

2. mobilenet_ssd_pipeline.config

- Our model has been modified according to SSD. How to modify this pipeline file? In other words, Where can I find the readme document of "mobilenet_ssd_pipeline.config" ?