I would like to use geotif image as input data in a tensor flow or keras.
I know that tensorflow does not support tif.
So I tried using gdal to make it into a raster image, but it failed.
Please let me know if there is a way to put geotif in tensorflow or keras in python.