Skip to content

sontung/descriptor-disambiguation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUSELOC: Fusing Global and Local Descriptors to Disambiguate 2D-3D Matching in Visual Localization

Sample Image [Arxiv]

Here is the code for our paper on a simple way to disambiguate local descriptors in 2D-3D matching using global descriptors.

Installation

We provided a list of requirements in this repo as a reference. Proceed at your own risk:

pip install -r requirements.txt 

For the global descriptors, we provide the code re-written from the authors of SALAD, MixVPR, and CRICA. Download them from here and unzip to the parent directory of this repo. An example:

work/descriptor-disambiguation # this repo
work/CricaVPR
work/salad
work/MixVPR

Dataset

We used Aachen day/night v1.1, RobotCar Seasons v2, Extended CMU Seasons, and Cambridge Landmarks. Our repo contains io functions for these datasets, you just need to download them. To download, refer to this link.

Usage

Assume the dataset is downloaded somewhere, here is an example of usage:

python main_robotcar.py --dataset /work/qvpr/data/raw/2020VisualLocalization/RobotCar-Seasons --local_desc "d2net" --local_desc_dim 512 --global_desc "salad" --global_desc_dim 8448 --use_global 1 --convert 1

Results

Sample Image We consistently obtained significant improvement over the local-only baselines on the https://www.visuallocalization.net/ benchmark. See our paper for more details.

Citation

@misc{nguyen2024fuselocfusinggloballocal,
      title={FUSELOC: Fusing Global and Local Descriptors to Disambiguate 2D-3D Matching in Visual Localization}, 
      author={Son Tung Nguyen and Alejandro Fontan and Michael Milford and Tobias Fischer},
      year={2024},
      eprint={2408.12037},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2408.12037}, 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages