tsattler / visuallocalizationbenchmark

338 stars 58 forks source link

The final results #43

Closed Huang-NienPei closed 3 years ago

Huang-NienPei commented 3 years ago

After I have done step 5, how do I get the percentage of correctly localized queries in different threshold: '0.5m, 2◦ 1.0m, 5◦ 5.0m, 10◦' ? Looking forward to your reply. Thank you!

tsattler commented 3 years ago

Have you uploaded your results to visuallocalization.net?

Huang-NienPei commented 3 years ago

Have you uploaded your results to visuallocalization.net?

I have converted the images.bin obtained in step 5 into images.txt, so should I upload the images.txt?

tsattler commented 3 years ago

No, the localization server cannot read the format of images.txt and the images.txt file will be too large to be handled by the server. You will need to extract the poses of the test images from images.txt and write them into the file format expected by visuallocalization.net (see the readme files of the individual datasets).

Huang-NienPei commented 3 years ago

No, the localization server cannot read the format of images.txt and the images.txt file will be too large to be handled by the server. You will need to extract the poses of the test images from images.txt and write them into the file format expected by visuallocalization.net (see the readme files of the individual datasets).

Okay, I got it. Thank you very much!