neuralchen / SimSwap

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

The code with 'use mask' not working #121

Open bradteemo opened 3 years ago

bradteemo commented 3 years ago

G:\simswap\parsing_model\checkpoint\79999_iter.pth

I put the file in the path. But cannot run the the code with 'use mask', it shows wrong

bchaoqun commented 3 years ago

git clone latest code

paulescobar commented 3 years ago

I had a similar error message saying it was missing. Turns out I missed the preparation instruction that linked to it - so I downloaded it and placed it in that path.

At first, it wasn't working - but that was out of human error. I was putting it in my backup location - not my active working program folder.

When I put it in the right location, the program finally started running properly.