wyhsirius / lia

Learning to Animate Images via Latent Space Navigation

Demo API Examples Versions (4ce4e4af)

Examples

View more examples

Run time and cost

Predictions run on Nvidia T4 GPU hardware. Predictions typically complete within 75 seconds. The predict time for this model varies significantly based on the inputs.

Latent Image Animator: Learning to Animate Images via Latent Space Navigation

This is the official PyTorch implementation of the ICLR 2022 paper “Latent Image Animator: Learning to Animate Images via Latent Space Navigation”

Citation

If you find this code useful for your research, please consider citing our paper:

@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 code is adapted from FOMM and MRAA. We thank authors for their contribution to the community.