Repo for First Order Motion Model for Image Animation
This repo generates animated image from the provided image source and driving video.
data
: the data can be downloaded from this this link and saved in the root folder. we will need one image source and one video source to generate the animation. each with size of 256 x 256.
- git clone
- cd project folder
- pip install -e .
- python main.py
The animated video will be generated in the root folder with the name generated.mp4