Tool/software:
Hello TI experts,
I am working on custom tidl applicaition using segmentation network that is used in app_tidl_seg demo application in ti-processor-sdk-rtos-j721s2-evm-10_00_00_05.
And I am trying to parse the output tensor of the network and have found that the tensor size is different than the image size.
The input image size of the network is 768x384 and the output tensor size seems to be 768x463x1.
I thought the tensor size would be 768x384x1 according to the size showed in the diagram below, but it isn't.
Why is the tensor size of dimension1 463?
Regards,
Juhyun