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

Failure to generate 3D reconstruction with unknown pose of the cameras #38

Open
royw99 opened this issue Apr 30, 2024 · 1 comment
Open

Comments

@royw99
Copy link

royw99 commented Apr 30, 2024

Hi Roma contributors,

I find RoMa model works extremely well on my dataset, as evidenced by the graphs I have drawn according to the points RoMa matched together. Yet it seems to be quite incompatible with pycolmap.incremental_mapping() for some unknown reasons. For a 55-images image set, I keep getting only two camera registered while producing very small reprojection_error. My primary aim is to estimate the poses of the cameras that generate the images.

The issue is a little complicated and I understand that it may not be solved with this little context. So, if you would like to help, I can send you my code for further inspection. Thank you a lot for working out this brilliant model!

Best regards,

Roy

@Parskatt
Copy link
Owner

Parskatt commented Jun 3, 2024

Hi @royw99 , sorry for the late response. In general, COLMAP relies on keypoint correspondences.
By default RoMa randomly samples a set of correspondences between each pair, which will not be consistent between the pairs.
Integrating dense matching into SfM pipelines is an open problem, but one way is to match with roma (to get F/E), and then also use a keypoint detector and match the keypoints with roma.

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

No branches or pull requests

2 participants