Merge pull request #1125 from pierotofy/exiffix

Use KDTREE flann algorithm by default
pull/1131/head
Piero Toffanin 2020-06-23 11:30:30 -04:00 zatwierdzone przez GitHub
commit e7dc343575
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -135,6 +135,7 @@ class OSFMContext:
# create config file for OpenSfM
config = [
"use_exif_size: no",
"flann_algorithm": "KDTREE", # more stable, faster than KMEANS
"feature_process_size: %s" % args.resize_to,
"feature_min_frames: %s" % args.min_num_features,
"processes: %s" % args.max_concurrency,