-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
When test, Why normalize using the whole test dataset's features? #42
Comments
This is just for calculating average L2 norm of all test feature embeddings. |
thank you! And I have another question about the input image. As the code here shows that the only thing to do is to input the image cropped by detection bounding box, am I right? No need to enlarge the bounding box? Because some tight box only contains the face. And thank you very much to implement so many loss functions in mxnet, because I am a big fan of mxnet. |
some margin is preferred. |
Thanks! |
I think the codes here shows that you normalize each feature on the whole test dataset's features.
It is some tricks or I misunderstood the codes?
The text was updated successfully, but these errors were encountered: