LIA icon indicating copy to clipboard operation
LIA copied to clipboard

[ICLR 22] Latent Image Animator: Learning to Animate Images via Latent Space Navigation

Results 22 LIA issues
Sort by recently updated
recently updated
newest added

I tried to infer LIA 512 model (found on gdrive) but it is not that sharp. It looks slightly sharper than 256 model. Is that normal? Do i have to...

Great work, thank you for publishing this. I was wondering how to get the high-resolution video outputs (512x512) that you include on the project page. Do I just need to...

Everything seems fine except the eyes movement. It seems my model doesn't correctly capture eyes movement from driving videos. It's now 300k steps, should I wait for more steps? Are...

Thanks for your excellent work. I have a question. Why do we need to repeat the latent variable (latent = latent.reshape((latent.shape[0], -1)).unsqueeze(1).repeat(1, inject_index, 1)) by repeating it 14 times? Why...

Awesome but where is the code? FOMM is still the leader despite being 3yo! Regards

How to control intensity of animation?

Hello, When I try the demo here: [https://replicate.com/wyhsirius/lia](https://replicate.com/wyhsirius/lia) It outputs this error: `mat1 and mat2 shapes cannot be multiplied (6656x6 and 512x512)` What should I do to fix this?

https://github.com/wyhsirius/LIA/blob/d120cb29a56e5798b59aa66b975b7ae4f2265140/run_demo.py#L90 Thx for the great work! Could you please explain why we need to use h_start and why you set h_start=None for Ted data?

I evaluate your model using video FID following the same implementation as you mentioned in paper, the FID value of same-identity reconstruction is 6.8586 rather than 0.161 of cross-video generation....

Hi, it's a great job in face animation, but i found there is some artifacts in the contour of head, it seems to lack of harmonization operation in the edge...