Skip to content

Commit

Permalink
Update averaging_1dsfm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-krishnan authored Feb 5, 2025
1 parent d3dd0e5 commit 9b019ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtsfm/averaging/translation/averaging_1dsfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def __init__(
self._use_tracks_for_averaging = use_tracks_for_averaging
self._max_delayed_calls = max_delayed_calls

np.random.seed(0)

def __sample_projection_directions(
self,
w_i2Ui1_list: List[Unit3],
Expand Down

0 comments on commit 9b019ff

Please sign in to comment.