-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Image retrieval example #243
Conversation
The feature binarization step should be replaced by much more advanced algorithms[1][2]. [1] Minimal Loss Hashing for Compact Binary Codes, Mohammad Norouzi, David Fleet, |
Is this redundant given the merge of #161? If so, please close. |
@shelhamer, no, this PR picked out image retrieval examples from #161. As you have commented, while feature extraction is of broad interests, image retrieval is only helpful to a few. Large scale image retrieval cannot be performed using the real-valued features extracted from the fully-connected layers or the convolution layers. The mean-thresholding feature binarization method in 1915707 is of little practical value. So I'm working on a non-trivial algorithm in #274 which is planned to be finished in three days. |
Hi, |
@OceanItAdmin, a web demo written in Python will replace this one in a few days. |
4278286
to
c01f07a
Compare
Replaced by #1028. |
This PR is meant to not distract #161. It does not compile yet and is blocked by #161.