arcface normalization #468
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
I'm also confused about this, have you solved it?