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

Is there a way to use SimSwap without replacing the mouth? only Eyes and nose !

I try to run this: python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/Iron_man.jpg --video_path ./demo_file/multi_people_1080p.mp4 --output_path ./output/multi_test_swapsingle.mp4 --temp_path ./temp_results And this is the error: Key already registered...

I have a tutorial-installed pretrained model of SimSwap, it generates ugly outputs like demonstrated below, source and target photo are also pinned with issue. Maybe I'm doing something wrong, or...

Thank you for reading this question. I tried to run the training of SimSwap by myself, but its training speed was very slow. I want to know what I should...

Hi, I added docker file and also updated readme file.

When I run the program using Colab demo and follow the author's instructions to update the code, I encounter the error 'TypeError: 'ResNet' object is not subscriptable'

File "D:\SimSwap\SimSwap\test_video_swapsingle.py", line 58, in app = Face_detect_crop(name='antelope', root='./insightface_func/models') File "D:\SimSwap\SimSwap\insightface_func\face_detect_crop_single.py", line 40, in __init__ model = model_zoo.get_model(onnx_file) File "C:\Users\chick\AppData\Local\Programs\Python\Python310\lib\site-packages\insightface\model_zoo\model_zoo.py", line 56, in get_model model = router.get_model() File "C:\Users\chick\AppData\Local\Programs\Python\Python310\lib\site-packages\insightface\model_zoo\model_zoo.py", line...

Hi! When will you release your simswap++ paper? Is there any roadmap?

![630_0_0](https://user-images.githubusercontent.com/45155977/237062246-b5b55acc-2bc2-4221-9a41-4f1cfb277fe6.jpg) I use train.py to train the model, and get the 528000_net_D.pth, 528000_net_G.pth, 528000_optim_D.pth, 528000_opt_G.pth, then use the 528000_net_G.pth to make predictions by test_wholeimage_swapsingle.py. Why is the result of changing...