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

Feature extraction, feature binarization and image retrieval examples #141

Closed
wants to merge 7 commits into from
Closed

Feature extraction, feature binarization and image retrieval examples #141

wants to merge 7 commits into from

Conversation

kloudkl
Copy link
Contributor

@kloudkl kloudkl commented Feb 23, 2014

This pull request serves for two purposes.

First, CAFFE represents Convolution Architecture For Feature Extraction. So let's have a feature extraction example. To this end, Has/Get Blob/Layer methods are added to simplify feature extraction.

Second, the very natural next step is to apply the extracted features in practical applications, e.g. image retrieval. The image retrieval demo can also be deemed as a baseline method. Image retrieval is fastest when using binary features. But putting all the steps of a complete pipeline in an example is too complex. Thus a feature separate feature binarization example is split out.

Related issues:
#20: Extract the middle features
#112: pythonic export of features and params for wrapper
#139: About dump_network.cpp

@kloudkl kloudkl mentioned this pull request Feb 23, 2014
@sergeyk
Copy link
Contributor

sergeyk commented Feb 25, 2014

@kloudkl this looks awesome! Please PR this to the dev branch, and we will merge very soon.

@sergeyk sergeyk closed this Feb 25, 2014
@kloudkl kloudkl deleted the image_retrieval_example branch March 15, 2014 11:06
lukeyeager pushed a commit to lukeyeager/caffe that referenced this pull request May 17, 2016
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