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

Binarization #7

Open
Veldhoen opened this issue Oct 10, 2023 · 1 comment
Open

Binarization #7

Veldhoen opened this issue Oct 10, 2023 · 1 comment
Labels

Comments

@Veldhoen
Copy link
Member

Veldhoen commented Oct 10, 2023

For more efficient retrieval, binarize the feature vectors.
This is only beneficial in the case of optimized C++ code for retrieval. If we do retrieval with Python (be it Pytorch or other), it will not actually speed up anything because in the end the binarized vectors are still stored as numeric ones.

@Veldhoen Veldhoen added the VisXP label Oct 10, 2023
@KleinRana
Copy link

out of scope

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

No branches or pull requests

2 participants