https://github.com/osmr/imgret
Sandbox for image retrieval models and algorithms
https://github.com/osmr/imgret
Last synced: 12 months ago
JSON representation
Sandbox for image retrieval models and algorithms
- Host: GitHub
- URL: https://github.com/osmr/imgret
- Owner: osmr
- License: mit
- Created: 2018-12-19T04:20:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T14:08:24.000Z (over 7 years ago)
- Last Synced: 2025-06-23T20:06:48.100Z (12 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 20
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sandbox for image retrieval models and algorithms
Now the repository constains only python scripts for classical VLAD image descriptor.
See the reference papers:
- ["Hervé Jégou, Matthijs Douze, Cordelia Schmid, Patrick Pérez, Aggregating local descriptors into a compact image representation, CVPR, 2010"](https://hal.inria.fr/inria-00548637/document)
- ["Hervé Jégou, Florent Perronnin, Matthijs Douze, Jorge Sánchez, Patrick Pérez, Cordelia Schmid, Aggregating local image descriptors into compact codes, IEEE Trans on PAMI, 2012"](https://hal.inria.fr/inria-00633013/document)
- ["Relja Arandjelovic, Andrew Zisserman, All about VLAD, CVPR , 2013"](https://www.robots.ox.ac.uk/~vgg/publications/2013/arandjelovic13/arandjelovic13.pdf)
## Installation
For using SIFT and SURF you have to compile and install OpenCV with OpenCV Contribs, and Python, SIFT/SURF support.
## Remarks
For SuperPoint local features you should to download model weights from repo [MagicLeapResearch/SuperPointPretrainedNetwork](https://github.com/MagicLeapResearch/SuperPointPretrainedNetwork).