jmiller656 / EDSR-Tensorflow

Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
MIT License
330 stars 107 forks source link

There is obvious border while the content is green. #11

Open keke0901 opened 6 years ago

keke0901 commented 6 years ago

output_8

I follow the guide to do the training and testing. Do you know what the problem it is?

jmiller656 commented 6 years ago

Hmm, this is a very interesting issue. It's going to take me a little while, but I'm going to attempt to reproduce this error. This is totally just off of intuition, so take it with a grain (or shaker) of salt, but this may be occurring because of the way images are padded before being passed into the network. I'll try to get back to you about this as soon as possible

keke0901 commented 6 years ago

@jmiller656 thanks, it seems there is no problem with the network and the last up-sample stage, it should be a padding issue, but i had not find the root cause yet.

cscyangj commented 6 years ago

Seems border effect, maybe using overlap of image patch can avoid this.

mashoujiang commented 6 years ago

I got this same issue, does anyone has solved this? @keke0901 have you solved this problem?

jennyzu commented 5 years ago

I have the same issue. Does anyone know how to solve this issue?