I have a set of Geotiff that will be inputted in a machine learning model. The problem is that Geotiff file is not considered as an image for some reason and the model only takes in image files.
I found that using QGIS "save Raster as Rendered Image" solves this problem. I am now trying to recreate that feature in gdal so that it can be incorporated in the machine learning model.
Does someone know how to recreate this? Thank you!