Closed joshuaoreilly closed 1 year ago
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
colmap/base/camera_models.h
colmap/camera/models.h
pyceres/_pyceres/factors/bundle.cc
#include <colmap/base/camera_models.h>
to
#include <colmap/camera/models.h>
Allows installation to proceed.
Full error log
Ohm nice :) Now the pyceres is updated to have new colmap structure, but pixsfm not yet)
A recent commit to COLMAP moved
colmap/base/camera_models.h
tocolmap/camera/models.h
, breaking bundle.cc. Modifyingpyceres/_pyceres/factors/bundle.cc
fromto
Allows installation to proceed.
Full error log