Fuse with 2 views

pull/1225/head
Piero Toffanin 2021-01-12 19:11:12 +00:00
rodzic 69a381dd81
commit 686e0c1d21
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -48,6 +48,7 @@ class ODMOpenMVSStage(types.ODM_Stage):
"--min-resolution %s" % depthmap_resolution,
"--max-resolution %s" % int(outputs['undist_image_max_size']),
"--max-threads %s" % args.max_concurrency,
"--number-views-fuse 2",
'-w "%s"' % depthmaps_dir,
"-v 0",
]