HzDmS / gaze_redirection

[Official Implementation] Photo-Realistic Monocular Gaze Redirection Using Generative Adversarial Networks, He et.al. ICCV 2019
MIT License
137 stars 21 forks source link

Is it wrong to pass img in value range [-1, 1] to pretrained VGG-16? #10

Open 2502128021 opened 4 years ago

2502128021 commented 4 years ago

the pretrained VGG-16 should accept the input image in range [0, 255] minus the mean value of RGB channels [123.6800, 116.7790, 103.9390]. if give the input image in range [-1,1], do that mean give an input image around the mean value ? so the pretrained network can not well extract the feature difference of source image and target image?