neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.41k stars 872 forks source link

Demo face swap not working #424

Open 66e61zhv opened 1 year ago

66e61zhv commented 1 year ago

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

ekolighting commented 1 year ago

same issue happened here

anyone can help?

TransAmMan commented 1 year ago

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

melisedikovich commented 1 year ago

If anyone has solved this problem please let me know

ekolighting commented 1 year ago

please make sure the line below

opt.crop_size = 224

This solved the issue.

please let me know if it doesn't work

kelepig commented 1 year ago

me too