SimSwap
SimSwap copied to clipboard
An arbitrary face-swapping framework on images and videos with one single trained model!
I know this issue had been on other talk. My GPU RTX 5000 on cloud gpu like colab. I think this issue can be solved on https://github.com/mike9251/simswap-inference-pytorch . But i...
I just recently formatted my pc and I saved the simswap folder, so that I didnt have to get the insightmodels etc again. I installed anaconda, got everything from the...
I had a few moments when the video process was interrupted (standby, etc.). So I want to propose a flag to skip existing frames and continue the process at the...
The eyes and lines on the face. Crop 512 Source  Target  And the result 
I am not sure as to what exactly is causing this, I did go through some threads that were written recently but there was no specific method to ensure that...
Can u explaing me how can i solve this i've done nth wrong but there was a sudden error in my final stage of training And it says attribute error
Hi I have these messages: AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 39 latend_id = latend_id.to('cuda') 40 ---> 41 video_swap(opt.video_path, latend_id, model, app, opt.output_path, temp_results_dir=opt.temp_path, use_mask=opt.use_mask, no_simswaplogo=True) 2...
i think it's a float issue or something. i'm not code savvy, i just follow every step there is on the demo. But then when i upload the picture for...
I installed everything needed. When I type this command: python test_wholeimage_swapmulti.py --crop_size 512 --use_mask --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/face.jpg --pic_b_path ./demo_file/body.png --output_path ./output/ I get this message, then under it the...