Open waeada opened 1 year ago
Thanks for you sharing! I have a question about the 'max_value' parameter in the config file. What does it mean, and how was it determined? Do I need to adjust it when I change the dataset?
The max_value is used to normalize the image, which is calculated with np.max() function in each band.
Thanks for you sharing! I have a question about the 'max_value' parameter in the config file. What does it mean, and how was it determined? Do I need to adjust it when I change the dataset?