tsattler / visuallocalizationbenchmark

338 stars 58 forks source link

false extrinsics in aachen_cvpr2018_db.nvm #49

Closed Matstah closed 3 years ago

Matstah commented 3 years ago

Hi

Image db/1228.jpg seems to have false extrinsics inside the aachen_cvpr2018_db.nvm.

Currently, the line (name, , qw, qx, qy, qz, cx, cy, cz, , _) in .nvm file sais:

db/1228.jpg 1603.26000000 -0.026940300000 -0.225850000000 0.104937000000 0.968119000000 782.070000000000 -8.563600000000 -276.338000000000 -0.255289000000 0

img 1228 with false extrinsics

1228

tsattler commented 3 years ago

Yes, this can happen for some database images as an automated algorithm (COLMAP) is used to build the reference model and since this type of behavior can happen with Structure-from-Motion algorithms.

Note that there are no query images in this region of the model and you can safely remove this image from the model if it causes problems for your approach.