xinntao / Real-ESRGAN-ncnn-vulkan

NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
https://github.com/xinntao/Real-ESRGAN
Other
1.42k stars 170 forks source link

scale factor causes drop in sections #17

Open sjyi opened 2 years ago

sjyi commented 2 years ago

When I use the scale factor of 2, resulting image drops different sections. ./realesrgan-ncnn-vulkan -i inputs -o results -n realesrgan-x4plus -s 2 -f jpg

When I use the scale factor of 4, the result is correct with no pieces being dropped. ./realesrgan-ncnn-vulkan -i inputs -o results -n realesrgan-x4plus -s 4 -f jpg

NaokiSato102 commented 1 year ago

Same as below https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/issues/19