Open alejandrofontan opened 2 months ago
I think this PR maybe solve your problem. https://github.com/colmap/glomap/pull/54
I've just noticed that PoseLib currently only supports: SIMPLE_PINHOLE, PINHOLE, SIMPLE_RADIAL, RADIAL, OPENCV and OPENCV_FISHEYE.
And not FULL_OPENCV.
I'm creating a COLMAP database with a FULL_OPENCV model:
and using GLOMAP mapper:
The reconstruction works well when I use a PINHOLE model, however fails catastrophically when a provide a FULL_OPENCV model. Could you help me debug how can I provide the calibration to glomap without optimizing it?
Thanks!