I am trying to build a Land Cover Classification model for Sentinel Image. The Image Channels(bands) I am using are 32-bit float.
I need to understand how to best format the Image data, both the chips/patches for training and the Target Image for Classification. I have few questions?
- Do I need to convert my Original Image and Training Chips from 32bit to other depth?
- Do I need to ensure that both the training chips/patches and target have same depth (either 32bit, 16bit or other)?
- Do I need to resale my data? I saw some papers where data was rescaled between 0-1 or 0-255?
- Does data depth effect the performance of learning and predicting?
Many thanks.
Maz