Skip to content

Commit

Permalink
Use MST init in Shonan
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushbaid committed May 18, 2024
1 parent 980b94d commit 5a2643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsfm/averaging/rotation/shonan.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ShonanRotationAveraging(RotationAveragingBase):
"""Performs Shonan rotation averaging."""

def __init__(
self, two_view_rotation_sigma: float = _DEFAULT_TWO_VIEW_ROTATION_SIGMA, use_mst_init: bool = False
self, two_view_rotation_sigma: float = _DEFAULT_TWO_VIEW_ROTATION_SIGMA, use_mst_init: bool = True
) -> None:
"""Initializes module.
Expand Down

0 comments on commit 5a2643b

Please sign in to comment.