Tool/software:
Hi sir,
I'm working on an application with pipeline scaler->pre-proc->TIDL->post-proc. SDK is 08.02.00.05, target is TDA4VM/J721E.
My DL model is 16 bit. So pre-proc output should give 16 bit RGB tensor.
I dumped the pre-proc output and checked it using VOOYA application. It is expected that pre-proc output should have border padding of 1 1 0 2 (left top right bottom). So I found the tensor size is 3x225x227. (Model size 224x224)
But the values of padding( R G B) are in the range of 65535 ( 2^16).
I dumped the pre-proc output for demo app_tidl_16bit segmentation app, and checked for the same.The values of padding( R G B) are 0 in this case.
The pre-proc dumps can be seen below. Left My application , right SDK demo seg(16bit)


Note:
->Im getting invalid output from the application, I'm assuming this could be the reason.I validated custom post-processing node and it is working fine. So either pre-proc or TIDL must be causing problem.
->I got valid and expected output from the demo segmentation app.
-> I even verified with another model of szie 512x320 (16 bit), I faced the same issue for this also.
Please guide me regarding this.
Thanks,
Raju.