All Projects → zhangqianhui → GazeCorrection

zhangqianhui / GazeCorrection

Licence: Apache-2.0 license
Unsupervised High-Resolution Portrait Gaze Correction and Animation (TIP 2022)

Projects that are alternatives of or similar to GazeCorrection

AffineGAN
PyTorch Implementation of "Facial Image-to-Video Translation by a Hidden Affine Transformation" in MM'19.
Stars: ✭ 46 (-73.56%)
Mutual labels:  gans, image-to-image-translation
Edge Connect
EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
Stars: ✭ 2,163 (+1143.1%)
Mutual labels:  gans, image-inpainting
anime2clothing
Pytorch official implementation of Anime to Real Clothing: Cosplay Costume Generation via Image-to-Image Translation.
Stars: ✭ 65 (-62.64%)
Mutual labels:  gans, image-to-image-translation
PanoDR
Code and models for "PanoDR: Spherical Panorama Diminished Reality for Indoor Scenes" presented at the OmniCV workshop of CVPR21.
Stars: ✭ 22 (-87.36%)
Mutual labels:  image-inpainting, image-to-image-translation
sRender
Facial Sketch Render, ICASSP 2021
Stars: ✭ 20 (-88.51%)
Mutual labels:  gans, image-to-image-translation
CoMoGAN
CoMoGAN: continuous model-guided image-to-image translation. CVPR 2021 oral.
Stars: ✭ 139 (-20.11%)
Mutual labels:  gans, image-to-image-translation
SMIT
Pytorch implemenation of Stochastic Multi-Label Image-to-image Translation (SMIT), ICCV Workshops 2019.
Stars: ✭ 37 (-78.74%)
Mutual labels:  gans, image-to-image-translation
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (+16.09%)
Mutual labels:  gans
Awesome Real World Rl
Great resources for making Reinforcement Learning work in Real Life situations. Papers,projects and more.
Stars: ✭ 234 (+34.48%)
Mutual labels:  gans
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-0.57%)
Mutual labels:  gans
Neural Photo Editor
A simple interface for editing natural photos with generative neural networks.
Stars: ✭ 2,031 (+1067.24%)
Mutual labels:  gans
Colorizing With Gans
Grayscale Image Colorization with Generative Adversarial Networks. https://arxiv.org/abs/1803.05400
Stars: ✭ 209 (+20.11%)
Mutual labels:  gans
Book deeplearning in pytorch source
Stars: ✭ 236 (+35.63%)
Mutual labels:  gans
Biggan Pytorch
The author's officially unofficial PyTorch BigGAN implementation.
Stars: ✭ 2,459 (+1313.22%)
Mutual labels:  gans
ImageInpainting.jl
Image inpainting algorithms in Julia
Stars: ✭ 24 (-86.21%)
Mutual labels:  image-inpainting
pix2pix
This project uses a conditional generative adversarial network (cGAN) named Pix2Pix for the Image to image translation task.
Stars: ✭ 28 (-83.91%)
Mutual labels:  image-to-image-translation
Rnn.wgan
Code for training and evaluation of the model from "Language Generation with Recurrent Generative Adversarial Networks without Pre-training"
Stars: ✭ 252 (+44.83%)
Mutual labels:  gans
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+9369.54%)
Mutual labels:  gans
Awesome Gans And Deepfakes
A curated list of GAN & Deepfake papers and repositories.
Stars: ✭ 224 (+28.74%)
Mutual labels:  gans
Segan pytorch
Speech Enhancement Generative Adversarial Network in PyTorch
Stars: ✭ 242 (+39.08%)
Mutual labels:  gans

GazeAnimationV2 - Official Pytorch Implementation (TIP)

Unsupervised High-Resolution Portrait Gaze Correction and Animation
Paper: https://arxiv.org/abs/2207.00256

Dependencies

Python=3.6
pip install -r requirements.txt

Or Using Conda

-conda create -name GazeA python=3.6
-conda install tensorflow-gpu=1.9 or higher

Other packages installed by pip.

Usage

  • Clone this repo:
git clone https://github.com/zhangqianhui/GazeAnimation.git
cd GazeAnimation
git checkout GazeAnimationV2
  • Download the CelebAGaze dataset

    Download the tar of CelebGaze dataset from Google Driver Linking.

    cd your_path
    tar -xvf CelebAGaze.tar
  • Download the CelebHQGaze dataset

Download the tar of CelebHQGaze dataset from Google Driver Linking.

cd your_path
tar -xvf CelebHQGaze.tar

Experiment Result

Gaze Correction on CelebAHQGaze

@article{zhang2022unsupervised,
  title={Unsupervised High-Resolution Portrait Gaze Correction and Animation},
  author={Zhang, Jichao and Chen, Jingjing and Tang, Hao and Sangineto, Enver and Wu, Peng and Yan, Yan and Sebe, Nicu and Wang, Wei},
  journal={IEEE Transactions on Image Processing},
  year={2022}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].