remicres / sr4rs

Super resolution for remote sensing
MIT License
167 stars 19 forks source link

Output image size and cropping #53

Open Walter5142 opened 2 years ago

Walter5142 commented 2 years ago

hi @remicres thank you very much for this great work. I found that using the pre-training model to overscore the 128128 resolution image, the result is 256256 resolution. In addition, only a 64*64 region in the original image was intercepted for quadruple hyperpartitioning. Can you help me with the answer?

remicres commented 2 years ago

hi @Walter5142, Thanks. You are probably using the cropped output tensors. Take a look in train.py to see how thing are done !