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

model_aligner has different result with version <=3.6 #2566

Open
oUp2Uo opened this issue May 17, 2024 · 0 comments
Open

model_aligner has different result with version <=3.6 #2566

oUp2Uo opened this issue May 17, 2024 · 0 comments

Comments

@oUp2Uo
Copy link

oUp2Uo commented May 17, 2024

Describe the bug
Using model_aligner to change the scale of the result.
As the document written, custom should have the same result as old version, but it is not.
Using custom could not rescale correctly. The coordinate does not change.

To Reproduce
Steps to reproduce the behavior:

  1. Version 3.6, run
COLMAP.bat model_aligner --input_path C:\Users\Up2U\Desktop\test\5\undistorted\sparse --output_path C:\Users\Up2U\Desktop\test\5\undistorted\sparse\geo-registered-model --ref_images_path C:\Users\Up2U\Desktop\test\5\geo_registration.txt --robust_alignment_max_error 3
  1. Version 3.9.1, run
COLMAP.bat model_aligner --input_path C:\Users\Up2U\Desktop\test\5\undistorted\sparse --output_path C:\Users\Up2U\Desktop\test\5\undistorted\sparse\geo-registered-model --ref_images_path C:\Users\Up2U\Desktop\test\5\geo_registration.txt --ref_is_gps 0 --alignment_max_error 3

Expected behavior
They should have a similar result,
but version 3.9.1 using custom could not rescale correctly. The coordinate does not change.
Also the printed calculation result is different.

Screenshots
2024-05-17 160407

Environment:

  • OS: Windows 11
  • COLMAP 3.9.1 & 3.6
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

1 participant