Skip to content

ty625911724/Jittor-first-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jittor version: First Order Motion Model for Image Animation

First Order Motion Model for Image Animation
Aliaksandr Siarohin, Stéphane Lathuilière, Sergey Tulyakov, Elisa Ricci and Nicu Sebe. In NeurIPS, 2019.

The original page: [Project Page]

Notes

We implement the Vox model for facial videos and images. The official weight are converted to jittor. Download the weight and put it in ./weights/

The Google Drive link: https://drive.google.com/drive/folders/1pMODD4H_pb_9-YAFDXkv8W59mRzqxW2_?usp=sharing

Quick start

Reconstruct a video with single image :

python demo.py --source_image exp/img.jpg --driving_video exp/ori.mp4 --result_video exp/recon.mp4 --find_best_frame

Drive a single image with relative mode:

python demo.py --source_image exp/frame00043.jpg --driving_video exp/ori.mp4 --result_video exp/relative.mp4 --relative --find_best_frame

Drive a single image with absolute mode:

python demo.py --source_image exp/frame00043.jpg --driving_video exp/ori.mp4 --result_video exp/relative.mp4 --find_best_frame

Acknowledgements

This repository borrows partially from the original codes.

About

The jittor version of First order

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages