diff --git a/opensfm/config.py b/opensfm/config.py index 4b2e5e4d9..47b26c5a6 100644 --- a/opensfm/config.py +++ b/opensfm/config.py @@ -217,7 +217,7 @@ class OpenSfMConfig: ################################## # Minimum number of features/images per track min_track_length: int = 2 - # Whether use depth prior during BA + # Whether to use depth prior during BA use_depth_prior: bool = False # Depth prior default std deviation depth_std_deviation_m_default: float = 1.0