A python implementation of the paper "Scalable Recognition with a Vocabulary Tree, D. Nister, H. Stewenius, 2006"
The code provided in this repository has been developed for teaching purposes at the Imperial College London.
It is part of the Computer Vision Day of the Business School Executive Education Program for Sberbank.
A. If you are on windows
conda env create -f env\sberbank_win.yml
B. If you are on macOS or on linux platforms
conda env create -f env\sberbank_unix.yml
conda activate cbir
jupyter lab
python cbir/download.py
The authors acknowledge the Executive Education of the Business School at the Imperial College for the support.
We thank Professor Anil Bharath of the Department of Bioengineering for the guidance and the opportunity of being part of the Computer Vision Day.
Thanks to Kai Arulkumaran and to Stathi Fotiadis for the feedback before the session and the assistance in teaching the session (2020).