0

I am trying to apply Deep Learning for a classification problem. I have rainfall data, DEM in 'geotif' format. Do I have to convert it and then provide as an input or can the 'geotif' image directly go as an input. I am using Python and is new to the whole setup. I have installed Tensorflow and in the way to Keras. What exactly am I supposed to do hereafter?

1 Answers1

0

You should convert your geotiff files to jpg, then, you will be easily use all the pretrained models and you will get your model in less time.

For converting the geotiff to jpg, refer here.

Abhishek Verma
  • 1,671
  • 1
  • 8
  • 12