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

Image retrieval example #243

Closed
wants to merge 2 commits into from
Closed

Image retrieval example #243

wants to merge 2 commits into from

Conversation

kloudkl
Copy link
Contributor

@kloudkl kloudkl commented Mar 19, 2014

This PR is meant to not distract #161. It does not compile yet and is blocked by #161.

@shelhamer
Copy link
Member

Is this redundant given the merge of #161? If so, please close.

@kloudkl
Copy link
Contributor Author

kloudkl commented Apr 4, 2014

@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.

@OceanItAdmin
Copy link

Hi,
Can you please give some information on how to use image retrieval example... explanations in the code are note really explicit.
"This program takes in binarized features of query images and sample images"
" extracted by Caffe to retrieve similar images.\n"
"Usage: demo_retrieve_images sample_binary_features_binaryproto_file"
" query_binary_features_binaryproto_file save_retrieval_result_filename"
thanks,

@kloudkl
Copy link
Contributor Author

kloudkl commented Aug 27, 2014

@OceanItAdmin, a web demo written in Python will replace this one in a few days.

@shelhamer
Copy link
Member

Replaced by #1028.

@shelhamer shelhamer closed this Oct 2, 2014
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

Successfully merging this pull request may close these issues.

3 participants