Part Number: TDA2EVM5777
Hello,
I have several queries
1. Vision SDK exact release date
- When TI is planning to release Vision SDK with Reshape Layer support and SSD Object detection example running on it ? Kindly provide date.
2. Variable Input Size for TIDL ?
- I have small object detection network with all conv layers. On caffe , I can give any input size and I will get output accordingly. But, In TIDL it accepts fixed input size. Is it possible to add this feature to TIDL ?
- e.g. In caffe, 1x3x480x640 ---- > 1x2x235x315 or 1x3x240x320 ---> 1x2x115x155
In TIDL, Once the input size is fix. It will give the same output. I am not able to provide variable input size.
3. TIDL Quantization / Dequantization
- I am referring to quantization code in tidl_import_common.cpp
- If i want to de-quantize the output from TIDL to get floating outputs, I have only (quantPrec*256 ) from quantStatTool for each layer. But, How to get offset value or min, max range used while quantization .
- Please Guide us.
4. Which is better for DSP or EVE to run object detection model ?
- EVE or DSP, Can we distribute the single model task among DSP and EVE
5. In object detection model, There will be localization as an extra output along with classification
- localization is nothing but regression. Shall we go for DSP for this task?
- Quantization will introduce lot of error in the regression output, which will give wrong localization
- How TI is planning to solve this issue? Your thoughts
6. Input Image Preprocessing
- All the preprocessing codes have uint8 output. But, what if we have to normalize the input image something like this (img - 125) / 125 .
Thanks in advance
Sagar