neuralchen / SimSwap

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

arcface normalization #468

Open pyphan1 opened 4 months ago

pyphan1 commented 4 months ago

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 normalization or is it a bug in the code?