We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa98ce5 commit 1ee090eCopy full SHA for 1ee090e
python/map_closures/config/config.py
@@ -34,7 +34,7 @@ class MapClosuresConfig(BaseModel):
34
density_map_resolution: float = 0.5
35
density_threshold: float = 0.05
36
hamming_distance_threshold: int = 50
37
- inliers_threshold: int = 10
+ inliers_threshold: int = 5
38
local_map_factor: float = 1.0
39
self_similarity_filter: bool = True
40
0 commit comments