DELG icon indicating copy to clipboard operation
DELG copied to clipboard

Pytorch Implementation of Unifying Deep Local and Global Features for Image Search (DELG)

Results 12 DELG issues
Sort by recently updated
recently updated
newest added

Thank you so much for the nice repo. I notice that the performance of DELG (ResNet50 Global) is around 73 on ROxf M. But this repo claims to have 78.51,...

I can't find val_list.txt

In the ReadME, Feature extraction section, you mentioned extracting global and local features, but I didn't see the part about extracting global features. Could you tell me how to generate...

Can the blogger provide test_list.txt? My problem is that there are only about 70,000 images in the index folder, but there are 760,000 images in index. CSV. How can I...

Hello @feymanpriv, Thanks for providing this pytorch implementation of DELG! This can be very helpful to the community. I was looking at the retrieval evaluation code, and I have a...

Hi, @feymanpriv. - How long do you cost to test on the benchmark datasets (e.g., oxford5k)? I found that testing on these 5000 images costs over 0.6s per image for...

Hi!Thanks for your code about DELG. I train my model by my own data,which has 116 classes.I edit the config file and generate the text file,where the line is like...

Nice work! I go through the model define part, and found that the auto-encoder of local feature not implement. I wonder is there any plan for this auto-encoder part? Thank...

Hello, @feymanpriv , thank you very much for your work. I am trying to review your code, here I want to know some key important parameters in your work: As...