GitXplorerGitXplorer
z

GazeAnimationV2

public
199 stars
30 forks
7 issues

Commits

List of commits on branch master.
Unverified
6f99d10cf85afd2925752ac602631634eceec3ad

TF2pytorch

zzhangqianhui committed 3 years ago
Unverified
0a09a1d898c704641e4d4f0372932b463dfe3fe8

Remove old files

zzhangqianhui committed 3 years ago
Unverified
6188763f111a226e1270bd309e1b9b3d04dd4df3

Remove gifs

zzhangqianhui committed 3 years ago
Verified
7d23849435bb70a2e346f9313c1b4c1241ded6df

Update README.md

zzhangqianhui committed 3 years ago
Verified
948a6478216775ad4a00cdd6f87f2e81020f339c

Update README.md

zzhangqianhui committed 3 years ago
Verified
18495075d48682e77888301dfe45f48f48361904

Update README.md

zzhangqianhui committed 3 years ago

README

The README file for this repository.

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}
}