Hi,
I have successfully imported centerNet model into tidl application and it is compiling.
Now I have to add postprocessing to see the output. output of centerNet are three convolution layers with 1x4x80x128, 1x2x80x128, 1x2x80x128 respectively.
As I can see tidl code output of centerNet is stored in vx_object_array output_tensor_arr
My question is
How can I retrieve the data from output_tensor_arr to any normal c/c++ array ?
I try to google but there is no luck finding anything useful.
Thank you
Regards,
Mudasar