cvg / pixel-perfect-sfm

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

Working with distorted images? #118

Closed catid closed 9 months ago

catid commented 9 months 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 9 months 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.