Baka Mitai meme generator using First Order Motion Model
- CUDA compatible GPU [Optional]
- ~3.7GB of RAM in GPU mode, or ~2.4GB in CPU mode
It is recomended to have a CUDA compatible GPU, since running on the CPU could take hours depending on your system.
- python >=3.6
- pip
- ffmpeg
- download data (move all to
./data
):- pre-trained weights
- [optional] pre-trained adversary weights
- video template (save as
template.mp4
inside thedata
folder) - audio template
pip install -r requirements.txt
./main.py [image path]
results will be saved in the folder ./results
use ./main.py --help
for more information.
Thanks to mohammedri for his awesome First Order Motion Model repo, none changes to his original work were made