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

Compute pairwise distances for all items in a dataset, for all layers #237

Closed
sergeyk opened this issue Mar 18, 2014 · 2 comments
Closed

Comments

@sergeyk
Copy link
Contributor

sergeyk commented Mar 18, 2014

In the course of iterating over the data, Caffe can compute distances between feature representations of images at all layers in the convnet, and output them to file. This will enable exploration of convnet features for image retrieval, and make a nearest neighbor classifier trivial.

@kloudkl
Copy link
Contributor

kloudkl commented Mar 23, 2014

#243 has something to do with this requirement.

@shelhamer
Copy link
Member

This seems like it would be done most simply through pycaffe or matcaffe (2) since all layers' data, diffs, and params are now exposed.

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

No branches or pull requests

3 participants