Hello! How do you create a loop to strip down the 4th colour channel in rgba images to rgb for the whole dataset?
_tfio.experimental.color.rgba_to_rgb(
img, name=None
)_
I tried using the above cell to pre-process images but it yields a transformation for only one image at a time and the resultant shape is not saved for image processing.