How was the arcface.tar generated? #450

Open
opened 2023-10-17 19:12:34 +02:00 by mobassir94 · 1 comment
mobassir94 commented 2023-10-17 19:12:34 +02:00 (Migrated from github.com)

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.

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.
s2ongmo commented 2024-10-28 08:20:55 +01:00 (Migrated from github.com)

You can run the download-weights.sh file.

You can run the download-weights.sh file.
Sign in to join this conversation.