SimSwap
SimSwap copied to clipboard
An arbitrary face-swapping framework on images and videos with one single trained model!
Could someone point me to books, papers, or guides about the technique used in pg_modules/projector.py for transfer learning? Specifically, I don't understand the roles or ideas of networks created by...
I am running SimSwap in Colab. I am getting an AttrbuteError, but I have no clue how to fix it. The failure is on the last line "video_swap(opt.video_path, latend_id, model,...
Image face swapping demo on Replicate couldn't be used. https://replicate.com/neuralchen/simswap-image.
File [""](https://localhost:8080/#), line 5 get_ipython().system('rm /content/TrainingData/vggface2_crop_arcfacealign_224.tar') ^ IndentationError: unexpected indent
in the training code, you normalize arcface with imagenet std and mean, while arcface expects a different normalization. are you using a version of arcface that was trained with imagenet...
Secso
https://github.com/user-attachments/assets/8cd4e8fb-0fc7-48ab-b34b-d7788b6a52e2 
I want to make a program to control the age of a human face in the video, what python files should I import?
Has anyone else run into this issue before? The arcface_checkpoint.tar file from the pretrained data set appears to be corrupted or i dont have the correct file. I can't dearchive...