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

Why thresholding? #3

Open
josedvq opened this issue Apr 8, 2019 · 0 comments
Open

Why thresholding? #3

josedvq opened this issue Apr 8, 2019 · 0 comments

Comments

@josedvq
Copy link

josedvq commented Apr 8, 2019

Hi, thanks for the cool implementation. I am just wondering what the idea is of this line:

fisher_vectors[fisher_vectors < 10**-4] = 0

I see in the paper "Image Classification with the Fisher Vector: Theory and Practice" that they say they use a threshold (with the same value) but on the likelihood ratio, not on the final fisher vector, and I can't see a reason to threshold it like that. Thanks for your time!

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

1 participant