Sorour Mohajerani
Sorour Mohajerani
Hi there, Thanks you for sharing the code. It seems the `preprocess` in `utils.py` automatically normalizes the images using Imagenet mean and std values regardless of the state of training....
Hi there, I'd like to say congratulations on this interesting work. I have noticed that you shared the results of shadow removal of your method. It would be great if...
Hi, Thank you for sharing your code on GitHub and congratulations on your TGRS 2020 paper (it's a great piece of work). I have two questions about the training phase...
Hi, I have a question about variance in sr_loss. Could you please elaborate on why variance is calculated [this way](https://github.com/calebrob6/land-cover/blob/36d4951874629f4604abcb33af35951d34f7219a/landcover/models.py#L83)? ` # Mean var of predicted distribution:` var = K.sum(masked_probs...
Hi, Thanks for sharing your code. I have a bunch of DEM rasters that I'd like to convert into RGB. I saw you did the same thing and the results...