Part Number: TDA4VM
Hi
I have been trying to run app_tidl_od application with in_size and dl_size 512*320.
My input is a YUV NV12 512X320 image. I would expect the BGR version of the same image as an output, however the output i'm getting is not as expected
Here are my node configuration parameters: mean_pixel = {0, 0, 0}, scale_val = {1, 1, 1}, pad_pixel = {1, 1, 0, 2}, tidl_8bit_16bit_flag = 1, ip_rgb_or_yuv = 1, color_conv_flag = 2, clear_count = 0, skip_flag = 0
The preproc output is having tensor sixes 513*323*3 and output is not as expected.
Did I miss anything?How to resolve this ?
scalar out

preproc out

