cvg / pixloc

Back to the Feature: Learning Robust Camera Localization from Pixels to Pose (CVPR 2021)
Apache License 2.0
735 stars 92 forks source link

What is Oracle referred in Pixloc paper? #22

Closed patelajaychh closed 2 years ago

patelajaychh commented 2 years ago

PixLoc, trained on MegaDepth, is initialized with image retrieval obtained with either DenseVLAD [88] or an oracle, which returns the reference image containing the largest number of inlier matches found by hloc. This oracle shows the benefits of better image retrieval using a more complex pipeline without ground truth information.

tsattler commented 2 years ago

Doesn't the passage that you quote answer your question?

sarlinpe commented 2 years ago

The oracle can be enabled by adding the flag refinement.do_inlier_ranking=true to the command line: https://github.com/cvg/pixloc/blob/master/pixloc/localization/refiners.py#L61