Dear experts,
I want to perform an affine transformation on the images before feeding them to the model. The affine transformation algorithm is based on the RGB images. I initially tried to convert NV12 or YUYV images to RGB with displaym2m node, but it failed because the driver doesn't seem to support it. Because the preprocessing node can convert the YUV format to RGB format, then the second way to think of is to parse the R,G,B image data from the tensor output by the preprocessing node, how to operate to parse, do you have any suggestions?
Regards,
Xin