SimSwap
SimSwap copied to clipboard
An arbitrary face-swapping framework on images and videos with one single trained model!
Inspired by [this tutorial](https://leimao.github.io/blog/PyTorch-Distributed-Training/#Launching-Distributed-Training), I am trying to adapt the different scripts `train.py`, `data/data_loader_Swapping.py`, and `models/fs_model.py` for torch.distributed.launch I'm stuck at an error when I try to apply torch.nn.parallel.DistributedDataParallel to...
Hello. First of all, thank you for your wonderful results. I have a question about the **pretrained arcFace model.** Consider when arcFace is used as an ID embedder. Depending on...
i keep getting the above error. Of the 26 faces i've used, only one successfully returns a swap. All else gives this error. Any help is appreciated. i'm VERY new...
Card is RTX 3060 Ti. I was getting the "stuck at end" issue so I searched around and did this conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c nvidia...
there are multi faces in a video , how to swap the specified face with one photo
I was under the impression that I'd be able to give a set of images for a face, and then train a model so that the face swapping results for...
hey, on 3 days ago. iam didnt get issue , but after this day iam updating and get issue on pillow version. i got this message. ` Traceback (most recent...
Hi, I have been training the Simswap model with the VGGFace2-224 dataset for a few days up to 800k iterations as suggested, the model training crashed due to a problem...
by adding : import warnings warnings.filterwarnings("ignore") we can get rid of the numerous errors and warnings that appear while doing image swaps.