DeepImageBlending icon indicating copy to clipboard operation
DeepImageBlending copied to clipboard

Incorrect image mean centering?

Open gspr opened this issue 3 years ago • 0 comments

Hello. Glancing at your code, it seems you do not scale the input images to lie in [0, 1]. Yet, your mean shifting in subtracts rgb_mean=(0.4488, 0.4371, 0.4040), which definitely smells like it's assuming scaled inputs. Am I missing something?

gspr avatar Aug 16 '21 15:08 gspr