layumi / University1652-Baseline

ACM Multimedia2020 University-1652: A Multi-view Multi-source Benchmark for Drone-based Geo-localization :helicopter: annotates 1652 buildings in 72 universities around the world.
https://arxiv.org/abs/2002.12186
MIT License
482 stars 72 forks source link

How to visualize the retrieved image? #30

Closed zkangkang0 closed 2 years ago

zkangkang0 commented 2 years ago

Hello, I've been looking at your code recently. In test.py file, after extracting the features of the image, save result to pytorch_result. mat file, and then run evaluate gpu. py file for evaluation. I want to know how to visualize the search results and get the matching results like Figure 5 in the paper.

layumi commented 2 years ago

Hi @zkangkang0 You may refer to https://github.com/layumi/University1652-Baseline/blob/master/demo.py

zkangkang0 commented 2 years ago

Thank you very much. My problem has been solved