SimSwap
SimSwap copied to clipboard
An arbitrary face-swapping framework on images and videos with one single trained model!
The following issue arises with `insightface==0.6.2` or below, including the recommended version (0.2.1). ``` ValueError: This ORT build has ['AzureExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly...
Hi, I wanted to convert the pretrained SimSwap 512 .pth model to .onnx file format. I'm not so much into Python, so I don't really know what to do. From...
I have no idea whether I'm running something unique, but these instructions do not work for me. At all. After a treacherous day of hunting, here's the commands that worked...
Can anyone please shortly describe what are the differences between models or what used in the last version . I tried to trace the code and I get lost in...
antelope.zip download link is wrong, is someone kind enough to give me a new link?
Hi, I value your support to help me fix the issue I am having to be able to try the Simswap Here is what I tried 1) Following the as...
Had trouble with training, seems no img loaded. Could someone show me the structure of the dataset?
The system is win11, but since the codes recognize the path properly when I tried with the swapping functions, so I guess the OS/path style is not the cause. The...
I tried to train model with such command: `python train.py --name simswap224_test --continue_train False --which_epoch latest --batchSize 16 --gpu_ids 0 --Gdeep False --dataset vggface2_crop_arcfacealign_224 --beta1 0.5 --checkpoints_dir ./checkpoints --isTrain True...
Can someone suggest what changes should I do to the training scripts to use multiscale discriminator instead of projected discriminator? I have tried training with projected discriminator, but the ID...
Hey, I setup Simswap about a year ago following this guide: https://youtu.be/1NWJz_rFMq0?si=SkbmKXk9gZLrabpt It worked perfectly up until I upgraded my PC. I've seen online that many people had issues after...