YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
825 stars 203 forks source link

ubuntu run out of memory #48

Closed longhopefor closed 4 years ago

longhopefor commented 4 years ago

environment: ubuntu 18.04 with 4cpu 8G ram, no gpu python2.7

question: when i run the application: face_swap_image, it killed by the system because of out of memory, is there any problem or how much memory should i use to run the application?

ak9250 commented 4 years ago

@longhopefor have you tried https://github.com/shaoanlu/fewshot-face-translation-GAN it only needs a single image for face swapping and has a google colab notebook to try with free gpu

longhopefor commented 4 years ago

thank you for your reply! I will try it