Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhsirius authored Mar 13, 2022
1 parent be63656 commit 561a913
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Latent Image Animator: Learning to Animate Images via Latent Space Navigation
### [Project Page](https://wyhsirius.github.io/LIA-project/) | [Paper](https://openreview.net/pdf?id=7r6kDq0mK_)
This is the official PyTorch implementation of the ICLR 2022 paper "Latent Image Animator: Learning to Animate Images via Latent Space Navigation"

<img src="teaser.gif" width="500">



## Citation
If you find this code useful for your research, please consider citing our paper:
```bibtex
@inproceedings{
wang2022latent,
title={Latent Image Animator: Learning to Animate Images via Latent Space Navigation},
author={Yaohui Wang and Di Yang and Francois Bremond and Antitza Dantcheva},
booktitle={International Conference on Learning Representations},
year={2022}
}
```

## Acknowledgement
Part of the evaluation code is adapted from [evan](https://github.com/raahii/evan). We thank authors for their contribution to the community.

0 comments on commit 561a913

Please sign in to comment.