-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |