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

no face shown can someone help ?

hemsflame opened this issue · comments

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

please help @NNNNAI

I found this fix #162
But now I think the swaps are not so good.

opt.crop_size = 224 add this

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.

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

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