SimSwap icon indicating copy to clipboard operation
SimSwap copied to clipboard

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

Results 211 SimSwap issues
Sort by recently updated
recently updated
newest added

i played with the face swapper of a company called icons8 , it seems like they are using the same technique (probably the same code as well) and they are...

i recently downloaded the VGGFace2-224 dataset but i don't know where to put them in? By inference i thought this need to go to the root dir .\path\to\VGGFace2-224. But i...

Traceback (most recent call last): File "test_video_swapsingle.py", line 55, in model = create_model(opt) File "F:\simswap\SimSwap-main\models\models.py", line 17, in create_model model.initialize(opt) File "F:\simswap\SimSwap-main\models\fs_model.py", line 67, in initialize netArc_checkpoint = torch.load(netArc_checkpoint) File...

How do I train the model so it won't creating images like this? The hand is transparent and the teeth are all messed up. Or perhaps will there be an...

I like being able to use this on single images, however, if I have 10 images I want to map one face to, I have to go through individually, one...

It is quite annoying when the process reaches 90+ percent and then the GPU becomes unavailable. If there is a way let me know, please. Thanks.

Hello. Sorry for making two issues in a row, and sorry if already solved. I want to know if I can deepfake an image using an image on Colab. Thanks.

![image](https://user-images.githubusercontent.com/107528966/173984640-e1a578c1-0070-47b5-961c-0d4a82e7707c.png)

Google Colab train.ipynb Section 'Download the Training Dataset' !wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=19pWvdEHS-CEG6tW3PdxdtZ5QEymVjImc' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=19pWvdEHS-CEG6tW3PdxdtZ5QEymVjImc" -O /content/TrainingData/vggface2_crop_arcfacealign_224.tar && rm -rf /tmp/cookies.txt %cd...