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 it possible to give multiple inputs, so the outcome is more efficient? One input doesn't always give a good result.

I tried to generate my own scrfd onnx model which succeeded by following the documentation in the insightful github repo. However once I have generated the new model (currently just...

`ValueError: This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'],...

(142, 366, 4) /usr/local/lib/python3.7/dist-packages/torch/serialization.py:671: SourceChangeWarning: source code of class 'torch.nn.parallel.data_parallel.DataParallel' has changed. Saved a reverse patch to DataParallel.patch. Run `patch -p0 < DataParallel.patch` to revert your changes. warnings.warn(msg, SourceChangeWarning) /usr/local/lib/python3.7/dist-packages/torch/serialization.py:671:...

不清楚如何解決這問題 !python test_one_image.py --isTrain false --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/ /usr/local/lib/python3.7/dist-packages/torch/serialization.py:671: SourceChangeWarning: source code of class 'torch.nn.parallel.data_parallel.DataParallel' has changed. Saved a reverse patch to DataParallel.patch....

This is the error nessage I get when trying to replace the 'iron_man and multi people video' files with alternative files of my own to attempt my first video head...

I've been playing around with the line _app.prepare(ctx_id= 0, det_thresh=opt.det_thresh, det_size=(640, 640))_ in _test_video_swapsingle.py_ Setting lower values (480, 320, 256, 160) significant increases the processing speed Setting to 256 doubles...

can't open this file although it exists in the root folder already ![image](https://user-images.githubusercontent.com/99515144/153684326-a3115a44-282c-4032-9dce-53f9e00bd38d.png)

I've written a very, very simple GUI "Swap only one face within the video" (test_video_swapsingle.py) (No video or image preview, no extra parameters I've added for my local setup) If...

GUI