/baka_mitai_meme_generator

Baka Mitai Meme generator using first order motion model

Primary LanguageJupyter NotebookCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Baka Mitai meme generator using First Order Motion Model

hardware requirements

  • 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.

pre-requirements

instalation

pip install -r requirements.txt

usage

./main.py [image path]

results will be saved in the folder ./results

use ./main.py --help for more information.

acknowledgements

Thanks to mohammedri for his awesome First Order Motion Model repo, none changes to his original work were made