nianticlabs / map-free-reloc

[ECCV 2022] Map-free Visual Relocalization: Metric Pose Relative to a Single Image
https://research.nianticlabs.com/mapfree-reloc-benchmark
Other
253 stars 18 forks source link

Validation leaderboard/results #1

Closed jspenmar closed 1 year ago

jspenmar commented 1 year ago

Hi,

This benchmark looks really interesting!

I was wondering if you also have a leaderboard for the validation set based on your baselines? I'm trying to run some of the default configs and would like to check if the results match up.

Kind regards, Jaime

eduardohenriquearnold commented 1 year ago

Hi,

Thanks for your interest in the dataset & benchmark!

We will provide evaluation results for the paper baselines on the validation set in the next few weeks. In the meantime, if it helps, I can provide validation results for the rotquat_trans baseline below:

  "Average Median Translation Error": 2.3740646709399527,
  "Average Median Rotation Error": 32.38825253157929,
  "Average Median Reprojection Error": 169.1909887180622,
  "Precision @ Pose Error < (25.0cm, 5deg)": 0.03187896798595164,
  "AUC @ Pose Error < (25.0cm, 5deg)": 0.03187896798595164,
  "Precision @ VCRE < 90px": 0.2935296501418344,
  "AUC @ VCRE < 90px": 0.2935296501418344
jspenmar commented 1 year ago

Thanks for the quick reply! Would it be possible to check if the feature matching baselines are roughly correct?

eduardohenriquearnold commented 1 year ago

Hi @jspenmar, apologies for the late reply. These are the results I get for these baselines in the validation set:

They seem consistent with your results.

eduardohenriquearnold commented 1 year ago

Hi @jspenmar , I'll close this issue, feel free to re-open if you have any further queries. Thanks.