gaze_redirection
gaze_redirection copied to clipboard
[Official Implementation] Photo-Realistic Monocular Gaze Redirection Using Generative Adversarial Networks, He et.al. ICCV 2019
function `eval` in model.py I can successfully generate targets, genes and reals by my saved checkpoint model. However, I want to use only generator to generate the eye with target...
while setting the image size to 128 px, the generated images are mostly exactly similar to the input image with almost zero gaze redirection. I tried increasing the loss component...
Hi, I tried configuring the environment via Anaconda however, quite a few conflicts showed up. I wonder could you provide a more detailed dependency list, including python version and tensorflow-gpu...
Hi, have you ever test your model with some in-the-wild images like celebA. I think this would enhance the experiment results in your paper as well as this repo.
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],...
thanks a lot,recently i train a model with your provided code and data,i find the color of generated eyes is not always consistent with the original input(test on other pic...
Could the model make the eyes closed?
hello, this project has a good performance handing with yellow-skinned face, but poor performance for whitening face. As we all know, now many people like to use whitening technology of...