Tool/software: Linux
Hi all,
I was reading the TIDL user guide, examples and got some questions.
First, the comment for randParams says if randParams is set to 1, it will generate random quantization parameters. What does the random quantization parameters mean here?
Second, my neural network takes an image as an input. Under path vision_sdk/apps/tools/TIDL_files there is a file named IN.RGB. This file seems to be an image input to TIDL, but how can I open or view it? And what is the recommended way to do image preprocessing (minus a float number and multiply a float number to every pixel value) before sending to the neural network.
Thanks.