-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Currently the doc of model aligner uses the non existant flags:
--robust_alignment and robust_alignment_max_error which was renamed to alignment_max_error.
Line 247 in 66fd8e5
| --robust_alignment 1 \ |
Line 248 in 66fd8e5
| --robust_alignment_max_error 3.0 (where 3.0 is the error threshold to be used in RANSAC) |
Also these flags are referenced in the code in inline comment although they are not exist
colmap/src/colmap/exe/model.cc
Line 267 in 66fd8e5
| // - robust_alignment_max_error: ransac error to use if robust alignment is |
Metadata
Metadata
Assignees
Labels
No labels