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

Remove redundant rescaling in feature extraction #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove redundant rescaling in feature extraction #165

wants to merge 1 commit into from

Conversation

fabiozappo
Copy link

Hi guys and thank you for your amazing code,

I noticed that you are scaling the feature vector before normalizing it which is equivalent to simply normalize it.

Hi guys and thank you for your amazing code,

I noticed that you are scaling the feature vector before normalizing it which is equivalent to simply normalize it.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 5, 2022
@AlekseySh
Copy link

I guess it's even better to avoid normalizing because original vectors are not normalized
Thus, if you picked some distance threshold for the original ones then you are not able to apply it after this multi-scale inference procedure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants