From d48f40b8301ecf7d607deddc6bf99b38c8ea7007 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 18 Jan 2022 10:27:29 -0500 Subject: [PATCH] Increase default min-num-features --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 6cf661b8..f33fd029 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -122,7 +122,7 @@ def config(argv=None, parser=None): parser.add_argument('--min-num-features', metavar='', action=StoreValue, - default=8000, + default=10000, type=int, help=('Minimum number of features to extract per image. ' 'More features can be useful for finding more matches between images, '