neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo face swap not working

66e61zhv opened this issue · comments

After managing to get it up and running, this is the result I get when I try test_video_swapsingle.py with the iron man face and demo video

image

same issue happened here

anyone can help?

Same issues here. I tried different versions of the code, with similar results.
vlcsnap-2023-06-23-08h23m26s515

If anyone has solved this problem please let me know

please make sure the line below

opt.crop_size = 224

This solved the issue.

please let me know if it doesn't work

me too