SimSwap
SimSwap copied to clipboard
An arbitrary face-swapping framework on images and videos with one single trained model!
I followed the tutorial exactly however when i try to run it i get this Traceback (most recent call last): File "test_video_swapsingle.py", line 58, in app = Face_detect_crop(name='antelope', root='./insightface_func/models') File...
In the training process, we will only get net_G and net_D. However, when testing it seems another model is required. L57 of `test_one_image.py` is `latend_id = model.netArc(img_id_downsample)`, but `model.netArc` is...
well updated files an some additions .. keep reading python3 test_one_image.py --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/3.jpg --pic_b_path crop_224/1.jpg --output_path ./ --gpu_ids 0 ------------ Options ------------- Arc_path: arcface_model/arcface_checkpoint.tar aspect_ratio: 1.0...
Is this even possible? To increase the mask size so more of the face is transferred? Or even the whole head?
gettin some error on:`python3 train.py --name simswap224_test --batchSize 8 --gpu_ids 0 --dataset /var/deep/DSC_0015.JPG Traceback (most recent call last): File "train.py", line 17, in import numpy as np ModuleNotFoundError: No module...
When I run simswap video, my CPU is used at 85% and my video card at 20%. I think that if I transfer the encoding to the video card, it...
It displays the options but just hangs. Is there some kind of Cache I can delete to fix this? Everything was fine on my 1070 and now I've upgraded to...
Hi, First off I'm very new to all of this so bare with me. I haver an RTX 2080 8gb 64gb ram intel i990k I rarely get over 3it/s is...
Is the mask working or not? I'm not sure.