Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is normalization of features necessary on Megaface evalution #76

Open
YangBowenn opened this issue Jan 22, 2018 · 1 comment
Open

Is normalization of features necessary on Megaface evalution #76

YangBowenn opened this issue Jan 22, 2018 · 1 comment

Comments

@YangBowenn
Copy link

I used sphereface to extract features and I get rank1: 49%, and I have read another issue similar to my question. But I am confusing that if I can directly normalize the features by (x-min)/(max-min) rather than use the normalize_layer for each image.

@happynear
Copy link
Owner

Normalization means L2 normalization. You may refer to my paper https://arxiv.org/abs/1704.06369 to understand why we should do L2 normalization.

And you may also understand why (x-min)/(max-min) would not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants