cvg / pixel-perfect-sfm

Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)
Apache License 2.0
1.34k stars 139 forks source link

Working with distorted images? #118

Closed catid closed 1 year ago

catid commented 1 year ago

Usually when using COLMAP the process is to do a sparse alignment, and then run colmap image_undistorter. Does the refinement run before or after this step, or how does it interact with this type of data?

sarlinpe commented 1 year ago

Image undistortion is required only for dense reconstruction, so the refinement does not need this step (we don't run it) and can handle distorted images.