neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.41k stars 872 forks source link

How was the arcface.tar generated? #450

Open mobassir94 opened 10 months ago

mobassir94 commented 10 months ago

Dear @neuralchen @NNNNAI

Thank you for sharing this excellent face swapper. I would like to inquire about the training process for the ArcFace model. I haven't come across detailed information about ArcFace in your repository. I observed that you load the pretrained model using the following code:

opt.Arc_path = './arcface_model/arcface_checkpoint.tar'

However, it's unclear how the arcface_checkpoint.tar file was generated. Could you please provide the training code so that we can generate the arcface_checkpoint.tar file ourselves? Thanks in advance.