prismformore / delf-pytorch

This is a Pytorch reimplementation of "Large-Scale Image Retrieval with Attentive Deep Local Features"
13 stars 4 forks source link

My PyTorch Implementation of DeLF #1

Open nashory opened 5 years ago

nashory commented 5 years ago

Hi, I found your repo, and just uploaded the code DeLF training code I implemented. (I've done this project quite long time ago, but was lazy enough to upload it on github...)
Refer to the code, It may be helpful for your implementation :)
Hope you enjoy the code! Thanks.
https://github.com/nashory/DeLF-pytorch

prismformore commented 5 years ago

Cool implementation. I think Delf is interesting for research but not practical for engineering because of the time consuming geometry verification.

nashory commented 5 years ago

yeah, that's true. But we can solve it by scaling out supported by enough amount of computing power, and careful choice of inference parameters.
But in order to use DeLF in real service, we need to assume the N candidates are already chosen using certain algorithm. Bruteforce searching 1000 candidates for each localfeature from whole gallary is extremely expensive.