neuralchen / SimSwap

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

no face shown can someone help ? #418

Open hemsflame opened 1 year ago

hemsflame commented 1 year ago

I run the codes but getting the image with no face or blur flat face, attached is the image. please help in fixing it. thanks shawnblur

hemsflame commented 1 year ago

please help @NNNNAI

jojosoldic commented 1 year ago

I found this fix https://github.com/neuralchen/SimSwap/issues/162 But now I think the swaps are not so good.

OmerOzgur271 commented 1 year ago

opt.crop_size = 224 add this

eccehobo111 commented 1 year ago

I have the same issue.....just started today for me. Every other time it has been perfect, both the older version and the new 512.

hemsflame commented 1 year ago

There is one line missing which is opt.crop_size = 224, add this and you are good to go.

David-Goltsman commented 1 year ago

I have the same issue. Where are you supposed to add the line opt.crop_size = 224?