Closed xuliu-cyber closed 10 months ago
Hi there, thank you for your issue.
It looks like a bug where the pixel values aren't being clamped between 0-1 before being converted to an image and saved - I have pushed a fix here. Let me know if this is fixes the weird color artifacts.
As far as differences between the grid cells, we have tried some blending techniques but haven't found any methods that work well. Most of them over-average and cause a blurriness at the borders. We'll keep working on this.
Also, are you using L1C or L2A Sentinel-2 images? The pretrained weights all used L1C imagery.
Thanks, The clamp operation is useful! And I wonder how much the number of the input imgs effects the result?
I found that increasing the number of input images has a large effect in performance until you get to ~8-10 images, and after that the benefit is not as large.
Hello, I use the esrgan_orig_2S2 pretrained model to infer grid, and I copy one low resolution image I got the high resolution image: I have two questions: 1 Can color differences between different image grids be eliminated? 2 Why are there so many mosaics? I hope to receive your answer! Thank you!