Face-Image-Motion-Model icon indicating copy to clipboard operation
Face-Image-Motion-Model copied to clipboard

Face Image Motion Model (Photo-2-Video) based on "first-order-model" repository.

Results 14 Face-Image-Motion-Model issues
Sort by recently updated
recently updated
newest added

Cloning into 'first_order_model'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (3/3), done. remote: Total 113 (delta 0), reused 0 (delta 0), pack-reused...

Please provide some basic info how much compute power or which video card i need in order to play with your code. thanks.

`FileNotFoundError: No such file: '/content/first_order_model/aligned_images/photo-0.jpg'` Fixed after moving photo from _/content/first_order_model/aligned_images/raw_images/_ into _/content/first_order_model/aligned_images/_ But more errors appear. `ModuleNotFoundError: No module named 'imageio_ffmpeg'` I needed to install it manually `pip install...

I have done minor modifications to the English Jupyter notebook, so that it doesn't give the "align_images.py script not found" error. And also updated the import section to incorporate the...