Hi
In the following demo http://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/group_apps_dl_demos_app_tidl_seg.html
I want to just display the output of the segmentation model without combining it with the input image.
to do that I need to convert the output of the model which is of type vx_tensor to vx_image. I checked the documentation of openvx and found a function called vxCreateImageObjectArrayFromTensor.
Documentation link: https://www.khronos.org/registry/OpenVX/specs/1.2/html/d7/d0f/group__group__object__tensor.html#ga64427e7cf4935ceb204a18b8675dbbe3
however, I couldn't find it in the tiovx library. So how can I convert from vx_tensor to vx_image?
Regards.