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

Updated include paths to match new Colmaps paths, removed alignment.h #111

Open ChristopherRemde opened 11 months ago

ChristopherRemde commented 11 months ago

Fixes https://github.com/cvg/pixel-perfect-sfm/issues/110

I corrected the include paths, and also removed alignment.h from the includes. This file does not exist anymore in the colmap repository, and to me it looks like it was actually not used in this project.

With these fixes, you can successfully build again with the latest colmap repo changes.