Hi, I'm getting below error on importing pycolmap
ImportError: generic_type: type "PositiveExponentialManifold" referenced unknown base type "ceres::Manifold"
And based on #2978 , I've build pyceres from the source and now have below versions
pycolmap==3.12.1 and pyceres==2.5
but still won't fix the issue. downgrading pycolmap to 3.11 causes triangulation error
pycolmap.triangulate_points(reconstruction = recon_updated,
IndexError: _Map_base::at
which i don't know the reason of its cause.