Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: colmap/base/camera_models.h: No such file or directory #16

Closed
joshuaoreilly opened this issue Jul 4, 2023 · 1 comment · Fixed by #17
Closed

fatal error: colmap/base/camera_models.h: No such file or directory #16

joshuaoreilly opened this issue Jul 4, 2023 · 1 comment · Fixed by #17

Comments

@joshuaoreilly
Copy link
Contributor

joshuaoreilly commented Jul 4, 2023

A recent commit to COLMAP moved colmap/base/camera_models.h to colmap/camera/models.h, breaking bundle.cc. Modifying pyceres/_pyceres/factors/bundle.cc from

#include <colmap/base/camera_models.h>

to

#include <colmap/camera/models.h>

Allows installation to proceed.

Full error log

@ducha-aiki
Copy link
Contributor

Ohm nice :) Now the pyceres is updated to have new colmap structure, but pixsfm not yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants